AP Calculus AB & BC Derivatives — Complete 2026 Exam Review
Everything US high school students need to master derivatives before the May 2026 AP exam. All 6 derivative rules with worked examples, 20 AP-style practice problems with full solutions, and the top 5 mistakes that cost students points every year.
6Derivative Rules
20Practice Problems
5Common Mistakes
100%Free
📅 Published: March 22, 2026|🔄 Updated: March 22, 2026|✍️ By:Mian Muhammad Asghar|📖 35 min read|✅ Peer Reviewed — Trust Methodology|🎯 AP Calculus AB & BC
⏳ May 12, 2026 (AB) · May 13, 2026 (BC) — Time remaining:
A derivative is the instantaneous rate of change of a function — written as f'(x) or dy/dx.
On the AP Calculus exam, derivatives measure how fast a quantity changes at a specific moment: velocity (rate of change of position), acceleration (rate of change of velocity), marginal cost (rate of change of cost), and dozens of other applications. Every free-response question on the AP exam involves derivatives in some form.
The AP Calculus AB and BC exams each test derivatives across multiple question types. In the multiple-choice section, roughly 40–50% of questions directly involve differentiation rules or their applications. In the free-response section, 1–2 questions specifically target derivatives, and 2–3 more require derivatives as part of a larger analysis.
This guide is structured to give you maximum exam value in minimum time. We cover every derivative rule that appears on the exam, followed immediately by a worked example in AP exam style. Then 20 practice problems — distributed 40% easy, 40% medium, 20% hard — mirror the real difficulty distribution of the exam.
🎯 AP Calculus AB vs BC — Derivative Differences
AP Calculus AB tests: Power Rule, Product Rule, Quotient Rule, Chain Rule, derivatives of trig/exp/log functions, Implicit Differentiation, and Related Rates. These rules make up the core of derivative content on the exam.
AP Calculus BC includes everything in AB plus: parametric derivatives (dy/dx = (dy/dt)/(dx/dt)), polar derivatives (dr/dθ), and deeper applications of L'Hôpital's Rule. BC also tests second derivatives in parametric contexts — a common free-response topic.
📊 How Derivatives Are Graded on AP Free-Response
AP free-response questions are scored point-by-point. If your final answer is wrong but your derivative setup is correct, you earn those points. This means showing every derivative step clearly is worth partial credit — even in problems you can't fully solve. Always write the rule you're using before applying it.
🤖 Quick Answer — AP Derivative Rules at a Glance
📐 Power Rule — d/dx[xⁿ] = nxⁿ⁻¹
🔗 Chain Rule — f'(g(x)) · g'(x)
✖️ Product Rule — u'v + uv'
➗ Quotient Rule — (u'v − uv') / v²
⊕ Implicit — attach dy/dx to y-terms
⏱️ Related Rates — differentiate w.r.t. t
MA
Mian Muhammad Asghar ✓ Verified Author
Founder & Lead Developer — DerivativeCalculus.com · Dubai, UAE
Dubai-based educational technologist with 18+ years of experience in edtech. Founded DerivativeCalculus.com in November 2025 to provide free, step-by-step calculus tools to students worldwide. Previously built OnlineCalculatorPlus.com (2022). This review is cross-referenced with Stewart's Calculus, OpenStax Calculus, and the official College Board AP Calculus Course Description.
These are every derivative rule tested on AP Calculus AB and BC. Each section shows the formula, when to use it, and a fully worked example written exactly as AP scorers expect to see it.
AB & BC
1. Power Rule
The Power Rule is the most frequently used rule on the entire AP exam. Any time you differentiate xⁿ where n is a constant — positive, negative, fraction, or decimal — this is the rule to use.
Power Rule Formula
d/dx [xⁿ] = n · xⁿ⁻¹
Bring the exponent down as a multiplier, then reduce the exponent by 1.
Differentiating a polynomial
Find f'(x) if f(x) = 4x⁶ − 9x⁴ + 3x² − 7
Step 1: Apply Power Rule to each term individually.
d/dx[4x⁶] = 24x⁵ · d/dx[−9x⁴] = −36x³ · d/dx[3x²] = 6x · d/dx[−7] = 0
Answer: f'(x) = 24x⁵ − 36x³ + 6x
⚡ AP Exam Tip — Rewrite First
Rewrite radicals and fractions as power-rule form before differentiating: √x = x^(1/2), 1/x² = x^(−2), ∛x⁴ = x^(4/3). This prevents errors and is the expected method on AP free-response.
AB & BC
2. Chain Rule
The Chain Rule differentiates composite functions — any function inside another function. It is the most commonly missed rule on AP exams, appearing in roughly 1 in 3 student errors.
Chain Rule Formula
d/dx [f(g(x))] = f'(g(x)) · g'(x)
"Derivative of the outside (leaving inside alone) × derivative of the inside."
Polynomial inside a power
Find dy/dx if y = (3x² + 1)⁷
Identify: Outer function = u⁷, inner function u = 3x² + 1
dy/dx = 7(3x² + 1)⁶ · d/dx[3x² + 1] = 7(3x² + 1)⁶ · 6x
Answer: dy/dx = 42x(3x² + 1)⁶
Trigonometric + Chain Rule
Find dy/dx if y = sin(5x³)
d/dx[sin(u)] = cos(u) · u', where u = 5x³, u' = 15x² Answer: dy/dx = 15x²·cos(5x³)
🚨 Most Common AP Mistake — Missing the Inside Derivative
Writing d/dx[sin(3x)] = cos(3x) instead of 3cos(3x) is the #1 Chain Rule error. Every composite function needs the inner derivative multiplied at the end. When in doubt, ask: "Is there a function inside another function?" If yes — Chain Rule required.
AB & BC
3. Product Rule
Use the Product Rule whenever two functions that both depend on x are multiplied together. Do not try to distribute or simplify first — apply the rule directly.
Product Rule Formula
d/dx [u · v] = u'v + uv'
"First times derivative of second, plus second times derivative of first."
Polynomial × trig function
Find dy/dx if y = x³·sin(x)
u = x³ → u' = 3x² | v = sin(x) → v' = cos(x)
dy/dx = 3x²·sin(x) + x³·cos(x)
Answer: dy/dx = x²(3sin(x) + x·cos(x))
AB & BC
4. Quotient Rule
Use the Quotient Rule when one function is divided by another and both depend on x. The subtraction order in the numerator is critical — getting it wrong flips the sign of the entire answer.
Quotient Rule Formula
d/dx [u/v] = (u'v − uv') / v²
Memory trick: "Low d-High minus High d-Low, over Low squared"
Implicit Differentiation is used when the equation cannot easily be solved for y — for example, circles, ellipses, or equations where x and y are mixed. The key rule: every y-term gets a dy/dx factor when you differentiate, because y is a function of x (Chain Rule).
Related Rates problems ask how fast one quantity changes as another changes over time. They almost always appear in AP free-response and are worth 3–9 points. The method is Implicit Differentiation with respect to time (t).
✅ 4-Step Related Rates Method
Step 1: Draw and label a diagram with variables (not numbers yet).
Step 2: Write an equation relating the variables (Pythagorean theorem, volume formula, similar triangles, etc.).
Step 3: Differentiate both sides with respect to t — keeping all rates (dr/dt, dh/dt, etc.) as symbols.
Step 4: Substitute the specific values given and solve for the unknown rate. Never substitute before differentiating.
Classic AP Related Rates — Ladder Problem
A 10-ft ladder leans against a wall. The base slides away at 2 ft/sec. How fast is the top sliding down when the base is 6 ft from the wall?
Answer: dy/dt = −3/2 ft/sec (top slides down at 1.5 ft/sec)
Essential Derivatives Quick Reference — Memorize These
Function
Derivative
Function
Derivative
sin x
cos x
eˣ
eˣ
cos x
−sin x
aˣ
aˣ · ln(a)
tan x
sec² x
ln x
1/x
cot x
−csc² x
logₐ x
1/(x · ln a)
sec x
sec x · tan x
arcsin x
1/√(1−x²)
csc x
−csc x · cot x
arctan x
1/(1+x²)
✏️ 20 AP-Style Practice Problems with Full Solutions
These problems mirror the style, difficulty, and phrasing of actual AP Calculus questions. All solutions are shown step-by-step as AP scorers expect to see them. Click "Show Solution" to reveal the working.
📊 Problem Difficulty Distribution
Problems 1–8: Easy (direct rule application, ~40% of AP exam) · 9–16: Medium (combined rules, ~40%) · 17–20: Hard (FRQ-level multi-step, ~20%)
These errors appear in AP free-response papers every year. Each one has a specific fix. Knowing these before exam day is worth 5–10 points on its own.
1
Forgetting the Chain Rule's inner derivative
This is the #1 derivative error on AP exams — appearing in roughly 1 in 3 student papers. Students identify the outer derivative correctly but forget to multiply by the inner function's derivative.
❌ Wrong
d/dx[sin(3x)] = cos(3x)
✅ Correct
d/dx[sin(3x)] = 3·cos(3x)
💡 Fix: After every composite derivative, ask "Did I multiply by the inner derivative?" before writing the final answer. Make it a habit.
2
Missing dy/dx in Implicit Differentiation
When differentiating y-terms implicitly, students forget to attach dy/dx. This eliminates the quantity you're solving for and can result in 0 points for an entire FRQ part.
❌ Wrong
d/dx[y²] = 2y
✅ Correct
d/dx[y²] = 2y·(dy/dx)
💡 Fix: Every time you differentiate any term containing y, immediately write ·(dy/dx) before moving on. Treat it as automatic.
3
Wrong sign in the Quotient Rule
The numerator of the Quotient Rule is u'v MINUS uv'. Students frequently reverse the subtraction order, flipping the sign of the entire answer. This is a pure memorization issue.
❌ Wrong
(uv' − u'v) / v²
✅ Correct
(u'v − uv') / v²
💡 Fix: Always write the formula (u'v − uv')/v² before substituting. "Low d-High minus High d-Low, over Low squared." Write it, then fill it in.
4
Substituting values before differentiating in Related Rates
Substituting the given numbers into the equation before differentiating removes the rate variables (dr/dt, dh/dt) you need to solve for. This is the most common structural error in Related Rates FRQ responses.
❌ Wrong order
Substitute → then differentiate
✅ Correct order
Differentiate w.r.t. t → then substitute
💡 Fix: Write "Differentiate with respect to t" as your first line in every Related Rates problem. Only substitute numbers in the last step.
5
Treating d/dx[f·g] as f'·g' (product derivative shortcut that doesn't exist)
There is no shortcut for differentiating products — the Product Rule must always be applied. Treating the derivative of a product as the product of derivatives is incorrect and appears frequently in multiple-choice errors.
❌ Wrong
d/dx[x²·sin x] = 2x·cos x
✅ Correct
= 2x·sin x + x²·cos x
💡 Fix: Whenever you see two functions multiplied together, write u'v + uv' before doing anything. Never differentiate both factors and multiply.
📚 Sources, References & External Validation
This guide is cross-referenced with established AP Calculus resources and follows the College Board's AP Calculus Course and Exam Description. All derivative rules, formulas, and example solutions are verified against the following authoritative sources:
🎓
College Board AP Calculus
Official AP Calculus AB & BC Course and Exam Description. All topics and difficulty levels in this guide align with College Board's published curriculum.
📖
Stewart's Calculus, 8th Edition
The most widely used calculus textbook in US universities. Derivative rules and worked examples in this guide follow Stewart's standard approach.
🌐
OpenStax Calculus Vol. 1
Free, peer-reviewed open-source textbook used widely in AP and college courses. Available at openstax.org.
Every formula and worked solution in this guide has been verified through DerivativeCalculus.com's 4-layer verification system: algorithmic cross-checking with two independent math engines, community peer review by mathematics educators, cross-referencing with standard textbooks, and public transparency logging. If you find an error, report it here — verified errors are corrected within 24 hours.
📝 Free AP Calculus Derivative Worksheets
Download printable worksheets with additional AP-style derivative problems and full answer keys. Cross-referenced with the AP Calculus Course Description.
🧮 Verify Your Answers — Free Derivative Calculator
Use our free derivative calculator to check every practice problem answer, see step-by-step solutions, and visualize derivatives with 2D/3D graphs. No sign-up. No paywall. Works on any device.
What derivative rules are on the AP Calculus AB exam?
AP Calculus AB tests: Power Rule, Product Rule, Quotient Rule, Chain Rule, derivatives of all six trig functions, derivatives of exponential (eˣ, aˣ) and logarithmic (ln x, logₐ x) functions, Implicit Differentiation, and Related Rates. Inverse trig derivatives (arcsin, arctan) also appear occasionally.
When is the AP Calculus exam in 2026?
The AP Calculus AB exam is Tuesday, May 12, 2026. The AP Calculus BC exam is Wednesday, May 13, 2026. Both are 3 hours and 15 minutes. Section I is multiple choice (Part A: no calculator, Part B: calculator). Section II is free response (Part A: calculator, Part B: no calculator).
Can I earn partial credit on AP derivative free-response questions?
Yes — AP free-response is scored point by point. Showing the correct derivative setup earns points even if the final simplification is wrong. This is why showing every step clearly — writing the rule name, showing the differentiation, then simplifying — matters. Correct derivative work with a computational error at the end still earns most of the points.
What is the best way to study derivatives for the AP exam?
The most effective approach: (1) Memorize the quick reference table of trig/exp/log derivatives. (2) Practice the Chain Rule until it's automatic — it's the most commonly missed rule. (3) Work through Related Rates problems step by step, always differentiating before substituting. (4) Use a free derivative calculator to verify your work. (5) Complete at least 5 past AP free-response questions under timed conditions. See our free worksheets for printable practice problems.
🎓 Ready for May 2026? Use the Free Calculator to Check Your Work.
You've reviewed every derivative rule, worked through 20 AP-style problems, and learned the 5 mistakes to avoid. Now verify your answers with our free step-by-step derivative calculator — no sign-up, no paywall, works on any device.