Mathwords logoMathwords

AP Calculus Formula Sheet — AB & BC Complete Reference

A complete AP Calculus reference covering both AB and BC topics. The AP exam doesn't provide a formula sheet, so this is everything you should know cold for free-response and multiple-choice sections. BC-only topics are marked.

Limits & Continuity

Limit Definition
limxaf(x)=L\lim_{x \to a} f(x) = L
Continuity at a
limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)
Intermediate Value Theorem
f continuous on [a,b]    takes every value between f(a) and f(b)f \text{ continuous on } [a, b] \implies \text{takes every value between } f(a) \text{ and } f(b)
Special Trig Limit
limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
L'Hôpital's Rule
limxafg=limxafg(00 or )\lim_{x \to a} \frac{f}{g} = \lim_{x \to a} \frac{f'}{g'} \quad\left(\tfrac{0}{0} \text{ or } \tfrac{\infty}{\infty}\right)

Derivatives

Definition (Difference Quotient)
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] = n x^{n-1}
Product Rule
(fg)=fg+fg(fg)' = f' g + f g'
Quotient Rule
(fg)=fgfgg2\left(\tfrac{f}{g}\right)' = \frac{f' g - f g'}{g^2}
Chain Rule
[f(g(x))]=f(g(x))g(x)[f(g(x))]' = f'(g(x)) g'(x)
Implicit Differentiation
ddx[F(x,y)]=0, solve for dydx\frac{d}{dx}[F(x, y)] = 0,\ \text{solve for } \tfrac{dy}{dx}

Derivative Formulas (Functions)

Sine, Cosine
(sinx)=cosx, (cosx)=sinx(\sin x)' = \cos x,\ (\cos x)' = -\sin x
Tangent
(tanx)=sec2x(\tan x)' = \sec^2 x
Sec, Csc, Cot
(secx)=secxtanx, (cscx)=cscxcotx, (cotx)=csc2x(\sec x)' = \sec x \tan x,\ (\csc x)' = -\csc x \cot x,\ (\cot x)' = -\csc^2 x
Exponential
(ex)=ex, (ax)=axlna(e^x)' = e^x,\ (a^x)' = a^x \ln a
Logarithm
(lnx)=1x, (logax)=1xlna(\ln x)' = \tfrac{1}{x},\ (\log_a x)' = \tfrac{1}{x \ln a}
Arcsine
(sin1x)=11x2(\sin^{-1} x)' = \tfrac{1}{\sqrt{1 - x^2}}
Arctangent
(tan1x)=11+x2(\tan^{-1} x)' = \tfrac{1}{1 + x^2}

Applications of Derivatives

Mean Value Theorem
f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}
Critical Point
f(c)=0 or undefinedf'(c) = 0 \text{ or undefined}
Second Derivative Test
f(c)>0local min; f(c)<0local maxf''(c) > 0 \Rightarrow \text{local min};\ f''(c) < 0 \Rightarrow \text{local max}
Concavity
f(x)>0: concave up; f(x)<0: concave downf''(x) > 0: \text{ concave up};\ f''(x) < 0: \text{ concave down}
Linear Approximation
L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x - a)

Integrals (Antiderivatives)

Power Rule
xndx=xn+1n+1+C, n1\int x^n\,dx = \frac{x^{n+1}}{n+1} + C,\ n \ne -1
Reciprocal
1xdx=lnx+C\int \frac{1}{x}\,dx = \ln|x| + C
Exponential
exdx=ex+C\int e^x\,dx = e^x + C
Trig
sinxdx=cosx+C, cosxdx=sinx+C\int \sin x\,dx = -\cos x + C,\ \int \cos x\,dx = \sin x + C
u-Substitution
f(g(x))g(x)dx=f(u)du\int f(g(x)) g'(x)\,dx = \int f(u)\,du
Integration by Parts (BC)
udv=uvvdu\int u\,dv = uv - \int v\,du

Fundamental Theorem & Applications

FTC Part 1
ddxaxf(t)dt=f(x)\frac{d}{dx}\int_a^x f(t)\,dt = f(x)
FTC Part 2
abf(x)dx=f(b)f(a)\int_a^b f'(x)\,dx = f(b) - f(a)
Average Value
favg=1baabf(x)dxf_\text{avg} = \frac{1}{b - a}\int_a^b f(x)\,dx
Area Between Curves
A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)]\,dx
Volume (Disk Method)
V=πab[f(x)]2dxV = \pi \int_a^b [f(x)]^2\,dx
Volume (Washer)
V=πab[R(x)2r(x)2]dxV = \pi \int_a^b [R(x)^2 - r(x)^2]\,dx
Volume (Shell, BC)
V=2πabxf(x)dxV = 2\pi \int_a^b x f(x)\,dx
Arc Length
L=ab1+(f(x))2dxL = \int_a^b \sqrt{1 + (f'(x))^2}\,dx

Parametric, Polar & Vector (BC Only)

Parametric Derivative
dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}
Parametric Arc Length
L=ab(x(t))2+(y(t))2dtL = \int_a^b \sqrt{(x'(t))^2 + (y'(t))^2}\,dt
Polar Area
A=12αβr2dθA = \tfrac{1}{2}\int_\alpha^\beta r^2\,d\theta
Polar Slope
dydx=rsinθ+rcosθrcosθrsinθ\frac{dy}{dx} = \frac{r' \sin\theta + r \cos\theta}{r' \cos\theta - r \sin\theta}
Vector Position
r(t)=x(t),y(t)\vec{r}(t) = \langle x(t), y(t) \rangle
Speed
v(t)=(x(t))2+(y(t))2|\vec{v}(t)| = \sqrt{(x'(t))^2 + (y'(t))^2}

Series (BC Only)

Geometric Series
n=0arn=a1r, r<1\sum_{n=0}^{\infty} a r^n = \tfrac{a}{1 - r},\ |r| < 1
p-Series Test
1np converges    p>1\sum \tfrac{1}{n^p} \text{ converges} \iff p > 1
Ratio Test
L=liman+1an; L<1convergesL = \lim \left|\tfrac{a_{n+1}}{a_n}\right|;\ L < 1 \Rightarrow \text{converges}
Taylor Series
f(x)=n=0f(n)(a)n!(xa)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x - a)^n
Maclaurin: e^x
ex=n=0xnn!e^x = \sum_{n=0}^{\infty} \tfrac{x^n}{n!}
Maclaurin: sin x
sinx=n=0(1)nx2n+1(2n+1)!\sin x = \sum_{n=0}^{\infty} \tfrac{(-1)^n x^{2n+1}}{(2n+1)!}
Maclaurin: cos x
cosx=n=0(1)nx2n(2n)!\cos x = \sum_{n=0}^{\infty} \tfrac{(-1)^n x^{2n}}{(2n)!}
Lagrange Remainder
Rn(x)Mxan+1(n+1)!|R_n(x)| \le \tfrac{M |x - a|^{n+1}}{(n+1)!}

Related Pages