Differentiation · Definition
& Basic Rules
Where limits become something useful. A derivative is just the slope of a tangent line — but that one idea gives you velocity, marginal cost, growth rate, and the entire toolkit of calculus in one breath.
By the end of this unit, you will be able to…
Six measurable goals aligned to College Board CED Topic 3.
- LO 1 Distinguish average rate of change from instantaneous rate (the derivative).
- LO 2 Evaluate derivatives from the limit definition — without memorized rules.
- LO 3 Apply power rule, constant rule, sum/difference rule to polynomials.
- LO 4 Differentiate ex, ln x, sin x, cos x, tan x — and know their geometric origins.
- LO 5 Use product rule, quotient rule, and combinations on composite expressions.
- LO 6 Identify where a derivative does NOT exist (corners, cusps, vertical tangents, jumps).
Unit 2 → AP Calculus AB Topic 3
Topic 3 is the single biggest topic on the AP exam. ≈17-20% of MCQ points and shows up in every FRQ.
| Topic | CED Skill ID | Weight | Slides |
|---|---|---|---|
| 3.1 Derivative at a point | CHA-2.B / C | 2-3% | 6–10 |
| 3.2 Derivative as a function | CHA-2.D | 2-3% | 11–12 |
| 3.3 Basic derivative rules | FUN-3.A | 5-7% | 13–19 |
| 3.4 Trig derivatives | FUN-3.B | 2-3% | 17–19 |
| 3.5 Product & quotient rules | FUN-3.B | 5-7% | 20–23 |
| 3.6 Differentiability | FUN-3.B | 1-2% | 11, 24 |
| 3.7 Higher-order derivatives | CHA-2.D | 1-2% | 25–26 |
Key Terms · Part 1
Six words you'll hear for the next 100 slides. Memorize.
Average rate of change
Δy / Δx = (f(b) − f(a)) / (b − a) — slope of the secant line.Instantaneous rate
lim as the interval shrinks to one point → slope of tangent line.Derivative f'(a)
The slope of the tangent to y = f(x) at x = a. Defined as a limit of difference quotients.Difference quotient
[f(a + h) − f(a)] / h or [f(x) − f(a)] / (x − a).Differentiable at a
The derivative f'(a) exists as a finite real number — the secant limit exists.Tangent line
y = f(a) + f'(a) · (x − a). Best linear approximation at a.Five ways to write the derivative
| Notation | Used by | Most common when… |
|---|---|---|
| f'(x) | Lagrange | talking about a function f |
| dy / dx | Leibniz | talking about variables y and x |
| d/dx f(x) | Operational | operations on a formula |
| Dx y | Newton-esque | emphasizing which variable you differentiate with respect to |
| y' | Prime | when y is the dependent variable |
What does "instantaneous rate" actually look like?
Take a curve. Pick two points, draw a secant. Now squeeze the right point toward the left. The secant swings around — and converges to the tangent.
B → A: secant swings toward the tangent. The limit of that swing is the instantaneous slope.
The derivative, formally
- Both are the limit of a slope (difference quotient) as the second point approaches the first.
- Either form defines the slope of the tangent line to y = f(x) at x = a.
- If that limit exists and is finite, f is differentiable at a.
Find f'(x) from first principles
Find f'(x) — square root version
The tangent line at a point
Differentiable ⇒ Continuous (not the reverse)
Converse is false. f(x) = |x| is continuous at 0 but not differentiable there.
Four ways f'(a) can fail to exist
| Failure mode | What you see | Example |
|---|---|---|
| Corner / cusp | Left derivative ≠ right derivative | f(x) = |x| at x = 0 |
| Vertical tangent | Tangent is vertical → slope undefined | f(x) = ∛x at x = 0 |
| Discontinuity | f(a) undefined or jumps | f(x) = 1/x at x = 0 |
| Oscillating tangent | Near a the curve wiggles without settling | f(x) = x sin(1/x) near 0 (extended) |
Don't confuse these with "f(a) is not defined"
If f(a) doesn't exist, then a fortiori f'(a) can't exist. But continuity at a is necessary — not sufficient.
Power rule · FUN-3.A.1
Example 1
d/dx [x5] = 5x4Example 2
d/dx [x] = 1 · x0 = 1Example 3
d/dx [x−3] = −3x−4Example 4
d/dx [√x] = d/dx [x1/2] = (1/2) x−1/2Three rules that go with power rule
Constant rule
d/dx [c] = 0 for any constant cConstant multiple
d/dx [c · f(x)] = c · f'(x)Sum rule
d/dx [f(x) + g(x)] = f'(x) + g'(x)Difference rule
d/dx [f(x) − g(x)] = f'(x) − g'(x)The two magic exponentials
sin and cos — derived from a unit circle
Four more from quotient + chain rules
| Function | Derivative | Note |
|---|---|---|
| tan x = sin x / cos x | sec²x | always ≥ 0 |
| cot x = cos x / sin x | −csc²x | always ≤ 0 |
| sec x = 1 / cos x | sec x · tan x | undefined at x = π/2 + kπ |
| csc x = 1 / sin x | −csc x · cot x | undefined at x = kπ |
Combining all the basic rules
Power rule pitfalls
| Pitfall | Correct application |
|---|---|
| d/dx [x2/x3] | Simplify first: x−1 → −x−2 |
| d/dx [3x] (NOT 3x…) | Different rule (e x-form): 3x ln 3. Power rule applies only to xn. |
| d/dx [e3] | e3 is a constant ≈ 20.09. Derivative = 0, not e3. |
| d/dx [xx] | No power-rule shortcut; use logarithmic differentiation (BC). |
Watch out for the variable on the bottom
The power rule only applies when the variable is in the base. If the variable appears in the exponent, you need a different formula. (We'll see those in Unit 4 — related rates + exponential/log applications.)
Product rule · FUN-3.B.4
Product rule in action
Quotient rule · FUN-3.B.5
Quotient rule in action
Vertical tangent vs cusp
Higher-order derivatives
Position → Velocity → Acceleration
Unit 2 cheat sheet — keep visible until slide 38
| Function | Derivative | Function | Derivative |
|---|---|---|---|
| c (constant) | 0 | sin x | cos x |
| xn | n xn−1 | cos x | −sin x |
| c · f(x) | c · f'(x) | tan x | sec²x |
| f + g | f' + g' | cot x | −csc²x |
| ex | ex | sec x | sec x · tan x |
| ln x | 1/x | csc x | −csc x · cot x |
| f · g | f' · g + f · g' (product) | f / g | (f' g − f g') / g² (quotient) |
Polynomial derivative practice
Product & quotient practice
Higher-order derivatives
Quick check — derivative rules
Click an option to reveal the answer.
AP MCQ · derivative of a product
Click an option to check.
FRQ · tangent line
Top 5 mistakes students make in Unit 2
① Forgetting the second term in product rule
"(fg)' = f'g" is a one-way ticket to wrong answers. Always include both f'g and fg'.
② Mixing up d/dx [ex] with d/dx [xe]
ex derivative = ex. xe derivative = e · xe−1. The exponent letter vs variable base matters!
③ Saying derivative at a corner "exists"
|x| at x = 0 has left derivative = −1, right derivative = +1. They don't agree → no derivative.
④ Confusing f'(a) with f(a)
f(a) is the y-value. f'(a) is the slope. Very different numbers.
⑤ Treating "1/x" as just "1/x", not "x−1"
It's the latter. d/dx [x−1] = −x−2 = −1/x².
Where the derivative shows up
- Velocity (physics): v(t) = s'(t). Speedometer in your car is literally a derivative in real time.
- Marginal cost (economics): MC = dC/dQ. The cost of producing "one more unit."
- Population growth: dP/dt = rP. The rate a population is growing at any moment — used in epidemiology for R₀ calculations.
- Marginal revenue (finance): If revenue is R(q), marginal revenue R'(q) is the change in revenue per additional unit sold.
- Pharmacokinetics: dC/dt = how fast a drug concentration changes in your blood; critical for safe dosing.
Best YouTube for this unit
Three picks — concept, examples, visual.
Unit 2 in 60 seconds
- Derivative = slope of tangent = limit of difference quotient.
- Power rule + sum + constant multiple handle all polynomials.
- ex and ln x are the natural exponential pair; their derivatives are themselves and 1/x.
- sin and cos come from the unit circle; + their cofunctions.
- Product rule (u·v)' = u'v + uv'; Quotient rule (u/v)' = (u'v − uv') / v².
- Differentiability ⇒ continuity (but not vice versa).
- Higher-order derivatives track position → velocity → acceleration → jerk.
Unit 2 · everything covered ✓
Mapped 1:1 against the 2024-25 College Board CED for Calculus AB Topic 3.
- 3.1 / CHA-2.B Defining average rate of change.
- 3.1 / CHA-2.C Defining instantaneous rate (derivative at a point).
- 3.1 / CHA-2.C Estimating derivatives from a graph (secant → tangent).
- 3.1 / CHA-2.C Using the limit definition of the derivative.
- 3.2 / CHA-2.D Derivative as a function f'(x).
- 3.3 / FUN-3.A Power rule, constant rule, sum/difference.
- 3.3 / FUN-3.A Derivatives of ex and ln x.
- 3.4 / FUN-3.B Derivatives of sin x, cos x.
- 3.4 / FUN-3.B Derivatives of tan, cot, sec, csc.
- 3.5 / FUN-3.B Product rule.
- 3.5 / FUN-3.B Quotient rule.
- 3.6 / FUN-3.B Differentiability ⇒ continuity; where derivatives don't exist.
- 3.7 / CHA-2.D Higher-order derivatives & physical meaning.
- Worked examples · 4 unlimited + 3 quiz · 5 practice problems embedded.
- Common errors · 5 pitfalls explicitly called out.
- 3 curated YouTube lessons (concept / example / visual).
- Real-world connections · 5 applications across physics, economics, finance, biology.