AP Calculus AB/BC Formula Sheet

What You Need to Know

This “formula sheet” is the College Board reference you get during the AP Calculus AB/BC exam. The big win: it reminds you of standard derivatives, antiderivatives, and (for BC) key series—so you can focus on setup/reasoning instead of memorization.

Two rules of thumb:

  • The sheet mainly covers core derivative/integral identities + FTC + average value (and BC series).
  • You still must know how/when to use them (chain rule, substitutions, interpreting integrals, etc.).

Critical reminder: The sheet gives formulas, not judgment. On FRQs, points often come from the setup (correct expression, bounds, units/interpretation), not just the final number.

What’s “core” on the sheet
  • Derivative definition and derivative rules
  • Common derivatives (powers, exponentials/logs, trig, inverse trig)
  • Common antiderivatives (matching the derivative list)
  • Fundamental Theorem of Calculus (both directions)
  • Average value of a function on an interval
  • BC only: geometric series + Taylor/Maclaurin series facts and standard Maclaurin series

Step-by-Step Breakdown

Use this process whenever you’re “mining” the formula sheet during a problem.

A. Derivative problems (rates, tangents, optimization, related rates)
  1. Identify the function type (power, trig, exponential/log, composition, product/quotient).
  2. Decide which rule(s) you need:
    • Composition  chain rule
    • Product/quotient present  product/quotient rule
    • Implicit relation  differentiate both sides + solve for dydx\frac{dy}{dx}
  3. Pull the base derivative from the sheet, then apply your rule(s).
  4. Substitute the evaluation point last (avoid algebra mistakes).

Micro-example (chain + trig):

  • Find ddx(sin(3x2))\frac{d}{dx}\big(\sin(3x^2)\big)
  • Base: ddx(sinu)=cosu\frac{d}{dx}(\sin u)=\cos u
  • Chain: u=3x2u=6xu=3x^2\Rightarrow u'=6x
  • Result: ddx(sin(3x2))=cos(3x2)6x\frac{d}{dx}\big(\sin(3x^2)\big)=\cos(3x^2)\cdot 6x
B. Definite integrals (accumulation, area, net change)
  1. Interpret what the integral means (signed area? total accumulation? average?).
  2. Choose the right tool:
    • If it’s literally abf(x)dx\int_a^b f(x)\,dx and you have an antiderivative: use FTC.
    • If it’s an accumulation function like g(x)=axf(t)dtg(x)=\int_a^x f(t)\,dt: use FTC Part 1.
  3. Match integrand to a known antiderivative from the sheet (or rewrite to match).
  4. Evaluate carefully with bounds; keep signs straight.

Micro-example (FTC Part 1):

  • If g(x)=2x1+t2dtg(x)=\int_2^x \sqrt{1+t^2}\,dt, then g(x)=1+x2g'(x)=\sqrt{1+x^2}.
C. BC series (Taylor/Maclaurin)
  1. Recognize the target: are you approximating a function near a point, or building a series from known ones?
  2. Start from a known Maclaurin series (from the sheet) or the general Taylor formula.
  3. Transform using algebra, substitution, differentiation, or integration of series.
  4. State interval of convergence (at least from the parent series), then adjust for transformations.

Micro-example (build from geometric):

  • From 11x=n=0xn\frac{1}{1-x}=\sum_{n=0}^{\infty} x^n for x<1|x|<1,
  • Replace xxx\to -x to get 11+x=n=0(1)nxn\frac{1}{1+x}=\sum_{n=0}^{\infty} (-1)^n x^n for x<1|x|<1.

Key Formulas, Rules & Facts

