AP Calculus AB/BC Formula Sheet

What You Need to Know

The AP Calculus AB/BC formula sheet (the one College Board provides) is a minimal safety net, not a full list of everything you need. Your job is to (1) know exactly what’s on it, (2) know how to combine it with rules you must memorize (especially chain rule, power rule, u-sub, etc.), and (3) avoid sign/interval traps.

Two big ideas:

  • The sheet gives you core derivative/integral pairs, FTC statements, integration by parts, and (BC) standard Maclaurin series.
  • You still must supply the structure: algebra, trig identities, chain rule, and correct limits/intervals.

Critical reminder: The sheet’s formulas are usually for xx, but almost every exam problem is for u(x)u(x). That means chain rule (for derivatives) and u-sub (for integrals) are the hidden steps.


Step-by-Step Breakdown

A. How to use the formula sheet efficiently (on any problem)
  1. Identify the task type
    • Derivative? Integral? Accumulation/area? Series approximation?
  2. Match the pattern to a formula on the sheet
    • Example: see sec2(x)\sec^2(x) → think tan(x)\tan(x).
    • See axf(t)dt\int_a^x f(t)\,dt → think FTC + chain rule.
  3. Check for an “inside function” u(x)u(x)
    • If differentiating: apply chain rule to the sheet formula.
    • If integrating: look for a derivative factor and do u-sub.
  4. Do a quick sign + constant check
    • Indefinite integrals need +C+C.
    • Trig pairs have common sign errors (especially sin(x)dx\int \sin(x)\,dx).
  5. If it’s a series question (BC)
    • Start from a known Maclaurin series on the sheet.
    • Substitute/scale to match the target.
    • State interval of convergence after substitution.
B. Micro-worked examples (method in action)
  1. FTC + chain rule

    • Given g(x)=2x31+t2dtg(x)=\int_2^{x^3} \sqrt{1+t^2}\,dt
    • Use FTC: ddx2u(x)f(t)dt=f(u(x))u(x)\frac{d}{dx}\int_2^{u(x)} f(t)\,dt = f(u(x))\,u'(x)
    • So g(x)=1+(x3)23x2=3x21+x6g'(x)=\sqrt{1+(x^3)^2}\cdot 3x^2 = 3x^2\sqrt{1+x^6}
  2. Integration by parts (on the sheet)

    • Compute xexdx\int x e^x\,dx
    • Use udv=uvvdu\int u\,dv = uv-\int v\,du
    • Pick u=xu=x, dv=exdxdv=e^x dxdu=dxdu=dx, v=exv=e^x
    • Result: xexexdx=xexex+C=ex(x1)+Cx e^x-\int e^x\,dx = x e^x - e^x + C = e^x(x-1)+C
  3. Series substitution (BC)

    • Want Maclaurin for sin(3x)\sin(3x)
    • From sheet: sin(x)=n=0(1)nx2n+1(2n+1)!\sin(x)=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{(2n+1)!}
    • Substitute x3xx\mapsto 3x:
      sin(3x)=n=0(1)n(3x)2n+1(2n+1)!\sin(3x)=\sum_{n=0}^{\infty}(-1)^n\frac{(3x)^{2n+1}}{(2n+1)!}

Key Formulas, Rules & Facts

