The Ultimate Mathematics Formula Directory

Stop searching through textbooks. This is the internet's most exhaustive, meticulously categorized, and interactively searchable LaTeX formula sheet.

1. Algebra & Fundamentals

Roots and Quadratics

  • Quadratic Formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  • Vertex Formula (Parabola): x=b2ax = -\frac{b}{2a}, y=f(b2a)y = f(-\frac{b}{2a})
  • Difference of Squares: a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b)
  • Perfect Square Trinomial: a2±2ab+b2=(a±b)2a^2 \pm 2ab + b^2 = (a \pm b)^2
  • Sum/Difference of Cubes: a3±b3=(a±b)(a2ab+b2)a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2)

Exponent and Radical Laws

  • xaxb=xa+bx^a \cdot x^b = x^{a+b}
  • xaxb=xab\frac{x^a}{x^b} = x^{a-b}
  • (xa)b=xab(x^a)^b = x^{ab}
  • xa=1xax^{-a} = \frac{1}{x^a}
  • xab=xabx^{\frac{a}{b}} = \sqrt[b]{x^a}
  • ab=ab\sqrt{ab} = \sqrt{a}\sqrt{b}

Logarithmic Properties

  • Definition: y=logb(x)    by=xy = \log_b(x) \iff b^y = x
  • Product: logb(xy)=logb(x)+logb(y)\log_b(xy) = \log_b(x) + \log_b(y)
  • Quotient: logb(xy)=logb(x)logb(y)\log_b(\frac{x}{y}) = \log_b(x) - \log_b(y)
  • Power: logb(xn)=nlogb(x)\log_b(x^n) = n\log_b(x)
  • Change of Base: logb(x)=ln(x)ln(b)\log_b(x) = \frac{\ln(x)}{\ln(b)}
  • Natural Log Inverse: ln(ex)=x\ln(e^x) = x and eln(x)=xe^{\ln(x)} = x

2. Sequences and Series

  • Arithmetic Sequence (nth term): an=a1+(n1)da_n = a_1 + (n-1)d
  • Arithmetic Series (Sum): Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n)
  • Geometric Sequence (nth term): an=a1rn1a_n = a_1r^{n-1}
  • Geometric Series (Finite Sum): Sn=a1(1rn)1rS_n = \frac{a_1(1-r^n)}{1-r}
  • Geometric Series (Infinite Sum): S=a11r(if r<1)S_\infty = \frac{a_1}{1-r} \quad (\text{if } |r| < 1)
  • Taylor Series Expansion: f(x)=n=0f(n)(a)n!(xa)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n

3. Trigonometry & Geometry

Core Identities

  • Pythagorean 1: sin2(x)+cos2(x)=1\sin^2(x) + \cos^2(x) = 1
  • Pythagorean 2: 1+tan2(x)=sec2(x)1 + \tan^2(x) = \sec^2(x)
  • Pythagorean 3: 1+cot2(x)=csc2(x)1 + \cot^2(x) = \csc^2(x)
  • Reciprocals: csc(x)=1sin(x)\csc(x) = \frac{1}{\sin(x)}, sec(x)=1cos(x)\sec(x) = \frac{1}{\cos(x)}, cot(x)=1tan(x)\cot(x) = \frac{1}{\tan(x)}

Advanced Angle Formulas

  • Double Angle (Sine): sin(2x)=2sin(x)cos(x)\sin(2x) = 2\sin(x)\cos(x)
  • Double Angle (Cosine): cos(2x)=cos2(x)sin2(x)=2cos2(x)1=12sin2(x)\cos(2x) = \cos^2(x) - \sin^2(x) = 2\cos^2(x) - 1 = 1 - 2\sin^2(x)
  • Half Angle (Sine): sin2(x)=1cos(2x)2\sin^2(x) = \frac{1 - \cos(2x)}{2}
  • Half Angle (Cosine): cos2(x)=1+cos(2x)2\cos^2(x) = \frac{1 + \cos(2x)}{2}
  • Sum/Difference: sin(x±y)=sin(x)cos(y)±cos(x)sin(y)\sin(x \pm y) = \sin(x)\cos(y) \pm \cos(x)\sin(y)

Geometry

  • Circle: Area =πr2= \pi r^2, Circumference =2πr= 2\pi r
  • Sphere: Volume =43πr3= \frac{4}{3}\pi r^3, Surface Area =4πr2= 4\pi r^2
  • Cylinder: Volume =πr2h= \pi r^2 h, Surface Area =2πrh+2πr2= 2\pi rh + 2\pi r^2
  • Cone: Volume =13πr2h= \frac{1}{3}\pi r^2 h

4. Differential Calculus (Derivatives)

The Fundamental Rules

  • Limit Definition: f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
  • Power Rule: ddx[xn]=nxn1\frac{d}{dx}[x^n] = nx^{n-1}
  • Product Rule: ddx[uv]=uv+uv\frac{d}{dx}[uv] = u'v + uv'
  • Quotient Rule: ddx[uv]=uvuvv2\frac{d}{dx}[\frac{u}{v}] = \frac{u'v - uv'}{v^2}
  • Chain Rule: ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x))g'(x)