Derivative definition + rules
ItemFormulaNotes
Derivative definitionf(x)=limh0f(x+h)f(x)hf'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}Use for first-principles or to justify differentiability ideas.
Constant multipleddx(cf(x))=cf(x)\frac{d}{dx}\big(c\,f(x)\big)=c\,f'(x)Pull constants out.
Sum/differenceddx(f(x)±g(x))=f(x)±g(x)\frac{d}{dx}\big(f(x)\pm g(x)\big)=f'(x)\pm g'(x)Term-by-term.
Product ruleddx(f(x)g(x))=f(x)g(x)+g(x)f(x)\frac{d}{dx}\big(f(x)g(x)\big)=f(x)g'(x)+g(x)f'(x)“Left stays, right derives + right stays, left derives.”
Quotient ruleddx(f(x)g(x))=g(x)f(x)f(x)g(x)(g(x))2\frac{d}{dx}\Big(\frac{f(x)}{g(x)}\Big)=\frac{g(x)f'(x)-f(x)g'(x)}{\big(g(x)\big)^2}Denominator squared.
Chain ruleddx(f(g(x)))=f(g(x))g(x)\frac{d}{dx}\big(f(g(x))\big)=f'(g(x))\,g'(x)The most-tested rule.
Common derivatives (the “lookup” list)
FunctionDerivativeNotes
xnx^nddx(xn)=nxn1\frac{d}{dx}(x^n)=n x^{n-1}Works for many real nn in AP contexts.
exe^xddx(ex)=ex\frac{d}{dx}(e^x)=e^xThe “self-derivative.”
axa^xddx(ax)=axln(a)\frac{d}{dx}(a^x)=a^x\ln(a)Assume a>0a>0 and a1a\neq 1.
ln(x)\ln(x)ddx(lnx)=1x\frac{d}{dx}(\ln x)=\frac{1}{x}Domain x>0x>0. For lnx\ln|x|, derivative is still 1x\frac{1}{x} for x0x\neq 0.
loga(x)\log_a(x)ddx(logax)=1xln(a)\frac{d}{dx}(\log_a x)=\frac{1}{x\ln(a)}Often rewrite using natural log.
sinx\sin xcosx\cos x
cosx\cos xsinx-\sin x
tanx\tan xsec2x\sec^2 x
cotx\cot xcsc2x-\csc^2 x
secx\sec xsecxtanx\sec x\tan x
cscx\csc xcscxcotx-\csc x\cot x
arcsinx\arcsin x11x2\frac{1}{\sqrt{1-x^2}}Domain note: x<1|x|<1 for derivative expression.
arccosx\arccos x11x2-\frac{1}{\sqrt{1-x^2}}Same denominator as arcsin, negative sign.
arctanx\arctan x11+x2\frac{1}{1+x^2}Very common with integrals too.
Common antiderivatives (indefinite integrals)
IntegrandAntiderivativeNotes
xnx^nxndx=xn+1n+1+C\int x^n\,dx=\frac{x^{n+1}}{n+1}+Cشرط: n1n\neq -1.
1x\frac{1}{x}1xdx=lnx+C\int \frac{1}{x}\,dx=\ln|x|+CAbsolute value matters.
exe^xexdx=ex+C\int e^x\,dx=e^x+C
axa^xaxdx=axln(a)+C\int a^x\,dx=\frac{a^x}{\ln(a)}+C
sinx\sin xsinxdx=cosx+C\int \sin x\,dx=-\cos x+C
cosx\cos xcosxdx=sinx+C\int \cos x\,dx=\sin x+C
sec2x\sec^2 xsec2xdx=tanx+C\int \sec^2 x\,dx=\tan x+C
csc2x\csc^2 xcsc2xdx=cotx+C\int \csc^2 x\,dx=-\cot x+C
secxtanx\sec x\tan xsecxtanxdx=secx+C\int \sec x\tan x\,dx=\sec x+C
cscxcotx\csc x\cot xcscxcotxdx=cscx+C\int \csc x\cot x\,dx=-\csc x+C
11+x2\frac{1}{1+x^2}11+x2dx=arctanx+C\int \frac{1}{1+x^2}\,dx=\arctan x+C
11x2\frac{1}{\sqrt{1-x^2}}11x2dx=arcsinx+C\int \frac{1}{\sqrt{1-x^2}}\,dx=\arcsin x+C
Definite integrals + FTC + properties
ConceptFormulaNotes
Definite integral as limitabf(x)dx=limni=1nf(xi)Δx\int_a^b f(x)\,dx=\lim_{n\to\infty}\sum_{i=1}^{n} f(x_i^*)\,\Delta xConceptual foundation for accumulation/Riemann sums.
FTC Part 1If g(x)=axf(t)dtg(x)=\int_a^x f(t)\,dt then g(x)=f(x)g'(x)=f(x)Also works with chain: ddxau(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 2If F(x)=f(x)F'(x)=f(x) then abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx=F(b)-F(a)Your main evaluation tool.
Linearityab(cf(x)±g(x))dx=cabf(x)dx±abg(x)dx\int_a^b \big(cf(x)\pm g(x)\big)\,dx=c\int_a^b f(x)\,dx\pm \int_a^b g(x)\,dxSplit and factor constants.
Reverse limitsbaf(x)dx=abf(x)dx\int_b^a f(x)\,dx=-\int_a^b f(x)\,dxFast sign check.
Additivityabf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x)\,dx=\int_a^c f(x)\,dx+\int_c^b f(x)\,dxBreak at convenient points.
Average valuefavg=1baabf(x)dxf_{\text{avg}}=\frac{1}{b-a}\int_a^b f(x)\,dxOften appears with “mean value” wording.
BC-only: geometric series + Taylor/Maclaurin
ItemFormulaNotes
Geometric seriesn=0arn=a1r\sum_{n=0}^{\infty} ar^n=\frac{a}{1-r}Converges for r<1|r|<1.
Taylor series (general)f(x)=n=0f(n)(a)n!(xa)nf(x)=\sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^nAlso defines Taylor polynomial by truncation.
Maclaurin for exe^xex=n=0xnn!e^x=\sum_{n=0}^{\infty}\frac{x^n}{n!}Converges for all xx.
Maclaurin for sinx\sin xsinx=n=0(1)nx2n+1(2n+1)!\sin x=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{(2n+1)!}Alternating odd powers.
Maclaurin for cosx\cos xcosx=n=0(1)nx2n(2n)!\cos x=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n}}{(2n)!}Alternating even powers.
Geometric power series11x=n=0xn\frac{1}{1-x}=\sum_{n=0}^{\infty} x^nConverges for x<1|x|<1.
Maclaurin for ln(1+x)\ln(1+x)ln(1+x)=n=1(1)n1xnn\ln(1+x)=\sum_{n=1}^{\infty}(-1)^{n-1}\frac{x^n}{n}Converges for 1<x1-1<x\le 1.
Maclaurin for arctanx\arctan xarctanx=n=0(1)nx2n+12n+1\arctan x=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{2n+1}Converges for x1|x|\le 1.