A. Limits & derivative definition (know what it means)
FormulaWhen to useNotes
f(x)=limh0f(x+h)f(x)hf'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}Definition of derivativeUse when asked “from first principles,” or to justify differentiability.
B. Core derivative rules (NOT fully given on the sheet—memorize)
RuleFormulaNotes
Power ruleddxxn=nxn1\frac{d}{dx}x^n = n x^{n-1}Works for any real nn where defined.
Constant multipleddx[cf(x)]=cf(x)\frac{d}{dx}[c\,f(x)] = c\,f'(x)Factor constants out.
Sum/differenceddx[f(x)±g(x)]=f(x)±g(x)\frac{d}{dx}[f(x)\pm g(x)] = f'(x)\pm g'(x)Differentiate term-by-term.
Product rule(fg)=fg+fg(fg)'=f'g+fg'Don’t multiply out if it’s messy.
Quotient rule(fg)=fgfgg2\left(\frac{f}{g}\right)'=\frac{f'g-fg'}{g^2}Often easier to rewrite as fg1f\cdot g^{-1}.
Chain ruleddxf(u(x))=f(u(x))u(x)\frac{d}{dx}f(u(x))=f'(u(x))\,u'(x)The #1 “hidden” step with the formula sheet.
C. Derivatives of common functions (these are the classic “table” items)
FunctionDerivativeNotes
sin(x)\sin(x)cos(x)\cos(x)
cos(x)\cos(x)sin(x)-\sin(x)Sign trap.
tan(x)\tan(x)sec2(x)\sec^2(x)
cot(x)\cot(x)csc2(x)-\csc^2(x)
sec(x)\sec(x)sec(x)tan(x)\sec(x)\tan(x)
csc(x)\csc(x)csc(x)cot(x)-\csc(x)\cot(x)
ln(x)\ln(x)1x\frac{1}{x}Domain x>0x>0.
exe^xexe^x
axa^xaxln(a)a^x\ln(a)Requires a>0a>0, a1a\neq 1.
D. Derivatives of inverse trig (common MCQ/FRQ targets)
FunctionDerivativeNotes
arcsin(x)\arcsin(x)11x2\frac{1}{\sqrt{1-x^2}}Domain typically x<1|x|<1 for derivative.
arccos(x)\arccos(x)11x2-\frac{1}{\sqrt{1-x^2}}Same denominator, negative sign.
arctan(x)\arctan(x)11+x2\frac{1}{1+x^2}Defined for all real xx.
E. Core integration facts (FTC + antiderivatives)
FactFormulaNotes
FTC Part 1ddxaxf(t)dt=f(x)\frac{d}{dx}\int_a^x f(t)\,dt=f(x)If upper limit is u(x)u(x), multiply by u(x)u'(x).
FTC Part 2abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx=F(b)-F(a)Requires F(x)=f(x)F'(x)=f(x).
Average valuefavg=1baabf(x)dxf_{\text{avg}}=\frac{1}{b-a}\int_a^b f(x)\,dxCommon FRQ for “average value on [a,b][a,b].”
F. Indefinite integrals of trig “pairs” (watch signs)
IntegrandAntiderivativeNotes
sin(x)\sin(x)cos(x)+C-\cos(x)+CSign trap.
cos(x)\cos(x)sin(x)+C\sin(x)+C
sec2(x)\sec^2(x)tan(x)+C\tan(x)+C
csc2(x)\csc^2(x)cot(x)+C-\cot(x)+CNegative.
sec(x)tan(x)\sec(x)\tan(x)sec(x)+C\sec(x)+C
csc(x)cot(x)\csc(x)\cot(x)csc(x)+C-\csc(x)+CNegative.
G. Integration techniques you must know (some are on the sheet, some aren’t)
TechniqueFormula / triggerNotes
u-subIf you see f(x)g(f(x))f'(x)\,g(f(x))Reverse chain rule.
Integration by partsudv=uvvdu\int u\,dv = uv-\int v\,duChoose uu to simplify after differentiating.
Basic exponential/log integrals1xdx=lnx+C\int \frac{1}{x}\,dx=\ln|x|+C, exdx=ex+C\int e^x dx=e^x+CAbsolute value for lnx\ln|x| is essential.
H. BC-only: standard Maclaurin series (know them cold)
FunctionMaclaurin seriesInterval of convergence
11x\frac{1}{1-x}n=0xn=1+x+x2+\sum_{n=0}^{\infty} x^n = 1+x+x^2+\cdotsx<1|x|<1
exe^xn=0xnn!\sum_{n=0}^{\infty}\frac{x^n}{n!}All real xx
sin(x)\sin(x)n=0(1)nx2n+1(2n+1)!\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{(2n+1)!}All real xx
cos(x)\cos(x)n=0(1)nx2n(2n)!\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n}}{(2n)!}All real xx
ln(1+x)\ln(1+x)n=1(1)n1xnn\sum_{n=1}^{\infty}(-1)^{n-1}\frac{x^n}{n}1<x1-1<x\le 1
arctan(x)\arctan(x)n=0(1)nx2n+12n+1\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{2n+1}x1|x|\le 1

