Unit 3 “Get a 5” Plan
Unit 3 is where students start losing points from structure mistakes (forgetting chain rule, missing y', wrong inverse input). Fix those, and Unit 3 becomes free points.
- Chain Rule: d/dx [f(g(x))] = f'(g(x)) · g'(x)
- Implicit: “every y term pays y'”
- Inverse slope: (f−1)'(b) = 1f'(a) where f(a)=b
- Inverse trig derivatives table
- Write the correct setup first (formula/structure), then simplify.
- At a point? Plug numbers after differentiating.
- Include units/meaning if problem is contextual (Unit 4 overlaps).
- If asked for a tangent line, you need: slope + point.
The Chain Rule
The Chain Rule is the #1 rule in Unit 3. Any time you see “function inside a function,” think: outside derivative × inside derivative.
Problem: Differentiate y=(3x²+1)⁵.
- Outside: (□)⁵ → 5(□)⁴
- Inside: 3x²+1 → 6x
- Answer:
y' = 5(3x²+1)⁴ · 6x = 30x(3x²+1)⁴
Problem: Differentiate y=sin(5x).
Common miss: writing just cos(5x) (forgot the inside derivative).
Problem: Differentiate y=ex²−4x.
Implicit Differentiation
Use implicit differentiation when y is mixed with x (like x²+y²=25). Treat y as y(x), so every y term triggers the chain rule.
Whenever you differentiate a y-expression, multiply by y'.
Differentiate
Both sides in x.
Add y' when touching y.
Gather
Move all y' terms to one side.
Solve
Factor out y' and divide.
Problem: Find dy/dx if x²+y²=25.
- Differentiate: 2x + 2y·y' = 0
- Solve: 2y·y' = −2x → y' = −x/y
AP trap: forgetting the y' on y².
Differentiating Inverse Functions
Inverse functions reflect across y=x. That reflection flips slopes into reciprocals, but you must match the correct input/output pair.
Inverse derivative at b uses original derivative at the matching a.
Problem: If f(2)=5 and f'(2)=3, find (f−1)'(5).
- Match: f(2)=5 → point (2,5) on f, so (5,2) on f−1.
- Reciprocal: (f−1)'(5)=1/f'(2)=1/3
Inverse Trigonometric Functions
You don’t need to derive these on the exam — but you must memorize them and apply the chain rule correctly.
| Function | Derivative | Chain Rule Version |
|---|---|---|
| arcsin(x) | 1 / √(1−x²) | u' / √(1−u²) |
| arccos(x) | −1 / √(1−x²) | −u' / √(1−u²) |
| arctan(x) | 1 / (1+x²) | u' / (1+u²) |
- Sin has a Square root: √(1−x²)
- Tan has a +: 1+x² (no root)
- “Co” function (arccos) is the negative version of arcsin
Problem: Differentiate y=arctan(3x).
Tangent Line Skills (Implicit + Inverse)
College Board loves “find the equation of the tangent line” because it combines skills: differentiate correctly, evaluate at a point, then use point-slope form.
Problem: For x²+y²=25, find the tangent line at (3,4).
- From implicit diff: y' = −x/y
- Slope at (3,4): m = −3/4
- Tangent line: y − 4 = (−3/4)(x − 3)
Problem: If f(2)=5 and f'(2)=3, write the tangent line to y=f−1(x) at x=5.
- Point on inverse: (5,2)
- Slope: (f−1)'(5)=1/3
- Tangent line: y − 2 = (1/3)(x − 5)
Higher-Order Derivatives
Higher-order derivatives measure how the rate of change itself changes. This is a bridge into Unit 4 (motion + concavity).
f'(x)
Slope / Velocity
f''(x)
Concavity / Acceleration
d²y/dx²
(Not “dy squared”)
Problem: If f(x)=x⁴−2x², find f'(x) and f''(x).