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)
Identify the function type (power, trig, exponential/log, composition, product/quotient).
Decide which rule(s) you need:
Composition chain rule
Product/quotient present product/quotient rule
Implicit relation differentiate both sides + solve for dxdy
Pull the base derivative from the sheet, then apply your rule(s).
Substitute the evaluation point last (avoid algebra mistakes).
Micro-example (chain + trig):
Find dxd(sin(3x2))
Base: dxd(sinu)=cosu
Chain: u=3x2⇒u′=6x
Result: dxd(sin(3x2))=cos(3x2)⋅6x
B. Definite integrals (accumulation, area, net change)
Interpret what the integral means (signed area? total accumulation? average?).
Choose the right tool:
If it’s literally ∫abf(x)dx and you have an antiderivative: use FTC.
If it’s an accumulation function like g(x)=∫axf(t)dt: use FTC Part 1.
Match integrand to a known antiderivative from the sheet (or rewrite to match).
Evaluate carefully with bounds; keep signs straight.
Micro-example (FTC Part 1):
If g(x)=∫2x1+t2dt, then g′(x)=1+x2.
C. BC series (Taylor/Maclaurin)
Recognize the target: are you approximating a function near a point, or building a series from known ones?
Start from a known Maclaurin series (from the sheet) or the general Taylor formula.
Transform using algebra, substitution, differentiation, or integration of series.
State interval of convergence (at least from the parent series), then adjust for transformations.
Micro-example (build from geometric):
From 1−x1=∑n=0∞xn for ∣x∣<1,
Replace x→−x to get 1+x1=∑n=0∞(−1)nxn for ∣x∣<1.
Key Formulas, Rules & Facts
Derivative definition + rules
Item
Formula
Notes
Derivative definition
f′(x)=limh→0hf(x+h)−f(x)
Use for first-principles or to justify differentiability ideas.
Constant multiple
dxd(cf(x))=cf′(x)
Pull constants out.
Sum/difference
dxd(f(x)±g(x))=f′(x)±g′(x)
Term-by-term.
Product rule
dxd(f(x)g(x))=f(x)g′(x)+g(x)f′(x)
“Left stays, right derives + right stays, left derives.”
Quotient rule
dxd(g(x)f(x))=(g(x))2g(x)f′(x)−f(x)g′(x)
Denominator squared.
Chain rule
dxd(f(g(x)))=f′(g(x))g′(x)
The most-tested rule.
Common derivatives (the “lookup” list)
Function
Derivative
Notes
xn
dxd(xn)=nxn−1
Works for many real n in AP contexts.
ex
dxd(ex)=ex
The “self-derivative.”
ax
dxd(ax)=axln(a)
Assume a>0 and a=1.
ln(x)
dxd(lnx)=x1
Domain x>0. For ln∣x∣, derivative is still x1 for x=0.
loga(x)
dxd(logax)=xln(a)1
Often rewrite using natural log.
sinx
cosx
cosx
−sinx
tanx
sec2x
cotx
−csc2x
secx
secxtanx
cscx
−cscxcotx
arcsinx
1−x21
Domain note: ∣x∣<1 for derivative expression.
arccosx
−1−x21
Same denominator as arcsin, negative sign.
arctanx
1+x21
Very common with integrals too.
Common antiderivatives (indefinite integrals)
Integrand
Antiderivative
Notes
xn
∫xndx=n+1xn+1+C
شرط: n=−1.
x1
∫x1dx=ln∣x∣+C
Absolute value matters.
ex
∫exdx=ex+C
ax
∫axdx=ln(a)ax+C
sinx
∫sinxdx=−cosx+C
cosx
∫cosxdx=sinx+C
sec2x
∫sec2xdx=tanx+C
csc2x
∫csc2xdx=−cotx+C
secxtanx
∫secxtanxdx=secx+C
cscxcotx
∫cscxcotxdx=−cscx+C
1+x21
∫1+x21dx=arctanx+C
1−x21
∫1−x21dx=arcsinx+C
Definite integrals + FTC + properties
Concept
Formula
Notes
Definite integral as limit
∫abf(x)dx=limn→∞∑i=1nf(xi∗)Δx
Conceptual foundation for accumulation/Riemann sums.
FTC Part 1
If g(x)=∫axf(t)dt then g′(x)=f(x)
Also works with chain: dxd∫au(x)f(t)dt=f(u(x))u′(x).
FTC Part 2
If F′(x)=f(x) then ∫abf(x)dx=F(b)−F(a)
Your main evaluation tool.
Linearity
∫ab(cf(x)±g(x))dx=c∫abf(x)dx±∫abg(x)dx
Split and factor constants.
Reverse limits
∫baf(x)dx=−∫abf(x)dx
Fast sign check.
Additivity
∫abf(x)dx=∫acf(x)dx+∫cbf(x)dx
Break at convenient points.
Average value
favg=b−a1∫abf(x)dx
Often appears with “mean value” wording.
BC-only: geometric series + Taylor/Maclaurin
Item
Formula
Notes
Geometric series
∑n=0∞arn=1−ra
Converges for ∣r∣<1.
Taylor series (general)
f(x)=∑n=0∞n!f(n)(a)(x−a)n
Also defines Taylor polynomial by truncation.
Maclaurin for ex
ex=∑n=0∞n!xn
Converges for all x.
Maclaurin for sinx
sinx=∑n=0∞(−1)n(2n+1)!x2n+1
Alternating odd powers.
Maclaurin for cosx
cosx=∑n=0∞(−1)n(2n)!x2n
Alternating even powers.
Geometric power series
1−x1=∑n=0∞xn
Converges for ∣x∣<1.
Maclaurin for ln(1+x)
ln(1+x)=∑n=1∞(−1)n−1nxn
Converges for −1<x≤1.
Maclaurin for arctanx
arctanx=∑n=0∞(−1)n2n+1x2n+1
Converges for ∣x∣≤1.
Examples & Applications
1) Product vs chain (don’t mix them)
Differentiate h(x)=x2cos(5x).
Product rule: h′(x)=2xcos(5x)+x2⋅dxd(cos(5x))
Chain on cosine: dxd(cos(5x))=−sin(5x)⋅5
Final: h′(x)=2xcos(5x)−5x2sin(5x)
2) FTC Part 1 with a variable upper limit (chain rule version)
Compute dxd(∫0x31+t2dt).
Recognize: derivative of an accumulation function.
Apply FTC Part 1 + chain: dxd∫0u(x)f(t)dt=f(u(x))u′(x)
Forgetting the chain rule: You write dxd(sin(3x))=cos(3x) (missing the ⋅3). Fix: Always multiply by derivative of the “inside”: cos(3x)⋅3.
Quotient rule sign flip: Using g2f′g−fg′ but swapping order randomly. Fix: Commit to one pattern: g2gf′−fg′.
Dropping absolute value in ln∣x∣: Writing ∫x1dx=lnx+C. Why wrong: Derivative of lnx only works for x>0. Fix: Use ln∣x∣+C.
Mixing up inverse trig derivatives: Confusing arcsin vs arctan. Fix: Remember the “shapes”: arcsin/arccos have 1−x2; arctan has 1+x2.
FTC Part 1 without chain: For dxd∫ax2f(t)dt you answer f(x2) but miss ⋅2x. Fix: Upper limit u(x) means multiply by u′(x).
Sign errors with trig antiderivatives: Saying ∫sinxdx=cosx+C. Fix: Differentiate your result quickly: derivative of −cosx is sinx.
Power rule exception at n=−1: Trying ∫x−1dx=0x0. Fix: Memorize the special case: ∫x1dx=ln∣x∣+C.
Series interval endpoints ignored (BC): You state “converges for ∣x∣<1” but the transformed series actually includes endpoints (like arctan). Fix: Check endpoints separately when the parent interval is ∣x∣≤1 or when you transform a known boundary.
Memory Aids & Quick Tricks
Trick / mnemonic
Helps you remember
When to use
Trig derivative cycle
sin→cos→−sin→−cos→sin
Rapid derivatives of sinx and cosx.
“Arcsin has a root, arctan has a plus”
dxd(arcsinx)=1−x21 vs dxd(arctanx)=1+x21
Inverse trig derivatives/integrals.
“Flip the sign, flip the limit”
∫baf=−∫abf
Quick checks on definite integrals.
Geometric template
1−r1=∑n=0∞rn
Build many BC power series by substitution.
Differentiate/integrate series term-by-term
∑cnxn⇒∑ncnxn−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: xn, ex, lnx, trig.
You remember which inverse trig goes with 1−x2 vs 1+x2.
You can match integrands to antiderivatives (and include +C when appropriate).
You can use FTC both ways:
dxd∫axf(t)dt=f(x)
∫abf(x)dx=F(b)−F(a)
You can set up average value correctly: b−a1∫abf(x)dx.
(BC) You know the standard Maclaurin series and the geometric series condition∣r∣<1.
You check common traps: missing chain factors, wrong signs, missing ln∣x∣.
You’ve got this—use the sheet to save memory, and spend your brainpower on setup and interpretation.