Series substitution rule: If a series converges for x<R|x|<R, then replacing xx with kxkx changes it to kx<R|kx|<R, i.e. x<Rk|x|<\frac{R}{|k|}.


Examples & Applications

1. Recognize a “reverse chain rule” integral

Compute 2x1+x2dx\int \frac{2x}{1+x^2}\,dx.

  • Spot inside: 1+x21+x^2 with derivative 2x2x.
  • Let u=1+x2u=1+x^2, du=2xdxdu=2x\,dx.
  • Integral becomes 1udu=lnu+C=ln(1+x2)+C\int \frac{1}{u}\,du = \ln|u|+C = \ln(1+x^2)+C.
2. Use the trig integral pairs correctly

Compute csc(x)cot(x)dx\int \csc(x)\cot(x)\,dx.

  • From sheet: csc(x)cot(x)dx=csc(x)+C\int \csc(x)\cot(x)\,dx = -\csc(x)+C.
  • Fast check: derivative of csc(x)\csc(x) is csc(x)cot(x)-\csc(x)\cot(x), so the negative is required.
3. FTC Part 1 with a nontrivial upper limit

Let h(x)=1cos(x)11+t2dth(x)=\int_{-1}^{\cos(x)} \frac{1}{1+t^2}\,dt. Find h(x)h'(x).

  • Use FTC + chain: h(x)=11+(cos(x))2ddx[cos(x)]h'(x)=\frac{1}{1+(\cos(x))^2}\cdot \frac{d}{dx}[\cos(x)]
  • h(x)=11+cos2(x)(sin(x))=sin(x)1+cos2(x)h'(x)=\frac{1}{1+\cos^2(x)}\cdot (-\sin(x))= -\frac{\sin(x)}{1+\cos^2(x)}
4. Build a new series from a known one (BC)

Find the first three nonzero terms of the Maclaurin series for ln(12x)\ln(1-2x).

  • Start: ln(1+x)=n=1(1)n1xnn\ln(1+x)=\sum_{n=1}^{\infty}(-1)^{n-1}\frac{x^n}{n}
  • Substitute x2xx\mapsto -2x:
    ln(12x)=n=1(1)n1(2x)nn\ln(1-2x)=\sum_{n=1}^{\infty}(-1)^{n-1}\frac{(-2x)^n}{n}
  • First terms:
    • n=1:(1)02x1=2xn=1: (-1)^0\frac{-2x}{1}=-2x
    • n=2:(1)14x22=2x2n=2: (-1)^1\frac{4x^2}{2}=-2x^2
    • n=3:(1)28x33=83x3n=3: (-1)^2\frac{-8x^3}{3}=-\frac{8}{3}x^3
  • So ln(12x)=2x2x283x3+\ln(1-2x)= -2x-2x^2-\frac{8}{3}x^3+\cdots
  • Interval: need 1<2x1-1< -2x \le 112x<12-\frac{1}{2}\le x < \frac{1}{2}.