Transcendental Derivatives

  • Exponentials: ddx[ex]=ex\frac{d}{dx}[e^x] = e^x, ddx[ax]=axln(a)\frac{d}{dx}[a^x] = a^x \ln(a)
  • Logarithms: ddx[ln(x)]=1x\frac{d}{dx}[\ln(x)] = \frac{1}{x}, ddx[loga(x)]=1xln(a)\frac{d}{dx}[\log_a(x)] = \frac{1}{x \ln(a)}
  • Sine/Cosine: ddx[sin(x)]=cos(x)\frac{d}{dx}[\sin(x)] = \cos(x), ddx[cos(x)]=sin(x)\frac{d}{dx}[\cos(x)] = -\sin(x)
  • Tangent/Cotangent: ddx[tan(x)]=sec2(x)\frac{d}{dx}[\tan(x)] = \sec^2(x), ddx[cot(x)]=csc2(x)\frac{d}{dx}[\cot(x)] = -\csc^2(x)
  • Secant/Cosecant: ddx[sec(x)]=sec(x)tan(x)\frac{d}{dx}[\sec(x)] = \sec(x)\tan(x), ddx[csc(x)]=csc(x)cot(x)\frac{d}{dx}[\csc(x)] = -\csc(x)\cot(x)

Inverse Trigonometric Derivatives

  • ddx[arcsin(x)]=11x2\frac{d}{dx}[\arcsin(x)] = \frac{1}{\sqrt{1 - x^2}}
  • ddx[arccos(x)]=11x2\frac{d}{dx}[\arccos(x)] = -\frac{1}{\sqrt{1 - x^2}}
  • ddx[arctan(x)]=11+x2\frac{d}{dx}[\arctan(x)] = \frac{1}{1 + x^2}

5. Integral Calculus (Antiderivatives)

Fundamental Rules & Theorems

  • Power Rule: xndx=xn+1n+1+C(n1)\int x^n \, dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1) Solve Power Rule Integral
  • The 1/x Exception: 1xdx=lnx+C\int \frac{1}{x} \, dx = \ln|x| + C Solve 1/x Integral
  • Integration by Parts: udv=uvvdu\int u \, dv = uv - \int v \, du
  • Fundamental Theorem of Calculus: abf(x)dx=F(b)F(a)\int_a^b f(x) \, dx = F(b) - F(a)

Trigonometric Integrals

  • sin(x)dx=cos(x)+C\int \sin(x) \, dx = -\cos(x) + C Solve Sine Integral
  • cos(x)dx=sin(x)+C\int \cos(x) \, dx = \sin(x) + C Solve Cosine Integral
  • sec2(x)dx=tan(x)+C\int \sec^2(x) \, dx = \tan(x) + C Solve Secant Squared Integral
  • sec(x)tan(x)dx=sec(x)+C\int \sec(x)\tan(x) \, dx = \sec(x) + C
  • tan(x)dx=lncos(x)+C\int \tan(x) \, dx = -\ln|\cos(x)| + C or lnsec(x)+C\ln|\sec(x)| + C
  • sec(x)dx=lnsec(x)+tan(x)+C\int \sec(x) \, dx = \ln|\sec(x) + \tan(x)| + C

Advanced Trigonometric Substitution Forms

When confronting radicals, use these exact substitutions:

  • For a2x2\sqrt{a^2 - x^2}: Substitute x=asin(θ)x = a\sin(\theta), use 1sin2(θ)=cos2(θ)1 - \sin^2(\theta) = \cos^2(\theta).
  • For a2+x2\sqrt{a^2 + x^2}: Substitute x=atan(θ)x = a\tan(\theta), use 1+tan2(θ)=sec2(θ)1 + \tan^2(\theta) = \sec^2(\theta).
  • For x2a2\sqrt{x^2 - a^2}: Substitute x=asec(θ)x = a\sec(\theta), use sec2(θ)1=tan2(θ)\sec^2(\theta) - 1 = \tan^2(\theta).

6. Limits & Continuity

Limit Properties

  • Sum/Difference: limxa[f(x)±g(x)]=limxaf(x)±limxag(x)\lim_{x \to a} [f(x) \pm g(x)] = \lim_{x \to a} f(x) \pm \lim_{x \to a} g(x)
  • Product: limxa[f(x)g(x)]=limxaf(x)limxag(x)\lim_{x \to a} [f(x)g(x)] = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)
  • Quotient: limxaf(x)g(x)=limxaf(x)limxag(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)} (if denominator 0\neq 0)