Examples & Applications

1) Product vs chain (don’t mix them)

Differentiate h(x)=x2cos(5x)h(x)=x^2\cos(5x).

  • Product rule: h(x)=2xcos(5x)+x2ddx(cos(5x))h'(x)=2x\cos(5x)+x^2\cdot \frac{d}{dx}(\cos(5x))
  • Chain on cosine: ddx(cos(5x))=sin(5x)5\frac{d}{dx}(\cos(5x))=-\sin(5x)\cdot 5
  • Final: h(x)=2xcos(5x)5x2sin(5x)h'(x)=2x\cos(5x)-5x^2\sin(5x)
2) FTC Part 1 with a variable upper limit (chain rule version)

Compute ddx(0x31+t2dt)\frac{d}{dx}\left(\int_{0}^{x^3} \sqrt{1+t^2}\,dt\right).

  • Recognize: derivative of an accumulation function.
  • Apply FTC Part 1 + chain:
    ddx0u(x)f(t)dt=f(u(x))u(x)\frac{d}{dx}\int_0^{u(x)} f(t)\,dt=f(u(x))u'(x)
  • Here f(t)=1+t2f(t)=\sqrt{1+t^2} and u(x)=x3u(x)=x^3 so u(x)=3x2u'(x)=3x^2.
  • Result: 1+(x3)23x2=3x21+x6\sqrt{1+(x^3)^2}\cdot 3x^2=3x^2\sqrt{1+x^6}
3) Average value setup (FRQ favorite)

Find the average value of f(x)=sinxf(x)=\sin x on [0,π][0,\pi].

  • Use favg=1baabf(x)dxf_{\text{avg}}=\frac{1}{b-a}\int_a^b f(x)\,dx:
    favg=1π00πsinxdxf_{\text{avg}}=\frac{1}{\pi-0}\int_0^{\pi} \sin x\,dx
  • Antiderivative: sinxdx=cosx\int \sin x\,dx=-\cos x
  • Evaluate: 1π[cosx]0π=1π((cosπ)(cos0))=1π(1+1)=2π\frac{1}{\pi}\Big[-\cos x\Big]_0^{\pi}=\frac{1}{\pi}\big((-\cos\pi)-(-\cos 0)\big)=\frac{1}{\pi}(1+1)=\frac{2}{\pi}
4) BC series: build a new series quickly

Find a power series for 11+x2\frac{1}{1+x^2} around x=0x=0 and its convergence interval.

  • Start from 11x=n=0xn\frac{1}{1-x}=\sum_{n=0}^{\infty} x^n for x<1|x|<1.
  • Substitute xx2x\to -x^2:
    11(x2)=11+x2=n=0(x2)n=n=0(1)nx2n\frac{1}{1-(-x^2)}=\frac{1}{1+x^2}=\sum_{n=0}^{\infty}(-x^2)^n=\sum_{n=0}^{\infty} (-1)^n x^{2n}
  • Convergence from x2<1x2<1x<1|-x^2|<1\Rightarrow x^2<1\Rightarrow |x|<1.