Common Mistakes & Traps

  1. Forgetting chain rule with sheet derivatives

    • Wrong: differentiating sin(5x)\sin(5x) as cos(5x)\cos(5x).
    • Right: ddxsin(5x)=cos(5x)5\frac{d}{dx}\sin(5x)=\cos(5x)\cdot 5.
    • Fix: circle the “inside” u(x)u(x) and multiply by u(x)u'(x).
  2. Messing up the signs on trig antiderivatives

    • Common wrong ones: sin(x)dx=cos(x)+C\int \sin(x)dx=\cos(x)+C, csc2(x)dx=cot(x)+C\int \csc^2(x)dx=\cot(x)+C.
    • Fix: memorize the “negative” ones: sincos\sin\to -\cos, csc2cot\csc^2\to -\cot, csccotcsc\csc\cot\to -\csc.
  3. Dropping +C+C on indefinite integrals

    • On FRQs, missing +C+C can cost easy points.
    • Fix: if there are no bounds, there must be +C+C.
  4. Confusing ln(x)\ln(x) vs lnx\ln|x| in integrals

    • Correct: 1xdx=lnx+C\int \frac{1}{x}\,dx=\ln|x|+C.
    • Fix: absolute value is required because ddxlnx=1x\frac{d}{dx}\ln|x|=\frac{1}{x} for x0x\ne 0.
  5. Inverse trig derivative mix-ups

    • Classic trap: swapping denominators for arcsin(x)\arcsin(x) and arctan(x)\arctan(x).
    • Fix:
      • arcsin,arccos\arcsin,\arccos1x2\sqrt{1-x^2}
      • arctan\arctan1+x21+x^2
  6. Using a Maclaurin series but not updating the interval after substitution

    • Example: ln(1+x)\ln(1+x) interval is 1<x1-1<x\le 1; substituting x2xx\mapsto -2x changes endpoints.
    • Fix: always re-solve the inequality for the new variable.
  7. Treating the geometric series as valid at endpoints

    • For xn\sum x^n, you must have x<1|x|<1 (endpoints diverge).
    • Fix: endpoints are not “maybe”; test them.
  8. Misreading FTC Part 1 when the variable is in the lower limit

    • If G(x)=xaf(t)dtG(x)=\int_x^a f(t)\,dt, then G(x)=f(x)G'(x)=-f(x).
    • Fix: flip limits to match ax\int_a^x and add a negative.

Memory Aids & Quick Tricks

Trick / mnemonicHelps you rememberWhen to use
Sine → Cosine, Cosine → Negative Sineddxsin(x)=cos(x)\frac{d}{dx}\sin(x)=\cos(x) and ddxcos(x)=sin(x)\frac{d}{dx}\cos(x)=-\sin(x)Fast derivative recall
A-S-A vs A-T-Aarcsin/arccos\arcsin/\arccos have 1x2\sqrt{1-x^2}; arctan\arctan has 1+x21+x^2Inverse trig derivatives
LIATE” (or ILATE)Choose uu in parts: Log, Inverse trig, Algebraic, Trig, ExponentialIntegration by parts selection
Geometric = ratio inside absolute less than 1For rn\sum r^n you need r<1|r|<1Series interval of convergence
Upper limit = plug; chain rule multiplierddxau(x)f(t)dt=f(u(x))u(x)\frac{d}{dx}\int_a^{u(x)} f(t)dt = f(u(x))u'(x)FTC Part 1 problems

Quick Review Checklist

  • You can instantly locate and use the sheet’s trig derivative/integral pairs (with correct signs).
  • You automatically apply chain rule when the input isn’t just xx.
  • You know FTC Part 1 and 2 and handle variable limits (including the negative when xx is the lower limit).
  • You never forget +C+C for indefinite integrals.
  • You have inverse trig derivatives nailed: arcsin/arccos\arcsin/\arccos1x2\sqrt{1-x^2}, arctan\arctan1+x21+x^2.
  • For BC series, you can write the 6 standard Maclaurin series and adjust intervals after substitution.
  • You can use integration by parts quickly and choose uu so the integral simplifies.

You’ve got this—use the sheet as a trigger, and let your rules (chain rule, u-sub, FTC) do the real work.