AP Calculus Differentiation Quiz- Practice Questions
What AP Calculus Differentiation Actually Tests
AP Calculus AB and BC exams love differentiation. Not because it's fun, but because it filters out students who memorize formulas without understanding them.
The differentiation quiz isn't a vocabulary test. It's a speed and accuracy check. You need to compute derivatives fast, spot trick questions, and know when the chain rule is hiding in plain sight.
If you can't differentiate ln(sin(x²)) in under 30 seconds, you're not ready. Period.
The Core Rules You Actually Need
Forget the textbook fluff. Here are the only rules that matter for the quiz:
- Power Rule: d/dx[xⁿ] = nxⁿ⁻¹. The bread and butter. Use it until your hand cramps.
- Product Rule: (fg)' = f'g + fg'. When two functions are multiplied, this is mandatory. No shortcuts.
- Quotient Rule: (f/g)' = (f'g - fg') / g². Low d-high minus high d-low. Memorize the order or you'll flip signs every time.
- Chain Rule: d/dx[f(g(x))] = f'(g(x)) · g'(x). This is where half the class dies. If there's a function inside another function, chain rule is active. No exceptions.
BC students also need parametric and polar derivatives, but AB students can breathe easy on those.
Practice Questions — Basic Derivatives
Try these cold. No calculator. No notes. If you stumble, you found your weak spot.
- 1. Find f'(x) if f(x) = 7x⁵ - 3x³ + 2x - 9.
Answer: 35x⁴ - 9x² + 2 - 2. Find dy/dx if y = x² · eˣ.
Answer: eˣ(x² + 2x) - 3. Find h'(x) if h(x) = (3x + 1) / (x² - 4).
Answer: (-3x² - 2x - 12) / (x² - 4)² - 4. Find d/dx[√x + 1/x³ - π²].
Answer: (1/2)x^(-1/2) - 3x⁻⁴. Note: π² is a constant, so its derivative is zero.
That last one trips people up because they try to differentiate π². Constants are dead weight. Ignore them.
Practice Questions — Chain Rule
This is where the AP exam gets nasty. The chain rule is embedded everywhere.
- 5. Find f'(x) if f(x) = sin(3x² + 1).
Answer: cos(3x² + 1) · 6x - 6. Find dy/dx if y = e^(tan x).
Answer: e^(tan x) · sec²x - 7. Find d/dx[ln(cos x)].
Answer: -tan x - 8. Find h'(x) if h(x) = (5x³ - 2x)⁴.
Answer: 4(5x³ - 2x)³ · (15x² - 2)
Notice the pattern: outer function derivative, times inner function derivative. Miss one piece and the whole answer is trash.
Practice Questions — Implicit Differentiation
When y is trapped inside an equation and you can't isolate it, implicit differentiation is your only way out.
- 9. Find dy/dx if x² + y² = 25.
Answer: -x/y - 10. Find dy/dx if x³ + y³ = 6xy.
Answer: (6y - 3x²) / (3y² - 6x) - 11. Find the slope of the tangent line to xy + y² = 8 at the point (2, 2).
Answer: -1/3
Common mistake: forgetting that y is a function of x. Every time you differentiate a y-term, you must attach dy/dx. Every. Single. Time.
Practice Questions — Applications
The quiz won't stop at raw derivatives. AP loves applying them to real-ish scenarios.
Related Rates
- 12. A spherical balloon is inflated at 10 cm³/s. How fast is the radius increasing when r = 5 cm?
Answer: dr/dt = 1/(10π) cm/s. Use V = (4/3)πr³, differentiate with respect to t, plug and chug. - 13. A 10-foot ladder slides down a wall. The bottom moves away at 2 ft/s. How fast is the top sliding down when the bottom is 6 feet from the wall?
Answer: -3/2 ft/s. Set up x² + y² = 100, differentiate, substitute.
Optimization
- 14. Find two positive numbers whose product is 100 and whose sum is minimized.
Answer: Both numbers are 10. Sum is 20. Set S = x + 100/x, find dS/dx = 0, confirm minimum with second derivative. - 15. A farmer has 200 meters of fencing for a rectangular field along a river (no fence needed on the river side). Find dimensions for maximum area.
Answer: 50 m by 100 m. Area = x(200 - 2x). Derivative gives x = 50.
Related Rates vs. Optimization: Know the Difference
Students mix these up constantly. Here's the breakdown:
| Feature | Related Rates | Optimization |
|---|---|---|
| What you find | How fast something changes | Maximum or minimum value |
| Given info | Rate of change of one variable | Constraint equation |
| Key setup | Equation linking variables, then differentiate with respect to t | Primary equation to optimize, substitute using constraint |
| Derivative use | d/dt of the whole equation | d/dx of single variable function, set equal to zero |
| Common shapes | Cones, spheres, ladders, shadows | Boxes, fences, paths, cylinders |
If the problem says "how fast," it's related rates. If it says "maximum" or "minimum," it's optimization. Don't overthink it.
How to Actually Study for This Quiz
Most students study wrong. They re-read notes. That's useless. Here's what works:
- Memorize the derivatives of trig functions cold. You don't have time to derive sin'(x) on the quiz. Know that sin' = cos, cos' = -sin, tan' = sec². Also know ln(x), eˣ, aˣ, logₐ(x). No excuses.
- Drill chain rule until it's automatic. Do 20 chain rule problems in a row. If you hesitate on any, do 20 more.
- Practice with a timer. AP questions are timed. If you take 5 minutes per derivative, you'll run out of time. Aim for 1-2 minutes per basic derivative, 3-4 for word problems.
- Check your algebra separately. Most wrong answers come from algebra slips, not calculus errors. Simplify carefully.
- Review every wrong answer. Don't just note the right answer. Figure out exactly where your brain broke.
Calculator Policy: The Brutal Truth
For the differentiation quiz, your calculator is mostly dead weight.
AP Calculus exams have calculator and non-calculator sections. The non-calculator section tests your ability to compute derivatives by hand. If you can't do product rule without a machine, you'll get wrecked.
Even on calculator-active sections, you need to show calculus work. Typing nDeriv() and writing down the number gets you zero points. The College Board wants to see your setup.
Common Mistakes That Kill Scores
- Missing the chain rule. If the argument isn't just x, you need it. sin(x) → cos(x). sin(3x) → 3cos(3x). That 3 isn't optional.
- Quotient rule upside down. It's (low d-high) minus (high d-low), not the reverse. Write it on your formula sheet until it sticks.
- Forgetting negative signs. The derivative of cos(x) is -sin(x). The derivative of cot(x) is -csc²(x). Minuses are everywhere.
- Treating e as a variable. e is a constant (~2.718). The derivative of eˣ is eˣ. The derivative of e³ is zero. Know which is which.
- Implicit differentiation without dy/dx. Every y you differentiate spits out a dy/dx. Collect them on one side at the end. Skip this and your answer is gibberish.
BC-Only Topics
If you're in BC, the quiz might include:
- Parametric derivatives: dy/dx = (dy/dt) / (dx/dt). Straight division. Don't forget to divide, not multiply.
- Polar derivatives: dy/dx = (dr/dt · sinθ + r·cosθ) / (dr/dt · cosθ - r·sinθ). Ugly, but plug and chug.
- Vector-valued functions: Find velocity and acceleration by differentiating component-wise.
AB students won't see these, but if you're aiming for a 5 on BC, parametric and polar should be second nature.
Final Reality Check
The AP Calculus differentiation quiz isn't trying to be clever. It's testing whether you can apply rules accurately under pressure.
You don't need to be a math genius. You need to be a machine. Derivative of eˣ? eˣ. Derivative of ln(u)? u'/u. Chain rule? Peel the onion from the outside in.
⚡ Do the practice questions above. Time yourself. Grade harshly. Fix your errors. Repeat.
💀 If you're still struggling with basic power rule, drop the fancy problems. Master the fundamentals first. A shaky foundation collapses under chain rule pressure.