Important Limit Theorems

  • Squeeze Theorem: If f(x)g(x)h(x)f(x) \leq g(x) \leq h(x) for all xx near aa, and limxaf(x)=limxah(x)=L\lim_{x \to a} f(x) = \lim_{x \to a} h(x) = L, then limxag(x)=L\lim_{x \to a} g(x) = L.
  • L'Hôpital's Rule: If limf(x)g(x)\lim \frac{f(x)}{g(x)} is of the form 00\frac{0}{0} or \frac{\infty}{\infty}, then limf(x)g(x)=limf(x)g(x)\lim \frac{f(x)}{g(x)} = \lim \frac{f'(x)}{g'(x)}.
  • Special Trig Limit 1: limx0sin(x)x=1\lim_{x \to 0} \frac{\sin(x)}{x} = 1 Solve Sine Limit
  • Special Trig Limit 2: limx01cos(x)x=0\lim_{x \to 0} \frac{1 - \cos(x)}{x} = 0 Solve Cosine Limit

7. Applications of Derivatives

Theorems and Approximations

  • Mean Value Theorem (MVT): If ff is continuous on [a,b][a,b] and differentiable on (a,b)(a,b), there exists a cc in (a,b)(a,b) such that f(c)=f(b)f(a)baf'(c) = \frac{f(b)-f(a)}{b-a}.
  • Rolle's Theorem: If MVT conditions hold and f(a)=f(b)f(a) = f(b), then f(c)=0f'(c) = 0.
  • Linear Approximation: L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x-a)
  • Newton's Method: xn+1=xnf(xn)f(xn)x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}

Curve Sketching Rules

  • Critical Points: Where f(x)=0f'(x) = 0 or is undefined.
  • Increasing/Decreasing: ff is increasing if f(x)>0f'(x) > 0, decreasing if f(x)<0f'(x) < 0.
  • Inflection Points: Where f(x)f''(x) changes sign.
  • Concavity: Concave up if f(x)>0f''(x) > 0, concave down if f(x)<0f''(x) < 0.
  • First Derivative Test: If f(x)f'(x) changes from ++ to - at cc, f(c)f(c) is a local maximum.

8. Applications of Integrals

Area and Volume

  • Area Between Curves: A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)] \, dx (where f(x)g(x)f(x) \geq g(x))
  • Volume (Disk Method): V=πab[R(x)]2dxV = \pi \int_a^b [R(x)]^2 \, dx
  • Volume (Washer Method): V=πab([Router(x)]2[rinner(x)]2)dxV = \pi \int_a^b ([R_{outer}(x)]^2 - [r_{inner}(x)]^2) \, dx
  • Volume (Shell Method): V=2πabxf(x)dxV = 2\pi \int_a^b x f(x) \, dx

Advanced Integral Formulas

  • Arc Length: L=ab1+[f(x)]2dxL = \int_a^b \sqrt{1 + [f'(x)]^2} \, dx
  • Surface Area of Revolution: S=2πabf(x)1+[f(x)]2dxS = 2\pi \int_a^b f(x) \sqrt{1 + [f'(x)]^2} \, dx
  • Average Value of a Function: favg=1baabf(x)dxf_{avg} = \frac{1}{b-a} \int_a^b f(x) \, dx

9. Differential Equations

  • Separable DEs: dydx=g(x)h(y)    1h(y)dy=g(x)dx\frac{dy}{dx} = g(x)h(y) \implies \int \frac{1}{h(y)} \, dy = \int g(x) \, dx
  • Newton's Law of Cooling: dTdt=k(TTs)    T(t)=Ts+(T0Ts)ekt\frac{dT}{dt} = k(T - T_s) \implies T(t) = T_s + (T_0 - T_s)e^{kt}
  • Logistic Growth Model: dPdt=kP(1PK)\frac{dP}{dt} = kP(1 - \frac{P}{K})
  • Logistic Solution: P(t)=K1+AektP(t) = \frac{K}{1 + Ae^{-kt}} where A=KP0P0A = \frac{K - P_0}{P_0}

10. Parametric, Polar, and Vector Calculus

Parametric Equations

  • First Derivative: dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}
  • Second Derivative: d2ydx2=ddt[dydx]dx/dt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}[\frac{dy}{dx}]}{dx/dt}
  • Parametric Arc Length: L=t1t2(dxdt)2+(dydt)2dtL = \int_{t_1}^{t_2} \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} \, dt

Polar Coordinates

  • Conversion: x=rcos(θ)x = r\cos(\theta), y=rsin(θ)y = r\sin(\theta), r2=x2+y2r^2 = x^2 + y^2, tan(θ)=yx\tan(\theta) = \frac{y}{x}
  • Polar Derivative: dydx=rcos(θ)+rsin(θ)rsin(θ)+rcos(θ)\frac{dy}{dx} = \frac{r\cos(\theta) + r'\sin(\theta)}{-r\sin(\theta) + r'\cos(\theta)}
  • Area of a Polar Region: A=12αβ[r(θ)]2dθA = \frac{1}{2} \int_{\alpha}^{\beta} [r(\theta)]^2 \, d\theta