BC Calculus — Why and How
Every formula derived, not just stated. The goal is that if you blank on something at 9pm, you can rebuild it in thirty seconds from something you do remember.
Four kinds of box recur:
- Why — the reason this exists, where it came from, why it's taught here.
- Reminder — a prerequisite rebuilt at the moment you need it, with an example.
- Derivation — where a memorized fact comes from, so it's recoverable.
- Trap — where points actually get lost.
Worked examples run two columns: the algebra on the left, the reason for that step on the right.
Calculus is two operations and one theorem saying they're inverses. Differentiation is local — how fast is this changing right now. Integration is global — how much accumulated. The Fundamental Theorem says they undo each other, which is not obvious and took two thousand years to notice.
The teaching order is computational readiness, not history. Limits come first because the derivative is defined by one. Derivatives come before integrals because the Fundamental Theorem lets you compute integrals by antidifferentiating — without derivatives in hand, integration would be an endless grind of Riemann sums. Integration techniques come before differential equations because solving a DE means doing an integral. Series comes last because Taylor series needs derivatives of every order and limits again, one level up.
The honest caveat: this reverses history. Newton and Leibniz had working calculus by 1670. Rigorous limits arrived around 1860 — 190 years later. The curriculum front-loads the hardest, most abstract idea in the course before the student knows what it's for. If she finds the limits unit dry and unmotivated, she isn't confused. She's right.
This guide follows the official College Board 10-unit framework, in its order and with its numbering. When she says “we’re starting Unit 6,” that is Unit 6 here.
Two features of that order are worth flagging up front, because they surprise people:
- Differential equations (Unit 7) come before applications of integration (Unit 8). Slope fields and separable equations are taught before volumes and arc length.
- Unit 6 is enormous. Riemann sums, the Fundamental Theorem, u-substitution, integration by parts, partial fractions, and improper integrals all live inside it. Six to seven weeks and roughly a fifth of the exam.
Weights below are approximate and describe the multiple-choice section. Verify against the current Course and Exam Description at apcentral.collegeboard.org — College Board revises these.
| Unit | Weight (MC section) | When |
|---|---|---|
| 1 Limits and Continuity | 5–10% | late Aug – Sep |
| 2 Differentiation: Definition and Fundamental Properties | 5–10% | Sep |
| 3 Differentiation: Composite, Implicit, and Inverse Functions | 5–10% | Sep – early Oct |
| 4 Contextual Applications of Differentiation | 5–10% | Oct |
| 5 Analytical Applications of Differentiation | 10–15% | Oct – Nov |
| 6 Integration and Accumulation of Change | 15–20% | Dec – Feb |
| 7 Differential Equations | 5–10% | Feb |
| 8 Applications of Integration | 5–10% | Feb – Mar |
| 9 Parametric Equations, Polar Coordinates, and Vector-Valued Functions | 10–15% | Mar |
| 10 Infinite Sequences and Series | 15–20% | Mar – Apr |
Units 6 and 10 are tied for heaviest at 15–20% each — up to two-fifths of the multiple-choice section between them. Integration and accumulation, and infinite series. Nothing else exceeds 15%.
The two BC-only units, 9 and 10, are 25–35% together. That is the entire margin between BC and AB, and it lands in March and April.
Which is inverted from how the year feels. The three differentiation units are 5–10% apiece and get taught at double speed in the fall; the heavy material arrives in late winter when fatigue is highest and the exam is closest.
Practical consequence: be most available February through April, not September. Falling behind in series is the failure mode that actually costs a score.
College Board updated the number of multiple-choice questions and the timing, effective with the May 2027 exams. A student starting BC in autumn 2026 sits the new format.
- Part A (no calculator): 29 questions in 62 minutes — was 30 in 60.
- Part B (graphing calculator): 13 questions in 38 minutes — was 15 in 45.
Forty-two multiple-choice questions rather than forty-five, with slightly more time per question in Part A and slightly less in Part B. Course content has not changed — only the paper. Practice materials printed before 2026 will have the old counts, which matters for pacing drills but nothing else.
The same 2026–27 update also tightened two statements: the Extreme Value Theorem now reads “at least one minimum value and at least one maximum value,” and Unit 7 gained the clarification that there may be infinitely many solutions to a differential equation.
Limits and Continuity
3–4 weeks · late August into September · 5–10% of the multiple-choice sectionThe problem that forces the whole subject
You want instantaneous velocity. Average velocity over an interval is easy — distance over time. Over the interval from a to a+h:
Now shrink the interval to zero to make it instantaneous. Set h = 0 and you get 0/0.
That is not a hard number to compute. It's a meaningless expression. 0/0 could be anything: 0/0 = 5 would require 5 × 0 = 0, which is true; but so would 0/0 = 7. Every answer works, so no answer is determined.
This is the crisis, and the entire limits unit is the workaround.
The dodge: don't set h = 0. Ask what the quotient approaches as h gets small. That sounds like a distinction without a difference. It isn't, and the difference is the whole concept of a limit.
What a limit actually says
Informally: limx→a f(x) = L means f(x) gets arbitrarily close to L as x gets close to a.
"Gets close to" is motion language, and there's no motion here. A function is a static object; x isn't sliding anywhere. For 190 years everyone waved at this and it mostly worked — until it didn't, and mathematicians found functions where intuition gave flatly wrong answers.
Weierstrass's fix in the 1860s replaces motion with a challenge-and-response game:
such that whenever 0 < |x − a| < δ, we have |f(x) − L| < ε.
Read it adversarially. Someone challenges you: "get f within 0.001 of L." You must produce a radius around a small enough to guarantee it. If you can meet every challenge, the limit exists.
The load-bearing detail is the leading 0 <. It explicitly excludes x = a. That single symbol is what makes limits able to talk about 0/0 at all.
One level deeper: this only works because the reals are complete — they have no gaps. A sequence of fractions can march toward √2, which is not a fraction. The real numbers were constructed (Dedekind, 1872) precisely so that anything that looks like it's approaching something actually has something to approach.
Completeness is the hidden foundation under the three big existence theorems of the course — Intermediate Value, Extreme Value, and Mean Value. All three are false over the rationals alone. BC states all three and proves none, so this sentence is the one the textbook is missing.
One-sided limits
limx→a− approaches from the left (smaller x); limx→a+ from the right.
The two-sided limit exists if and only if both one-sided limits exist and are equal. That's the definition, and it's the whole test for whether a piecewise function has a limit at its seam.
Let f(x) = x² + 1 for x < 2, and f(x) = 3x − 4 for x ≥ 2. Does limx→2 f(x) exist?
| limx→2− f(x) = 2² + 1 = 5 | from the left, x < 2, so use the first formula |
| limx→2+ f(x) = 3(2) − 4 = 2 | from the right, use the second |
| 5 ≠ 2, so the limit does not exist | a jump discontinuity at x = 2 |
Note we substituted x = 2 into a formula that officially only applies for x < 2. That's legitimate: the one-sided limit asks what the left-hand formula is heading toward at 2, and since x² + 1 is continuous, that's just its value there.
Let f(x) = x² + 1 for x < 2, and f(x) = 3x + k for x ≥ 2. Find k making f continuous at 2.
| need: left limit = right limit = f(2) | the definition of continuity, all three parts |
| left: 2² + 1 = 5 | |
| right: 3(2) + k = 6 + k | this also equals f(2), since x ≥ 2 uses this formula |
| 6 + k = 5 | set them equal |
| k = −1 |
Two-unknown versions come later. If a problem gives f(x) = x² + 1 for x < 2 and ax + b for x ≥ 2 and asks for both constants, one equation isn't enough. The second condition is differentiability — the two pieces must also have matching slopes at the seam — which requires derivatives and so lands in Unit 2 or 3.
For the record, so you recognize it: match values (4+1 = 2a+b) and match derivatives (2x at x=2 is 4, so a = 4), giving a = 4, b = −3. Full treatment in Unit 2.
The decision procedure
Given any limit, work this order. It resolves essentially every problem in the unit.
| What you get on substituting | What it means / what to do |
|---|---|
| A number | Done. Legitimate whenever f is continuous at a — all polynomials, and rationals, roots, trig, exp, log on their domains. |
| nonzero / 0 | Infinite limit. Not indeterminate. Determine the sign from each side separately; this is a vertical asymptote. |
| 0 / 0 | Indeterminate. There is a hidden common factor. Go to the toolkit below. |
| x → ±∞ | Growth-rate toolkit. This is the horizontal-asymptote question. |
| ∞−∞, 0·∞, 1∞, 00, ∞0 | Rewrite algebraically into 0/0 or ∞/∞, then L'Hôpital. |
It means the form alone doesn't determine the answer. Consider three limits as x→0, all of the form 0/0:
Same form, three different answers. The form tells you nothing; you have to dig into the specific functions. Contrast 5/0, which is not indeterminate — it always blows up. Knowing the difference tells you whether there's work to do.
Toolkit for 0/0
All four techniques do the same thing: expose and cancel the hidden factor of (x − a).
Apply the Factor Theorem to both halves of the fraction. If substituting x = a gives 0/0, then the numerator is zero at a and the denominator is zero at a. So (x − a) divides both. It's there by guarantee, not by luck. Your only job is to find it.
That's why "cancel and re-substitute" always works for rational functions, and why it's the first thing to try.
1 · Factor and cancel
Three, and they cover almost everything:
- Difference of squares: a² − b² = (a−b)(a+b). So x² − 9 = (x−3)(x+3), and x² − 5 = (x−√5)(x+√5).
- Difference of cubes: a³ − b³ = (a−b)(a² + ab + b²). Sum of cubes flips the two inner signs: a³ + b³ = (a+b)(a² − ab + b²).
- Quadratics: for x² + bx + c, find two numbers that multiply to c and add to b. For x² − 5x + 6: (−2)(−3) = 6 and (−2)+(−3) = −5, so it's (x−2)(x−3).
If the leading coefficient isn't 1 — say 2x² + 5x − 3 — either use the quadratic formula to find the roots r₁, r₂ and write 2(x−r₁)(x−r₂), or factor by grouping. The quadratic formula never fails, so when in doubt use it: x = [−b ± √(b²−4ac)] / 2a.
| limx→3 (x² − 9)/(x − 3) | substituting gives 0/0, so (x−3) must divide both |
| = limx→3 (x−3)(x+3)/(x−3) | difference of squares on top |
| = limx→3 (x + 3) | cancel — legal because x ≠ 3, only near 3 |
| = 6 | now continuous, so substitute |
The cancellation step is where the limit concept earns its keep. You are allowed to divide by (x−3) precisely because the limit never evaluates at x = 3.
2 · Rationalize — whenever there's a square root
The conjugate of √a − b is √a + b — same terms, flipped middle sign. Multiplying a pair of conjugates is difference-of-squares run forward, and squaring kills the root:
Example: (√x − 2)(√x + 2) = x − 4. No root left.
You can't just change the expression, so you multiply top and bottom by the conjugate — which is multiplying by 1. The root moves from the numerator to the denominator, where it stops causing trouble.
| limx→0 (√(x+4) − 2)/x | 0/0; there's a root, so rationalize |
| = lim (√(x+4)−2)(√(x+4)+2) / [x(√(x+4)+2)] | multiply top and bottom by the conjugate |
| = lim (x + 4 − 4) / [x(√(x+4)+2)] | numerator collapses by difference of squares |
| = lim x / [x(√(x+4)+2)] | the hidden factor of x is now visible |
| = lim 1/(√(x+4) + 2) | cancel |
| = 1/4 | substitute: 1/(2+2) |
3 · Combine complex fractions
Two facts:
- Dividing by something is multiplying by its reciprocal: (A/B) / C = A/(BC).
- To combine A/B − C/D, cross onto a common denominator: (AD − CB)/(BD).
Example: 1/5 − 1/3 = (3 − 5)/15 = −2/15.
Strategy: always clean up the numerator into a single fraction first, then deal with the outer division.
| limh→0 [ 1/(2+h) − 1/2 ] / h | 0/0; the numerator is a difference of fractions |
| numerator = [2 − (2+h)] / [2(2+h)] | common denominator 2(2+h) |
| = −h / [2(2+h)] | simplify the top |
| whole thing = −h / [2h(2+h)] | dividing by h multiplies the denominator by h |
| = −1 / [2(2+h)] | cancel h |
| = −1/4 | substitute h = 0 |
4 · Recognize a difference quotient in disguise
That last example is exactly the definition of the derivative of f(x) = 1/x at x = 2. Since f′(x) = −1/x², the answer is −1/4 in one line instead of six.
The tell: a limit as h→0 with the shape [f(something + h) − f(something)] / h. AP problems plant these deliberately — you're being tested on whether you recognize the definition, not on algebra.
This shortcut needs derivative rules from Unit 2. During the limits unit she's expected to grind the algebra, and that practice is the point. Recognize the pattern now; use it in October.
Find limh→0 [ (3+h)⁴ − 81 ] / h.
| the brute-force route: expand (3+h)⁴ | binomial expansion, four terms of mess, then cancel the 81 and divide by h |
| instead: note 81 = 3⁴ | so the expression is [f(3+h) − f(3)]/h with f(x) = x⁴ |
| that limit is f′(3), by definition | this is the derivative definition, verbatim |
| f′(x) = 4x³ | power rule (Unit 2) |
| f′(3) = 4·27 = 108 |
How to spot it: the limit is as h→0; there's a "+h" tucked inside a function; and subtracting the same function without the h. The number being subtracted (81) is the tell — it's f evaluated at the base point.
The algebra cancels to give limx→3 (x²−9)/(x−3) = 6. Confirm it without redoing the algebra: put x = 3.001 into the original expression. (3.001² − 9)/0.001 = 6.001 — a hair over 6, which is exactly what approaching a limit of 6 from the right should look like.
This works on any 0/0 you have just cancelled. It takes ten seconds and it catches a dropped sign immediately.
The special limits — each one derived
These are the limits that can't be done by algebra, because the functions involved aren't polynomials and there's no factor to cancel. Each one has to be established once, from a picture or a definition, and then it becomes a tool. Every trig and exponential derivative in the course rests on one of them.
limx→0 (sin x)/x = 1
This is the foundational one. Everything trigonometric depends on it.
An angle in radians is the arc length it cuts on a circle of radius 1. Full circle = 2π ≈ 6.283 rad = 360°. So π rad = 180°; convert by multiplying by 180/π or π/180. Common values: π/6 = 30°, π/4 = 45°, π/3 = 60°, π/2 = 90°.
Area of a circular sector of radius r and angle θ: the sector is the fraction θ/(2π) of the whole circle, so its area is (θ/2π)·πr² = ½r²θ. Clean — and clean only in radians.
Area of a triangle = ½ · base · height.
| ½ sin x ≤ ½ x ≤ ½ tan x | the three nested areas, from the picture |
| sin x ≤ x ≤ tan x | multiply through by 2 |
| 1 ≤ x/sin x ≤ 1/cos x | divide by sin x (positive, so inequalities hold); tan x/sin x = 1/cos x |
| cos x ≤ (sin x)/x ≤ 1 | take reciprocals — which flips the inequalities |
| → 1 ≤ lim (sin x)/x ≤ 1, so it's 1 | as x→0, cos x → 1; squeezed from both sides |
Find limx→0 x²·sin(1/x). Direct substitution fails badly: sin(1/x) oscillates infinitely fast as x→0 and has no limit at all.
| −1 ≤ sin(1/x) ≤ 1 | true for every input, no matter how wild — sine never leaves [−1,1] |
| −x² ≤ x²·sin(1/x) ≤ x² | multiply through by x², which is positive so the inequalities hold |
| lim(−x²) = 0 and lim(x²) = 0 | both bounds are easy, and they agree |
| lim x²·sin(1/x) = 0 | squeezed |
Note what happened: the function genuinely has no nice behavior — it wiggles infinitely often in any interval around 0. But the wiggles are being crushed by the x² envelope. The Squeeze Theorem is exactly the tool for "I can't analyze this function, but I can bound it."
Every step of that derivation used sector area = ½r²θ, which is only true in radians. In degrees the sector area picks up a factor of π/180, and the limit comes out to π/180 ≈ 0.01745 instead of 1.
Consequence: in degrees, d/dx[sin x] = (π/180)·cos x, and that ugly constant would propagate through every trig formula in mathematics forever. Radians are the unit that makes calculus clean — that's the entire reason they exist.
limx→0 (1 − cos x)/x = 0
| (1 − cos x)/x | 0/0; multiply by the conjugate (1 + cos x) |
| = (1 − cos²x) / [x(1 + cos x)] | difference of squares on top |
| = sin²x / [x(1 + cos x)] | since sin² + cos² = 1, we have 1 − cos²x = sin²x |
| = (sin x / x) · (sin x / (1 + cos x)) | split deliberately to expose the known limit |
| → 1 · (0/2) = 0 | first factor → 1; second → 0/(1+1) |
limx→0 (1 − cos x)/x² = 1/2
| (1 − cos x)/x² = sin²x / [x²(1 + cos x)] | identical first three steps as above |
| = (sin x/x) · (sin x/x) · 1/(1 + cos x) | split the x² between two copies |
| → 1 · 1 · 1/2 = 1/2 | cos 0 = 1, so the last factor is 1/2 |
Worth noticing: 1 − cos x behaves like x²/2 near zero. That's the second-order Taylor term for cosine, showing up eight months early.
limx→0 (tan x)/x = 1
| tan x / x = (sin x / cos x) / x | definition of tangent |
| = (sin x / x) · (1/cos x) | regroup |
| → 1 · 1 = 1 | cos 0 = 1 |
limx→0 (ex − 1)/x = 1
This limit is the derivative of ex at x = 0 — write out the difference quotient with a = 0 and you get exactly this expression.
So the question "why is it 1?" is really the question "what is e?" And the answer: e is defined as the base for which the exponential curve has slope exactly 1 where it crosses the y-axis. Every exponential y = bx passes through (0,1). They differ in how steeply. For b = 2 the slope there is about 0.693; for b = 3 it's about 1.099. Somewhere between 2 and 3 there's a base where the slope is exactly 1. That base is e ≈ 2.71828.
Everything convenient about e follows from that one choice — including d/dx[ex] = ex, the only function that is its own derivative.
The general version, for any base: since bx = ex·ln b, the slope at 0 is ln b. That's where the ln b in d/dx[bx] = bx·ln b comes from — check it: ln 2 ≈ 0.693 and ln 3 ≈ 1.099, matching the picture.
limn→∞ (1 + x/n)n = ex
Invest $1 at 100% annual interest. Compounded once: $2. Compounded twice a year at 50% each: (1 + ½)² = $2.25. Quarterly: (1 + ¼)⁴ ≈ $2.44. Daily: ≈ $2.7146. Continuously — the limit as n→∞ — you get e ≈ 2.71828, and no more. Compounding infinitely often doesn't give you infinite money.
Jacob Bernoulli found this in 1683 studying exactly this question. The general form with x in place of 1 is the same statement at interest rate x.
This matters later: it's why continuous growth models use ekt, and it reappears in Unit 7 as the solution to y′ = ky.
Using them: force the pattern to match
The numerator's angle and the denominator must be identical. Manufacture that, then compensate.
| limx→0 (sin 5x)/(3x) | angles don't match — 5x on top, 3x below |
| = lim (5/3) · (sin 5x)/(5x) | multiply and divide by 5 to build 5x underneath |
| = (5/3)·1 = 5/3 | the bracket is the standard limit with u = 5x |
Limits at infinity
Different question, same word. Here x runs off without bound and you're asking what f settles toward — the horizontal asymptote question in different clothing.
Rational functions: divide by the highest power in the denominator
| limx→∞ (3x² − x)/(5x² + 7) | ∞/∞; the highest denominator power is x² |
| = lim (3 − 1/x)/(5 + 7/x²) | divide every term, top and bottom, by x² |
| = 3/5 | every c/xk term → 0 |
Once you trust it, shortcut by comparing degrees:
- Top degree > bottom → ±∞. No horizontal asymptote. (If the degree exceeds by exactly 1, there's a slant asymptote instead.)
- Top degree < bottom → 0. Horizontal asymptote y = 0.
- Equal → ratio of the leading coefficients.
Same procedure as long division with numbers. Divide the leading term of what's left by the leading term of the divisor, multiply back, subtract, repeat until the remainder has lower degree than the divisor.
Example: (x² + 3x + 5) ÷ (x + 1).
| x² ÷ x = x | first term of the quotient |
| x·(x+1) = x² + x; subtract → 2x + 5 | multiply back and subtract |
| 2x ÷ x = 2 | next term of the quotient |
| 2·(x+1) = 2x + 2; subtract → 3 | remainder, degree 0, so stop |
| = x + 2 + 3/(x+1) | quotient plus remainder-over-divisor |
Find the slant asymptote of f(x) = (x² + 3x + 5)/(x + 1).
| degree 2 over degree 1 | exceeds by exactly 1 → slant asymptote exists |
| f(x) = x + 2 + 3/(x+1) | from the long division above |
| as x→±∞, the term 3/(x+1) → 0 | bottom-heavy fraction dies |
| slant asymptote: y = x + 2 | what's left when the remainder vanishes |
The remainder term is also the error — it tells you the curve sits 3/(x+1) above the line, so it approaches from above as x→+∞ and from below as x→−∞.
√(x²) = |x|, which is −x when x is negative. Pulling x out of a root as x→−∞ introduces a minus sign.
| limx→−∞ √(4x²+1)/x | |
| = lim |x|·√(4 + 1/x²) / x | factor x² out of the root — it exits as |x|, not x |
| = lim (−x)·√(4 + 1/x²) / x | x is negative, so |x| = −x |
| = −2 | the x's cancel, leaving −√4 |
The same limit as x→+∞ is +2. This sign is the most-missed item in the unit.
The growth hierarchy
"≪" means the ratio goes to 0 — the right-hand one utterly swamps the left. Any ratio of two of these has an answer you can read off without work.
ln x ≪ xp: logarithms grow like the number of digits. Going from a thousand to a trillion multiplies x by a billion and raises ln x by about 21. Nothing polynomial can be beaten that slowly.
xp ≪ ex: differentiating a polynomial lowers the degree; do it p+1 times and it's gone. Differentiating ex changes nothing. Apply L'Hôpital enough times and the polynomial dies while the exponential stands there.
ex ≪ x!: ex multiplies by a fixed e at each step; x! multiplies by an ever-growing factor. Fixed ratio always loses to growing ratio.
x! ≪ xx: x! is x·(x−1)·(x−2)···, all factors below x; xx is x multiplied by itself x times.
Worked — reading answers straight off the hierarchy
| limx→∞ (ln x)/x | ln loses to any power → 0 |
| limx→∞ x100/ex | any polynomial loses to ex, no matter how big the exponent → 0 |
| limx→∞ ex/x100 | same fact upside down → ∞ |
| limx→∞ (x³ + ln x)/(2x³ − ex) | on top x³ dominates ln x; on the bottom ex dominates x³. So this behaves like x³/(−ex) → 0 |
The technique for a messy expression: in each of the numerator and denominator separately, keep only the fastest-growing term and throw everything else away. Then compare the two survivors.
Show limx→∞ x²/ex = 0 rather than taking it on faith.
| x²/ex is ∞/∞ | both blow up; indeterminate, so L'Hôpital applies |
| → 2x/ex | differentiate top and bottom separately; the polynomial dropped a degree, the exponential didn't budge |
| still ∞/∞ → 2/ex | again; now the top is a constant |
| = 0 | constant over something blowing up |
Notice the mechanism: each round of differentiation costs the polynomial one degree and costs ex nothing. A degree-100 polynomial just takes 100 rounds. It always loses eventually — which is what "≪" is asserting.
It's not a limit trick; it's the ranking of how fast things can grow, and it recurs constantly:
- In this course, Unit 10: whether an infinite series converges is entirely a question of whether its terms shrink fast enough. Every convergence test is the hierarchy in disguise.
- Improper integrals: ∫₁∞ dx/xp converges only when p > 1. The threshold is a growth-rate threshold.
- Computer science: an algorithm that takes ln n steps is fine at any scale; n² is usable; 2n is unusable past about n = 50; n! is unusable past about n = 15. Same ordering, and it's the reason some problems are considered intractable.
- Compound growth generally: exponential eventually beats polynomial always, however unfavourable the constants. A quantity growing 1% a year overtakes any fixed-power trend, given enough time. That's the mathematical content of most arguments about compounding.
Also useful as a sanity check: if an answer implies a polynomial outran an exponential, the arithmetic is wrong.
∞ − ∞ with roots: rationalize
| limx→∞ (√(x²+x) − x) | ∞−∞, indeterminate — both pieces blow up |
| = lim (x²+x−x²)/(√(x²+x)+x) | multiply by the conjugate over itself |
| = lim x/(√(x²+x) + x) | numerator collapses |
| = lim 1/(√(1 + 1/x) + 1) | divide top and bottom by x (positive here, so |x| = x) |
| = 1/2 | the 1/x → 0 |
L'Hôpital's rule
Most BC courses don't teach this until Unit 4 (applications of the derivative), because the rule uses derivatives and she won't have them yet in September. I've put it here because it belongs with the limit toolkit conceptually, and because you'll want it when she brings home a hard limit.
Don't front-run her teacher with it. If she's in the limits unit and reaches for L'Hôpital on a problem meant to be done by factoring, she'll lose points for using a tool that isn't in scope yet — and more importantly she'll skip the algebra practice the unit exists to build.
It comes back properly in Unit 4 with a full set of worked examples and the error cases. Read this now for your own map; use it with her later.
If the limit has form 0/0 or ∞/∞, then lim f/g = lim f′/g′.
Near the point a, each function is well approximated by its tangent line. If f(a) = g(a) = 0, those tangent lines both pass through zero there, so near a:
The ratio is then f′(a)(x−a) / g′(a)(x−a), and the (x−a) cancels. What's left is f′(a)/g′(a).
L'Hôpital is just cancelling the common factor again — the same move as every algebraic technique above, done with tangent lines instead of factoring. That's why it needs the 0/0 condition: without it, the tangent lines don't both pass through zero and the cancellation isn't available.
Historical aside worth having: L'Hôpital didn't discover it. He paid Johann Bernoulli a retainer for exclusive rights to his mathematical output, published it in the first-ever calculus textbook in 1696, and credited him only vaguely. Bernoulli complained about it for the rest of his life.
One: this is not the quotient rule. Differentiate numerator and denominator separately. You are not differentiating the fraction.
Two: verify the form is 0/0 or ∞/∞ before applying. Used on something like 2/0, it produces a confidently wrong answer with no warning.
Rewriting the other indeterminate forms
| Form | Move |
|---|---|
| 0 · ∞ | Send one factor to the denominator: x·ln x = (ln x)/(1/x), now ∞/∞ |
| ∞ − ∞ | Common denominator, or rationalize |
| 1∞, 00, ∞0 | Take ln, find the limit of the log, then exponentiate |
- ln(ab) = ln a + ln b
- ln(a/b) = ln a − ln b
- ln(ab) = b · ln a — the one that does the work, because it drags an exponent down to ground level where you can differentiate it
And the inverse pair: eln x = x and ln(ex) = x. Also ax = ex ln a, which is how any exponential gets differentiated — convert to base e and chain rule.
Example: ln(x⁵) = 5 ln x. An exponent became a coefficient.
Find limx→0+ x · ln x. The first factor goes to 0, the second to −∞. Neither wins by inspection.
| x · ln x | form 0·(−∞); L'Hôpital needs a fraction, so build one |
| = (ln x)/(1/x) | move x downstairs as its reciprocal — now −∞/∞ |
| → (1/x) / (−1/x²) | L'Hôpital: derivative of ln x is 1/x; derivative of x−1 is −x−2 |
| = (1/x)·(−x²/1) = −x | dividing by a fraction = multiplying by its reciprocal |
| = 0 |
You had a choice of which factor to send downstairs. Sending ln x down instead would give x/(1/ln x), which L'Hôpital turns into something worse. Move the factor whose reciprocal is simpler — usually the algebraic one, not the log.
Find limx→0+ ( 1/x − 1/sin x ). Both terms blow up to +∞; the question is whether the difference settles.
The whole thing comes out of the same inequality chain that produced sin x / x = 1 — go back to the sector picture, where we had sin x ≤ x ≤ tan x. Two facts fall out of it:
| 1/x − 1/sin x = (sin x − x)/(x sin x) | common denominator — always the first move for ∞−∞ |
| sin x − x ≤ 0, and x sin x > 0 | first inequality; so the whole expression is ≤ 0. That's the upper bound. |
| sin x − x ≥ x cos x − x = x(cos x − 1) | second inequality, minus x on both sides |
| so (sin x − x)/(x sin x) ≥ x(cos x − 1)/(x sin x) | replacing the numerator by something smaller can only lower the fraction |
| = (cos x − 1)/sin x | the x cancels. That's the lower bound. |
| = −[(1 − cos x)/x] · [x/sin x] | multiply and divide by x to manufacture two known limits |
| → −(0)·(1) = 0 | the special limits: (1−cos x)/x → 0 and x/sin x → 1 |
| squeezed between 0 and something → 0, so the limit is 0 | Squeeze Theorem |
Two infinities cancelling exactly. Sanity-check it numerically: at x = 0.1 the expression is about −0.0167, at x = 0.01 about −0.00167 — shrinking by a factor of ten each time, so it's heading to zero linearly.
This is worth doing the long way because it shows the sector diagram is not a one-trick tool. That single inequality chain — sin x ≤ x ≤ tan x — is the source of essentially every trig limit in the unit. If you remember the picture, you can regenerate the bounds; if you have the bounds, you can squeeze almost anything.
Find limx→∞ (1 + 3/x)x. The base → 1 and the exponent → ∞. Tempting to say 1 (since 1 to any power is 1) or ∞ (since it's more than 1, compounding forever). Both are wrong; this is genuinely indeterminate.
| y = (1 + 3/x)x | name it so you can take logs |
| ln y = x · ln(1 + 3/x) | log law brings the exponent down; now ∞·0 |
| = ln(1 + 3/x) / (1/x) | make it a fraction — now 0/0 |
| → [ (1/(1+3/x)) · (−3/x²) ] / (−1/x²) | L'Hôpital; the top needs the chain rule |
| = 3/(1 + 3/x) | the −1/x² cancels top and bottom |
| → 3 | as x→∞, 3/x → 0 |
| y → e³ | exponentiate to undo the log |
This is the compound-interest limit from earlier, arrived at by machinery instead of by definition. Consistent, which is reassuring: lim(1 + k/x)x = ek.
Find limx→∞ x1/x. Base → ∞, exponent → 0.
| y = x1/x | |
| ln y = (1/x)·ln x = (ln x)/x | exponent down; now ∞/∞ |
| → (1/x)/1 = 1/x | L'Hôpital |
| → 0 | |
| y → e0 = 1 | exponentiate |
Sanity check against the growth hierarchy: ln x ≪ x, so (ln x)/x → 0, so the whole thing → e⁰ = 1. Same answer, no calculus. The hierarchy is faster when it applies.
Find limx→∞ x/√(x²+1).
| form is ∞/∞, so L'Hôpital is legal | |
| → 1 / [x/√(x²+1)] | differentiate top and bottom |
| = √(x²+1)/x | which is the reciprocal of what we started with |
| applying it again returns the original | infinite loop — L'Hôpital never terminates here |
| Do it by algebra: divide by x → 1/√(1 + 1/x²) → 1 |
L'Hôpital being legal doesn't make it the right tool. If two applications haven't simplified anything, stop and look for algebra.
| Find limx→0+ xx. Set y = xx. | variable in both base and exponent → take logs |
| ln y = x · ln x | the exponent comes down; form is now 0·(−∞) |
| = (ln x)/(1/x) | move x to the denominator as 1/x — now ∞/∞ |
| → (1/x)/(−1/x²) | L'Hôpital: differentiate top and bottom separately |
| = −x → 0 | simplify the compound fraction |
| y → e0 = 1 | we found the limit of ln y; exponentiate to recover y |
Finding ln y → 0 and answering "0". You found the limit of the logarithm. The last step is never optional.
Continuity
f is continuous at a when limx→a f(x) = f(a). Three claims bundled into one equation: the limit exists, f(a) exists, and they agree.
Continuity means taking the limit and evaluating the function commute — you can do them in either order and get the same thing. That's the useful form, because it's exactly what licenses "just substitute" as a limit technique, and it's what lets you pass a limit inside a continuous function later on.
"Find k making f continuous"
Set left-hand limit = right-hand limit = f(a), and solve. If there are two unknowns, the second equation almost always comes from also requiring differentiability — match the derivatives of the two pieces as well as their values.
The Intermediate Value Theorem
If f is continuous on [a, b] and N is any value between f(a) and f(b), then f(c) = N for some c in [a, b].
Informally: a continuous curve can't get from below a line to above it without crossing it. Obvious — for the reals.
It is false over the rationals. Take f(x) = x² − 2 on [1, 2] with only rational inputs allowed. f(1) = −1, f(2) = 2, so it must cross zero — but the crossing point is √2, which isn't rational. The function jumps over zero without ever landing on it.
So IVT isn't a fact about continuity alone. It's a fact about continuity plus the completeness of the reals. This is the payoff of that earlier note about gaps, and it's the reason existence theorems in calculus are theorems rather than observations.
Show that x³ − 4x + 1 = 0 has a solution between 0 and 1.
| f(x) = x³ − 4x + 1 is a polynomial, so continuous on [0,1] | state this explicitly — it's a scored step |
| f(0) = 0 − 0 + 1 = 1 | positive |
| f(1) = 1 − 4 + 1 = −2 | negative |
| 0 lies between −2 and 1 | the value we want is bracketed |
| By the IVT, there is a c in (0,1) with f(c) = 0 | name the theorem in the conclusion |
IVT proves a root exists. It gives you no way to find it, and it doesn't say the root is unique — there might be several. "At least one" is all you can ever claim.
On AP free response, you must explicitly state that f is continuous and name the Intermediate Value Theorem. Doing the arithmetic without the justification sentence scores zero on that part. Same pattern applies to MVT and EVT later.
Weierstrass's function (1872): continuous everywhere, differentiable nowhere. A curve with no smooth point anywhere — no tangent line at any location, infinitely wrinkled at every scale.
Before it, mathematicians assumed continuity basically implied smoothness apart from isolated corners. Hermite called it "a lamentable plague." It's the ancestor of fractals and of Brownian motion — actual stock price paths and actual pollen-grain trajectories are exactly this kind of object. The intuition "continuous means you can draw it without lifting the pen, so it must have a direction almost everywhere" is false, and this is the counterexample.
Next stop — real analysis. Redo the entire year with proofs. Where ε-δ is the point, where completeness gets stated honestly, and where the pathological examples (Weierstrass's function, the Cantor set) stop being curiosities and become the objects that force the definitions.
Then — measure theory and the Lebesgue integral, which fixes the Riemann integral's limitations and is the actual foundation of modern probability. Also topology, which is what you get when you keep "nearness" and throw away distance and number entirely.
And the wildcard: nonstandard analysis (Robinson, 1966), which vindicates Leibniz by constructing infinitesimals rigorously. If she ever objects that treating dy/dx as a fraction "shouldn't be allowed," this is the field that says she was right the whole time.
An actual ε-δ proof. BC states the definition and never uses it. A university Calc I makes you prove a few, and doing one is worth an hour because it shows the definition is a procedure, not a decoration.
Prove that limx→2(3x + 1) = 7.
| Let ε > 0 be given. | the challenger moves first; ε is arbitrary |
| We need |(3x+1) − 7| < ε. | write down the goal |
| |3x − 6| = 3|x − 2| | work backwards from the goal to the hypothesis — this is the whole technique |
| 3|x−2| < ε ⟺ |x−2| < ε/3 | so the answer is staring at us |
| Choose δ = ε/3. Then 0 < |x−2| < δ ⟹ |3x+1−7| = 3|x−2| < 3δ = ε. ∎ |
The pattern generalizes: manipulate the thing you want small until the factor |x − a| appears, then read off δ. For nonlinear functions you also have to bound the other factor first — for f(x) = x², you'd first restrict to |x−2| < 1 so that |x+2| < 5, then take δ = min(1, ε/5). That "min" is the signature of every ε-δ proof you'll ever see.
The Russian tradition treats limits as algebra problems and gets a great deal further without any calculus machinery. The habit is worth stealing: L'Hôpital is often the slowest route, and it isn't available during the limits unit anyway.
Find limx→0 (∛(1+x) − 1)/x, using nothing but algebra.
| set a = ∛(1+x), b = 1, so a³ = 1+x and b³ = 1 | name the pieces |
| recall a³ − b³ = (a − b)(a² + ab + b²) | the cube analogue of the conjugate trick |
| multiply top and bottom by (a² + a + 1) | this is the "cubic conjugate" |
| numerator becomes a³ − 1 = (1+x) − 1 = x | the root is gone |
| = x / [x(a² + a + 1)] = 1/(a² + a + 1) | cancel |
| → 1/(1 + 1 + 1) = 1/3 | as x→0, a→1 |
Why this is the better habit: the same move handles any root — for fifth roots, multiply by a⁴+a³+a²+a+1. And notice the answer: 1/3 is exactly the derivative of x1/3 at x = 1, which she'll confirm in Unit 2. The algebra found the derivative before the derivative existed.
Try next, same spirit: limx→0 (√(1+x) − √(1−x))/x. Answer 1, by ordinary conjugate.
Unit 1 — Limits and Continuity
Definition
- limx→a f(x) = L: for every ε > 0 there is δ > 0 with |f(x) − L| < ε whenever 0 < |x − a| < δ
- Two-sided limit exists ⟺ both one-sided limits exist and agree
- Continuous at a ⟺ limx→a f(x) = f(a) (limit exists, f(a) exists, they match)
The five special limits
- limx→0 (sin x)/x = 1 — sector squeeze; radians only
- limx→0 (1 − cos x)/x = 0 — conjugate
- limx→0 (1 − cos x)/x² = 1/2 — conjugate, split the x²
- limx→0 (tan x)/x = 1 — = (sin x/x)(1/cos x)
- limx→0 (ex − 1)/x = 1 — definition of e
- limn→∞ (1 + x/n)n = ex — continuous compounding
0/0 toolkit
- Factor and cancel — the hidden (x−a) is guaranteed by the Factor Theorem
- Rationalize with the conjugate — whenever a root appears
- Combine complex fractions — clean the numerator into one fraction first
- Recognize a difference quotient — [f(a+h) − f(a)]/h is just f′(a)
Limits at infinity (rational functions)
- Top degree > bottom → ±∞ (slant asymptote if it exceeds by exactly 1)
- Top degree < bottom → 0
- Equal degrees → ratio of leading coefficients
- Method: divide every term by the highest power in the denominator
- √(x²) = |x| — this is −x when x < 0
Growth hierarchy
- ln x ≪ xp ≪ ex ≪ x! ≪ xx
- Keep only the fastest-growing term in numerator and denominator, then compare
Indeterminate forms and the move
- 0/0, ∞/∞ — algebra first; L'Hôpital if algebra fails
- 0·∞ — send one factor downstairs as a reciprocal
- ∞−∞ — common denominator, or rationalize
- 1∞, 00, ∞0 — take ln, find the limit, then exponentiate
- Not indeterminate: nonzero/0 (blows up), 0/nonzero (equals 0)
Theorems, with the phrases that score
- Squeeze: g ≤ f ≤ h and g, h → L, then f → L
- IVT: f continuous on [a,b], N between f(a) and f(b) ⟹ f(c) = N for some c. Say "continuous" and say "Intermediate Value Theorem."
Four discontinuities
- Removable (hole) · Jump (sides disagree) · Infinite (asymptote) · Oscillating
- Only removable ones can be repaired by redefining a single point
Differentiation: Definition and Fundamental Properties
~3 weeks · September · 5–10% · taught at double speed in BCThe limit machinery is built. Now it gets used for the thing it was built for, and the course starts paying.
This unit is the highest-leverage one in BC. Everything downstream — optimization, integration by substitution, differential equations, Taylor series — is either an application of these rules or a reversal of them. Fluency here is worth more than fluency anywhere else, and gaps here compound for the rest of the year.
The definition
The two words explain the shape of the definition, and they're Latin:
- Secant (secare, to cut) — a line that cuts through the curve at two points. Its slope is ordinary rise-over-run between those points: [f(a+h) − f(a)] / h. Nothing here is new; that's the slope formula from algebra.
- Tangent (tangere, to touch) — a line that touches at one point and matches the curve's direction there.
So the definition reads: take the slope of a secant, and slide the second point onto the first.
Computing a derivative from the definition
She'll be made to do this by hand for a couple of weeks before being allowed the shortcut rules. That's deliberate — the rules are meaningless if the definition isn't in the hands.
Find f′(x) for f(x) = x² − 3x.
| f(x+h) = (x+h)² − 3(x+h) | substitute x+h everywhere x appears |
| = x² + 2xh + h² − 3x − 3h | expand fully before subtracting anything |
| f(x+h) − f(x) = 2xh + h² − 3h | the x² and −3x cancel — they always do |
| ÷ h = 2x + h − 3 | every surviving term had an h, which is why the 0/0 resolves |
| f′(x) = 2x − 3 | let h→0 |
The structural point: every term without an h cancels, and every surviving term has an h to divide out. That's guaranteed, not lucky — it's the Factor Theorem from Unit 1 wearing a different hat.
Find f′(x) for f(x) = 1/x.
| [ 1/(x+h) − 1/x ] / h | set up the difference quotient |
| numerator = [x − (x+h)] / [x(x+h)] | common denominator first — the Unit 1 complex-fraction move |
| = −h / [x(x+h)] | |
| ÷ h = −1 / [x(x+h)] | cancel the h |
| f′(x) = −1/x² | let h→0, so x+h → x |
Find f′(x) for f(x) = √x.
| [ √(x+h) − √x ] / h | 0/0, and there's a root → rationalize |
| × (√(x+h) + √x)/(√(x+h) + √x) | conjugate, top and bottom |
| = (x + h − x) / [ h(√(x+h) + √x) ] | difference of squares kills the roots on top |
| = h / [ h(√(x+h) + √x) ] = 1/(√(x+h) + √x) | cancel |
| f′(x) = 1/(2√x) | h→0 makes the two roots identical |
Cross-check with the power rule below: √x = x1/2, so the derivative is ½x−1/2 = 1/(2√x). Agreement.
The second definition — and it's the one worth carrying
Two problems with it. First, it's nearly circular: you can't define the tangent line to a general curve without already having derivatives. (Circles are the exception — tangent means perpendicular to the radius — which is why the Greeks could do tangents to conics and nothing else for two thousand years.) Second, it doesn't generalize; "slope" stops meaning anything in higher dimensions.
Here's the alternative:
In words: the derivative is the multiplier in the best linear approximation to f near a. Zoom in far enough on a differentiable function and it becomes indistinguishable from a straight line. f′(a) is that line's slope, and E is the error you're making.
Why bother: this makes the error term explicit and nameable, and the error term is what the rest of the course is about. Linear approximation (Unit 4), Newton's method (Unit 4), Euler's method (Unit 7), and Taylor series (Unit 10) are all the same question — how good is this, and what's the next correction? Carrying this definition from September makes April easy.
Drag h toward zero. The secant through (x, f(x)) and (x+h, f(x+h)) turns into the tangent, and its slope settles on f′(x). Nothing here is a limit yet — it is what the limit is describing.
Notation
| Style | Written | Best for |
|---|---|---|
| Lagrange | f′(x), f″(x), f(4)(x) | Compact. "The derivative as a function." |
| Leibniz | dy/dx, d²y/dx², d/dx[…] | Shows the variables. Essential for chain rule, related rates, and all of integration. |
| Newton | ẋ, ẍ | Physics only, and only for time derivatives. |
Newton had calculus (he called derivatives "fluxions") by 1666, during the plague years, and didn't publish. Leibniz developed it independently and published in 1684. The resulting priority war was vicious and lasted decades.
Britain sided with Newton and kept his dot notation. The continent used Leibniz's dy/dx and ∫ — notation that suggests the correct manipulations. dy/dx looks like a fraction and behaves like one under the chain rule; ∫ f dx reads as "sum of height times width." British mathematics fell roughly a century behind as a result.
It's the strongest argument in the history of the subject that notation is not cosmetic. Interface design is leverage.
Differentiability
Differentiable ⟹ continuous. Not the reverse.
If f′(a) exists, the numerator [f(a+h) − f(a)] must be heading to 0 — otherwise, divided by a vanishing h, the quotient would blow up rather than converge. Numerator → 0 means f(a+h) → f(a), which is continuity.
The converse fails because a function can be perfectly connected and still have no well-defined direction at a point. |x| at 0 is the standard case: the secant slopes approach −1 from the left and +1 from the right. Both one-sided derivatives exist; they disagree; so the derivative doesn't exist.
The power rule, derived
(x + h)n expands into n+1 terms. The first two are all that matter here:
Check with n = 3: (x+h)³ = x³ + 3x²h + 3xh² + h³. First two terms fit the pattern.
The coefficients are the rows of Pascal's triangle (1, 1 / 1, 2, 1 / 1, 3, 3, 1 / …), each entry the sum of the two above it. You don't need the whole row — just that the h¹ coefficient is n.
| [ (x+h)n − xn ] / h | the definition |
| = [ xn + n xn−1h + (h² terms) − xn ] / h | binomial expansion |
| = [ n xn−1h + (h² terms) ] / h | the xn cancels |
| = n xn−1 + (terms still carrying an h) | divide through |
| → n xn−1 | every leftover term dies as h→0 |
The rule extends to all real n — negative, fractional, irrational — but proving that needs logarithmic differentiation (later this unit). For now: it works for everything, and you saw it verified above for n = ½ and n = −1 by direct computation.
The power rule only applies once something is in xn form. Most power-rule errors are actually algebra errors committed before the calculus started.
- √x = x1/2 → derivative ½x−1/2 = 1/(2√x)
- ∛(x²) = x2/3 → derivative (2/3)x−1/3
- 1/x³ = x−3 → derivative −3x−4 = −3/x⁴
- x/√x = x1−1/2 = x1/2
- 5/x = 5x−1 → derivative −5x−2
The rules themselves: xa·xb = xa+b · xa/xb = xa−b · (xa)b = xab · x−a = 1/xa · x0 = 1 · x1/n = ⁿ√x
Rewrite first. Differentiate second.
Set n = 1. The rule gives 1·x⁰ = 1, and y = x is a line of slope 1 ✓. Set n = 0: 0·x⁻¹ = 0, and y = 1 is flat ✓.
Any version of the power rule you write down under pressure has to survive both. If it does not, you have the exponent in the wrong place.
Linearity: constants and sums
The constant rule is immediate from the definition: [c − c]/h = 0 for every h. Geometrically, a horizontal line has slope zero.
(fg)′ ≠ f′g′ and (f/g)′ ≠ f′/g′. Ever. Quick check: f = g = x. Then (x·x)′ = (x²)′ = 2x, but f′g′ = 1·1 = 1. Not equal. The rectangle picture below shows exactly what the naive version leaves out.
Product rule
| [ f(x+h)g(x+h) − f(x)g(x) ] / h | the definition applied to the product |
| insert − f(x+h)g(x) + f(x+h)g(x) | adding and subtracting the same thing changes nothing but creates two groupable pairs |
| = f(x+h)·[g(x+h) − g(x)]/h + g(x)·[f(x+h) − f(x)]/h | group and factor |
| → f(x)g′(x) + g(x)f′(x) | each bracket is a difference quotient; f(x+h) → f(x) by continuity |
The inserted term is the algebraic version of the corner in the picture. Adding and subtracting a middle term is a standard move worth recognizing — it reappears in the proof of the chain rule and in error analysis generally.
Quotient rule
| let Q = f/g, so f = Q·g | rewrite the quotient as a product |
| f′ = Q′g + Qg′ | product rule |
| Q′ = (f′ − Qg′)/g | solve for Q′ |
| = (f′ − (f/g)g′)/g | substitute back what Q is |
| = (f′g − fg′)/g² | multiply top and bottom by g |
Worth doing once, because it means you only ever have to remember the product rule. If the quotient rule's sign order deserts you mid-test, this reconstructs it in four lines.
Unlike the product rule, this one is not symmetric. f′g − fg′, not the reverse. The mnemonic most people carry: "low d-high minus high d-low, over low squared." Bottom times derivative of top, minus top times derivative of bottom, all over bottom squared.
Reconstruction check if you're unsure: try f = x, g = 1. Then f/g = x, so the answer must be 1. Plugging in: (1·1 − x·0)/1 = 1. ✓. Reversing the order would give −1. ✗.
Prove that differentiable ⟹ continuous. BC asserts it. The proof is three lines and it clarifies what the implication actually depends on.
| Assume f′(a) exists. | |
| f(a+h) − f(a) = h · [f(a+h) − f(a)]/h | multiply and divide by h — legal since h ≠ 0 in a limit |
| take h → 0: the bracket → f′(a), a finite number; h → 0 | |
| so f(a+h) − f(a) → 0·f′(a) = 0, i.e. f(a+h) → f(a). ∎ | which is continuity |
The step that carries the weight is finite. If the difference quotient blew up — a vertical tangent — the product 0·∞ would be indeterminate and the argument would collapse. That is precisely the case where a function is continuous but not differentiable.
The general Leibniz rule — the product rule for the n-th derivative. Rarely taught in the US, standard in the Russian sequence, and it's a genuinely satisfying structural fact.
Those are the binomial coefficients — the same numbers as in (a+b)n, the same Pascal's triangle used to derive the power rule. Check n = 1: C(1,0)f g′ + C(1,1)f′g = fg′ + f′g. ✓ Check n = 2: fg″ + 2f′g′ + f″g.
Why it's true, informally: each differentiation must land on either f or g. Over n rounds, the number of ways to hit f exactly k times is C(n,k). Differentiation and binomial expansion have the same combinatorial skeleton, which is not a coincidence — it's the same reason factorials appear in Taylor series.
A problem in the tradition: find the 10th derivative of x²·ex at 0. By Leibniz, only three terms survive, because x² dies after two differentiations: C(10,0)x²ex + C(10,1)(2x)ex + C(10,2)(2)ex. At x = 0 that's 0 + 0 + 90 = 90. Doing this by ten successive product rules is an afternoon.
Unit 2 — Definition and Fundamental Properties
Definition
- f′(a) = limh→0 [f(a+h) − f(a)]/h = limx→a [f(x) − f(a)]/(x−a)
- Equivalently f(a+h) = f(a) + f′(a)h + error, error/h → 0 (best linear approximation)
- Differentiable ⇒ continuous, not conversely. Fails at corners, cusps, vertical tangents, discontinuities.
Rules
- (c)′ = 0 · (cf)′ = cf′ · (f ± g)′ = f′ ± g′
- (xn)′ = n xn−1 — all real n; rewrite roots and reciprocals as exponents first
- (fg)′ = f′g + fg′ — the rectangle picture; the corner term vanishes
- (f/g)′ = (f′g − fg′)/g² — reconstruct from the product rule if the order deserts you
Assembly order
- Name the outermost structure first; nest the other rules inside it.
- Rewrite roots and reciprocals as exponents before differentiating.
- Don’t simplify unless asked.
Run the quotient rule on something you could have simplified instead. For x²/x: (2x·x − x²·1)/x² = x²/x² = 1. Simplifying first, x²/x = x, whose derivative is 1 ✓.
The two must agree. When they do not, it is almost always the order of the numerator — the minus sign belongs with the second term, not the first.
Differentiation: Composite, Implicit, and Inverse Functions
~3 weeks · September into early October · 5–10% · the chain rule is a third of the courseChain rule — the most important rule in the course
(f ∘ g)(x) means f(g(x)): do g first, then feed the result into f. g is the inner function, f the outer.
Examples, and the distinction matters:
- sin(x²) — inner x², outer sine
- (sin x)² — inner sine, outer squaring
- e3x — inner 3x, outer e□
- √(x²+1) — inner x²+1, outer √
Test for spotting the inner function: what's the thing you'd compute first if you were plugging in a number?
Use the linear-approximation definition. Near a point, g magnifies a small input change by the factor g′. The result then enters f, which magnifies its input change by f′ — evaluated at g's output, which is g(a), not a. Two magnifications in sequence multiply.
In Leibniz notation the du's appear to cancel: (dy/du)(du/dx) = dy/dx. That's a genuinely good intuition and it's why Leibniz's notation won. The naive proof — multiply and divide by Δu — breaks if Δu happens to be 0, and patching that is why textbooks get evasive here. The patch is routine; the intuition is correct.
The chain rule is roughly a third of the course wearing different hats. Implicit differentiation is the chain rule with y treated as a function of x. Related rates is the chain rule with t as the hidden variable. u-substitution in Unit 6 is the chain rule run backwards. Each is taught as a separate topic; they're one rule.
Mechanically
Differentiate the outer function, leaving the inner one untouched inside it, then multiply by the derivative of the inner. Repeat per layer.
Differentiate sin³(2x). Read it as: cube ∘ sine ∘ doubling.
| outermost is cubing → 3·sin²(2x) | power rule on the outside; inside untouched |
| × derivative of sin(2x)'s outer layer → cos(2x) | next layer in |
| × derivative of 2x → 2 | innermost |
| = 6 sin²(2x) cos(2x) | multiply the three factors |
Differentiate √(x³ + 5x).
| rewrite as (x³ + 5x)1/2 | always convert roots to exponents first |
| outer: ½(x³+5x)−1/2 | power rule, inside untouched |
| × inner: (3x² + 5) | |
| = (3x² + 5) / (2√(x³ + 5x)) | tidy the negative exponent into a denominator |
Two shortcuts worth memorizing in chain-rule form, because they occur constantly:
Assembling a messy derivative
Name the outermost structure before writing anything. That decides which rule opens the problem; the others get nested inside.
Differentiate f(x) = x²·sin(3x) / (ex + 1).
| outermost structure: a quotient | so the quotient rule frames everything |
| top = x²·sin(3x) → needs the product rule | and sin(3x) inside needs the chain rule |
| d/dx[top] = 2x·sin(3x) + x²·3cos(3x) | product rule; the 3 comes from the chain |
| d/dx[bottom] = ex | the 1 differentiates away |
| f′ = { [2x sin3x + 3x² cos3x](ex+1) − x² sin3x · ex } / (ex+1)² | assemble: (top′·bottom − top·bottom′)/bottom² |
Stop there. Don't simplify unless the problem asks. Simplification is where errors enter and it almost never earns points.
The trigonometry, rebuilt from scratch
Trig is where rust shows worst, and it's load-bearing for the rest of the year — every integration technique in Unit 6, all of Unit 9 (polar), and the Taylor series in Unit 10 rest on it. This section is the whole of what BC actually uses.
Put a point on the circle of radius 1, at angle θ counterclockwise from the positive x-axis. Then cos θ is its x-coordinate and sin θ is its y-coordinate. That's the definition; everything else is a consequence.
- sin²θ + cos²θ = 1 — the Pythagorean theorem applied to the radius. The most-used identity in calculus.
- Both live in [−1, 1]; both repeat every 2π.
- cos is even: cos(−θ) = cos θ. sin is odd: sin(−θ) = −sin θ. (Reflecting across the x-axis keeps the x-coordinate, flips the y.)
The values worth knowing cold, at θ = 0, π/6, π/4, π/3, π/2:
cos: 1, √3/2, √2/2, 1/2, 0
Cosine is sine read backwards. And if you write the sine row as √0/2, √1/2, √2/2, √3/2, √4/2, the whole table is a single pattern.
sec θ = 1/cos θ · csc θ = 1/sin θ
The reciprocal pairing is deliberately confusing: secant pairs with cosine; cosecant pairs with sine. Crossed over. Read it as "the one with the co- goes with the one without."
The names are literal geometry, shown below: tan θ is the length of a segment on the tangent line, and sec θ is the length of a segment on a secant line. They were measured lengths in a diagram for centuries before anyone thought of them as functions.
Start from sin²θ + cos²θ = 1 and divide the whole equation by cos²θ:
Divide the original by sin²θ instead:
Don't store these separately — regenerate them in five seconds from the one you do remember. tan² + 1 = sec² is the one that runs all through Unit 6 integration.
cos(A + B) = cos A cos B − sin A sin B
Sanity check with B = 0: sin(A) = sin A·1 + cos A·0 ✓.
Where they come from: rotating by A+B is the same as rotating by A then by B, and working out the resulting coordinates gives exactly these. The minus sign in the cosine formula is the one people drop.
Setting B = A gives the double angle forms: sin 2θ = 2 sin θ cos θ, and cos 2θ = cos²θ − sin²θ. Rearranged with the Pythagorean identity: sin²θ = (1 − cos 2θ)/2 and cos²θ = (1 + cos 2θ)/2 — the only way to integrate sin² and cos² in Unit 6.
The sine derivative, derived
| [ sin(x+h) − sin x ] / h | the definition |
| = [ sin x cos h + cos x sin h − sin x ] / h | angle addition |
| = sin x·(cos h − 1)/h + cos x·(sin h)/h | group the sin x terms; split into two known pieces |
| (cos h − 1)/h → 0 and (sin h)/h → 1 | the two special limits from Unit 1, which existed for exactly this moment |
| = sin x·0 + cos x·1 = cos x |
This is the payoff for the sector-squeeze diagram. Those two limits weren't arbitrary exercises — they're precisely the two pieces the sine derivative decomposes into.
Cosine goes the same way, using cos(x+h) = cos x cos h − sin x sin h, and lands on −sin x. The minus comes from the minus in the angle-addition formula.
A point moving around the unit circle at unit speed is at (cos t, sin t). Its velocity vector is tangent to the circle, same length, rotated 90° counterclockwise from the position vector. Rotating (cos t, sin t) by 90° gives (−sin t, cos t).
Read off the components: the x-component says d/dt[cos t] = −sin t, and the y-component says d/dt[sin t] = cos t. Both derivatives at once, no limits, no identities — geometry did the work.
This is also the seed of eit = cos t + i sin t, which she'll derive herself in Unit 10.
The rest of the trig derivatives, each in two lines
| tan x = sin x / cos x | quotient rule |
| = [cos x·cos x − sin x·(−sin x)] / cos²x | note the double negative |
| = (cos²x + sin²x)/cos²x = 1/cos²x | Pythagorean identity on top |
| = sec²x |
| sec x = (cos x)−1 | write it as a power so the chain rule applies |
| = −1·(cos x)−2·(−sin x) | power rule outside, derivative of cosine inside |
| = sin x / cos²x | the two minus signs cancel |
| = (1/cos x)·(sin x/cos x) = sec x tan x | split deliberately into the standard form |
Cotangent and cosecant follow identically and pick up minus signs.
sec → sec·tan · csc → −csc·cot
Memory aid: every function whose name begins with "co" has a minus sign in its derivative. Cosine, cotangent, cosecant. That halves the table.
Exponentials and logarithms
| [ ex+h − ex ] / h | the definition |
| = [ ex·eh − ex ] / h | exponent law: ea+b = eaeb |
| = ex · (eh − 1)/h | factor out ex — it doesn't involve h at all |
| = ex · 1 = ex | the Unit 1 special limit (eh−1)/h → 1 |
The factoring step is the real content: an exponential's rate of change is proportional to its current value, because ex comes out front no matter what. The constant of proportionality is that limit — and e is defined as the base making it exactly 1.
| ax = ex ln a | since eln a = a, raise both sides to the x |
| d/dx = ex ln a · ln a | chain rule; the inner function is x·ln a, whose derivative is the constant ln a |
| = ax · ln a | convert back |
Sanity check against the Unit 1 diagram: the slope of 2x at x=0 should be ln 2 ≈ 0.693, and 3x should be ln 3 ≈ 1.099. Those are exactly the numbers on that picture.
| y = ln x, so ey = x | rewrite using the inverse relationship |
| ey·y′ = 1 | differentiate both sides in x; the left needs the chain rule since y depends on x |
| y′ = 1/ey | solve |
| = 1/x | because ey is x |
This is implicit differentiation, used before it's formally introduced. It's the standard way to differentiate any inverse function: write the inverse relationship, differentiate, solve.
Look at what just happened. The derivatives of powers are powers: x³ → 3x². x² → 2x. x¹ → 1. x⁰ → 0. x−1 → −x−2.
Nothing in that list produces x−1. Run it backwards: what has derivative 1/x? No power of x does — the power rule always lowers the exponent by one, and to land on −1 you'd need to start at 0, but x⁰ is constant with derivative 0.
There's a hole in the power rule, and ln x is what fills it. That's not a coincidence or a curiosity; it's why logarithms show up in integration constantly. Unit 6 will define ln x as an area under the hyperbola 1/x, which explains the coincidence properly.
Logarithmic differentiation
Use it when the variable is in both the base and the exponent, or when facing a monstrous product or quotient.
d/dx[xx] is not x·xx−1 — the power rule needs a constant exponent. It's also not xx·ln x — that rule needs a constant base. Both requirements fail, so you need a different technique entirely.
Differentiate y = xsin x.
| ln y = sin x · ln x | take ln of both sides; the log law drags the exponent down |
| y′/y = cos x·ln x + sin x·(1/x) | left side by chain rule; right side by product rule |
| y′ = y·( cos x ln x + sin x/x ) | multiply through by y |
| = xsin x( cos x ln x + sin x/x ) | substitute back what y was |
Differentiate y = (x²+1)³ (x−4)⁵ / √(3x+2). Doing this with product and quotient rules is a page of algebra.
| ln y = 3ln(x²+1) + 5ln(x−4) − ½ln(3x+2) | logs turn products into sums, quotients into differences, powers into coefficients — all three laws at once |
| y′/y = 3·(2x)/(x²+1) + 5/(x−4) − ½·3/(3x+2) | each term is now a simple d/dx[ln u] = u′/u |
| y′ = y·[ 6x/(x²+1) + 5/(x−4) − 3/(2(3x+2)) ] | multiply back by the original y |
This is the technique's real value: logarithms convert multiplicative structure into additive structure, and additive structure is what differentiation handles easily. Same reason slide rules worked.
Derivative of an inverse function
f−1 undoes f: if f(3) = 7 then f−1(7) = 3. Graphically the inverse is the reflection across the line y = x — every point (a,b) becomes (b,a).
That reflection is the formula. Reflecting a line across y = x swaps rise and run, turning slope m into slope 1/m. So the inverse's derivative is the reciprocal of the original's — evaluated at the corresponding point.
Note f−1 means the inverse function, not the reciprocal 1/f. Unfortunate notation, universally used.
f is differentiable and increasing, with f(2) = 5 and f′(2) = 3. Find (f−1)′(5).
| need the a with f(a) = 5 | the formula evaluates f′ at f−1(5), so find that first |
| f(2) = 5, so f−1(5) = 2 | read the given fact backwards |
| f′(2) = 3 | given |
| (f−1)′(5) = 1/3 | reciprocal |
The arithmetic is trivial. The whole difficulty is keeping straight that you evaluate f′ at 2, not at 5. Write down f−1(5) = 2 explicitly as a separate step and the confusion disappears.
Inverse trig derivatives, derived
| y = arcsin x means sin y = x | the inverse relationship |
| cos y · y′ = 1 | differentiate both sides in x, chain rule on the left |
| y′ = 1/cos y | but the answer must be in terms of x, not y |
| cos y = √(1 − sin²y) = √(1 − x²) | Pythagorean identity; positive root because arcsin outputs angles in [−π/2, π/2] where cosine is ≥ 0 |
| y′ = 1/√(1 − x²) |
| y = arctan x means tan y = x | |
| sec²y · y′ = 1 | differentiate; derivative of tan is sec² |
| y′ = 1/sec²y = 1/(1 + tan²y) | the identity tan² + 1 = sec², rederived from sin²+cos²=1 |
| = 1/(1 + x²) | since tan y = x |
Notice what happened: differentiating a transcendental function (arctan) produced a purely algebraic one (1/(1+x²)).
Run that backwards and you get the fact that ∫ dx/(1+x²) = arctan x — an innocent-looking rational function whose antiderivative is a trig function. There is no way to guess that from the integrand. It's a large part of why integration in Unit 6 is a bag of tricks rather than an algorithm, and it's why these two derivatives must be memorized in both directions.
Higher derivatives
f″ is the derivative of f′; f‴ the derivative of f″; beyond three, write f(4). In Leibniz notation d²y/dx².
Physically: position → velocity → acceleration → jerk. Each differentiation asks "how fast is the previous thing changing."
Find the first four derivatives of f(x) = sin x.
| f′ = cos x | |
| f″ = −sin x | |
| f‴ = −cos x | |
| f(4) = sin x — back to the start | the derivatives of sine cycle with period 4 |
That four-cycle is what produces the alternating signs in sine's Taylor series, and it's why eiθ = cos θ + i sin θ works — the powers of i cycle with period 4 too. File it away for April.
Piecewise differentiability — the two-unknown problem
Promised in Unit 1, and now the tools exist.
f(x) = x² + 1 for x < 2, and ax + b for x ≥ 2. Find a and b making f differentiable at 2.
| differentiable ⟹ continuous, so first match values | you get continuity for free as a requirement |
| 2² + 1 = 5 and 2a + b | evaluate both pieces at the seam |
| equation 1: 2a + b = 5 | |
| now match slopes: left piece has derivative 2x | at x = 2 that's 4 |
| right piece has derivative a | constant |
| equation 2: a = 4 | |
| a = 4, b = 5 − 8 = −3 | substitute into equation 1 |
Order matters for sanity: solve the slope equation first when it's simpler, then back-substitute. And always state that differentiability requires continuity — on the AP that reasoning is worth a point on its own.
Implicit differentiation
Some curves aren't functions. x² + y² = 25 fails the vertical line test — for most x there are two y's. You still want dy/dx.
The move is to treat y as an unknown function of x and differentiate. But if the curve isn't a function, what justifies pretending it is?
The answer is the Implicit Function Theorem: near almost any point on such a curve, a small enough piece of it is the graph of a function, even though the whole curve isn't. A circle isn't a function; the top half near (3,4) is. You're differentiating that local piece.
The exceptions are exactly the points where the curve is locally vertical. And this is the elegant part — the formula announces its own failure at precisely those points, because that's where its denominator hits zero. For the circle, dy/dx = −x/y blows up at y = 0, which is (±5, 0), the two points where the circle is vertical. The algebra knows where the theorem stops working.
BC never mentions any of this. It's worth having, because "why is this legal" is the obvious question and the textbook answer is silence.
| x² + y² = 25 | |
| 2x + 2y·y′ = 0 | d/dx[y²] = 2y·y′ — chain rule, because y is a function of x |
| y′ = −2x/(2y) | |
| = −x/y |
Check it geometrically: the tangent to a circle is perpendicular to the radius. The radius to (x,y) has slope y/x, so the tangent should have slope −x/y. ✓ Agreement, and a good demonstration that implicit differentiation isn't a trick.
Find dy/dx for x²y + y³ = 6.
| d/dx[x²y] = 2xy + x²y′ | product rule — x² and y are both functions of x |
| d/dx[y³] = 3y²·y′ | chain rule |
| 2xy + x²y′ + 3y²y′ = 0 | the right side, being constant, differentiates to 0 |
| y′(x² + 3y²) = −2xy | collect every y′ term on one side and factor |
| y′ = −2xy / (x² + 3y²) |
Reading the answer: horizontal tangents where the numerator is zero (and the denominator isn't); vertical tangents where the denominator is zero (and the numerator isn't).
To get y″, differentiate y′ again (usually a quotient rule) — and then substitute the expression for y′ back in. Leaving a bare y′ in the final answer is the standard lost point. Many problems then simplify further using the original equation, which is worth trying if the result looks ugly.
Hyperbolic functions. Standard in every college Calc I, absent from AP, and they cost about twenty minutes.
Every trig fact has a hyperbolic twin, with one sign flipped:
| Circular | Hyperbolic |
|---|---|
| sin²+cos² = 1 | cosh² − sinh² = 1 |
| (sin)′ = cos | (sinh)′ = cosh |
| (cos)′ = −sin | (cosh)′ = +sinh (no minus) |
| (tan)′ = sec² | (tanh)′ = sech² |
Why "hyperbolic": (cos t, sin t) traces the circle x² + y² = 1; (cosh t, sinh t) traces the hyperbola x² − y² = 1. Same construction, different conic. Verify the derivative claim directly — differentiate (ex − e−x)/2 and you get (ex + e−x)/2, which is cosh. No identity needed.
Where they matter: the shape of a hanging chain or power line is a catenary, y = a·cosh(x/a) — not a parabola, though it looks like one. Hyperbolic substitutions also make several integrals in Unit 6 far cleaner than trigonometric ones.
Derive the power rule for rational exponents, rather than being told it extends. Implicit differentiation makes it four lines, and it closes a gap the textbook waves at.
| let y = xp/q, so yq = xp | clear the fractional exponent |
| q·yq−1·y′ = p·xp−1 | differentiate implicitly — both sides now have integer powers, where we already proved the rule |
| y′ = (p/q)·xp−1/yq−1 | |
| yq−1 = xp(q−1)/q | substitute back |
| y′ = (p/q)·x(p/q) − 1 | the power rule, now proved for every rational exponent |
A harder one in the same spirit: differentiate y = xxx. Take logs twice, or take logs once and treat xx as a known derivative from the logarithmic-differentiation section. The answer is xxx·xx·[ln²x + ln x + 1/x]. It's not on any exam; it's a good hour if she likes this sort of thing.
Unit 3 — Composite, Implicit, and Inverse Functions
Chain rule
- (f∘g)′ = f′(g(x))·g′(x) or dy/dx = (dy/du)(du/dx)
- (ln u)′ = u′/u · (√u)′ = u′/(2√u)
The table
- sin → cos · cos → −sin · tan → sec² · cot → −csc²
- sec → sec·tan · csc → −csc·cot — every “co-” function carries a minus
- ex → ex · ax → axln a · ln x → 1/x · logax → 1/(x ln a)
- arcsin → 1/√(1−x²) · arctan → 1/(1+x²) · arcsec → 1/(|x|√(x²−1))
Trig facts the derivatives rest on
- sin²θ + cos²θ = 1 → ÷cos²: tan²+1 = sec² → ÷sin²: 1+cot² = csc²
- sin(A+B) = sinA cosB + cosA sinB · cos(A+B) = cosA cosB − sinA sinB
- sin²θ = (1 − cos2θ)/2 · cos²θ = (1 + cos2θ)/2 — needed in Units 6 and 9
Techniques
- (f−1)′(b) = 1/f′(f−1(b)) — find the a with f(a)=b first
- Logarithmic differentiation: variable in base and exponent, or a big product. Take ln, differentiate, multiply back by y.
- Implicit: every y yields a y′; collect and solve. Horizontal tangent where the numerator vanishes, vertical where the denominator does. For y″, substitute y′ back in.
- Piecewise: differentiability requires matching values and matching slopes at the seam.
Contextual Applications of Differentiation
~3 weeks · October · 5–10%Unit 5 asked what derivatives say about graphs. This unit asks what they say about the world. The calculus is mostly the same; what's being taught is modeling — turning a situation into an equation you can differentiate. That translation is the actual skill, and it's the one that transfers.
L'Hôpital's rule also lands here in most courses, because it needs derivatives. Full treatment below.
Motion along a line
Position s(t) → velocity v = s′ → acceleration a = v′ = s″.
| Question | Answer |
|---|---|
| Speed | |v| — a magnitude, never negative |
| Moving right / left | v > 0 / v < 0 |
| Changes direction | where v changes sign, not merely where v = 0 |
| At rest | v = 0 |
| Speeding up | v and a have the same sign |
| Slowing down | v and a have opposite signs |
Speed is |v|, so speeding up means |v| is growing. If the object is moving left (v < 0) and acceleration is also negative, it's being pushed further left — moving faster in the negative direction. |v| grows. So negative acceleration can mean speeding up.
The clean statement: acceleration in the same direction as motion adds speed; acceleration opposing motion removes it. Same-sign, speeding up. Opposite-sign, slowing down. This is asked on nearly every AP exam and missed constantly.
A particle has s(t) = t³ − 6t² + 9t for t ≥ 0. Describe its motion.
| v = 3t² − 12t + 9 = 3(t−1)(t−3) | factor for the sign chart |
| v = 0 at t = 1, 3 | candidate direction changes |
| t=0: v=+9 · t=2: 3(1)(−1)=−3 · t=4: 3(3)(1)=+9 | sign chart: + − + |
| moves right, then left after t=1, then right after t=3 | both are genuine sign changes, so both are direction reversals |
| a = 6t − 12 = 6(t−2) | negative before t=2, positive after |
| on (1,2): v < 0, a < 0 → same sign | speeding up, despite moving backward and decelerating in the everyday sense |
| on (2,3): v < 0, a > 0 → opposite signs → slowing down |
Note the interval (1,2): moving left and speeding up. Everyday language calls negative acceleration "slowing down," and here it's the opposite. Trust the sign rule, not the vocabulary.
Displacement vs. total distance needs integrals and belongs in Unit 6. For the record: displacement over [a,b] is ∫v dt, and total distance travelled is ∫|v| dt. They differ whenever the object reverses. Above, the particle ends up somewhere modest but has covered more ground than that, because it doubled back between t=1 and t=3.
Related rates
Two or more quantities linked by an equation, all changing in time. Differentiate the equation with respect to t; the chain rule attaches a rate to every variable.
In implicit differentiation, y is secretly a function of x. In related rates, everything is secretly a function of t. Same rule, different hidden variable. The curriculum presents them as separate topics; telling her they're one thing is worth doing.
The procedure
- Sketch it. Label anything that varies with a letter; label fixed quantities with numbers.
- Write the relation among the variables — geometry, or a physical law.
- Eliminate any variable whose rate you don't know, usually via similar triangles. Do this before differentiating.
- Differentiate with respect to t.
- Now substitute the instantaneous values.
- Solve. Check the sign and the units.
Triangles with the same angles have proportional sides. If a small triangle sits inside a larger one sharing an apex and a direction, then small-height/small-base = big-height/big-base.
Example: a cone of total height 10 with top radius 5 has r/h = 5/10 at every depth, so r = h/2 always. That one substitution is what makes the cone problem solvable.
Water fills a cone (top radius 5 m, height 10 m) at 3 m³/min. How fast is the depth rising when h = 4?
| V = (1/3)πr²h | volume of a cone — two varying quantities, only one known rate |
| r = h/2 | similar triangles; eliminate r before differentiating |
| V = (1/3)π(h/2)²h = πh³/12 | now one variable only |
| dV/dt = (πh²/4)·dh/dt | differentiate in t; chain rule puts dh/dt on the h³ |
| 3 = (π·16/4)·dh/dt | now substitute dV/dt = 3 and h = 4 |
| dh/dt = 3/(4π) ≈ 0.239 m/min | units: m³/min ÷ m² = m/min ✓ |
If you plug h = 4 into the volume formula first, you've turned a variable into a constant and its derivative into zero. The answer comes out wrong and looks perfectly clean — there's no error message. Numbers go in only after the differentiation is done. This single mistake accounts for most related-rates failures.
A 13 ft ladder leans on a wall. The base slides away at 2 ft/s. How fast is the top falling when the base is 5 ft from the wall?
| x² + y² = 169 | Pythagorean; 13 is fixed, so it's a number, while x and y vary |
| 2x·(dx/dt) + 2y·(dy/dt) = 0 | differentiate in t; the constant 169 gives 0 |
| at x = 5: y = √(169−25) = 12 | find the other side at this instant |
| 2(5)(2) + 2(12)(dy/dt) = 0 | substitute now, after differentiating |
| dy/dt = −20/24 = −5/6 ft/s | negative because the top is descending |
The sign carries meaning and should not be discarded. Also note the equation 2x·ẋ + 2y·ẏ = 0 says the two rates always trade off — which is why the top accelerates dramatically as the base nears the wall's far reach.
Standard setups
| Situation | Relation to differentiate |
|---|---|
| Ladder on a wall | x² + y² = L², L constant |
| Streetlight shadow | Similar triangles |
| Two vehicles, right angles | z² = x² + y² |
| Angle of elevation | tan θ = y/x → sec²θ·(dθ/dt) = … |
| Inflating sphere | V = (4/3)πr³ → dV/dt = 4πr²·(dr/dt) |
| Cone or trough filling | Similar triangles first, then the volume formula |
| Expanding ripple | A = πr² → dA/dt = 2πr·(dr/dt) |
Sign convention: decreasing quantities get negative rates. Declare it at setup rather than patching the sign at the end.
Textbook related-rates problems are contrived because the honest ones need multivariable calculus. One that isn't: cumulative arrival and departure curves at a transit platform.
Riders arrive at rate λ(t); the cumulative count A(t) is its integral. Departures D(t) are a second curve. The vertical gap A − D is the queue length; the horizontal gap is an individual rider's wait; the area between the curves is total passenger-delay. The related rate — how fast is the queue growing? — is just A′(t) − D′(t).
Everything in that picture is a calculus object with a physical meaning she can point at, which the ladder is not.
Differentiating V = (4/3)πr³ gives dV/dt = 4πr²·(dr/dt). Check the units before the arithmetic: cm² × cm/s = cm³/s, a volume per unit time ✓.
If your answer came out in cm²/s you differentiated the surface area formula by mistake — a substitution slip, not an arithmetic one, and the units are the only thing that catches it.
Linear approximation
This is the tangent line at a, used as a stand-in for f near a. It's Unit 2's second definition of the derivative deployed as a tool.
Estimate √4.1.
| f(x) = √x, choose a = 4 | pick the nearest point where you know the answer exactly |
| f(4) = 2, f′(x) = 1/(2√x), f′(4) = 1/4 | |
| L(x) = 2 + ¼(x − 4) | |
| L(4.1) = 2 + ¼(0.1) = 2.025 | |
| √4.1 ≈ 2.025 (true value 2.02485…) | accurate to four decimals |
Is it an over- or underestimate? f″ = −1/(4x3/2) < 0, so f is concave down, so the tangent lies above the curve — this is an overestimate. And 2.025 > 2.02485 ✓. This over/under question is asked routinely and answered entirely by the sign of f″.
Newton’s method is not tested on the AP Calculus exams — College Board’s own sample BC syllabus lists it, alongside Simpson’s rule, trigonometric substitution, and volume by cylindrical shells, as material beyond the Course Description. It appears here anyway because it is three lines long, it is the clearest possible demonstration that linear approximation is a tool and not just a fact, and it is the direct ancestor of Euler’s method in Unit 7 and of essentially all numerical optimization.
Read it for the idea; don’t spend drill time on it.
The tangent to y = √x at x = 4 estimates √4.1 ≈ 2.025. Since √x is concave down, the tangent line sits above the curve — so the estimate has to come out slightly high. It does: the true value is 2.02485.
Knowing which side of the curve your tangent line is on turns linear approximation from a guess into a bound.
Newton's method
You want a root of f. You have a guess xn. Replace f by its tangent line there — the linear approximation again — and solve that for zero instead, since solving a line is easy.
The tangent is y = f(xn) + f′(xn)(x − xn). Set y = 0 and solve for x: x = xn − f(xn)/f′(xn). That's the formula, derived in one line. Then repeat from the new point.
Convergence is quadratic — the number of correct digits roughly doubles each step. That's why it's still the workhorse root-finder three and a half centuries later.
Solve x² − 2 = 0 starting from x₀ = 1.
| f(x) = x² − 2, f′(x) = 2x | |
| x₁ = 1 − (1−2)/2 = 1 + 0.5 = 1.5 | |
| x₂ = 1.5 − (2.25−2)/3 = 1.5 − 0.08333 = 1.41667 | 3 correct digits |
| x₃ = 1.41667 − (0.006945)/2.83334 = 1.414216 | 6 correct digits |
| √2 = 1.4142136… — digits doubling each step |
L'Hôpital's rule — the proper treatment
You saw the statement and several worked examples in the limits unit. Everything there still stands. What follows is the part that needed derivatives: why it works, and the ways it fails.
Near a, each function is well approximated by its tangent line. If f(a) = g(a) = 0, both tangent lines pass through zero there, so near a:
The ratio is f′(a)(x−a) / g′(a)(x−a), and the (x−a) cancels, leaving f′(a)/g′(a).
L'Hôpital is cancelling the common factor again — the same move as factoring in Unit 1, executed with tangent lines instead of algebra. That's exactly why it requires the 0/0 condition: without it the tangent lines don't both pass through zero and there's no shared factor to cancel.
(The honest proof uses the Cauchy Mean Value Theorem, a two-function version of MVT, rather than this hand-wave. The intuition is right and the machinery is Unit 5's.)
The three failure modes
limx→0 (x + 2)/(x + 1) is just 2/1 = 2. Apply L'Hôpital anyway and you get 1/1 = 1. Wrong, with no warning. Always check the form first.
| limx→∞ x/√(x²+1) is ∞/∞, so the rule is legal | |
| → 1/[x/√(x²+1)] = √(x²+1)/x | which is the reciprocal of the original |
| applying again returns the original | infinite loop |
| Algebra instead: divide by x → 1/√(1+1/x²) → 1 |
Legal is not the same as useful. If two applications haven't simplified anything, stop and look for algebra.
limx→∞ (x + sin x)/x is 1 — divide by x and the sin x/x term dies. But L'Hôpital gives (1 + cos x)/1, which oscillates forever and has no limit. The rule says "if the limit of f′/g′ exists, then it equals the original." When it doesn't exist, the rule tells you nothing — it does not tell you the original fails to exist.
Find limx→0 (ex − 1 − x)/x².
| substitute: (1 − 1 − 0)/0 = 0/0 ✓ | check the form before anything else |
| → (ex − 1)/(2x) | differentiate top and bottom separately |
| still 0/0 at x = 0 | re-check the form each time |
| → ex/2 | apply again |
| = 1/2 | now substitutable |
The answer ½ is the coefficient of x² in the Taylor series for ex. That's not a coincidence — Unit 10 will show that L'Hôpital and Taylor series are two views of the same fact.
Next stop — multivariable calculus. With several inputs, "slope" is meaningless but "best linear approximation" still works: the derivative becomes a gradient vector pointing in the direction of steepest increase, and then a Jacobian matrix when the output is also multidimensional.
Then — optimization and machine learning. Gradient descent is literally "compute the gradient, step downhill, repeat" — Newton's method's cousin, run in ten million dimensions. Backpropagation is the chain rule applied through a composed function with millions of layers. If she is at all interested in AI, this is the honest answer to "what is calculus for": the entire training procedure of a neural network is Unit 3's chain rule plus Unit 4's linear approximation, at scale.
The actual proof of L'Hôpital, via the Cauchy Mean Value Theorem — a two-function version of the MVT from Unit 5.
there is a c with [f(b) − f(a)]·g′(c) = [g(b) − g(a)]·f′(c)
Setting g(x) = x recovers the ordinary MVT, so it's a genuine generalization. Now suppose f(a) = g(a) = 0. Cauchy MVT gives, for each x near a, some c between a and x with
As x → a, c is squeezed to a as well, so the left side approaches whatever f′/g′ approaches. That's L'Hôpital, properly. The tangent-line argument in the main text is the honest intuition; this is the machinery that makes it airtight — and it explains why the theorem needs the 0/0 hypothesis so specifically.
Error propagation as relative error — the differentials material done the way a physicist would.
If y = f(x) and x carries a small error dx, then dy ≈ f′(x)dx. But the useful quantity is usually the relative error dy/y:
So relative error is governed by the derivative of the logarithm — which is exactly why logarithmic differentiation exists as a technique.
Worked: a sphere's radius is measured as 10 cm ± 1%. What's the relative error in the volume?
| V = (4/3)πr³, so ln V = ln(4π/3) + 3 ln r | take logs first |
| dV/V = 3·(dr/r) | differentiate |
| = 3 × 1% = 3% | a cubed quantity triples the relative error |
The general rule falls straight out: raising to a power multiplies relative error by that power; multiplying quantities adds their relative errors. Two facts that cover most of experimental science, both consequences of ln turning products into sums.
Unit 4 — Contextual Applications
Motion
- s → v = s′ → a = v′. Speed = |v|.
- Speeding up ⇔ v and a same sign. Slowing down ⇔ opposite signs.
- Direction change requires v to change sign, not merely to vanish.
Related rates
- sketch → relation → eliminate unknown-rate variables → differentiate in t → then substitute → check sign and units
- Decreasing quantities get negative rates; declare it at setup.
Approximation
- L(x) = f(a) + f′(a)(x − a)
- Concave up (f″>0) ⇒ tangent below curve ⇒ underestimate; concave down ⇒ overestimate
- Differentials: dy = f′(x)dx
L’Hôpital
- Only for 0/0 or ∞/∞. Verify the form every time, including on repeat applications.
- Differentiate numerator and denominator separately.
- 0·∞ → make a fraction · ∞−∞ → common denominator · 1∞, 00, ∞0 → take ln, then exponentiate at the end
- Fails by: wrong form · endless cycling · f′/g′ having no limit
Analytical Applications of Differentiation
~4 weeks · October into November · 10–15%You can compute derivatives. Now: what do they tell you? This unit is the bridge from local information (the slope at a point) to global conclusions (the function is increasing on this whole interval).
That bridge is one theorem, and it's the one every student writes off as filler.
The Mean Value Theorem
then there is some c in (a,b) with f′(c) = [f(b) − f(a)]/(b − a).
Translation: at some instant, your instantaneous rate equalled your average rate. Drive 120 miles in two hours and at some moment the speedometer read exactly 60.
Students think MVT is a curiosity. It is the only thing licensing every inference from a derivative back to the function. Each of these claims is a corollary of MVT and is false without it:
- f′ > 0 on an interval ⟹ f is increasing there. Proof: take any two points p < q in the interval. MVT gives a c with f(q) − f(p) = f′(c)(q − p). Both factors are positive, so f(q) > f(p). Done.
- f′ = 0 everywhere ⟹ f is constant. Same argument: f(q) − f(p) = 0·(q−p) = 0 for every pair.
- Two functions with the same derivative differ by a constant. Apply the previous fact to their difference.
That last one is why the +C exists. In Unit 6 you'll write ∫f dx = F(x) + C and the C will be presented as a rule to remember. It isn't a rule — it's this theorem. And the fact that antiderivatives are unique up to a constant is precisely what makes the whole integral-as-antiderivative program coherent. Without MVT, the Fundamental Theorem doesn't work.
Where MVT itself comes from
The dependency chain, bottom to top: completeness of the reals → EVT → Rolle → MVT → everything in this unit. BC uses all of it and proves none of it. Worth knowing the chain exists, because "why is that true?" bottoms out somewhere real.
Show f(x) = x³ − x satisfies MVT on [0, 2] and find all valid c.
| f is a polynomial → continuous on [0,2], differentiable on (0,2) | state the hypotheses; this is a scored step |
| f(0) = 0, f(2) = 8 − 2 = 6 | |
| average slope = (6 − 0)/(2 − 0) = 3 | |
| f′(x) = 3x² − 1, set equal to 3 | MVT says some c does this |
| 3c² = 4, c = ±2/√3 | |
| c = 2/√3 ≈ 1.155 (reject the negative — not in (0,2)) | always check c lands in the open interval |
Applying MVT to a function with a corner or a discontinuity in the interval is invalid and the conclusion can be false. f(x) = |x| on [−1,1] has average slope 0, but f′ is never 0 — no contradiction, because f isn't differentiable at 0 and the theorem never applied. On free response, name continuity and differentiability explicitly before using it.
Make the endpoints equal and the Mean Value Theorem has to collapse into Rolle's. Take f(x) = x² − 4x on [0, 4]: f(0) = f(4) = 0, so the guaranteed c must have f′(c) = 0. And it does — c = 2.
Any statement of the MVT you write down that does not reduce to that under equal endpoints is misremembered.
Critical points and extrema
Fermat's Theorem: if f has a local extremum at an interior point c and f′(c) exists, then f′(c) = 0.
Why: suppose f′(c) > 0 at a local max. Then f is increasing through c, so points just to the right are higher — contradicting that c is a max. Same argument with the sign flipped rules out f′(c) < 0. The only survivor is 0.
The converse is false and this is the most common misunderstanding in the unit. f(x) = x³ has f′(0) = 0 but no extremum there — the curve flattens and keeps going. A critical point is a candidate, not a conclusion. You must always test.
First derivative test
At a critical point c, examine the sign of f′ on either side:
- + to − → local maximum (rising then falling)
- − to + → local minimum (falling then rising)
- no sign change → neither (a plateau, like x³ at 0)
A sign chart is just organized bookkeeping. Procedure:
- Find every x where f′ = 0 or f′ is undefined. Mark them on a number line.
- These points cut the line into intervals. Within each interval f′ cannot change sign — it would have to pass through zero or blow up to do so, and you've already found all those places.
- Pick any convenient test value inside each interval, plug into f′, record only the sign.
Example: f′(x) = (x−1)(x+2). Zeros at −2 and 1. Test x = −3: (−4)(−1) = + . Test x = 0: (−1)(2) = − . Test x = 2: (1)(4) = + . So f increases, decreases, increases: local max at −2, local min at 1.
Shortcut: you only need signs, so count negative factors rather than multiplying out.
Concavity and the second derivative
f″ > 0 says f′ is increasing — the slope itself is getting larger. A curve whose slope keeps rising (from steeply negative, through zero, to steeply positive) is by definition curving upward. The second derivative isn't a new kind of object; it's the first derivative rule applied one level up.
This is also exactly why the second derivative test works: at a critical point the slope is zero, and if the slope is increasing through zero, it went from negative to positive — falling then rising — which is a minimum.
Second derivative test
At a critical point c where f′(c) = 0:
- f″(c) < 0 → local maximum (concave down, so the flat spot is a peak)
- f″(c) > 0 → local minimum
- f″(c) = 0 → inconclusive; fall back to the first derivative test
x⁴, −x⁴, and x³ all have f′(0) = f″(0) = 0, and they have a minimum, a maximum, and neither, respectively. The test simply can't distinguish them.
What the test is actually doing: checking whether the best quadratic approximation to f near c opens up or down. When f″(c) = 0 the quadratic is flat and carries no information — you'd have to look at the cubic term. That's Taylor series (Unit 10) leaking backwards into November.
Curve analysis — the full procedure
- Domain, intercepts, asymptotes. Vertical where a denominator vanishes and the numerator doesn't; horizontal from the limit at ±∞; slant when the numerator's degree exceeds by exactly one.
- f′. Critical points: f′ = 0 or undefined, and in the domain.
- Sign chart for f′ → intervals of increase/decrease → local extrema.
- f″. Candidates: f″ = 0 or undefined.
- Sign chart for f″ → concavity → inflection points (verify the sign change).
Analyze f(x) = x³ − 3x² + 2.
| domain all reals; no asymptotes | polynomial |
| f′ = 3x² − 6x = 3x(x − 2) | factor immediately — sign charts need factors, not expansions |
| critical points x = 0, x = 2 | |
| test x=−1: 3(−1)(−3) = + · x=1: 3(1)(−1) = − · x=3: 3(3)(1) = + | sign chart for f′ |
| increasing (−∞,0), decreasing (0,2), increasing (2,∞) | |
| local max at x=0 (+ to −), value f(0) = 2 | first derivative test |
| local min at x=2 (− to +), value f(2) = 8−12+2 = −2 | |
| f″ = 6x − 6 = 6(x − 1) | |
| f″ < 0 for x<1, f″ > 0 for x>1 | sign actually changes |
| inflection point at (1, 0); concave down then up | f(1) = 1−3+2 = 0 |
Cross-check with the second derivative test: f″(0) = −6 < 0 → max ✓. f″(2) = 6 > 0 → min ✓. The two tests agreeing is a free error check.
Not "there's a max at x = 0." Write: "f′ changes from positive to negative at x = 0, therefore f has a local maximum there." The reason, not just the conclusion. Roughly a third of the free-response points in this unit are justification points, and students who can do all the calculus routinely lose them.
Same for concavity: "f″ > 0 on (1,∞), therefore f is concave up there."
Reading a graph of f′
An entire AP question type: you're shown the graph of the derivative and asked about the function. Everything shifts one level.
| On the graph of f′ | About f |
|---|---|
| above the axis | f is increasing |
| below the axis | f is decreasing |
| crosses + → − | local maximum of f |
| crosses − → + | local minimum of f |
| f′ is increasing (sloping up) | f is concave up |
| local extremum of f′ | inflection point of f |
| area between f′ and the axis, a to b | net change f(b) − f(a) (Unit 6) |
Confusing "f′ is increasing" with "f is increasing." They are different claims and both can be false while the other is true. f′ can be increasing while staying negative — meaning f is decreasing but decelerating. Say it out loud each time: the height of f′ tells me whether f rises; the slope of f′ tells me how f bends.
The graph of f′ is a parabola opening upward with zeros at x = 1 and x = 5, and f(0) = 3. Describe f.
| f′ = positive on (−∞,1), negative on (1,5), positive on (5,∞) | upward parabola sits above the axis outside its roots |
| so f increases, decreases, increases | height of f′ governs direction of f |
| local max at x = 1, local min at x = 5 | where f′ crosses, and in which direction |
| the parabola's vertex is at x = 3 | midpoint of the roots |
| f′ decreasing on (−∞,3), increasing on (3,∞) | slope of f′ |
| f is concave down on (−∞,3), concave up on (3,∞); inflection at x = 3 | note the inflection sits at f′'s minimum, not at its zeros |
The value f(0) = 3 shifts the whole curve vertically but changes none of the shape conclusions. That's the +C again, showing up as "the derivative determines f only up to a constant."
Optimization
The procedure
- Draw it and name variables.
- Write the objective — the quantity being maximized or minimized.
- Write the constraint — the relationship limiting your choices.
- Use the constraint to reduce the objective to one variable.
- State the domain. This decides whether endpoints are candidates.
- Differentiate; find critical points.
- Justify max or min (first or second derivative test, or the closed-interval method).
- Answer the question actually asked — sometimes dimensions, sometimes the optimal value.
The calculus in an optimization problem is trivial — differentiate a function and set it to zero, which she could do in week six. What's being tested is whether she can convert a paragraph of English into one function of one variable.
The structure is always the same: two quantities, one you're optimizing and one that's fixed. Find which is which. "Minimize material for a box holding 32 cubic units" — material is the objective, volume is the constraint. "Maximize area with 100 feet of fence" — area is the objective, perimeter is the constraint. Getting these backwards is the most common failure, and it happens before any calculus starts.
An open-top box with a square base must hold 32 cubic units. Minimize the material used.
| let base side = x, height = h | name what varies |
| objective: S = x² + 4xh | base plus four sides; no top, so no second x² |
| constraint: x²h = 32 | the fixed volume |
| h = 32/x² | solve the constraint for the easier variable |
| S = x² + 4x(32/x²) = x² + 128/x | substitute — now one variable |
| domain x > 0 | open interval, so no endpoints to check |
| S′ = 2x − 128/x² = 0 | rewrite 128/x as 128x−1 before differentiating |
| 2x³ = 128, x³ = 64, x = 4 | multiply through by x² |
| S″ = 2 + 256/x³ > 0 for x > 0 | justification: concave up everywhere, so this is the minimum |
| x = 4, h = 32/16 = 2 | answer the question: the dimensions |
Find the absolute max and min of f(x) = x³ − 3x on the closed interval [0, 3].
| f continuous on a closed bounded interval | EVT guarantees both exist |
| f′ = 3x² − 3 = 3(x−1)(x+1) | |
| critical points x = 1 and x = −1 | x = −1 is outside [0,3]; discard it |
| candidates: x = 0, x = 1, x = 3 | critical points inside, plus both endpoints |
| f(0) = 0 · f(1) = 1 − 3 = −2 · f(3) = 27 − 9 = 18 | evaluate f, not f′ |
| absolute max 18 at x = 3; absolute min −2 at x = 1 | the max is at an endpoint and is not a local max at all |
This is the closed interval method, and it's mechanical: list critical points inside plus both endpoints, evaluate f at each, compare. Forgetting the endpoints is the single most common lost point in the unit. EVT is what guarantees the comparison is exhaustive.
Next stop — the calculus of variations, which optimizes over a space of functions rather than numbers. The brachistochrone problem from Unit 9 is its founding question. The Euler–Lagrange equation is its central result.
Then — Lagrangian and Hamiltonian mechanics, which reformulate all of physics as "nature minimizes a certain integral." That reformulation is what makes quantum mechanics and field theory expressible at all. It's arguably the deepest idea reachable from a BC starting point.
If there is one thing worth importing from the Russian tradition, it's this: prove inequalities by monotonicity. The method is three steps, it needs nothing beyond this unit, and it converts a whole class of problems that look impossible into problems that are routine.
The recipe: to show A(x) ≥ B(x) on an interval, define f = A − B, show f′ has a definite sign, and check one endpoint value.
| Prove ex ≥ 1 + x for all real x. | |
| let f(x) = ex − 1 − x | difference of the two sides |
| f′(x) = ex − 1 | negative for x < 0, positive for x > 0 |
| so f decreases then increases; minimum at x = 0 | first derivative test |
| f(0) = 1 − 1 − 0 = 0, so f ≥ 0 everywhere. ∎ | the minimum value is zero, so the difference is never negative |
Why this is powerful: the inequality ex ≥ 1 + x is the tangent line at zero lying below a convex curve — and once you see that, you have a machine. Every convexity fact is an inequality; every inequality of that shape is a calculus problem.
Try these, in increasing difficulty:
- sin x < x for x > 0 — and notice this is the Unit 1 sector inequality, reproved without geometry
- ln(1+x) ≤ x for x > −1
- x − x³/6 ≤ sin x for x ≥ 0 — needs the method applied twice, differentiating down to a known inequality
- AM–GM for two terms: (a+b)/2 ≥ √(ab) — fix b, treat as a function of a
The third one is the first term of the Taylor series for sine, proved to be a lower bound eight months before Taylor series appears. That's the kind of connection this method keeps producing.
Convexity, stated properly. BC says "concave up" and draws a picture. The real definition doesn't mention derivatives at all:
In words: the chord lies above the curve. That's it — no differentiability required, which matters because plenty of important convex functions have corners (|x| is convex).
When f is twice differentiable, this is equivalent to f″ ≥ 0, which is the BC version. But the general definition is what generalizes: it's the foundation of convex optimization, which is the branch of applied mathematics that actually gets used — in economics, in control theory, in machine learning — precisely because convex problems are the ones that can be solved reliably at scale.
Jensen's inequality is the same statement for many points at once, and it implies AM–GM, Cauchy–Schwarz, and a good fraction of the inequalities in competition mathematics as special cases.
Unit 5 — Analysis of Functions
The theorem chain
- EVT: f continuous on a closed [a,b] ⟹ absolute max and min are attained
- Rolle: + f(a) = f(b) ⟹ some c with f′(c) = 0
- MVT: f continuous on [a,b], differentiable on (a,b) ⟹ some c with f′(c) = [f(b)−f(a)]/(b−a)
- Consequences: f′>0 ⟹ increasing · f′=0 everywhere ⟹ constant · same derivative ⟹ differ by a constant (this is the +C)
Extrema
- Critical point: f′ = 0 or undefined, and in the domain
- Fermat: interior extremum ⟹ critical point. Converse false (x³ at 0)
- 1st derivative test: + to − = max · − to + = min · no change = neither
- 2nd derivative test: f′(c)=0 and f″(c)<0 = max · f″(c)>0 = min · f″(c)=0 = inconclusive
Shape
- f″ > 0 ⟺ f′ increasing ⟺ concave up ⟺ tangents lie below the curve
- Inflection point: f″ changes sign. f″ = 0 alone is not enough.
Optimization
- objective + constraint → one variable → differentiate → critical points → justify → answer what was asked
- Closed interval method: evaluate f at all interior critical points and both endpoints; compare. EVT guarantees this is exhaustive.
- Open domain ⇒ no endpoints, but say so.
Procedure
- domain/asymptotes → f′ → sign chart → extrema → f″ → sign chart → concavity and inflections
- Factor derivatives before building a sign chart; you only ever need signs
Graph of f′ → f
- Height of f′ ⟹ whether f rises or falls
- Slope of f′ ⟹ how f bends
- Zeros of f′ with a sign change ⟹ extrema of f · extrema of f′ ⟹ inflections of f
AP language that scores
- "f′ changes from positive to negative at x = c, therefore f has a local maximum at c."
- "f is continuous on [a,b] and differentiable on (a,b), so by the Mean Value Theorem…"
- Always state hypotheses before invoking EVT, IVT, or MVT.
An optimum has to beat the endpoints. Fencing a rectangle with 20 m of perimeter gives A = x(10 − x), maximised at x = 5 with A = 25. The endpoints x = 0 and x = 10 both give 0, so 25 really is the maximum and not a minimum you have misidentified.
Two seconds of arithmetic, and it catches a flipped sign in the second-derivative test.
Integration and Accumulation of Change
~6–7 weeks · December into February · 15–20% — tied for the heaviest unitThe derivative half is complete. This is the second of the two operations — and it is introduced before the Fundamental Theorem on purpose, so she learns what an integral is before she learns the shortcut for computing one.
Good courses spend a painful week on Riemann sums for exactly this reason. Students hate it; it feels like arithmetic busywork when a shortcut is visibly coming. It's the correct pedagogical decision, and if her teacher rushes it, that's the gap to fill — because a student who thinks "integral = antiderivative" cannot make sense of anything in Units 8 or 9.
What an integral actually is
Not "the antiderivative." That's a computational method that happens to work, and Unit 6 explains why. The definition:
Chop [a,b] into n pieces. On each piece pick a sample point, multiply f(sample) × width, and add them all:
Σ is a compact instruction to add. The index below, the stopping value above, the recipe to the right.
Three summation formulas turn up when computing Riemann sums by hand:
- Σi=1n 1 = n
- Σi=1n i = n(n+1)/2
- Σi=1n i² = n(n+1)(2n+1)/6
The middle one is the Gauss trick: pair the first with the last, second with second-last, each pair sums to n+1, and there are n/2 pairs.
Then let the pieces get uniformly small:
When that limit exists regardless of how you chopped and where you sampled, f is integrable. Every continuous function is; so is every function with finitely many jumps.
Leibniz's ∫ is an elongated S, for summa. The dx is the width of an infinitesimal slice. So ∫ f(x) dx reads literally: the sum of (height × width).
Once you see that, the notation stops being a symbol to memorize and becomes a description of the procedure. It also explains why the dx is not optional decoration — it's the width factor, and in Unit 6 substitution it will need to be converted like any other quantity.
Area is the picture, not the idea. The integral accumulates a product where one factor won't hold still.
- rate × time = distance — but only if the rate is constant. If it varies, integrate.
- force × distance = work — only if force is constant. If it varies, integrate.
- density × volume = mass. Varying density? Integrate.
- probability density × interval = probability.
- load × distance = passenger-miles; queue length × time = total delay.
Every one of those is "multiply two things where one of them varies." Teaching integration purely as area is why students later can't recognize an integral when it shows up as work or as expected value. The unit on the integrand is multiplied by the unit on dx — always check it.
Computing Riemann sums
Approximate ∫02 x² dx with 4 right-endpoint rectangles.
| Δx = (2 − 0)/4 = 0.5 | width = (b − a)/n |
| right endpoints: 0.5, 1, 1.5, 2 | right sum skips the left edge, includes b |
| heights: 0.25, 1, 2.25, 4 | f(x) = x² at each |
| sum = 0.5(0.25 + 1 + 2.25 + 4) = 3.75 | true value is 8/3 ≈ 2.667 — a big overestimate at n=4 |
x² is increasing on [0,2], so right endpoints sample the tallest point of each strip — guaranteed overestimate. Left endpoints would give 1.75, an underestimate. The truth is bracketed.
This is the one time she'll do it the hard way, and it's worth watching once.
| Δx = 2/n, right endpoint xi = 2i/n | general n |
| Σi=1n (2i/n)²·(2/n) | height × width |
| = (8/n³)·Σ i² | pull every constant out of the sum |
| = (8/n³)·n(n+1)(2n+1)/6 | the sum-of-squares formula |
| = (8/6)·(n+1)(2n+1)/n² = (4/3)(1 + 1/n)(2 + 1/n) | divide through by n² |
| → (4/3)(1)(2) = 8/3 as n → ∞ | exact |
Now compare: with the Fundamental Theorem this is ∫x²dx = x³/3, evaluated from 0 to 2, giving 8/3. One line instead of six. That contrast is the whole argument for Unit 6, and it lands much harder if she's done it the long way first.
Which approximation over- or underestimates
| Method | Behavior |
|---|---|
| Left sum | Under if f is increasing; over if decreasing |
| Right sum | Over if f is increasing; under if decreasing |
| Trapezoid | Over if concave up; under if concave down |
| Midpoint | Under if concave up; over if concave down |
A trapezoid connects the two endpoints with a straight chord. On a concave-up curve the chord lies above the curve, so the trapezoid includes extra area → overestimate.
The midpoint rectangle is subtler. Its top is a horizontal line at the midpoint height — but tilt that line to be tangent at the midpoint and the area doesn't change, because the triangle you add on one side exactly matches the one you remove on the other. And on a concave-up curve the tangent lies below the curve → underestimate.
That's a genuinely nice argument and it's the reason midpoint is more accurate than trapezoid (about twice as accurate), which surprises people who expect the fancier-looking method to win.
Before computing anything, box the answer in. On [0, 2], x² runs from 0 to 4, so ∫₀²x² dx must lie between 0×2 and 4×2 — somewhere in (0, 8). A typical height looks like a third of the way up, so guess around 2.7.
The exact answer is 8/3 = 2.67. Lumping will not give you the answer, but it tells you instantly that 16/3 or 0.67 is wrong, and it takes no algebra at all.
Add rectangles. The sum is not converging on the area because someone declared it does; it converges because the error is the sliver above each rectangle, and the slivers shrink faster than the count grows.
Properties of the definite integral
| Property | Why |
|---|---|
| ∫ab(f ± g) = ∫f ± ∫g | sums of sums regroup freely |
| ∫ab cf = c∫abf | constants factor out of every term |
| ∫aa f = 0 | zero width |
| ∫ba f = −∫ab f | traversing backwards makes every Δx negative |
| ∫ac = ∫ab + ∫bc | splitting the interval splits the sum — true even if b is outside [a,c] |
| f ≤ g on [a,b] ⟹ ∫f ≤ ∫g | every rectangle is shorter |
Region below the x-axis counts negative. ∫02π sin x dx = 0, because the hump above cancels the hump below exactly. "Area under the curve" is loose language; the integral computes net signed area.
When a problem asks for actual geometric area, integrate |f| — which means splitting at every zero crossing and flipping the sign on the negative pieces.
Average value
The average of n numbers is their sum divided by n. For a continuous function there are infinitely many values, so "sum" becomes an integral and "divide by how many" becomes divide by the length of the interval.
Rearranged: ∫ab f = favg·(b−a). That's a rectangle of height favg and width (b−a) with the same area as the region — the flat level the curve would need if you smoothed it out.
Find the average value of f(x) = x² on [0, 3], and the c where it's attained.
| ∫03x² dx = 27/3 = 9 | using x³/3, from Unit 6 |
| favg = 9/(3−0) = 3 | divide by the interval length |
| set c² = 3 | MVT for integrals: f(c) = favg |
| c = √3 ≈ 1.732 | inside [0,3] ✓ |
Note c is not the midpoint 1.5. The function spends more of its range at large values, pulling the average point right. Averaging a function is not averaging its endpoints.
An average value has to sit between the smallest and largest values the function takes on that interval. The average of x² on [0, 3] is (1/3)∫₀³x² dx = 3, and x² runs from 0 to 9 there. 0 ≤ 3 ≤ 9 ✓.
An average outside the function's own range means the 1/(b−a) went missing, or went in upside down.
The definition of the natural logarithm
Unit 2 left a hole: nothing in the power rule produces 1/x, because the rule always lowers the exponent by one and you'd have to start at x⁰. Here's the resolution. Define:
Then everything about logarithms falls out of geometry:
- d/dx[ln x] = 1/x is immediate from the Fundamental Theorem (Unit 6) — no longer a mystery entry in a table.
- ln(ab) = ln a + ln b comes from the substitution t → at: the area from 1 to ab splits into the area from 1 to a plus the area from a to ab, and scaling maps that second piece exactly onto the area from 1 to b. The log law is a scaling symmetry of the hyperbola.
- e is simply the number where the accumulated area first reaches 1.
Napier invented logarithms in 1614 as a pure calculating aid — a way to turn multiplication into addition for astronomers. That they are also a fact about the area under y = 1/x was discovered by Grégoire de Saint-Vincent in the 1640s, and it genuinely stunned people. Two completely unrelated-looking things turned out to be one thing.
Unit 6, part 1 — The Integral
Definition
- ∫ab f dx = limn→∞ Σ f(xi*)Δx — a limit of Riemann sums, not an antiderivative
- Δx = (b − a)/n · left endpoint xi = a + iΔx (i from 0) · right endpoint (i from 1)
- The integral accumulates a product with one varying factor. Units of integrand × units of dx.
Summation formulas
- Σ1n 1 = n · Σ i = n(n+1)/2 · Σ i² = n(n+1)(2n+1)/6
Over / under
- increasing f: left under, right over · decreasing: reversed
- concave up: trapezoid over, midpoint under · concave down: reversed
- midpoint is roughly twice as accurate as trapezoid
Properties
- linearity · ∫aa=0 · ∫ba = −∫ab · ∫ac = ∫ab + ∫bc
- Signed area: below the axis is negative. Geometric area needs ∫|f|, split at the zeros.
Average value
- favg = [1/(b−a)]∫ab f
- MVT for integrals: continuous f attains favg at some c in [a,b]
Worth carrying
- ln x = ∫1x dt/t — this is what fills the hole in the power rule
Everything so far has been construction. This is the payoff, and it is the centre of the subject. Two problems with no visible relationship — find the slope of a tangent and find the area under a curve — turn out to be inverse operations.
Nobody saw this for two thousand years. Archimedes computed the area under a parabola in 250 BC. Fermat and Descartes had tangent methods by the 1630s. Barrow, Newton's own teacher, had a geometric version of the connection around 1660 and did not recognize what he was holding. Newton and Leibniz did, independently, within about a decade of each other.
Say this to her explicitly. It's the most surprising thing she'll learn all year, and it is routinely taught as a computational rule in forty minutes.
The two parts
∫ab f(x) dx = F(b) − F(a)
Part 2 — the structural claim. If f is continuous and G(x) = ∫ax f(t) dt, then
G′(x) = f(x)
Textbooks number these inconsistently, so don't anchor on the numbers — anchor on which is which idea. Part 2 is the real theorem; Part 1 follows from it together with the Mean Value Theorem from Unit 5.
Why Part 2 is true
| G(x+h) − G(x) = the sliver's area | the difference of two accumulations is the strip between them |
| ≈ f(x)·h | a thin strip is nearly a rectangle of height f(x) |
| [G(x+h) − G(x)]/h ≈ f(x) | divide by h — this is the difference quotient for G |
| G′(x) = f(x) | let h → 0; the approximation becomes exact |
The rate at which accumulated area grows is the height of the curve at the leading edge. That's the entire theorem. Everything else is making "≈" rigorous, which is where the MVT for integrals from Unit 6 comes in: the sliver's exact area is f(c)·h for some c between x and x+h, and continuity forces f(c) → f(x).
Before: every area problem was a separate feat of genius. Archimedes needed one brilliant construction for the parabola, and it told you nothing about the hyperbola.
After: find an antiderivative, subtract at the endpoints. An entire class of genius-required problems collapsed into a procedure. That's the actual revolution — not new answers, but the mechanization of a problem type.
It's also why the subject is called calculus, which just means "a small pebble used for counting." The name advertises that it's a method of reckoning, not a body of results.
Accumulation functions
FTC combined with the chain rule
Because the upper limit is now a composite. Chain rule, again.
Find d/dx of ∫x²x³ sin(t²) dt.
| split at any constant c: ∫x²c + ∫cx³ | the interval-splitting property from Unit 6 |
| = −∫cx² + ∫cx³ | flip the first to put the variable on top; flipping negates |
| d/dx of the second: sin((x³)²)·3x² | FTC + chain rule |
| d/dx of the first: −sin((x²)²)·2x | same, carrying the minus |
| = 3x²·sin(x⁶) − 2x·sin(x⁴) |
The rule in general: upper limit contributes f(upper)·(upper)′, lower limit contributes −f(lower)·(lower)′. Note that sin(t²) has no elementary antiderivative — you could never compute this integral, yet its derivative is trivial. That's FTC Part 2 doing something Part 1 cannot.
Antiderivatives and the +C
Unit 5's MVT proved: two functions with the same derivative differ by a constant. So once you have one antiderivative F, every other one is F + C, and there are no others hiding.
That's what makes FTC Part 1 well-defined. If you and I pick different antiderivatives, we differ by a constant — and when we subtract F(b) − F(a), the constant cancels. We get the same answer. Without MVT there'd be no guarantee of that, and the shortcut wouldn't be reliable.
The basic antiderivative table — just the derivative table, read backwards
| ∫ | = | ∫ | = |
|---|---|---|---|
| xn dx | xn+1/(n+1) + C, n ≠ −1 | sin x dx | −cos x + C |
| (1/x) dx | ln|x| + C | cos x dx | sin x + C |
| ex dx | ex + C | sec²x dx | tan x + C |
| ax dx | ax/ln a + C | sec x tan x dx | sec x + C |
| dx/(1+x²) | arctan x + C | dx/√(1−x²) | arcsin x + C |
The power rule for antiderivatives divides by n+1, which is illegal at n = −1. That's the hole from Unit 2, and ln|x| fills it.
The absolute value is not decoration. 1/x is defined for negative x, and its antiderivative there is ln(−x). Writing ln|x| covers both branches at once. Dropping it loses points and produces genuinely wrong answers on intervals left of the origin.
This is the check that never fails: differentiate what you wrote down. ∫x cos x dx = x sin x + cos x + C. Differentiating gives sin x + x cos x − sin x = x cos x ✓.
Integration is the only operation in the course whose answer you can always verify in a single line. There is no excuse for handing in an antiderivative you have not differentiated.
Net change
This is FTC Part 1 in applied clothing, and it's the framing that makes physics and rate problems obvious: the integral of a rate gives the net change in the quantity.
Water flows into a tank at r(t) = 6t − t² gallons per hour, for 0 ≤ t ≤ 6. The tank starts with 10 gallons. How much is in it at t = 6?
| net change = ∫06(6t − t²)dt | integral of a rate = accumulated amount |
| antiderivative: 3t² − t³/3 | power rule backwards, term by term |
| at t=6: 108 − 72 = 36; at t=0: 0 | evaluate and subtract |
| 10 + 36 = 46 gallons | the initial amount is not in the integral — add it separately |
Units check: (gal/hr)·(hr) = gal ✓. Forgetting the initial condition is the standard error here — the integral gives you the change, never the total.
Motion, completed
Unit 4 flagged this. Now it can be finished.
| Quantity | Formula |
|---|---|
| Displacement over [a,b] | ∫ab v(t) dt |
| Total distance travelled | ∫ab |v(t)| dt |
| Position at time b | s(a) + ∫ab v(t) dt |
v(t) = t² − 4 on [0, 3]. Find both.
| v = 0 at t = 2 | find the sign change first — this is the whole difficulty |
| v < 0 on (0,2), v > 0 on (2,3) | moving backward then forward |
| displacement = ∫03(t²−4)dt = [t³/3 − 4t] = (9 − 12) − 0 = −3 | net: ends up 3 units left of start |
| ∫02 = (8/3 − 8) = −16/3 | the backward leg |
| ∫23 = (9−12) − (8/3−8) = −3 + 16/3 = 7/3 | the forward leg |
| distance = 16/3 + 7/3 = 23/3 ≈ 7.67 | add the magnitudes |
Displacement −3, distance 7.67. To handle |v| you must split at every zero of v and flip the sign on the negative pieces. There is no way around finding those zeros first.
Reading a graph of f to describe its accumulation
The mirror image of Unit 5's "graph of f′" questions, and a favourite AP item. Given the graph of f, describe G(x) = ∫0x f(t)dt.
| Graph of f | Behavior of G |
|---|---|
| f above the axis | G is increasing (not "f increasing") |
| f below the axis | G is decreasing |
| f crosses + → − | G has a local maximum |
| f crosses − → + | G has a local minimum |
| f is increasing | G is concave up |
| f has a local max | G has an inflection point |
| area between f and the axis, 0 to x | the value G(x), counting below-axis as negative |
The reflex error is to say G has a maximum where f has a maximum. It doesn't — G has a maximum where f crosses zero going downward. Say the shift out loud each time: the height of f governs whether G rises; the slope of f governs how G bends.
Same sentence as Unit 5, one level down. If she has the f′ → f table, she has this one — it's the identical relationship with the names changed.
FTC Part 2 guarantees every continuous function has an antiderivative: ∫axf is one, and it exists whether or not you can write it down.
But most such antiderivatives cannot be expressed in elementary terms. e−x² is the famous case. Liouville proved in the 1830s that no elementary antiderivative exists — not "nobody has found one," but there is none. Same for sin(x²), for (sin x)/x, for ex/x.
And yet ∫−∞∞ e−x²dx = √π, exactly. The bell curve — the most consequential function in all of statistics — cannot be integrated by any technique in her course, but its total area is a clean closed form. (The trick: square the integral, convert to polar coordinates. That's Calc III, but it's a fifteen-minute story.)
The deep asymmetry: differentiation is an algorithm — feed in any elementary function, turn the crank, get an elementary answer, always. Integration is not. It's pattern recognition and luck. That is why Unit 6 is a bag of tricks rather than a method, and it's worth telling her before she starts wondering what's wrong with her.
Unit 6, part 2 — The Fundamental Theorem
The theorem
- Part 1: ∫abf = F(b) − F(a) when F′ = f
- Part 2: d/dx ∫axf(t)dt = f(x)
- With chain rule: d/dx ∫ag(x)f = f(g(x))·g′(x)
- Both limits variable: f(upper)·(upper)′ − f(lower)·(lower)′
Antiderivatives
- ∫xndx = xn+1/(n+1) + C (n ≠ −1) · ∫dx/x = ln|x| + C
- ∫ex = ex · ∫ax = ax/ln a · ∫sin = −cos · ∫cos = sin
- ∫sec²= tan · ∫sec·tan = sec · ∫dx/(1+x²) = arctan x · ∫dx/√(1−x²) = arcsin x
- The +C is a consequence of MVT: same derivative ⟹ differ by a constant.
Net change and motion
- ∫abF′ = F(b) − F(a) — the integral of a rate is the net change
- Add the initial condition separately. The integral gives change, not total.
- displacement = ∫v · total distance = ∫|v| · position = s(a) + ∫abv
- For ∫|v|: find every zero of v, split there, flip the negative pieces.
Graph of f → accumulation G
- Height of f ⟹ whether G rises · slope of f ⟹ how G bends
- G max where f crosses zero downward · G inflection where f has an extremum
Worth knowing
- Every continuous function has an antiderivative; most cannot be written in elementary form (e−x², sin(x²), sin(x)/x).
- Differentiation is an algorithm. Integration is pattern recognition.
FTC reduced integration to antidifferentiation. But antidifferentiation has no algorithm — that's the asymmetry flagged at the end of Unit 6. So what follows is a bag of techniques, ordered roughly by how often each one works.
AB stops at u-substitution. Everything after it is BC-only, which is why the course accelerates here. Two further notes on scope: partial fractions is on the AP but only for non-repeating linear factors, and trigonometric substitution is not on the AP at all — many teachers cover it anyway.
Each technique is a differentiation rule run backwards. Recognizing which rule is being reversed is how you choose.
u-substitution — the chain rule backwards
The chain rule says d/dx[F(g(x))] = F′(g(x))·g′(x). Read that equation right to left: anything of the form (function of g) times (derivative of g) is the derivative of a composite, so its antiderivative is that composite.
What to look for: a function and its own derivative both present in the integrand, up to a constant factor. The substitution just gives you a bookkeeping system for exploiting that.
Find ∫ 2x·cos(x²) dx.
| the inner function is x²; its derivative 2x is sitting right there | that co-occurrence is the signal |
| let u = x², so du = 2x dx | differentiate and treat dx like a factor |
| the integral becomes ∫cos u du | the 2x dx is exactly du — it disappears wholesale |
| = sin u + C | |
| = sin(x²) + C | substitute back — the answer must be in x |
Find ∫ x·ex² dx. Here du = 2x dx but only x dx is present.
| u = x², du = 2x dx | |
| so x dx = ½ du | solve for what you actually have |
| ∫eu·(½ du) = ½∫eudu | constants move freely in and out |
| = ½ex² + C |
A missing constant is fixable; a missing variable is not. ∫ex²dx with no x in front cannot be done at all — it's the non-elementary case from Unit 6.
Find ∫02 x/(x²+1) dx.
| u = x² + 1, du = 2x dx, so x dx = ½du | |
| when x = 0, u = 1; when x = 2, u = 5 | convert the limits too |
| = ½∫15 du/u | now entirely in u — no need to substitute back |
| = ½[ln|u|]15 | |
| = ½(ln5 − ln1) = ½ln5 |
Changing the limits is cleaner than back-substituting, and it's fewer steps. The trap: converting the integrand to u but leaving the original x-limits. Then you evaluate at the wrong numbers and get a plausible wrong answer.
Patterns worth recognizing on sight
| Integrand shape | Try |
|---|---|
| Something raised to a power, times its derivative | u = the inner thing |
| ∫ f′/f dx | u = f → gives ln|f| + C |
| ∫ tan x dx = ∫ sin/cos | u = cos x → −ln|cos x| + C = ln|sec x| + C |
| Anything with √(inner), inner′ present | u = inner |
| ∫ ekx dx | = ekx/k + C — do it by inspection |
Integration by parts — the product rule backwards
| (uv)′ = u′v + uv′ | product rule |
| integrate both sides: uv = ∫u′v dx + ∫uv′ dx | the left side integrates trivially |
| ∫u dv = uv − ∫v du | rearrange, and write in differential notation |
It doesn't solve the integral. It trades one integral for another, and the whole art is choosing u so the trade is favourable — meaning ∫v du is easier than ∫u dv.
Rule of thumb: pick u to be the thing that gets simpler when differentiated. ln x becomes 1/x (much simpler). x becomes 1 (simpler). sin x becomes cos x (no simpler). ex stays ex (no simpler).
The standard mnemonic for the priority order of u is LIATE: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Whichever appears earliest in that list, make it u. It's a heuristic, not a theorem, and it works most of the time.
Find ∫ x·ex dx.
| LIATE: Algebraic beats Exponential, so u = x | and dv is whatever's left, including the dx |
| u = x → du = dx · dv = exdx → v = ex | you need an antiderivative of dv; don't add a C here |
| = xex − ∫exdx | apply uv − ∫v du |
| = xex − ex + C | the traded integral was easy — good choice |
Had you chosen u = ex instead, you'd get ∫(x²/2)exdx — worse than what you started with. That's the signal you picked wrong: if the new integral is uglier, go back and swap.
Find ∫ ln x dx. There's apparently nothing to split.
| u = ln x, dv = dx | the trick: let dv be just dx |
| du = (1/x)dx, v = x | |
| = x ln x − ∫x·(1/x)dx | |
| = x ln x − ∫1 dx | the x's cancel — this is the payoff |
| = x ln x − x + C |
Same trick works for ∫arctan x dx and ∫arcsin x dx. Any time the integrand is a single "L" or "I" function, dv = dx.
Find I = ∫ ex sin x dx. Neither factor simplifies, so parts seems hopeless. Do it twice anyway.
| u = sin x, dv = exdx → I = exsin x − ∫excos x dx | first application |
| on the new integral: u = cos x, dv = exdx | keep the same type as u — switching now would undo the first step |
| ∫excos x dx = excos x + ∫exsin x dx | note the + , since d(cos) = −sin |
| I = exsin x − excos x − I | the original integral has reappeared |
| 2I = ex(sin x − cos x) | treat I as an unknown and solve algebraically |
| I = ½ex(sin x − cos x) + C |
This delights people the first time. You never compute the integral — you set up an equation it satisfies and solve. Worth showing her.
Partial fractions
Not calculus at all — algebra that turns an unintegrable-looking rational function into a sum of pieces you already know.
Any proper rational function (numerator degree lower than denominator) splits over distinct linear factors as:
Find A and B by multiplying through by the denominator and either matching coefficients or — much faster — substituting the roots.
If the numerator's degree is not lower, do polynomial long division first (Unit 1) and decompose the remainder.
Every polynomial with real coefficients factors into linear and irreducible-quadratic pieces. That's the Fundamental Theorem of Algebra (Gauss, 1799) doing hidden work — a theorem from a completely different branch of mathematics is what makes this integration technique reliable.
And every resulting piece integrates to a log or an arctan. So the whole class of rational functions is integrable in elementary terms, always. That's rare and worth noticing: it's one of the few places where integration does have an algorithm.
Find ∫ 5/(x²−x−6) dx.
| x²−x−6 = (x−3)(x+2) | factor first, always |
| 5/[(x−3)(x+2)] = A/(x−3) + B/(x+2) | set up the decomposition |
| 5 = A(x+2) + B(x−3) | multiply through by the denominator |
| x = 3: 5 = 5A → A = 1 | the substitution trick kills B instantly |
| x = −2: 5 = −5B → B = −1 | |
| ∫[1/(x−3) − 1/(x+2)]dx | now two easy pieces |
| = ln|x−3| − ln|x+2| + C = ln|(x−3)/(x+2)| + C |
Improper integrals
| ∫1∞dx/x² = limb→∞[−1/x]1b | set up as a limit — write the limit, it's a scored step |
| = lim (−1/b + 1) = 1 | converges |
| ∫1∞dx/x = limb→∞[ln x]1b | |
| = lim (ln b − 0) = ∞ — diverges | ln grows without bound, however slowly |
The boundary case p = 1 diverges. That razor-thin threshold — 1/x fails, 1/x1.0001 succeeds — is the same threshold that will govern p-series convergence in Unit 10, and for the same reason. The integral test makes the connection explicit.
It's the growth hierarchy from Unit 1 again, deciding whether a tail shrinks fast enough.
∫−11 dx/x² looks ordinary. It isn't: the integrand blows up at 0, inside the interval. Blindly applying FTC gives [−1/x] = −1 − 1 = −2 — a negative answer for a strictly positive integrand, which is impossible. The correct treatment splits at 0 and takes two limits, both of which diverge.
Always check whether the integrand has a vertical asymptote inside the limits before applying FTC.
Rotate y = 1/x for x ≥ 1 around the x-axis.
- Volume = π∫1∞x−2dx = π. Finite.
- Surface area ≥ 2π∫1∞x−1dx = ∞. Infinite.
A solid you could fill with π cubic units of paint but could never finish painting. Torricelli found this in 1641 and it caused a real crisis — Hobbes thought it discredited the whole enterprise.
The resolution (mathematical surfaces have no thickness; real paint does) is less interesting than the mechanism: the two integrals sit on opposite sides of the p = 1 threshold. It's a physical illustration of a convergence boundary.
Next stop — vector calculus. Green's theorem, Stokes' theorem, and the Divergence theorem each say a version of "the integral over a boundary equals the integral of a derivative over the interior." They are all special cases of the generalized Stokes' theorem, ∫∂Ωω = ∫Ωdω.
Then — differential forms and differential geometry, where that statement is the definition rather than a theorem, and then general relativity, which is differential geometry with physics attached.
The largest single omission from the AP framework. It's one technique with three cases, and it handles a whole family of integrals BC simply cannot touch.
The idea: the Pythagorean identities let you trade a square root for a trig function. You're choosing coordinates that match the algebra's symmetry — the same instinct as polar coordinates in Unit 9.
| See this | Substitute | Because |
|---|---|---|
| √(a² − x²) | x = a sin θ | a² − a²sin²θ = a²cos²θ |
| √(a² + x²) | x = a tan θ | a² + a²tan²θ = a²sec²θ |
| √(x² − a²) | x = a sec θ | a²sec²θ − a² = a²tan²θ |
| Find ∫√(1 − x²) dx. | no u-substitution works; nothing here is a derivative of anything else |
| x = sin θ, dx = cos θ dθ | first case |
| √(1 − sin²θ) = cos θ | the root disappears entirely — that's the payoff |
| ∫cos θ · cos θ dθ = ∫cos²θ dθ | |
| = ∫(1 + cos 2θ)/2 dθ = θ/2 + sin2θ/4 | the half-angle identity from Unit 3 |
| sin 2θ = 2 sinθ cosθ = 2x√(1−x²) | convert back using the substitution |
| = ½[ arcsin x + x√(1−x²) ] + C |
Sanity check that makes it memorable: evaluate from −1 to 1. You get ½[π + 0] − ½[−π/2 + 0]… which is π/2 — the area of a unit semicircle. Correct, because y = √(1−x²) is the upper unit semicircle. The machinery reproduced a fact you already knew.
BC restricts to non-repeating linear factors. College does all of it, and the extra cases are pure bookkeeping:
- Repeated linear factor (x−a)k: you need one term per power. A/(x−a) + B/(x−a)² + ⋯ + K/(x−a)k
- Irreducible quadratic (x²+bx+c): the numerator is linear, not constant. (Ax + B)/(x² + bx + c) — and it integrates to a log plus an arctan, after completing the square.
Why those forms and no others: the decomposition must have enough free constants to match every coefficient in the original numerator. Count them and it always works out — which is the Fundamental Theorem of Algebra doing its quiet work again.
Worked shape: 1/[x(x−1)²] = A/x + B/(x−1) + C/(x−1)². Multiply through, substitute x = 0 to get A, x = 1 to get C, then match any remaining coefficient for B. Answer: A = 1, C = 1, B = −1.
Before reaching for any technique, ask whether the interval has symmetry. Half the hard-looking definite integrals in the tradition collapse instantly.
1 · Odd and even. For any odd f, ∫−aa f = 0 — no antiderivative needed. ∫−11 x⁵cos(x³)dx is zero on sight, because odd × even = odd. Students spend ten minutes on this one.
2 · The reflection substitution x → a + b − x, which maps [a,b] to itself backwards. This is the elegant one:
| Find I = ∫0π/2 sin⁵x/(sin⁵x + cos⁵x) dx | looks impossible, and it is by ordinary techniques |
| substitute x → π/2 − x | the interval maps to itself; sin and cos swap |
| I = ∫0π/2 cos⁵x/(cos⁵x + sin⁵x) dx | a second, equally valid expression for the same number |
| add the two: 2I = ∫0π/2 (sin⁵ + cos⁵)/(sin⁵ + cos⁵) dx = ∫0π/2 1 dx | the integrand becomes 1 |
| 2I = π/2, so I = π/4 |
The exponent 5 was never used. It works for any exponent, and the answer is always π/4. You never found an antiderivative — you found an equation the integral satisfies and solved it, exactly like the exsin x boomerang, and exactly like the geometric series derivation in Unit 10. That move — set up an equation for the unknown rather than computing it — is one of the most transferable ideas in mathematics.
3 · Reduction formulas. Integration by parts applied to ∫sinnx dx gives
which lets you walk any power down to n = 0 or 1 by recursion. Over [0, π/2] it collapses to the Wallis formula, and taking a limit inside it produces an infinite product for π. A definite-integral technique that outputs π is worth twenty minutes of anyone's evening.
Unit 6, part 3 — Techniques of Integration
Which technique
- u-sub — a function and its derivative both present. Reverses the chain rule.
- By parts — a product of two unrelated types. Reverses the product rule.
- Partial fractions — a rational function with a factorable denominator.
- Rewrite first — trig identities, long division, splitting a fraction into terms. Often no technique is needed at all.
u-substitution
- ∫f(g(x))g′(x)dx = ∫f(u)du
- Definite integrals: change the limits and don't substitute back.
- ∫f′/f dx = ln|f| + C · ∫tan x dx = ln|sec x| + C
- A missing constant is fixable; a missing variable is fatal.
Integration by parts
- ∫u dv = uv − ∫v du
- LIATE for choosing u: Log, Inverse trig, Algebraic, Trig, Exponential
- Single log or inverse-trig integrand → let dv = dx
- ex·sin or ex·cos → apply twice, then solve algebraically for the original
- If the new integral is worse, you chose u wrong. Swap.
Partial fractions
- Factor the denominator; degree of numerator must be lower (else divide first)
- P/[(x−a)(x−b)] = A/(x−a) + B/(x−b); find A, B by substituting the roots
- Every piece integrates to a log
Improper integrals
- Write the limit explicitly — it's a scored step
- ∫1∞dx/xp converges ⟺ p > 1
- Check for asymptotes inside the interval before using FTC
Differential Equations
~3 weeks · February · 5–10%The curriculum places this here because you need integration techniques first. But historically, this is what calculus was invented for.
Newton didn't build the subject to find areas. He built it because F = ma is a differential equation, and he needed to solve it to derive Kepler's elliptical orbits from an inverse-square law of gravitation. Every fundamental law of physics is a differential equation. Maxwell's equations, the heat equation, Schrödinger's equation, the Navier–Stokes equations — all of them.
Worth telling her explicitly: everything for the last six months was scaffolding for this.
What a differential equation is
A differential equation is a local rule: wherever you are, here is your slope. Solving it means finding the global trajectory consistent with that rule at every point.
Local law → global behavior. That's the same theme as the Mean Value Theorem in Unit 5, and it's arguably the central move of the entire subject.
Slope fields
Draw the slope dictated by the equation at a grid of points. Solutions are the curves that flow along it.
They show that solutions exist and have structure even when you can't write them down — which is the honest situation for the overwhelming majority of differential equations. The handful she'll learn to solve algebraically are the rare, tame cases.
Reading a slope field is also its own AP skill: identify equilibrium solutions (rows of horizontal ticks, where dy/dx = 0), spot where solutions increase or decrease, and match a field to an equation by testing a couple of points.
Which equation produced the field above: dy/dx = x, dy/dx = y, or dy/dx = x + y?
| slopes are flat along the entire horizontal line y = 0 | so dy/dx = 0 whenever y = 0, regardless of x |
| dy/dx = x fails: at (2, 0) it would give slope 2, not 0 | eliminate |
| dy/dx = x + y fails: at (2, 0) it gives 2 | eliminate |
| dy/dx = y ✓ — and slopes steepen as |y| grows, which matches |
Technique: find where the slopes are zero and where they're constant along a line. Those two features identify most fields in seconds without testing a grid of points.
Separation of variables
The one algebraic technique in BC. Works when the equation factors as dy/dx = g(x)·h(y).
Solve dy/dx = 2xy with y(0) = 3.
| dy/y = 2x dx | separate: all y's with dy on one side, all x's with dx on the other |
| ∫dy/y = ∫2x dx | integrate both sides |
| ln|y| = x² + C | one constant is enough — combine both sides' constants into one |
| |y| = ex²+C = eC·ex² | exponentiate |
| y = Aex², where A = ±eC is a new constant | absorb the messy constant; A can be any nonzero number |
| 3 = Ae0 = A | now apply y(0) = 3 |
| y = 3ex² |
Substitute the initial condition right after integrating, while the +C is still sitting there plainly. If you exponentiate, rearrange, and simplify first, the constant gets buried inside the algebra and students routinely lose it or misplace it. Solve for C early.
The move treats dy/dx as a fraction and multiplies both sides by dx. In a limit-based framework, dy/dx is not a fraction — it's a single symbol denoting a limit — so this looks like nonsense.
The proper justification is the chain rule: if H′(y) = 1/h(y), then d/dx[H(y)] = H′(y)·dy/dx, and the manipulation is really an application of the chain rule in reverse. Same relationship u-substitution has to the chain rule.
Her instinct is right and her tools are the problem, and that's the interesting part of the story. Bishop Berkeley attacked exactly this in 1734 — he called infinitesimals "the ghosts of departed quantities" and pointed out that dx has to be both zero and not-zero for the arguments to work. He was correct, and nobody could answer him for 130 years. Weierstrass's limits (Unit 1) dodged the problem rather than solving it. Then Abraham Robinson built nonstandard analysis in 1966 and showed infinitesimals were legitimate objects all along — Leibniz had simply been three centuries ahead of the logic needed to justify him.
Put the solution back into the equation it came from. Separating dy/dx = 2xy gives y = Ce^(x²). Then y′ = 2x·Ce^(x²) = 2xy ✓ — the original equation, recovered.
A solution you cannot substitute back is a solution you got wrong. This is the differential-equations version of differentiating your antiderivative, and it is just as cheap.
Exponential growth and decay
Read the equation in words: the rate of growth is proportional to the current amount. That's what "exponential" means. It's not a statement about a formula — it's a statement about a mechanism, and the formula is what the mechanism forces.
This is also Unit 2's fact that ex is its own derivative, restated. Interest compounds because the interest earns interest; populations grow because organisms produce more organisms; radioactive decay is proportional to how much is left because each atom decays independently.
| Situation | Setup |
|---|---|
| Doubling time T | 2 = ekT → k = (ln 2)/T |
| Half-life T | ½ = ekT → k = −(ln 2)/T |
| Newton's law of cooling | dT/dt = k(T − Tambient) → T = Ta + Cekt, k < 0 |
Coffee at 90 °C in a 20 °C room cools to 60 °C in 10 minutes. When does it reach 40 °C?
| dT/dt = k(T − 20) | rate proportional to the excess over ambient, not to T itself |
| let u = T − 20, so du/dt = ku | substitution turns it into plain exponential decay |
| u = u0ekt, u0 = 90 − 20 = 70 | |
| at t = 10: 40 = 70e10k → e10k = 4/7 | 60 − 20 = 40 |
| k = ln(4/7)/10 ≈ −0.0560 | |
| want T = 40, so u = 20: 20 = 70ekt | |
| t = ln(2/7)/k ≈ 22.4 minutes |
The substitution u = T − 20 is the key move: cooling is exponential decay of the temperature difference, not of the temperature. The coffee never reaches 20 °C — it approaches it asymptotically, which is why the ambient temperature is a horizontal asymptote of the solution.
Logistic growth
Exponential growth is unphysical for a population — nothing grows without bound forever. The logistic model multiplies by an extra factor that measures how much room is left.
- When P is small, (1 − P/M) ≈ 1 and growth is essentially exponential.
- As P approaches M, the factor approaches 0 and growth stalls.
M is the carrying capacity. It's also an equilibrium solution: if P = M exactly, dP/dt = 0 and the population sits there forever. P = 0 is the other equilibrium — unstable, since any small population grows away from it.
Verhulst introduced this in 1838, explicitly to answer Malthus's prediction of unbounded population growth.
| Question | Answer, without solving anything |
|---|---|
| Long-run population | M (the carrying capacity), for any positive start |
| When is growth fastest? | at P = M/2 — the inflection point of the S-curve |
| Equilibrium solutions | P = 0 and P = M |
| Shape of the solution | S-curve: concave up below M/2, concave down above |
| dP/dt = kP − kP²/M | expand; this is a downward parabola in P |
| maximize over P: d/dP[kP − kP²/M] = k − 2kP/M = 0 | the growth rate is itself a function of P |
| P = M/2 | the vertex of the parabola |
The AP almost always asks for this and almost never asks you to solve the logistic equation, because doing so requires partial fractions — which is exactly why Unit 6 came first. Know M, know M/2, know the S-shape, and you can answer nearly every logistic question on the exam.
Push t to infinity. A logistic solution P = M/(1 + Ae^(−kt)) must approach the carrying capacity M and never exceed it, and it must be growing fastest at M/2.
If your solution runs past M, or settles somewhere else entirely, the algebra went wrong well before the arithmetic did — and no amount of checking the final line will find it.
Euler's method
Stand at a known point. The equation tells you the slope there. Follow the tangent line for a short step h and land somewhere new. Recompute the slope. Repeat.
This is linear approximation applied over and over — the same idea as Newton's method, redeployed. Also the same idea as a Riemann sum: approximate a curved thing by many small straight pieces.
Error is O(h): halving the step size only halves the error, which is poor. Real solvers use Runge–Kutta, where halving the step cuts the error by sixteen.
dy/dx = x + y with y(0) = 1. Estimate y(0.4) using two steps of h = 0.2.
| start: x₀ = 0, y₀ = 1 | |
| slope = 0 + 1 = 1 | evaluate f at the current point |
| y₁ = 1 + (1)(0.2) = 1.2, at x₁ = 0.2 | step along the tangent |
| slope = 0.2 + 1.2 = 1.4 | recompute at the new point |
| y₂ = 1.2 + (1.4)(0.2) = 1.48, at x = 0.4 | true value ≈ 1.5836 — Euler underestimates here |
Why the underestimate: the solution is concave up, so every tangent line lies below the curve — the same over/under logic as linear approximation in Unit 4. Concavity determines the direction of Euler's error, and that's a fair AP question.
The Lorenz system (1963) is three simple, fully deterministic differential equations modelling atmospheric convection. Their solutions never repeat and depend so violently on the starting values that prediction fails within days.
Lorenz found it by accident: re-running a simulation, he typed 0.506 instead of the stored 0.506127 and got a completely different forecast. Chaos falls out of equations no more complicated-looking than the ones she's solving.
And a hard limit worth knowing: the three-body problem has no closed-form solution. Two bodies orbiting under gravity, Newton solved exactly. Add a third and no formula exists — Poincaré proved it in 1889, in a competition held for a Swedish king's birthday. Some equations simply cannot be "solved," and that discovery founded the modern study of dynamical systems.
Next stop — ODEs proper: systems, linear equations with integrating factors, second-order equations, and phase portraits, which show all solutions at once as flows in a plane. This is where linear algebra becomes unavoidable — solving a linear system of DEs is an eigenvalue problem.
Then, two forks. Dynamical systems and chaos — stability, bifurcations, strange attractors, the Lorenz system done properly. Or partial differential equations — the heat equation, wave equation, Laplace's equation, which is most of mathematical physics and requires Fourier series, which is the natural sequel to Unit 10.
Next stop — numerical analysis. Everything she computes by hand, done by machine with rigorous error bounds. Euler → Runge–Kutta. Newton → the whole of nonlinear optimization. Riemann sums → Gaussian quadrature. Also the study of when these fail: stiffness, instability, catastrophic cancellation.
Practical note: this is the fastest route from "calculus is beautiful" to "calculus does things," and it's approachable right now. A hundred lines of Python implementing Euler's method on a system she chooses, and watching it diverge from the true solution as the step size grows, teaches more about differential equations than a chapter of exercises.
BC solves separable equations only. The other major solvable class is linear, and it's the one that actually appears in engineering — circuits, mixing tanks, drug clearance, anything with an external input.
This is generally not separable, because Q(x) sits on the right. The trick is beautiful: multiply by exactly the right function and the left side collapses into a single derivative.
| let μ(x) = e∫P(x)dx | the integrating factor |
| multiply through: μy′ + μPy = μQ | |
| note μ′ = μP by the chain rule | this is why μ was chosen that way |
| so the left side is exactly (μy)′ | the product rule, run backwards |
| (μy)′ = μQ | |
| μy = ∫μQ dx, so y = (1/μ)∫μQ dx |
Worked: y′ + 2y = 6, y(0) = 1. Here P = 2, so μ = e2x. Then (e2xy)′ = 6e2x ⟹ e2xy = 3e2x + C ⟹ y = 3 + Ce−2x. With y(0) = 1, C = −2, so y = 3 − 2e−2x.
Read the answer: it approaches 3 — the equilibrium where y′ = 0 — with an exponentially decaying transient. That structure, "steady state plus decaying transient," is the shape of essentially every first-order physical system there is.
One step further, and it connects to Unit 10 in a way worth seeing. For
guess y = erx. Substituting gives erx(r² + br + c) = 0, so r must satisfy the characteristic equation r² + br + c = 0. A differential equation just became a quadratic.
- Two real roots → y = C₁er₁x + C₂er₂x. Overdamped: sags back to rest.
- Repeated root → y = (C₁ + C₂x)erx. Critically damped — the fastest return without overshoot, which is what a good door closer is tuned to.
- Complex roots α ± βi → y = eαx(C₁cos βx + C₂sin βx). Oscillation.
That last case is the punchline. The equation y″ = −y has characteristic roots ±i, so its solutions are simultaneously exponentials and sinusoids. That is Euler's identity arriving from a completely different direction — not from three Taylor series lined up, but from the observation that oscillation and exponential decay are the same equation with different roots. Springs, pendulums, LC circuits, and AC power all live in the complex-root case.
The tradition would not have her execute three steps of Euler's method by hand and stop. It would ask: how wrong is it, and why?
An afternoon's experiment, worth more than a chapter of exercises. Take y′ = y with y(0) = 1, whose exact answer is ex. Estimate y(1) using n steps of size h = 1/n:
| n | Euler estimate of e | Error |
|---|---|---|
| 1 | 2.000 | 0.718 |
| 10 | 2.594 | 0.124 |
| 100 | 2.705 | 0.013 |
| 1000 | 2.717 | 0.0014 |
Two things fall out. First, the error divides by ten when the step divides by ten — that's what "first-order, O(h)" means, seen rather than asserted. Second, the estimate is exactly (1 + 1/n)n — the compound-interest limit from Unit 1. Euler's method applied to y′ = y is the definition of e, rediscovered.
Fifteen lines of Python. And then the follow-up question that makes it stick: why does Euler always undershoot here? Because ex is concave up, so every tangent line lies below the curve — the same fact as linear approximation in Unit 4.
Unit 7 — Differential Equations
Slope fields
- A DE is a local rule: "here is your slope." Solutions flow along the ticks.
- Equilibrium solutions: horizontal rows of ticks, where dy/dx = 0
- To match a field to an equation, find where slopes are zero or constant along a line
Separation of variables
- Separate → integrate both sides → one +C → apply the initial condition immediately → then simplify
Exponential model
- dy/dt = ky ⟹ y = y₀ekt — rate proportional to amount
- doubling time T: k = ln2/T · half-life T: k = −ln2/T
- Cooling: dT/dt = k(T − Ta) ⟹ T = Ta + Cekt. Decay of the difference.
Logistic model
- dP/dt = kP(1 − P/M)
- Carrying capacity M · equilibria at 0 and M · fastest growth at P = M/2 · S-shaped solution
- limt→∞P = M for any positive start
Euler's method
- yn+1 = yn + f(xn,yn)·h — recompute the slope at each new point
- Concave up ⟹ tangent below curve ⟹ Euler underestimates; concave down ⟹ overestimates
- Error is O(h) — halving the step halves the error
Applications of Integration
~3 weeks · February into March · 5–10%Techniques are in hand; deploy them. Conceptually this unit adds almost nothing new — the integrals are usually easy. What's being taught is a method of setup, and that method is the entire content.
The one idea
Slice. Approximate one slice as something simple. Integrate.
Every problem in this unit is: chop the object into infinitesimal pieces, write down what a single generic piece contributes, and sum. The setup is the work.
Draw and label a representative slice, every single time. Write its dimensions on the picture. That habit is worth more than any formula here — students who skip it lose track of whether a radius is x or (4 − x), and no amount of algebra recovers from that.
Area between curves
Find the area between y = x² and y = x + 2.
| x² = x + 2 → x² − x − 2 = 0 → (x−2)(x+1) = 0 | find where they intersect — these are your limits |
| x = −1 and x = 2 | |
| test x = 0: line gives 2, parabola gives 0 | check which is on top, don't assume |
| ∫−12[(x+2) − x²]dx | top minus bottom |
| = [x²/2 + 2x − x³/3]−12 | |
| = (2 + 4 − 8/3) − (½ − 2 + ⅓) = 9/2 |
If the curves cross inside the interval, split there and take top−bottom separately on each piece — otherwise the regions cancel. Same issue as ∫|v| in Unit 6.
Use dy when the region is more naturally described by "right curve minus left curve" — typically when a single vertical slice would change which curve bounds it partway up, forcing you to split. One dy integral often replaces two dx integrals.
The cost is that you must solve the equations for x in terms of y, which isn't always possible. Try both mentally before committing.
Area is positive. Between y = x and y = x² on [0, 1] the line is on top, so ∫₀¹(x − x²) dx = ½ − ⅓ = 1/6 ✓.
If your area comes out negative you subtracted in the wrong order. That is the single most common way to lose a point in this unit, and it is visible without redoing the integral.
The gap between y = x and y = x² is widest in the middle: at x = 0.5 it is 0.5 − 0.25 = 0.25. Lump the whole region into something triangle-shaped of width 1 and height 0.25, giving about 0.125.
The exact area is 1/6 = 0.167 — the same size, which is all lumping claims. If you had computed 1.67 or 0.017, you would know immediately without rechecking a single step.
Volumes
Known cross-sections
Slice perpendicular to an axis; each slice is a slab of area A(x) and thickness dx. The cross-section might be a square, a semicircle, an equilateral triangle — whatever the problem specifies, built on a base whose width you read off the region.
- Square on side s: s²
- Semicircle on diameter s: (π/8)s² — half of π(s/2)²
- Equilateral triangle on side s: (√3/4)s²
- Isosceles right triangle, s as a leg: s²/2; s as the hypotenuse: s²/4
In every case s is the width of the region at that x — usually (top curve − bottom curve).
Disks and washers
The special case where the cross-sections are circles, because the solid was formed by rotating a region about a line.
One: π∫(R − r)²dx is wrong. It must be π∫(R² − r²)dx. You're subtracting areas, and (R−r)² ≠ R² − r².
Two: when the axis of rotation isn't the x-axis, the radius is the distance from the axis, not the function value. Rotating about y = 4 makes the radius (4 − f(x)); rotating about y = −1 makes it (f(x) + 1). Draw the slice and measure.
The region bounded by y = √x and y = x, from x = 0 to 1, is rotated about y = 2. Set up the volume.
| on [0,1], √x ≥ x | check: at x = ¼, √x = ½ > ¼ ✓ |
| the axis y = 2 is above both curves | so the farther curve gives the outer radius |
| y = x is farther from y = 2 → R = 2 − x | distance from the axis |
| y = √x is nearer → r = 2 − √x | |
| V = π∫01[(2−x)² − (2−√x)²]dx | outer squared minus inner squared |
The counterintuitive step is that the lower curve gives the outer radius, because the axis is above everything. This is exactly why you draw the slice. AP problems choose shifted axes deliberately to test it.
The shell method — V = 2π∫(radius)(height)dx, peeling cylindrical layers instead of stacking slices — is not in the AP Calculus course description. Many teachers cover it because it's genuinely easier for some solids (rotating about the y-axis a region defined by y = f(x), where washers would require solving for x).
Learn it if her class does; don't worry if it's skipped. Anything shells can do, washers can also do with a change of variable.
Revolve y = x from 0 to h and you must get a cone. Disks give V = ∫₀ʰ πx² dx = πh³/3. The cone volume you already know is ⅓πr²h, and here r = h — the same thing ✓.
Any volume setup that cannot reproduce a cone is being applied wrongly, and testing it on a cone is faster than re-deriving the setup.
Arc length
Take a tiny piece of curve. It's essentially straight, so it's the hypotenuse of a right triangle with legs dx and dy:
Factoring dx out of the root is the only step. Then sum the ds pieces.
Worth knowing: ds² = dx² + dy² is the metric, and generalizing it to curved spaces is literally how differential geometry — and then general relativity — begins. The arc length formula is a first glimpse of a very deep object.
√(1 + (f′)²) rarely has a nice antiderivative. Most arc length problems are set-up-only, or expect a calculator. Don't let her burn ten minutes trying to integrate it by hand. The AP asks for the setup far more often than the value.
Accumulation in context
The most common free-response format in the whole exam: a rate is given, in words or as a graph, and the questions are all Unit 6's net-change theorem wearing different clothes.
| Asked | Answer |
|---|---|
| How much accumulated between a and b? | ∫ab rate dt |
| How much is there at time b? | initial + ∫ab rate dt |
| Average rate over [a,b] | [1/(b−a)]∫ab rate dt |
| When is the amount greatest? | where the net rate changes from + to − |
| Two rates, in and out | ∫(in − out) dt |
| Work with a varying force | ∫F(x)dx |
Two points get lost here repeatedly. Always state units — the integral of gallons-per-hour over hours is gallons, and saying so earns a point. And the integral gives change, never total: if the question asks how much is in the tank, add the starting amount.
Next stop — continuous probability. A density is a function; probability is its integral; expected value is ∫x·p(x)dx; variance is another integral. The bell curve is e−x²/2 normalized, and its non-elementary antiderivative is exactly why every statistics text has a Z-table.
Then — stochastic calculus, which does calculus on paths that are continuous everywhere and differentiable nowhere. Those paths are Weierstrass's function from Unit 1, made physical. Itô's lemma is the chain rule corrected for the fact that the path has no derivative, and the Black–Scholes equation is a PDE built on it. Unit 1's "lamentable plague" turns out to be the foundation of modern finance.
Three standard applications the AP framework omits. All three are the same slice-and-sum method, so none of them is new work.
1 · Surface area of revolution. Rotating a curve sweeps out a surface; each arc-length element ds traces a thin band of circumference 2πy:
The ds — not dx — is the whole point, and it's why arc length had to come first. Use this to finish Gabriel's Horn honestly rather than by inequality.
2 · Work. Force times distance, when the force varies: W = ∫F(x)dx. Two classics: a spring obeying Hooke's law F = kx gives W = ½kx²; and pumping water out of a tank means integrating (weight of a slice) × (distance that slice must travel), which is where students learn to be careful about which distance.
3 · Centroids and Pappus. The centroid of a region is its balance point, x̄ = (1/A)∫x·(height)dx. And then a genuinely surprising theorem:
The volume of a solid of revolution equals the area of the region times the distance its centroid travels. A torus made by revolving a circle of radius r about an axis R away has volume 2πR·πr² — no integration at all. Pappus stated this around 300 AD, thirteen centuries before calculus existed.
Rather than a hundred volume problems, the tradition would take one region and attack it every possible way, because agreement between methods is a proof, and disagreement locates your error.
Take the region under y = x² from 0 to 1, rotated about the y-axis. Find the volume four ways.
- Washers in y: solve x = √y, slice horizontally. V = π∫01[1² − (√y)²]dy = π∫(1 − y)dy = π/2.
- Shells in x: V = 2π∫01x·(1 − x²)dx = 2π[x²/2 − x⁴/4] = π/2. ✓
- Cylinder minus solid: the full cylinder is π(1)²(1) = π; subtract the solid under the curve, π∫y dy = π/2. Leaves π/2. ✓
- Pappus: compute the region's area and centroid, multiply. ✓
Four routes, one answer. The habit being built is not volume computation — it's the expectation that a correct result should be reachable more than one way, and the reflex to check rather than to hope. That reflex is worth more on an exam than any formula on this page.
Unit 8 — Applications of Integration
The method
- Slice → approximate one slice → integrate. Draw and label a representative slice every time.
Area
- ∫(top − bottom)dx or ∫(right − left)dy
- Find intersections first — they're the limits. Split wherever the curves cross.
Volume
- Cross-sections: V = ∫A(x)dx
- Disk: π∫R²dx · Washer: π∫(R² − r²)dx — never (R−r)²
- Radius = distance from the axis. Shifted axis y = k ⟹ radius |k − f(x)|.
- Square s² · semicircle on diameter s (π/8)s² · equilateral triangle (√3/4)s²
Arc length (BC)
- L = ∫√(1 + (dy/dx)²)dx — from ds² = dx² + dy²
- Usually not elementary. Expect setup-only or calculator.
Accumulation
- amount at b = initial + ∫abrate dt
- Net rate in − out; maximum where the net rate crosses zero downward
- State units. Add the initial condition.
Parametric Equations, Polar Coordinates, and Vector-Valued Functions
~3 weeks · March · BC only · 10–15%This is the first genuine widening of what a "function" is, and it exists to break an assumption that has been quietly limiting everything since Unit 1: that curves are graphs of y = f(x).
They aren't. Circles aren't. Orbits aren't. Anything that loops, crosses itself, stops, or reverses isn't. The machinery all still works — you just have to describe the curve differently.
It's placed here because it needs both differentiation and integration in hand, and because Unit 10 will also require the idea that functions can be built in unfamiliar ways.
Parametric curves
It's how Newton thought — kinematically, in terms of quantities flowing in time. And it's strictly more general: every function y = f(x) can be parametrized as x = t, y = f(t), but most parametric curves cannot be written as functions.
Crucially, the curve and the parametrization are different objects. The unit circle is (cos t, sin t), but it's also (cos 2t, sin 2t) — same path, traversed twice as fast. Speed, direction, and starting point are properties of the parametrization, not of the curve.
Derivatives
Chain rule: dy/dt = (dy/dx)·(dx/dt), so divide.
d²y/dx² is not (d²y/dt²)/(d²x/dt²). That's the natural guess and it's wrong.
The correct move: you already have dy/dx as a function of t. Differentiate that with respect to t, then divide by dx/dt again:
The logic: to convert any t-derivative into an x-derivative you divide by dx/dt. Do it once for the first derivative, once more for the second.
For x = t², y = t³ − 3t, find dy/dx and d²y/dx² at t = 2.
| dx/dt = 2t, dy/dt = 3t² − 3 | |
| dy/dx = (3t² − 3)/(2t) | at t = 2: (12−3)/4 = 9/4 |
| rewrite: dy/dx = (3/2)t − (3/2)t−1 | easier to differentiate in this form |
| d/dt(dy/dx) = 3/2 + (3/2)t−2 | at t = 2: 3/2 + 3/8 = 15/8 |
| d²y/dx² = (15/8)/(2·2) = 15/32 | divide by dx/dt one more time |
Motion, speed, and arc length
| Quantity | Formula |
|---|---|
| Velocity vector | ⟨dx/dt, dy/dt⟩ |
| Speed | √((dx/dt)² + (dy/dt)²) |
| Acceleration vector | ⟨d²x/dt², d²y/dt²⟩ |
| Distance travelled (arc length) | ∫ab√((dx/dt)² + (dy/dt)²) dt |
| Displacement | ⟨∫dx/dt dt, ∫dy/dt dt⟩ — a vector |
| Position at time b | ⟨x(a) + ∫abx′dt, y(a) + ∫aby′dt⟩ |
It's literally ∫ |velocity| dt — distance equals speed integrated over time, the most ordinary fact in physics.
Compare Unit 8's Cartesian version, ∫√(1 + (dy/dx)²)dx. Same Pythagorean origin (ds² = dx² + dy²), but the parametric form is symmetric in x and y and doesn't break when the curve goes vertical. The parametric formula is the real one; the Cartesian one is the special case x = t.
Speed is the magnitude of the velocity vector and is never negative. On the AP, "how fast is the particle moving" wants the scalar; "find the velocity" wants the ordered pair. And total distance is ∫speed dt, while displacement is the vector of separate integrals — they're different objects, not just different numbers.
Parametric slope is (dy/dt)/(dx/dt). On x = t, y = t², that gives 2t/1 = 2t = 2x — exactly what you get differentiating y = x² directly ✓.
Whenever a parametric curve can also be written as a plain function, the two routes have to agree. It is the quickest way to confirm you have the quotient the right way up.
Polar coordinates
Some situations have rotational symmetry, and forcing them into a rectangular grid produces ugly algebra. A circle of radius 3 is x² + y² = 9 in Cartesian and simply r = 3 in polar.
The best example: Kepler's second law says a planet sweeps equal areas in equal times. In Cartesian coordinates that's a mess. In polar it's ½r²(dθ/dt) = constant — which is exactly the polar area formula differentiated, and it's conservation of angular momentum. The physics becomes visible when the coordinates match the geometry.
Area in polar
| slice the region into thin sectors, not rectangles | a wedge from the origin, spanning angle dθ |
| a sector of radius r and angle dθ has area ½r²dθ | the Unit 1 sector formula: fraction dθ/2π of the full circle πr² |
| sum the wedges: A = ½∫r²dθ |
The whole formula is the sector-area fact from the very first unit, used as a slice. Slice shapes follow the coordinate system — rectangles in Cartesian, wedges in polar, washers for revolution. That's the unifying idea behind every area and volume formula in the course.
Getting α and β right is the entire difficulty in polar area problems, and it's where nearly all the errors live.
- Find where r = 0 — those angles are usually where a petal or loop begins and ends.
- Watch for retracing. r = cos 2θ (a four-petal rose) draws its full picture over 0 ≤ θ ≤ 2π, but r = cos 3θ (three petals) completes over 0 ≤ θ ≤ π and then redraws. Integrating to 2π double-counts.
- Exploit symmetry: compute one petal and multiply.
Sketch first, always. In polar, the algebra will not warn you that you've gone around twice.
Find the area of one petal of r = 2cos(3θ).
| r = 0 when cos3θ = 0 → 3θ = ±π/2 → θ = ±π/6 | the petal starts and ends where r hits zero |
| A = ½∫−π/6π/64cos²(3θ)dθ | r² = 4cos²(3θ) |
| cos²(3θ) = (1 + cos6θ)/2 | the Unit 3 half-angle identity — the only way to integrate cos² |
| = ∫−π/6π/6(1 + cos6θ)dθ | the 2·½·... constants collapse |
| = [θ + sin(6θ)/6]−π/6π/6 | |
| = (π/6 + 0) − (−π/6 + 0) = π/3 | sin(±π) = 0 |
Slope in polar
There's no separate formula worth memorizing. Convert to parametric with θ as the parameter:
dr/dθ tells you how fast the distance from the origin changes as you sweep around. It is not the slope of the tangent line and it is not dy/dx. Students substitute one for the other constantly. If a question asks for a tangent line, you must go through x and y.
Common polar curves
| Equation | Shape |
|---|---|
| r = a | circle of radius a centred at the origin |
| θ = c | a line through the origin |
| r = a cos θ or a sin θ | circle of diameter a, through the origin |
| r = a(1 ± cos θ) | cardioid — heart-shaped |
| r = a ± b cos θ | limaçon; has an inner loop when a < b |
| r = a cos(nθ) | rose: n petals if n is odd, 2n petals if n is even |
Vector-valued functions
Just parametric equations packaged as a single object: r(t) = ⟨x(t), y(t)⟩. Differentiate and integrate componentwise.
It's the on-ramp to multivariable calculus. Once position, velocity, and acceleration are vectors, everything in mechanics can be written in one line instead of two, and the same notation survives into three dimensions and beyond.
It also makes a distinction visible that scalars hide: acceleration can change a particle's direction without changing its speed. Uniform circular motion has constant speed and constant-magnitude acceleration pointing always toward the centre. In one dimension that's impossible; in two it's the most common motion in the universe.
A bead slides under gravity from A down to a lower point B. Which curve gets it there fastest?
Not the straight line. The answer is an upside-down cycloid — the path traced by a point on the rim of a rolling wheel, which is naturally parametric: x = t − sin t, y = 1 − cos t.
Johann Bernoulli posed it as a public challenge in 1696. Newton, then 55 and running the Royal Mint, received it in the evening, solved it overnight, and published anonymously. Bernoulli recognized the author immediately: "tanquam ex ungue leonem" — one knows the lion by its claw.
The same cycloid is also the tautochrone: a bead released from any point on it reaches the bottom in the same time. Huygens used that to design a pendulum clock in 1659, before the calculus existed to explain why it worked.
Solving it properly requires the calculus of variations — optimizing over a space of functions rather than over numbers. That framework is the whole of Lagrangian mechanics, and it's what a sophomore who likes this material might chase next.
Polar arc length, which BC omits even though it's two lines from what she has. Treat r = f(θ) as parametric with θ as the parameter: x = r cos θ, y = r sin θ. Differentiate, square, add, and the cross terms cancel by sin² + cos² = 1:
Sanity check on a circle r = a: dr/dθ = 0, so L = ∫02π a dθ = 2πa. ✓
Conic sections in polar, with a focus at the origin — the form that makes orbital mechanics tractable:
One equation, and the eccentricity e selects the shape: e = 0 circle, 0 < e < 1 ellipse, e = 1 parabola, e > 1 hyperbola. In Cartesian coordinates these are four different-looking equations; in polar they are one equation with a dial. That is the entire argument for polar coordinates, in a single formula — and it's why Newton could derive Kepler's laws at all.
The main text tells the brachistochrone story. The tradition would make her derive the curve's properties, because it's the single richest object available at this level.
A wheel of radius a rolls along the x-axis. The path of a point on its rim is
Everything in Unit 9 falls out of one curve:
- Arc length of one arch: √(x′² + y′²) = a√(2 − 2cos t) = 2a·sin(t/2) using the half-angle identity. Integrating from 0 to 2π gives 8a — exactly four diameters, with no π in it at all, which is startling for a curve generated by a circle.
- Area under one arch: ∫y dx = ∫a(1−cos t)·a(1−cos t)dt = 3πa² — exactly three times the area of the rolling circle. Galileo tried to determine this by weighing paper cutouts and got it approximately; Roberval proved it in 1634.
- Cusps: at t = 0, both x′ and y′ vanish, so dy/dx is 0/0. The curve has a cusp where the rim point momentarily stops — the contact point of a rolling wheel is instantaneously at rest, which is why the bottom of a moving car's tyre isn't blurred in a photograph.
Why this is the right problem: it exercises parametric derivatives, arc length, area, and the failure mode of dy/dx, all on one curve, all with clean answers, and every answer is surprising. That's the tradition's actual pedagogy — fewer problems, each one carrying more.
Unit 9 — Parametric, Polar, Vector
Parametric
- dy/dx = (dy/dt)/(dx/dt)
- d²y/dx² = [d/dt(dy/dx)] / (dx/dt) — not a ratio of second derivatives
- speed = √((dx/dt)² + (dy/dt)²) · arc length = ∫speed dt
- Horizontal tangent: dy/dt = 0 (and dx/dt ≠ 0). Vertical: dx/dt = 0 (and dy/dt ≠ 0).
- The curve and the parametrization are different objects.
Polar
- x = r cosθ · y = r sinθ · r² = x² + y² · tanθ = y/x
- Area = ½∫αβ r²dθ — slices are sectors, not rectangles
- Limits: find where r = 0; watch for retracing; use symmetry
- Slope: convert to x(θ), y(θ) and use the parametric formula. dr/dθ is not a slope.
- Rose r = a cos(nθ): n petals if n odd, 2n if n even
Vector
- r(t) = ⟨x(t), y(t)⟩ · v = r′ · a = r″ — all componentwise
- Speed = |v| (scalar) · velocity = v (vector) · distance = ∫|v|dt · displacement = the vector of integrals
Identities you'll reach for
- cos²θ = (1 + cos2θ)/2 · sin²θ = (1 − cos2θ)/2 — required for nearly every polar area
Infinite Sequences and Series
~5–6 weeks · March into April · BC only · 15–20% — tied heaviest, and the hardestIt comes last because it needs everything: limits (of sequences now), integration (the integral test), improper integrals (the p-threshold), and derivatives of every order (Taylor).
Warn her about the three weeks. The convergence-test section feels like an unrelated course — a zoo of arbitrary rules about infinite sums with no visible purpose. Then Taylor series arrives and retroactively justifies all of it: the tests were the tools needed to know when an infinite polynomial is legitimate. Knowing the payoff is coming makes the zoo tolerable.
It's also the hardest unit in BC and the largest slice of the exam. Budget accordingly.
Sequences
Useful fact: if f(x) → L as x → ∞ and aₙ = f(n), then aₙ → L. So all the Unit 1 machinery — the growth hierarchy, L'Hôpital, dividing by the highest power — carries over unchanged.
Series
An infinite sum is not a sum. You cannot perform infinitely many additions. What you can do is perform each finite prefix and ask where those results are heading.
Zeno's paradoxes are precisely this confusion. To cross a room you must first cross half, then half the remainder, and so on — infinitely many steps, so (Zeno concluded) motion is impossible. The resolution is that ½ + ¼ + ⅛ + ⋯ has partial sums ½, ¾, ⅞, … converging to 1. Infinitely many terms, finite total. That took 2,400 years to state properly, and the reason is that nobody had the concept of a limit.
If aₙ does not → 0, the series diverges. That's valid and it's the first thing to check.
The converse is false, and this is the single most important fact in the unit. Terms going to zero does not imply convergence — see the harmonic series below. A student who thinks it does will get half this unit wrong.
Before choosing a test, look at the terms. If aₙ does not go to 0, the series diverges — no further work required. For Σ n/(n+1) the terms head to 1, so no amount of test-shopping will make it converge.
It is the cheapest check in the unit and it settles more questions than it has any right to.
The convergence tests
The tests look like an arbitrary collection. They're all asking one thing: does the tail shrink fast enough? Each test is a different way of measuring "fast enough," and each is really the Unit 1 growth hierarchy in disguise.
Geometric series
| Sₙ = a + ar + ar² + ⋯ + arn−1 | the partial sum |
| rSₙ = ar + ar² + ⋯ + arn | multiply by r — everything shifts one place |
| Sₙ − rSₙ = a − arn | subtract; the entire middle cancels |
| Sₙ = a(1 − rn)/(1 − r) | factor and divide |
| if |r| < 1 then rn → 0, so S = a/(1 − r) | if |r| ≥ 1 the rn term blows up or oscillates |
Worth doing once. Geometric series are the backbone of the unit — the ratio test is essentially "is this eventually geometric?", and the interval of convergence of every power series is a geometric-series question.
p-series
Exactly the threshold from Unit 6's improper integrals, and the integral test is why: Σf(n) and ∫f(x)dx converge or diverge together, for positive decreasing f, because the sum is a Riemann-sum staircase bracketing the integral.
The harmonic series
Σ1/n = 1 + ½ + ⅓ + ¼ + ⋯ has terms going to zero. It still diverges.
| ⅓ + ¼ > ¼ + ¼ = ½ | replace each term by the smallest in its group |
| ⅕ + ⅙ + ⅐ + ⅛ > 4×(⅛) = ½ | next group of four |
| the next eight terms > 8×(1/16) = ½ | and so on, forever |
| you can accumulate ½ infinitely many times ⟹ diverges |
It diverges like ln n, which is agonizingly slow: to exceed 100 you need roughly e100 terms — vastly more than there are atoms in the observable universe. It gets there, infinitely slowly. This single example is why "terms → 0" proves nothing.
The rest of the toolkit
| Test | Use when |
|---|---|
| nth term | Always check first. aₙ ↛ 0 ⟹ diverges. Never proves convergence. |
| Geometric | Constant ratio between terms. Gives the sum. |
| p-series | Terms look like 1/np. |
| Integral | aₙ = f(n) with f positive, decreasing, and easily integrable. |
| Comparison | Terms are bounded by a known series. Smaller than convergent ⟹ converges; bigger than divergent ⟹ diverges. |
| Limit comparison | Terms resemble a known series. If lim(aₙ/bₙ) is finite and positive, both do the same thing. Best for messy rational expressions — keep the dominant powers. |
| Alternating series | Signs alternate, |terms| decrease, terms → 0 ⟹ converges. Bonus: clean error bound. |
| Ratio | Factorials or n-th powers. lim|an+1/aₙ| = L: converges if L < 1, diverges if L > 1, inconclusive if L = 1. |
| Σ n²/(n⁴+3) | rational — limit comparison with 1/n², a convergent p-series → converges |
| Σ 2n/n! | factorial present — ratio test: |an+1/aₙ| = 2/(n+1) → 0 < 1 → converges |
| Σ (−1)n/n | alternating, terms decrease to 0 → converges (to −ln2), though Σ1/n diverges |
| Σ n/(2n+1) | terms → ½ ≠ 0 → diverges by the nth term test; stop immediately |
| Σ 1/(n ln n) | integral test: ∫dx/(x ln x) = ln(ln x) → ∞ → diverges. Barely. |
Decision habit: check the nth term first (free elimination), look for a factorial or n-th power (ratio), look for alternating signs, then try to match it against a p-series or geometric series by limit comparison. That order resolves nearly everything on the exam.
Absolute versus conditional convergence
A conditionally convergent series can be rearranged to sum to any real number you choose. Any number at all. Or to +∞, or to −∞.
The mechanism: the positive terms alone diverge and the negative terms alone diverge. So take positive terms until you exceed your target, then negatives until you fall below, then positives again — you can steer the partial sums anywhere.
For conditionally convergent series, addition stops being commutative. That's a genuinely disturbing fact about infinity, and it's the entire reason the absolute/conditional distinction exists. Absolutely convergent series are immune — you can reorder them freely.
If you have concluded that a positive-term series converges, its partial sums must stay bounded. Σ1/n² summed to ten thousand terms gives 1.64483 and is barely moving — consistent with convergence, and close to the π²/6 it is heading for.
Partial sums that keep marching upward mean the conclusion is wrong, whatever test you used to reach it.
Power series
Finding the interval
Find the interval of convergence of Σ(x−2)n/(n·3n).
| ratio test: |an+1/aₙ| = |x−2|n+1n3n / [(n+1)3n+1|x−2|n] | always use the ratio test to find R |
| = |x−2|/3 · n/(n+1) → |x−2|/3 | |
| converges when |x−2|/3 < 1, i.e. |x−2| < 3 | R = 3, centre 2, so the interval is (−1, 5) |
| at x = 5: Σ3n/(n3n) = Σ1/n | test each endpoint separately by hand |
| harmonic → diverges, so exclude 5 | |
| at x = −1: Σ(−3)n/(n3n) = Σ(−1)n/n | |
| alternating harmonic → converges. Interval: [−1, 5) |
The ratio test is always inconclusive at the endpoints — that's where L = 1 by construction. Each endpoint must be substituted in and tested with a different test. They can behave differently from each other, as above, and students routinely lose points by assuming the interval is symmetric in its inclusion.
Taylor series — the payoff
A Maclaurin series is the special case a = 0.
Suppose f(x) = c₀ + c₁(x−a) + c₂(x−a)² + c₃(x−a)³ + ⋯ . What must the c's be?
| set x = a: every term with (x−a) vanishes → f(a) = c₀ | |
| differentiate: f′ = c₁ + 2c₂(x−a) + 3c₃(x−a)² + ⋯, set x = a → f′(a) = c₁ | |
| again: f″ = 2c₂ + 6c₃(x−a) + ⋯, set x = a → f″(a) = 2c₂ | so c₂ = f″(a)/2 |
| again: f‴(a) = 6c₃ → c₃ = f‴(a)/6 | |
| in general cₙ = f(n)(a)/n! | differentiating (x−a)n exactly n times produces n! |
The n! isn't decoration — it's there precisely to cancel the factorial that n-fold differentiation generates. And the coefficients aren't chosen; they're forced. If f equals any power series, it equals this one.
Look at the first few terms:
- Degree 0: f(a) — a constant approximation.
- Degree 1: f(a) + f′(a)(x−a) — that's linear approximation from Unit 4, verbatim.
- Degree 2: adds f″(a)(x−a)²/2 — the quadratic whose opening direction the second derivative test checks.
- Keep going and you get the whole function.
Every approximation idea in the course was a truncated Taylor series. Linear approximation, differentials, the second derivative test, Newton's method, Euler's method, L'Hôpital — all of them are this, cut off early. That's why the Unit 2 framing "the derivative is the multiplier in the best linear approximation" was worth carrying since September: this unit is where it pays.
The four to memorize
sin x = x − x³/3! + x⁵/5! − ⋯ (all x, odd powers only)
cos x = 1 − x²/2! + x⁴/4! − ⋯ (all x, even powers only)
1/(1−x) = 1 + x + x² + x³ + ⋯ (|x| < 1 — it's geometric)
Sine is odd, so only odd powers survive; cosine is even, so only even ones. Their coefficients alternate because their derivatives cycle with period 4 (Unit 3 flagged this). ex has no alternation because every derivative is itself.
Everything else in the course is obtained from these by substitution, differentiation, integration, or multiplication — and doing it that way is far faster and far less error-prone than computing derivatives one at a time.
| e−x² = 1 − x² + x⁴/2! − x⁶/3! + ⋯ | substitute −x² into the ex series |
| ∫e−x²dx = x − x³/3 + x⁵/10 − ⋯ + C | integrate term by term — and note we just antidifferentiated the function Unit 6 said has no elementary antiderivative |
| 1/(1+x²) = 1 − x² + x⁴ − ⋯ | substitute −x² into the geometric series |
| arctan x = x − x³/3 + x⁵/5 − ⋯ | integrate the previous line, since arctan is its antiderivative |
The second line is worth pausing on. Series give you access to functions that no integration technique can touch. This is how error functions and Bessel functions are actually computed, and how a calculator evaluates sin(1).
Taylor's theorem with remainder
Students skip the error bound because it's fiddly. It is the part that makes the whole enterprise useful rather than decorative — without it, a truncated series is a guess, and with it, it's a guarantee.
Read the formula: it's the next term you didn't include, with the derivative replaced by its worst-case value on the interval. Nothing more.
The alternating series bound is even simpler and worth preferring when it applies: for an alternating series with decreasing terms, the error is smaller than the first omitted term. One term, no maximization.
Approximate sin(0.5) with the first two nonzero terms and bound the error.
| sin(0.5) ≈ 0.5 − 0.5³/6 = 0.5 − 0.0208333 = 0.4791667 | |
| the series alternates with decreasing terms | so use the alternating bound |
| first omitted term: 0.5⁵/5! = 0.03125/120 | |
| error < 0.00026 | true value 0.4794255 — actual error 0.00026 ✓ |
Evaluate your series at its centre. A Taylor series for f about 0 has to give f(0) when x = 0 — every term but the constant dies. For eˣ = Σxⁿ/n!, that is 1 = e⁰ ✓.
Then check one more value. The first sixteen terms at x = 1 give e correct to nine decimal places, which tells you the coefficients are right and not merely plausible.
Each term buys you accuracy further from the centre and buys nothing at all beyond the radius. Watch where the approximation peels away — that is the interval of convergence made visible.
Series, expanded — the parts that decide the score
This is the largest unit on the exam and reliably the hardest. What follows is the additional depth that the earlier pass compressed: a proper decision procedure, the root test, the tests she'll misapply, and the Taylor manipulations that come up every year.
The decision procedure, as an actual algorithm
The root test
Use it when the whole term is raised to the n-th power — that's the signal. It's the ratio test's sibling and answers the same question ("is this eventually geometric?"), just measured differently.
Σ (3n+1)n/(4n)n.
| the entire term is an n-th power | the root test signal |
| |aₙ|1/n = (3n+1)/(4n) | the n-th root simply strips the exponent — no algebra at all |
| → 3/4 < 1, converges | the ratio test here would require expanding (n+1)-th powers: painful |
The tests she will misapply
Terms must (1) alternate in sign, (2) decrease in absolute value, and (3) → 0. Students check (1) and (3) and skip (2).
Counterexample worth knowing: a series alternating with terms 1, ½, ⅓, ¼ rearranged so the magnitudes don't decrease monotonically can fail to converge even though the terms → 0. Demonstrating that |an+1| ≤ |aₙ| is a scored step on free response — usually by showing the derivative of the corresponding function is negative.
Also: AST proves convergence only. It says nothing about absolute convergence. Σ(−1)ⁿ/n converges by AST and Σ1/n diverges, so it's conditional.
For Σ(2n² + 5)/(n⁴ − 3n), strip everything but the leading behavior: 2n²/n⁴ ~ 1/n². Compare with Σ1/n², a convergent p-series. The limit of the ratio is 2 — finite and positive — so both do the same thing.
The error: choosing a comparison series that doesn't actually match the growth rate, so the limit comes out 0 or ∞ and the test says nothing conclusive. Keep only the dominant power in numerator and denominator, exactly as in the Unit 1 growth hierarchy.
f must be positive, continuous, and decreasing on the interval. Stating those three is a scored step. And the test tells you convergence or divergence only — the integral's value is not the series' sum. ∫₁∞dx/x² = 1 but Σ1/n² = π²/6 ≈ 1.645. Students report the integral as the sum every year.
Taylor manipulations the exam actually asks for
Find the Maclaurin series for x²·e−x through the x⁵ term.
| e−x = 1 − x + x²/2 − x³/6 + ⋯ | substitute −x into the memorized ex series |
| multiply every term by x² | multiplication by a power just shifts the exponents |
| x² − x³ + x⁴/2 − x⁵/6 + ⋯ | computing five derivatives of x²e−x by hand would take a page |
If f(x) = Σ (−1)nx2n/(2n+1), find f(4)(0).
| the coefficient of x⁴ is the n = 2 term: (+1)/5 | 2n = 4 means n = 2 |
| but by Taylor, that coefficient equals f(4)(0)/4! | the definition, read backwards |
| f(4)(0)/24 = 1/5 | |
| f(4)(0) = 24/5 |
This is a favourite question type and it's pure bookkeeping once you see it: the coefficient of xn is f(n)(0)/n!, so multiply the coefficient by n! to recover the derivative. Do not differentiate anything.
Find limx→0 (sin x − x)/x³.
| sin x = x − x³/6 + x⁵/120 − ⋯ | memorized |
| sin x − x = −x³/6 + x⁵/120 − ⋯ | the x terms cancel exactly |
| ÷ x³ = −1/6 + x²/120 − ⋯ | |
| → −1/6 as x → 0 | L'Hôpital would need three applications |
Once she has the four memorized series, series is usually faster than L'Hôpital for 0/0 limits at the origin, and far less error-prone than differentiating three times. This also retroactively explains the Unit 4 example whose answer was ½ — that was the x² coefficient of ex.
The three things to save for the end of the year
What is 1 + ¼ + ⅑ + 1/16 + ⋯ ? Posed in 1650, it resisted the Bernoullis for decades — they could prove it converged and could not find the value.
Euler solved it in 1735 at age 28 and got π²/6. Where does π come from in a sum of reciprocal squares? His method — factoring sin x as an infinite product from its roots, treating a transcendental function as a giant polynomial — was completely unjustified by the standards of the time and completely correct. It made him famous across Europe overnight.
1 − ½ + ⅓ − ¼ + ⋯ = ln 2. The same terms, without the signs, diverge to infinity. And by Riemann's theorem, those same terms rearranged can be made to sum to 7, or to π, or to anything you name.
Write out the Maclaurin series for ex and substitute ix. The powers of i cycle 1, i, −1, −i, with period 4 — the same period as the derivative cycle of sine and cosine, which is not a coincidence.
Separate the real and imaginary terms. The real ones are exactly cosine's series. The imaginary ones are exactly sine's:
Set x = π, and since cos π = −1 and sin π = 0:
Five fundamental constants, three operations, no slack. And it isn't mysticism — it's three series sitting next to each other, and she can do the derivation herself in about six lines.
Save this for the last week. It's the best possible ending to the year, and it only works as an ending if the three series are already familiar.
Next stop — Fourier series. Taylor series builds functions out of powers; Fourier builds them out of sines and cosines. It turns out to be the better basis for anything periodic, and it is the mathematical foundation of signal processing, audio and image compression, MRI reconstruction, and the JPEG format. The conceptual leap — that a function can be decomposed into frequencies — is one of the most consequential ideas in applied mathematics.
Then — complex analysis. Taylor series over the complex numbers behave far better than over the reals: a complex-differentiable function is automatically infinitely differentiable and automatically equal to its Taylor series. Facts that are fussy in real calculus become clean. It also explains something Unit 10 leaves mysterious: why 1/(1+x²) has radius of convergence 1 despite the function being perfectly well-behaved everywhere on the real line. The answer is that it blows up at x = ±i, and the radius of convergence is the distance to the nearest complex singularity. That's a genuinely satisfying loose end to be able to tie off.
BC teaches her to decide whether a series converges. The tradition also asks what it converges to, and telescoping is the main tool.
| Σn=1∞ 1/[n(n+1)] | |
| partial fractions: 1/[n(n+1)] = 1/n − 1/(n+1) | a Unit 6 technique used on a series |
| SN = (1 − ½) + (½ − ⅓) + ⋯ + (1/N − 1/(N+1)) | write out the partial sum |
| everything cancels but the ends | the "telescope" |
| SN = 1 − 1/(N+1) → 1 | an exact sum, not just convergence |
Now use it as a comparison. For n ≥ 2, 1/n² < 1/[n(n−1)], and that series telescopes to 1. So Σ1/n² < 1 + 1 = 2 — convergence proved by elementary means, no integral test required. It doesn't give Euler's π²/6, but it proves the sum is finite and bounds it, which is what Jacob Bernoulli managed before Euler cracked the exact value.
Also worth doing: Σ ln(1 + 1/n) diverges — because it telescopes to ln(N+1). The terms go to zero and the sum still runs away, which is the harmonic series' lesson in a new costume.
A genuinely different way to use power series: as bookkeeping devices for sequences. Standard in the Russian olympiad tradition, absent from AP, and it takes one example to see the point.
Let F(x) = Σ Fₙxⁿ, where Fₙ are the Fibonacci numbers (F₀=0, F₁=1, Fₙ = Fₙ₋₁ + Fₙ₋₂). The recurrence, translated into a statement about F(x), gives
A single rational function encodes the entire infinite sequence. Expand it as a power series — via partial fractions and the geometric series — and out drops Binet's formula, a closed form for the n-th Fibonacci number in terms of the golden ratio. A recurrence became an algebra problem.
This is the seed of a large field: generating functions are how combinatorics, probability distributions, and algorithm analysis are actually done.
Taylor builds functions out of powers and works beautifully near a point. Fourier builds them out of sines and cosines and works globally, on anything periodic:
The coefficients come from integrals rather than derivatives — aₙ = (1/π)∫−ππf(x)cos(nx)dx — which is why it needs all of Unit 6 first.
Three reasons it's the more consequential of the two:
- It works on functions with corners and jumps. A square wave has a Fourier series; it has no useful Taylor series anywhere near the jump.
- It converges globally rather than within a radius.
- The coefficients mean something physical: they are the amount of each frequency present. That's not an analogy — it is literally how an equalizer, JPEG compression, MP3 encoding, and MRI reconstruction work.
And it produces exact sums for free. Evaluating a particular Fourier series at a particular point yields 1 − ⅓ + ⅕ − ⅐ + ⋯ = π/4, a result Leibniz found in 1676. Fourier series are the natural sequel to this unit and by far the most useful mathematics reachable from where she'll be standing in May.
Worth flagging because a sharp student will notice it and the textbook won't answer.
The series for 1/(1 − x²) has radius of convergence 1, which makes sense — the function blows up at x = ±1. But the series for 1/(1 + x²) also has radius 1, and that function is perfectly well-behaved everywhere on the real line. Nothing goes wrong at x = 1. So why does the series quit there?
Because the singularities are at x = ±i, off the real line, at distance 1 from the origin. The radius of convergence is the distance to the nearest singularity in the complex plane — and a power series on the real line has no way to know the difference between an obstacle it can see and one it can't.
This is unanswerable within real analysis and immediate in complex analysis. It's the single best argument for taking that course, and it's a satisfying thing to be able to hand her.
Unit 10 — Sequences and Series
Foundations
- A series is the limit of its partial sums. An infinite sum is not a sum.
- nth term test: aₙ ↛ 0 ⟹ diverges. Never proves convergence.
The standard series
- Geometric: Σarn = a/(1−r), converges ⟺ |r| < 1 (gives the sum)
- p-series: Σ1/np converges ⟺ p > 1
- Harmonic Σ1/n diverges (like ln n) · alternating harmonic converges to ln 2
Test selection
- nth term first (free elimination) → factorial or n-th power? ratio → alternating signs? AST → rational-looking? limit comparison with the dominant powers → integrable? integral test
- Ratio test is inconclusive when L = 1
- Absolute convergence ⟹ convergence. Conditional convergence can be rearranged to any sum.
Power series
- Use the ratio test for the radius R, then test both endpoints separately by hand
- Term-by-term differentiation and integration are legal inside the interval; R is unchanged (endpoints may change)
Taylor
- f(x) = Σ f(n)(a)(x−a)n/n! · Maclaurin is a = 0
- ex = Σxn/n! · sin x = x − x³/3! + x⁵/5! − ⋯ · cos x = 1 − x²/2! + x⁴/4! − ⋯ · 1/(1−x) = Σxn
- Build new series from these four by substituting, differentiating, integrating, multiplying — not by computing derivatives
- Lagrange error: |Rₙ| ≤ max|f(n+1)|·|x−a|n+1/(n+1)!
- Alternating series error < first omitted term — use this whenever it applies
How BC Compares to Other Programs
Context for what she's getting, and what she isn'tBC is a specific set of choices about what to include, and those choices aren't universal. Knowing what other serious programs do tells you where BC is thin, what a college course will assume she has, and which gaps are worth filling if she stays interested.
Curricula change; verify anything decision-relevant against current official documents.
BC vs. university Calculus I–II
BC is designed to be equivalent to two semesters of college calculus, and most institutions treat it that way. But "equivalent" hides real omissions. A standard university Calc II typically also covers:
| Topic | Status in BC |
|---|---|
| Trigonometric substitution | Not in the framework. Common in college, and needed for many arc-length and physics integrals. |
| Partial fractions with repeated or quadratic factors | BC covers non-repeating linear factors only. College does the general case. |
| Hyperbolic functions (sinh, cosh, tanh) | Absent. Standard in college and in engineering. |
| Surface area of revolution | Absent. Arc length is covered; rotating it isn't. |
| Centroids, center of mass, moments | Absent. Standard application of integration in college. |
| Work, fluid pressure, pumping problems | Not required, though many teachers include them. |
| First-order linear DEs and integrating factors | Absent. BC does separable equations only. |
| Rigorous ε-δ proofs | Definition may be mentioned; proofs are not assessed. |
| Simpson's rule | Removed from the framework. Trapezoid remains. |
| 3D vectors, dot and cross products | BC restricts vectors to two dimensions. |
None of these are hard once she has BC. Trig substitution is two weeks; hyperbolic functions are an afternoon; integrating factors are a single technique. They're omissions of coverage, not of capability.
The practical risk is placement. If she takes BC credit and jumps into Calc III or a linear-algebra-and-differential-equations sequence, she may hit trig substitution or integrating factors assumed as background. Worth a summer afternoon each, not a course.
The genuine gap is proof. BC assesses computation and justification-in-a-sentence, not proof. A student who goes on to real analysis meets a different subject.
BC vs. IB Mathematics: Analysis and Approaches HL
The closest international equivalent. Broadly comparable in calculus depth, but structured differently:
- IB AA HL is broader. Calculus is one strand among several — it also requires complex numbers, proof by induction, vectors, and a substantial statistics and probability component. Less calculus per year, more mathematics overall.
- IB demands proof. Induction is examined; so is formal reasoning. BC does not assess proof at all. This is the most significant philosophical difference between the two.
- IB includes some things BC omits — notably first-order linear differential equations with integrating factors, and Euler's method in more depth.
- BC goes deeper on series. IB covers Maclaurin series but generally with less of the convergence-test apparatus.
- IB requires an Internal Assessment — an independent mathematical exploration. There is no AP equivalent, and it's the part IB students most often say taught them the most.
BC vs. UK A-Level Mathematics and Further Mathematics
- A-Level Mathematics alone is narrower than BC on calculus — differentiation, integration, some differential equations, but not series convergence or polar coordinates.
- A-Level Further Mathematics goes beyond BC, adding polar coordinates, Maclaurin series, hyperbolic functions, more integration techniques, complex numbers, matrices, and often differential equations of second order.
- So the honest comparison is: BC sits between A-Level Maths and A-Level Maths + Further Maths.
- Structural difference: A-Level is examined over two years with far longer papers, and the questions are typically multi-part extended problems rather than the AP's mix of forty-five multiple choice and six free response.
The Russian tradition — relevant here specifically
She spent two years in Russian-method algebra, and the tradition has a distinct philosophy that will shape how BC feels to her.
The Russian approach front-loads algebraic fluency and problem-solving over technique coverage. Students meet fewer named methods and more hard problems requiring the methods they have. Proof and derivation appear early and routinely. Limits are typically treated more rigorously and earlier. There's an explicit culture of problems that cannot be solved by pattern-matching.
Predicted consequences for her:
- The algebra in BC will never be the bottleneck. She'll be faster than her classmates at the manipulation and may find drill sections tedious.
- She may find AP free response strangely easy — the problems are structured and scaffolded compared with olympiad-style work.
- She may find the justification requirements irritating rather than difficult: being asked to write "f′ changes from positive to negative, therefore…" can read as insultingly obvious to a student trained to prove things. It's worth telling her that this is an exam convention, not a claim about what's hard, and that the points are real regardless.
- The place she's most likely to be genuinely challenged is series, because it rewards a kind of pattern-recognition-under-constraint that's different from algebraic power.
What BC does unusually well
Everything catalogued above as missing is now built into the units themselves, in boxes like this one. Two per unit: what a college course adds, and what the Russian tradition would do differently.
Unit 1 ε-δ proofs and algebraic limits · Unit 2 Leibniz's rule and the continuity proof · Unit 3 hyperbolic functions and the rational power rule · Unit 4 Cauchy MVT and relative error · Unit 5 proving inequalities by monotonicity and convexity · Unit 6 trigonometric substitution, full partial fractions, and symmetry tricks · Unit 7 integrating factors and second-order equations · Unit 8 surface area, work, Pappus · Unit 9 polar arc length and the cycloid · Unit 10 telescoping, generating functions, Fourier series.
If you only deploy three: monotonicity for inequalities (Unit 5) is the highest-leverage technique, trigonometric substitution (Unit 6) is the biggest genuine gap, and Fourier series (Unit 10) is the most useful thing reachable from here.
To be fair to it, three things:
- Multiple representations. The framework relentlessly asks the same question graphically, numerically, analytically, and verbally. Reading a graph of f′ to describe f is a genuinely valuable skill and many college courses never teach it.
- Accumulation in context. The rate-in/rate-out free response questions build real modeling intuition — arguably better than a college course that treats integration as symbol manipulation.
- No formula sheet. Forcing recall and reconstruction is pedagogically defensible and unusual.
Reference Card
Limits — the procedure
- Substitute. Number? Done.
- c/0 → infinite. Not indeterminate.
- 0/0 → hidden factor. Factor · rationalize · combine fractions · spot a difference quotient.
- x→±∞ → divide by highest denominator power.
- Other forms → rewrite, then L'Hôpital.
Special limits
| sin x / x | → 1 |
| (1−cos x)/x | → 0 |
| (1−cos x)/x² | → 1/2 |
| tan x / x | → 1 |
| (eˣ−1)/x | → 1 |
| (1+x/n)ⁿ | → eˣ |
All at x→0 except the last. Rebuild sin x/x from the sector squeeze: sin x ≤ x ≤ tan x.
Growth hierarchy
ln x ≪ xᵖ ≪ eˣ ≪ x! ≪ xˣ
Keep only the dominant term top and bottom, then compare. Also governs series convergence and improper integrals.
Degrees of a rational function
- Top > bottom → ±∞ (slant asymptote if by exactly 1)
- Top < bottom → 0
- Equal → ratio of leading coefficients
- √(x²) = |x| = −x when x<0
Derivative — definition
f′(a) = limh→0[f(a+h)−f(a)]/h
= the multiplier in the best linear approximation. Differentiable ⟹ continuous, not conversely. Fails at corners, cusps, vertical tangents, discontinuities.
Rules
| (cf)′ | = cf′ |
| (f±g)′ | = f′±g′ |
| (xⁿ)′ | = nxn−1 |
| (fg)′ | = f′g + fg′ |
| (f/g)′ | = (f′g−fg′)/g² |
| (f∘g)′ | = f′(g)·g′ |
| (f⁻¹)′(b) | = 1/f′(f⁻¹(b)) |
Forgot the quotient rule? Set Q = f/g, so f = Qg, product rule, solve for Q′.
Derivative table
| sin | cos |
| cos | −sin |
| tan | sec² |
| cot | −csc² |
| sec | sec·tan |
| csc | −csc·cot |
| eˣ | eˣ |
| aˣ | aˣ ln a |
| ln x | 1/x |
| arcsin | 1/√(1−x²) |
| arctan | 1/(1+x²) |
Every "co-" function carries a minus. Chain forms: (ln u)′ = u′/u, (√u)′ = u′/2√u.
Trig you must have
- sin²+cos² = 1
- ÷cos²: tan²+1 = sec²
- ÷sin²: 1+cot² = csc²
- sin(A+B)=sinAcosB+cosAsinB
- cos(A+B)=cosAcosB−sinAsinB
- sin2θ = 2sinθcosθ
- cos2θ = cos²θ−sin²θ
- sin²θ = (1−cos2θ)/2
- cos²θ = (1+cos2θ)/2
Derive all but the first two lines from the first. Last two are required for ∫sin², ∫cos², and polar area.
Techniques
- Implicit: every y gives a y′; collect, factor, solve. Horizontal tangent: numerator = 0. Vertical: denominator = 0. For y″, sub y′ back in.
- Log diff: variable in base and exponent, or a big product. ln both sides, differentiate, ×y.
- Related rates: sketch → relation → eliminate unknown-rate variables → differentiate in t → then substitute.
MVT and friends
- EVT: continuous on closed [a,b] ⟹ max and min exist
- IVT: continuous, N between f(a),f(b) ⟹ f(c)=N
- MVT: f′(c) = [f(b)−f(a)]/(b−a)
- MVT ⟹ f′>0 means increasing; f′=0 means constant; same derivative ⟹ differ by a constant (the +C)
Shape
- Critical point: f′=0 or undefined, in the domain
- 1st test: + to − = max, − to + = min
- 2nd test: f″<0 = max, f″>0 = min, f″=0 = inconclusive
- f″>0 ⟺ concave up ⟺ tangents below curve
- Inflection needs a sign change in f″
- Closed interval: critical points plus both endpoints
Motion
- s → v = s′ → a = v′; speed = |v|
- Speeding up ⟺ v, a same sign
- Direction change needs v to change sign
- displacement = ∫v · distance = ∫|v|
- position = s(a) + ∫abv
Approximation
- L(x) = f(a) + f′(a)(x−a)
- Concave up ⟹ underestimate; down ⟹ over
- Newton: xn+1 = xn − f(xn)/f′(xn)
- Euler: yn+1 = yn + f(xn,yn)h
All three are the tangent line, reused.
L'Hôpital
- Only 0/0 or ∞/∞. Recheck the form each time.
- Differentiate top and bottom separately
- 0·∞ → make a fraction
- ∞−∞ → common denominator
- 1∞, 0⁰, ∞⁰ → ln, limit, then exponentiate
- Fails by: wrong form · cycling · f′/g′ having no limit
Integral — definition
∫abf dx = lim Σf(xi*)Δx
Accumulates a product with one varying factor. Units of integrand × units of dx. Below the axis counts negative.
- Δx = (b−a)/n
- Σi = n(n+1)/2 · Σi² = n(n+1)(2n+1)/6
Over / under
- Increasing f: left under, right over
- Concave up: trapezoid over, midpoint under
- Midpoint ≈ twice as accurate as trapezoid
FTC
- ∫abf = F(b) − F(a)
- d/dx ∫axf(t)dt = f(x)
- d/dx ∫ag(x)f = f(g)·g′
- Both limits vary: f(up)·up′ − f(low)·low′
- favg = [1/(b−a)]∫abf
Antiderivatives
| xⁿ | xn+1/(n+1), n≠−1 |
| 1/x | ln|x| ← bars |
| eˣ | eˣ |
| aˣ | aˣ/ln a |
| sin | −cos |
| cos | sin |
| sec² | tan |
| sec·tan | sec |
| 1/(1+x²) | arctan x |
| 1/√(1−x²) | arcsin x |
| tan x | ln|sec x| |
Integration techniques
- u-sub — a function and its derivative present. Definite: change the limits.
- By parts ∫u dv = uv − ∫v du. LIATE for u. Single ln or arctan → dv = dx. eˣsin x → twice, then solve for the original.
- Partial fractions — factor, decompose, substitute the roots.
- Rewrite first — identities, long division, splitting fractions.
Missing constant is fixable. Missing variable is fatal.
Improper integrals
- Write the limit explicitly — scored step
- ∫1∞dx/xp converges ⟺ p > 1
- Check for asymptotes inside the interval first
Applications of the integral
- Area: ∫(top−bottom)dx or ∫(right−left)dy
- Cross-sections: ∫A(x)dx
- Disk: π∫R² · Washer: π∫(R²−r²)
- Never (R−r)². Radius = distance from the axis.
- Arc length: ∫√(1+(y′)²)dx
- Square s² · semicircle (π/8)s² · equilateral (√3/4)s²
- Amount = initial + ∫rate. State units.
Differential equations
- Separate → integrate → one +C → apply the initial condition immediately
- y′ = ky ⟹ y = y₀ekt
- doubling T: k = ln2/T · half-life: k = −ln2/T
- Cooling: T = Ta + Cekt
- Logistic: P′ = kP(1−P/M)
- Logistic: limit M · equilibria 0, M · fastest at M/2
- Slope field: equilibria are rows of flat ticks
Parametric & vector
- dy/dx = (dy/dt)/(dx/dt)
- d²y/dx² = [d/dt(dy/dx)]/(dx/dt)
- speed = √(x′²+y′²)
- arc length = ∫speed dt
- Horizontal tangent: y′(t)=0. Vertical: x′(t)=0.
- Speed is a scalar; velocity is a vector.
Polar
- x = r cosθ · y = r sinθ · r² = x²+y²
- Area = ½∫αβ r²dθ (sectors, not rectangles)
- Limits: find r = 0; watch retracing; use symmetry
- Slope: convert to x(θ), y(θ). dr/dθ is not a slope.
- Rose r = a cos nθ: n petals if n odd, 2n if even
Series — the standards
- Geometric Σarn = a/(1−r), |r|<1
- p-series Σ1/np converges ⟺ p>1
- Harmonic Σ1/n diverges (like ln n)
- Alternating harmonic → ln 2
- Σ1/n² = π²/6
Series — test order
- aₙ → 0? No → diverges, stop.
- Geometric or p-series? → done.
- Factorial or nth power? → ratio (or root)
- Alternating? → check |aₙ| first, then AST
- Rational-looking? → limit comparison, dominant powers
- Integrable? → integral test
- Else → direct comparison
Ratio inconclusive at L = 1. Integral test needs positive, continuous, decreasing — and its value is not the sum.
Taylor
- f(x) = Σ f(n)(a)(x−a)ⁿ/n!
- eˣ = 1 + x + x²/2! + x³/3! + ⋯
- sin x = x − x³/3! + x⁵/5! − ⋯
- cos x = 1 − x²/2! + x⁴/4! − ⋯
- 1/(1−x) = 1 + x + x² + ⋯ , |x|<1
- Build others by substituting, differentiating, integrating, multiplying — never by taking derivatives
- Coefficient of xⁿ × n! = f(n)(0)
- Radius by ratio test; test both endpoints by hand
- Error ≤ max|f(n+1)|·|x−a|n+1/(n+1)!
- Alternating: error < first omitted term
Calculator — the only four things
- Graph in a window you choose.
- Solve f(x) = 0 numerically.
- Derivative at a point, numerically.
- Definite integral, numerically.
Those four are the whole permitted list. Write the setup anyway — the equation being solved, or the derivative or integral being evaluated. A bare calculator answer earns the answer point and nothing else.
Use any other feature and you must show the full mathematical steps; the calculator result alone scores zero.
Store values, don't retype them. Round once, at the end, to three decimals. Check you're in radians.
Phrases that score
- "f′ changes from positive to negative at c, therefore f has a local maximum."
- "f is continuous on [a,b] and differentiable on (a,b), so by the Mean Value Theorem…"
- "f is continuous, so by the Intermediate Value Theorem…"
- Always state units on accumulation answers.
- Write the limit for any improper integral.
- Answer the question actually asked.
Top ten point-losers
- Endpoints omitted on a closed interval
- Substituting numbers before differentiating in related rates
- Forgetting to exponentiate after a log limit
- π∫(R−r)² instead of π∫(R²−r²)
- Not changing limits in a definite u-sub
- Distance vs. displacement (missing the |v|)
- Initial condition left out of an accumulation
- Missing ln|x| absolute value
- Interval-of-convergence endpoints untested
- Justification sentence never written
The Parent's Toolkit
Four tools for the actual moments: when she's stuck, when you've forgotten something, when you want to check whether she really has it, and when you're deciding whether to say anything at all.
This document is addressed to a parent, and it talks about a student in the third person. She is welcome to read every word of it — nothing here is meant to be kept from her, and it is better that she knows what it says than that she finds out.
It is not an authority. It is a second voice on the same material, written so that there is someone else in the house who can follow what she is doing. Where it disagrees with her teacher, her teacher is the one grading.
Tool 1 — The Rederivation Map
The point of the whole guide is that almost nothing in BC needs to be memorized in isolation. This is the dependency map: if she blanks on the thing in the left column, rebuild it from the thing in the right.
15 of the 20 rows open into the steps. The other 5 are one-liners already — there is genuinely nothing more to say about them, and padding them out would make the arrows meaningless.
| Forgotten | Rebuild from | Comes up in |
|---|---|---|
| Product rule. Q = f/g ⇒ f = Qg ⇒ f′ = Q′g + Qg′ ⇒ solve for Q′. | Unit 2 onward, constantly | |
|
Rebuilding Quotient rule
Worked at length in Rebuild 1 below. | ||
| Divide sin²+cos²=1 by cos². (By sin² gives cot/csc.) | Units 3, 6, 9 | |
|
Rebuilding tan²+1 = sec²
Worked at length in Rebuild 2 below. | ||
| Quotient rule on sin/cos, then sin²+cos²=1 on top. | Unit 3 | |
|
Rebuilding d/dx[tan x]
| ||
| d/dx[sec x] | Write as (cos x)−1, chain rule. | Unit 3 |
| Velocity on the unit circle is position rotated 90°: (cos t, sin t) → (−sin t, cos t). | Unit 3; reappears in Unit 9 | |
|
Rebuilding Both sine and cosine derivatives at once
| ||
| sin y = x or tan y = x, differentiate implicitly, solve, convert with the Pythagorean identity. | Unit 3; reversed in Unit 6 | |
|
Rebuilding d/dx[arcsin], d/dx[arctan]
| ||
| ey = x ⇒ eyy′ = 1 ⇒ y′ = 1/x. | Unit 3 | |
|
Rebuilding d/dx[ln x]
| ||
| d/dx[ax] | ax = ex ln a, chain rule. | Unit 3 |
| Sector squeeze: sin x ≤ x ≤ tan x, from three nested areas. | Unit 1; powers all of Unit 3’s trig | |
|
Rebuilding sin x / x → 1
| ||
| The same inequality chain. It generates all of them. | Unit 1 | |
|
Rebuilding Any other trig limit at 0
| ||
| Why +C exists | MVT: same derivative ⇒ differ by a constant. | Units 5 and 6 |
| Sector area ½r²θ | Fraction θ/2π of the full circle πr². | Units 1 and 9 |
| Polar area ½∫r²dθ | The sector formula, used as a slice. | Unit 9 |
| ds² = dx² + dy². Factor out dx (or dt). | Units 8 and 9 | |
|
Rebuilding Arc length
| ||
| S − rS telescopes to a − arn. Divide. | Unit 10 | |
|
Rebuilding Geometric series sum
| ||
| Differentiate the generic power series n times, set x = a. The n! is what n-fold differentiation makes. | Unit 10 | |
|
Rebuilding Taylor coefficients
| ||
| Substitute / differentiate / integrate / multiply one of the four memorized ones. | Unit 10 | |
|
Rebuilding Any Taylor series
Worked at length in Rebuild 3 below. | ||
| It’s the next term you dropped, with the derivative at its worst case. | Unit 10 | |
|
Rebuilding Lagrange error bound
| ||
| Both are “step along the tangent line.” Set the tangent to zero, or follow it for h. | Units 4 and 7 | |
|
Rebuilding Newton’s and Euler’s formulas
| ||
| It cancels a common factor using tangent lines, so both must pass through zero. Hence 0/0. | Unit 4 | |
|
Rebuilding Whether L’Hôpital applies
| ||
Three of these worked out, because “rebuild it” is easier said than done
When this happens: mid-test, she needs the derivative of (x²+1)/(x−3), and she can’t remember whether it’s f′g − fg′ or fg′ − f′g on top. Guessing is a coin flip and a wrong sign kills the whole problem.
- Let Q = f/g. Then f = Q·g.
- Product rule on that: f′ = Q′g + Qg′.
- Solve: Q′ = (f′ − Qg′)/g.
- Substitute Q = f/g and multiply top and bottom by g: Q′ = (f′g − fg′)/g².
Faster sanity check if she just needs the sign: try f = x, g = 1. The answer must be 1. Plugging in, (1·1 − x·0)/1 = 1. ✓ The reversed version gives −1. ✗ Ten seconds, no derivation.
When this happens: a Unit 6 integral needs ∫sec²x dx or ∫tan²x dx, and she recalls there’s a relationship between tan and sec but not which way it runs.
- Start from the one identity nobody forgets: sin²θ + cos²θ = 1.
- Divide every term by cos²θ: (sin²/cos²) + 1 = 1/cos².
- Translate: tan²θ + 1 = sec²θ.
So ∫tan²x dx = ∫(sec²x − 1)dx = tan x − x + C. The identity she couldn’t recall was five seconds of division away, and dividing by sin² instead gives the cotangent version if that’s what she needs.
When this happens: Unit 10 asks for the Maclaurin series of x·cos(2x) through the x⁵ term. Computing five derivatives of that product by hand is fifteen minutes and three chances to slip.
- Start from the memorized cosine series: cos u = 1 − u²/2! + u⁴/4! − ⋯
- Substitute u = 2x: cos 2x = 1 − 4x²/2 + 16x⁴/24 − ⋯ = 1 − 2x² + (2/3)x⁴ − ⋯
- Multiply by x: x − 2x³ + (2/3)x⁵ − ⋯
Thirty seconds, no derivatives taken. The general rule: never compute Taylor coefficients from the definition if the function is built out of one of the four standard series. Substitution, multiplication, differentiation, and integration all pass straight through.
There is no formula sheet on the AP exam. Every formula must be recalled or reconstructed. A student who can rebuild the quotient rule in four lines when it deserts her under time pressure has a real, concrete advantage over one who only memorized it — this is not an aesthetic argument, it's a points argument.
Tool 2 — Questions Worth Asking
Questions that separate real understanding from successful pattern-matching. Each is answerable in one sentence by someone who has it, and produces hand-waving from someone who doesn't.
One question, in passing, when she's already comfortable. Never during homework, never after a bad test, never two in a row.
The good version is asking because you actually want to know — which, for most of these, you will. "I got stuck on why radians matter and I can't work it out" is a real sentence. "Let me check whether you understand radians" is not, and she'll hear the difference instantly.
If the answer is shaky, don't correct it on the spot. Note which section of the guide covers it and find a reason to mention that thing a few days later.
Unit 1 — Limits
Give me a function where the limit at 3 is 7 but f(3) = 100.
Good: any function with a hole, explicitly redefined at that point — she should be able to invent one in ten seconds, e.g. "f(x) = x + 4 everywhere except f(3) = 100."
Shaky: "That can't happen." That's the misconception the whole unit exists to break, and it will cost her on every 0/0 problem.
Ask it when: she's just finished the limits unit and thinks it was easy.
Why does sin x / x → 1 only in radians?
Good: because the sector-area formula ½r²θ only holds in radians — in degrees you'd carry π/180 through every trig derivative forever.
Shaky: "Because that's the rule." Fine at this stage, but it means the sector-squeeze picture didn't land, and that picture is the source of every trig limit she'll need.
Ask it when: she complains that her calculator was in the wrong mode. Which she will.
Units 2–3 — Derivatives
Why isn't the product rule just f′g′?
Good: the rectangle picture — growing both sides adds two strips and a corner; the corner vanishes in the limit but the strips don't. Or just: "try f = g = x; you'd get 1 instead of 2x."
Shaky: "Because it's a different rule." She'll still get the problems right, but she has no error-check when she misremembers it under pressure.
Ask it when: she's fluent with the rules and bored.
Nothing in the power rule differentiates to 1/x. Why not, and what fills the gap?
Good: the power rule always lowers the exponent by one, so landing on −1 means starting at x⁰, which is constant with derivative 0. ln x fills it.
Ask it when: Unit 3 introduces d/dx[ln x] = 1/x. It reframes a memorized table entry as the answer to a question, and it sets up the Unit 6 payoff where ln x gets defined as an area.
Why are you allowed to treat a circle as a function when you differentiate implicitly?
Good: locally it is one — and dy/dx = −x/y blows up exactly at (±5, 0), which is where the circle is vertical. The formula announces where the trick stops working.
Ask it when: implicit differentiation is going well. This is the best "the textbook didn't tell you" moment in the fall.
Units 4–5 — Applications
Can a particle be speeding up while accelerating in the negative direction?
Good: yes, if it's also moving in the negative direction. Same sign means speeding up.
Shaky: "No, negative acceleration means slowing down." This is the most-missed motion question on the exam, every year.
Ask it when: during the motion unit. This one is worth actually resolving rather than leaving.
If f′(c) = 0, is there a maximum at c?
Good: no — x³ at 0. Critical points are candidates, not conclusions.
Ask it when: she starts curve sketching. Also a fast check on whether she's justifying or just computing.
Why is a tangent-line estimate sometimes too big and sometimes too small?
Good: concavity. Concave up puts the tangent below the curve, so it underestimates.
Ask it when: linear approximation appears. The same fact reappears for Euler's method in Unit 7, so it pays twice.
Unit 6 — Integration
What is an integral, if not the area under a curve?
Good: accumulating a product where one factor varies. Area is one picture of it.
Shaky — and this is the important one: "the antiderivative." That's a computational method, not a definition, and a student who believes it cannot make sense of work, mass, expected value, or anything in Units 7 and 8.
Ask it when: right after the Fundamental Theorem, which is exactly when the misconception forms.
Why is the Fundamental Theorem surprising?
Good: slope and area are unrelated-looking questions, and it took two thousand years to notice they're inverse.
Shaky: "Is it?" Which is a fair response to how it's usually taught — forty minutes, presented as a computational rule.
Ask it when: she's just learned it and is unimpressed.
Where does the +C come from?
Good: the Mean Value Theorem — two functions with the same derivative differ by a constant.
Shaky: "It's a rule." Extremely common. Worth fixing because it also explains why FTC Part 1 gives the same answer no matter which antiderivative you pick.
Unit 10 — Series
The terms of 1 + ½ + ⅓ + ¼ + … go to zero. Does it converge?
Good: no. And ideally: it diverges like ln n, agonizingly slowly.
Shaky: "Yes." This single question catches the most consequential misconception in the largest unit on the exam. If the answer is yes, she will misapply the nth-term test all spring.
Ask it when: series begins. This is the one question on this page I'd insist on asking.
What's the connection between the integral test and the p-series rule?
Good: they're the same threshold. Σ1/n^p and ∫dx/x^p converge together, both exactly when p > 1.
Ask it when: the convergence tests feel like an arbitrary zoo — which they will, for about three weeks. Seeing two of them as one fact makes the rest feel learnable.
Why is there an n! in the Taylor coefficients?
Good: differentiating (x−a)ⁿ exactly n times produces n!, so the coefficient has to cancel it.
Ask it when: Taylor series is introduced. It converts the formula from arbitrary to inevitable.
The one to ask all year
"Why do you think they teach it in that order?"
It works because: it's a real question you don't know the answer to, she can actually answer it, and answering it requires understanding both topics and the relationship between them.
Examples of where it bites:
- Why limits before derivatives? — Because the derivative is defined by one. But historically it went the other way: calculus worked for 190 years before limits were rigorous.
- Why Riemann sums before the Fundamental Theorem? — So you know what an integral is before you learn the shortcut. Otherwise "integral" just means "antiderivative," and Units 7 and 8 stop making sense.
- Why partial fractions before logistic growth? — Because solving the logistic equation requires them.
- Why series last? — It needs limits, integrals, improper integrals, and derivatives of every order.
Each of those is a two-minute conversation, and each one makes the curriculum feel designed rather than arbitrary.
Tool 3 — The Pacing Calendar
Approximate, but the shape holds for most BC classes. Official College Board unit numbers in brackets, since that's what her teacher will use.
| When | Topic | Watch for |
|---|---|---|
| Late Aug – Sep | Limits, continuity [1] | Abstract and unmotivated. She's not confused — it genuinely hasn't paid off yet. |
| Sep – mid Oct | Derivatives, all rules [2,3] | Taught at double speed in BC. Chain-rule fluency is the thing that matters. |
| Mid Oct – Nov | Applications, MVT, optimization [4,5] | First real modeling. Related rates is where word problems start biting. |
| Dec – Jan | Integrals, FTC, techniques [6] | Heaviest unit on the exam, 17–20%. If Riemann sums get rushed, fill that gap. |
| Feb | Differential equations [7] | Usually goes well. Slope fields are easier than they look. |
| Feb – Mar | Applications of integration [8] | Volumes with a shifted axis of rotation is the error zone. |
| Mar | Parametric, polar, vector [9] | Polar area limits. Sketch first, always. |
| Mar – Apr | Sequences and series [10] | 17–18%, hardest unit, worst timing. This is the one. |
| Apr – early May | Review | Fatigue is the real enemy. The exam is in the first half of May. |
Exam weighting is inverted from how the year feels. Verified against College Board's published multiple-choice weightings:
- Units 1–4 (all of limits, all of basic differentiation): 5–10% each
- Units 5 and 9: 10–15% each
- Units 6 and 10: 15–20% each — tied heaviest, up to two-fifths of the section together
So the fall races, at double speed, through the lowest-weighted material. The heavy units land February through April, when everyone is tired and the exam is close.
Be most available in the spring, not the fall. That's counterintuitive, because September is when a course feels new and a parent feels useful.
A student starting BC in autumn 2026 sits a revised paper. Multiple choice Part A: 29 questions in 62 minutes (was 30 in 60). Part B: 13 questions in 38 minutes (was 15 in 45). Forty-two questions rather than forty-five.
Course content is unchanged. The only practical effect: prep books printed before 2026 have the old counts, so timed-practice pacing will be slightly off.
Tool 4 — Triage: What to Do When She's Stuck
The most valuable judgment here isn't mathematical. It's working out which of five things is happening, because they need opposite responses and the wrong one makes it worse.
| Symptom | Cause | Response |
|---|---|---|
| Sets the problem up wrong, then executes cleanly | Modeling gap — can't translate words into an equation | Draw it together. Ask what varies and what's fixed. Don't touch the calculus. |
| Sets it up right, gets the wrong number | Algebra slip, not conceptual | Have her check her own work backwards. Re-teaching insults her. |
| Right answer, can't say why | Pattern-matching — will fail on a variant | One diagnostic question, later, not now. |
| Doesn't know which tool applies | Selection problem, not a knowledge problem | The decision procedures: limits tree, series tree, LIATE. She has the tools. |
| Frustrated, avoidant, snappish | Not a math problem | Stop. Nothing you explain will land. |
Four of these, as they actually look
"A ladder is sliding down a wall…" She writes x² + y² = 169, then immediately substitutes x = 5 and y = 12, differentiates, and gets zero. She's frustrated because the calculus was easy and the answer is obviously wrong.
What's happening: she substituted before differentiating, which turned two variables into constants. This is the single most common related-rates failure and it is not a calculus error — it's a modeling error about which quantities are allowed to move.
What to do: ask "which of those numbers is true only at this instant?" Don't explain the fix. That one question locates it, and she'll see it herself. Then the rule sticks: letters for what varies, numbers for what's fixed, values in last.
What not to do: walk her through the corrected solution. She'll follow it, agree, and make the same error next week, because the error was never in the steps she watched.
She sets up a washer-method volume perfectly — correct axis, correct radii, correct limits — and gets a negative number.
What's happening: almost certainly a sign or a squaring error inside the integral, or π∫(R−r)² instead of π∫(R²−r²). Nothing conceptual is broken.
What to do: "the setup looks right to me — a volume came out negative, so something downstream flipped a sign." Name the class of error and let her hunt. Finding her own arithmetic mistakes is a skill and it only develops if she does it.
Why this matters more than it sounds: a student who has been rescued from arithmetic all year has no error-detection habit on exam day, when nobody is available to check her work.
She's getting every u-substitution right. You ask, idly, why substitution works at all. She says "you just let u be the inside part."
What's happening: the procedure is solid and the concept is missing. She will be fine until a problem where the derivative is almost present — ∫x·e^(x²)dx, where du = 2x dx but only x dx is there — or until Unit 10, where she needs to run series operations in reverse.
What to do: nothing right now. She's succeeding; interrupting that is pure cost. Note it, and a few days later mention the actual answer as a thing you found interesting: substitution is the chain rule read backwards, so what you're really hunting for is a function and its own derivative sitting in the same integrand.
Timing rule: concept lands after fluency, not before, and not during.
Series unit. She's staring at Σ n²/(n⁴+3) and has tried three tests without getting anywhere. She knows all the tests.
What's happening: this is not a gap in knowledge, it's a gap in ordering. She's picking tests at random instead of running a procedure.
What to do: hand her the decision tree, don't narrate it. "Does aₙ → 0? Yes, so nothing's ruled out. Any factorial? No, so skip the ratio test. Rational-looking? Yes — so limit-compare, keeping only the dominant powers: n²/n⁴ is 1/n², a convergent p-series."
Why this is the most fixable category: selection problems look like knowledge problems and feel like stupidity to the student. They're neither. Ten minutes with a decision procedure resolves what an hour of re-teaching won't.
It's 10:40pm, there are two problems left, and she's snapping at you.
What's happening: not calculus.
What to do: stop. Say the problem set will be there tomorrow, or that a wrong answer on one homework question costs nothing. Nothing you explain at this point will be retained, and the association between you and the subject is worth more than two problems.
The failure mode is you, and it's worth naming plainly
You will want to give her the beautiful structural picture. What she needs on a Tuesday night is to get the derivative of x·sin(x²) right on a timed test.
Conceptual depth doesn't substitute for procedural fluency; it follows it, usually by months. Parents who lead with "but do you see why" often read as (a) not actually helping and (b) mildly disappointed.
The extensions are the right move for a bored kid and the wrong move for a struggling one. Diagnose before you deploy.
Rules of engagement
- Follow her lead; offer one thing. The "one thing to show her" items in the guide are one per unit deliberately. That's a ceiling, not a target.
- Never deploy an entice item when she's behind. A struggling student hearing "isn't it beautiful that—" experiences it as a change of subject away from her actual problem.
- Don't front-run her teacher. L'Hôpital in September, or the difference-quotient shortcut before she's drilled the algebra, costs her points and skips practice the unit exists to build. The guide flags these in purple.
- Frame as interest, not assistance. "I got curious about why they teach limits first and the answer is kind of a mess" lands completely differently from "let me help you with limits."
- She may not want to be taught by a parent at all. That's common, it isn't about you, and the offer itself can be the problem. The history-and-context layer survives that — it's a thing you can mention at dinner without it being a tutoring session.
What you uniquely have
She's a sophomore in BC who likes math and was taught well. She does not need you to teach her calculus.
What you can offer that her course structurally cannot: why the ideas are ordered this way, what the historical fights were, what's still unresolved, where it goes next, and what other countries do differently.
That's a different thing from help. It's also what makes a subject feel like a place rather than a hurdle — and it's the part a good teacher would love to give her but has 150 students and a May deadline.
Appendix — Three Conversations Worth Having
1 · The foundations were broken for 150 years
Newton and Leibniz had working calculus by 1670. Berkeley demolished its logic in 1734 — infinitesimals had to be both zero and not-zero, "the ghosts of departed quantities," and he was right. Nobody could answer him. Weierstrass's limits (1860s) dodged the problem rather than solving it. Robinson finally vindicated Leibniz in 1966 with nonstandard analysis.
Why it's useful: when she treats dy/dx as a fraction and cancels — which separation of variables basically instructs her to do — the honest response isn't "don't." It's "that's Leibniz's instinct, it isn't justified in the framework you're being taught, and it took 300 years to make rigorous." Much better conversation than a correction.
2 · Notation as competitive advantage
Newton used dots. Leibniz used dy/dx and ∫. The priority war made Britain loyal to Newton's notation for a century, and British mathematics fell behind the continent — because Leibniz's notation suggests the correct manipulations and Newton's doesn't.
Why it's useful: it's the best available argument that interface design is not cosmetic. Applicable well outside mathematics.
3 · Differentiation is an algorithm; integration isn't
Every elementary function has an elementary derivative — turn the crank, always works. Most have no elementary antiderivative, and Liouville proved it in the 1830s. Not "nobody found one." There isn't one.
And yet ∫e−x² over the whole real line is exactly √π. The most important function in statistics can't be integrated by any technique in her course, but its total area is clean.
Why it's useful: it tells her that Unit 7 being a bag of tricks isn't a failure of her textbook or of her. It's a fact about mathematics. Students who don't know this assume they're missing an insight.
Sanity checks
How to tell whether an answer is wrong without doing the problem again. This is triage: it is not meant to prove you are right, only to catch the ways you are most likely to be wrong.
nine moves, drawn from the checks scattered through the guide. Every one takes seconds rather than minutes — that is the whole point of them. If a check takes as long as the original problem, it is not a check.
Undo it · Special case · Sign and size. Between them they catch most of what actually goes wrong: an antiderivative that does not differentiate back, a formula misremembered under pressure, and a negative area. The other six are worth knowing, but these three are worth having by reflex.
None of this is invented here. Sanjoy Mahajan's Street-Fighting Mathematics (MIT Press, and free to read) teaches the same skill as six tools — dimensional analysis, easy cases, lumping, picture proofs, successive approximation, and reasoning by analogy. Three of them are three of these under different names, and lumping is taken from him directly.
His argument is worth having in mind: conventional teaching is about solving exactly stated problems exactly, and leaves out the separate skill of finding out whether an answer is roughly right. That skill is the one that rescues you in an exam.
The three
Undo it one of the three
Differentiate your antiderivative. Substitute your solution back into the differential equation. Integration and differential equations are the only places in the course where the answer checks itself, and it takes one line.
Used in the guide:
Special case one of the three
Set a parameter to 0, to 1, or to something symmetric. A correct general formula has to collapse to the specific thing you already know. A misremembered one usually does not.
Used in the guide:
Sign and size one of the three
Should this be positive? Is it inside a bound you can see? Is it roughly the size you expected? Most lost points are not subtle — they are a negative area or an answer ten times too big.
Used in the guide:
The other six
Lumping
Replace the messy thing with a simple thing of about the same size — a curve with a rectangle, a region with a triangle. You are not trying to get the answer, only to find out whether the answer you have is the right size.
Used in the guide:
Known case
Feed your general method something whose answer you know independently — a circle, a cone, a triangle. A method that cannot reproduce a circle is being applied wrongly.
Used in the guide:
Limiting behaviour
Push the variable to its extreme. As x or n goes to infinity, where must this end up? Answers that run past a bound, or settle in the wrong place, are wrong before the arithmetic is checked.
Used in the guide:
Rate vs amount
Integrate a rate and you must get an amount; differentiate an amount and you must get a rate. Checking the units takes two seconds and catches differentiating the wrong formula entirely.
Used in the guide:
- Unit 4 — dV/dt = 4πr²·dr/dt matches the numerical derivative of (4/3)πr³.
Second route
Get the same answer a different way — simplify first, use a different rule, or put a nearby number into the original expression. Two methods agreeing is much stronger evidence than one method feeling right.
Used in the guide:
Match the picture
Does the number agree with the graph? A slope you computed should look like the slope you can see. This is the check that connects the algebra back to what it means.
Used in the guide:
- Unit 3 — Slope of 2^x at 0 is ln 2 ≈ 0.693; of 3^x, ln 3 ≈ 1.099.