Common Mistakes & Traps

  1. Forgetting the chain rule: You write ddx(sin(3x))=cos(3x)\frac{d}{dx}(\sin(3x))=\cos(3x) (missing the 3\cdot 3).
    Fix: Always multiply by derivative of the “inside”: cos(3x)3\cos(3x)\cdot 3.

  2. Quotient rule sign flip: Using fgfgg2\frac{f'g-fg'}{g^2} but swapping order randomly.
    Fix: Commit to one pattern: gffgg2\frac{g f' - f g'}{g^2}.

  3. Dropping absolute value in lnx\ln|x|: Writing 1xdx=lnx+C\int \frac{1}{x}\,dx=\ln x + C.
    Why wrong: Derivative of lnx\ln x only works for x>0x>0.
    Fix: Use lnx+C\ln|x|+C.

  4. Mixing up inverse trig derivatives: Confusing arcsin vs arctan.
    Fix: Remember the “shapes”: arcsin/arccos have 1x2\sqrt{1-x^2}; arctan has 1+x21+x^2.

  5. FTC Part 1 without chain: For ddxax2f(t)dt\frac{d}{dx}\int_a^{x^2} f(t)dt you answer f(x2)f(x^2) but miss 2x\cdot 2x.
    Fix: Upper limit u(x)u(x) means multiply by u(x)u'(x).

  6. Sign errors with trig antiderivatives: Saying sinxdx=cosx+C\int \sin x\,dx=\cos x + C.
    Fix: Differentiate your result quickly: derivative of cosx-\cos x is sinx\sin x.

  7. Power rule exception at n=1n=-1: Trying x1dx=x00\int x^{-1}dx=\frac{x^0}{0}.
    Fix: Memorize the special case: 1xdx=lnx+C\int \frac{1}{x}dx=\ln|x|+C.

  8. Series interval endpoints ignored (BC): You state “converges for x<1|x|<1” but the transformed series actually includes endpoints (like arctan).
    Fix: Check endpoints separately when the parent interval is x1|x|\le 1 or when you transform a known boundary.

Memory Aids & Quick Tricks

Trick / mnemonicHelps you rememberWhen to use
Trig derivative cyclesincossincossin\sin\to\cos\to-\sin\to-\cos\to\sinRapid derivatives of sinx\sin x and cosx\cos x.
“Arcsin has a root, arctan has a plus”ddx(arcsinx)=11x2\frac{d}{dx}(\arcsin x)=\frac{1}{\sqrt{1-x^2}} vs ddx(arctanx)=11+x2\frac{d}{dx}(\arctan x)=\frac{1}{1+x^2}Inverse trig derivatives/integrals.
“Flip the sign, flip the limit”baf=abf\int_b^a f=-\int_a^b fQuick checks on definite integrals.
Geometric template11r=n=0rn\frac{1}{1-r}=\sum_{n=0}^{\infty} r^nBuild many BC power series by substitution.
Differentiate/integrate series term-by-termcnxnncnxn1\sum c_n x^n \Rightarrow \sum n c_n x^{n-1}Creating new series from known ones (BC).

Quick Review Checklist

  • You can write derivative rules from the sheet: sum, constant multiple, product, quotient, chain.
  • You can instantly recall the “big 4” derivatives: xnx^n, exe^x, lnx\ln x, trig.
  • You remember which inverse trig goes with 1x2\sqrt{1-x^2} vs 1+x21+x^2.
  • You can match integrands to antiderivatives (and include +C+C when appropriate).
  • You can use FTC both ways:
    • ddxaxf(t)dt=f(x)\frac{d}{dx}\int_a^x f(t)dt=f(x)
    • abf(x)dx=F(b)F(a)\int_a^b f(x)dx=F(b)-F(a)
  • You can set up average value correctly: 1baabf(x)dx\frac{1}{b-a}\int_a^b f(x)dx.
  • (BC) You know the standard Maclaurin series and the geometric series condition r<1|r|<1.
  • You check common traps: missing chain factors, wrong signs, missing lnx\ln|x|.

You’ve got this—use the sheet to save memory, and spend your brainpower on setup and interpretation.