⏰ Exam Tomorrow — Last-Minute Review

30-Minute Calculus Exam Review: Everything You Need to Know About Derivatives Tonight

If you only have 30 minutes before your calculus exam, read this in this exact order. This guide covers the 5 most tested derivative rules, 8 targeted practice problems, the 5 most common exam mistakes — and exactly how to approach problems you've never seen before.

⏱ Study Timer
30:00
Start the timer and follow each section as you study
30 Minutes Total
5 Core Rules
8 Practice Problems
Free Calculator Included
📅 Published: March 23, 2026 | 🔄 Updated: March 23, 2026 | ✍️ By: DerivativeCalculus.com Editorial Team | 📖 30 min read | Peer ReviewedEditorial Policy
📝
30 Final Exam Practice Problems
Need more practice? Work through our full set of graded derivative problems — Easy, Medium, and Hard — all with step-by-step solutions.
📋
Derivative Cheat Sheet for Exams
Every formula you need in one place. Print this out or bookmark it as your exam-day reference sheet.
⚠️
Derivative Exam Mistakes Guide
Deep-dive into every common mistake students make on calculus exams — and exactly how to avoid each one.
🧮
Free Derivative Calculator
Stuck on a problem? Check your answer instantly with step-by-step solutions.
⏰ Minutes 0–5

The 5 Most Tested Derivative Rules

These five rules appear on virtually every calculus exam. Do not move on until you can recall each formula from memory. If you know nothing else, know these.

1
Power Rule
d/dx[xⁿ] = n·xⁿ⁻¹

Example: d/dx[x⁵] = 5x⁴  |  d/dx[x³] = 3x²  |  d/dx[x] = 1  |  d/dx[7] = 0

💡 Works for all n — integers, fractions, negatives. d/dx of any constant = 0 always.
2
Chain Rule
d/dx[f(g(x))] = f'(g(x)) · g'(x)

Example: d/dx[(3x+1)⁴] = 4(3x+1)³ · 3 = 12(3x+1)³

💡 Outer function × derivative of inner function. This is the #1 rule students forget on exams.
3
Product Rule
(u·v)' = u'v + uv'

Example: d/dx[x²·sin x] = 2x·sin x + x²·cos x

💡 "First times derivative of second, plus second times derivative of first." Say it out loud.
4
Quotient Rule
(u/v)' = (u'v − uv') / v²

Example: d/dx[x²/cos x] = (2x·cos x − x²·(−sin x)) / cos²x

💡 Mnemonic: "Low d-High minus High d-Low, over Low squared." The minus sign is critical — not a plus!
5
Trig Derivatives
d/dx[sin x] = cos x d/dx[cos x] = −sin x d/dx[tan x] = sec²x d/dx[eˣ] = eˣ d/dx[ln x] = 1/x

Also via Chain Rule: d/dx[sin(u)] = cos(u)·u'  |  d/dx[eᵘ] = eᵘ·u'

💡 The negative on cos is the #1 trig mistake. cos → −sin x. Always negative.
📌
Quick Memorization Trick: Cover this page and write all 5 rule formulas from memory right now on a blank sheet. If you can't write one from memory, re-read that card. This act of active recall is the fastest way to lock the formulas in before your exam. For a printable version, see our derivative cheat sheet for exams.
⏰ Minutes 5–15

8 Quick Practice Problems

Work through each problem in your head or on paper before expanding the solution. Spend no more than 60–90 seconds per problem. If you're stuck, expand the solution, read it carefully, then close it and redo the problem yourself.

🧮
Use the Calculator to Check: After each problem, verify your answer using our free derivative calculator. Type in the function and get the complete step-by-step solution instantly. For a bigger practice set, try our 30-problem final exam practice set.
1
Power Rule on each term: d/dx[4x³] = 12x²
2
d/dx[−7x] = −7   and   d/dx[2] = 0 (constant)
3
Combine all terms: f'(x) = 12x² − 7
✅ f'(x) = 12x² − 7
💡 Check with calculator — enter: 4x^3 - 7x + 2
1
Outer function: sin(u). Inner function: u = 5x. This is a Chain Rule problem.
2
Chain Rule: d/dx[sin(5x)] = cos(5x) · d/dx[5x] = cos(5x) · 5
✅ f'(x) = 5cos(5x)
💡 Check with calculator — enter: sin(5x)
1
Two functions multiplied → Product Rule. Let u = x², v = eˣ. Then u' = 2x and v' = eˣ.
2
Apply: f'(x) = u'v + uv' = 2x·eˣ + x²·eˣ
3
Factor out eˣ: f'(x) = eˣ(2x + x²)
✅ f'(x) = eˣ(x² + 2x)
💡 Check with calculator — enter: x^2 * e^x  |  Product Rule Calculator
1
Fraction → Quotient Rule. u = x³ + 1, u' = 3x².   v = x², v' = 2x.
2
Apply: (u'v − uv') / v² = (3x²·x² − (x³+1)·2x) / x⁴
3
Expand numerator: 3x⁴ − 2x⁴ − 2x = x⁴ − 2x
4
Simplify: (x⁴ − 2x) / x⁴ = 1 − 2x⁻³
✅ f'(x) = 1 − 2/x³
💡 Check with calculator — enter: (x^3 + 1)/x^2  |  Quotient Rule Calculator
1
Rewrite as a power: f(x) = (x² + 4)^(1/2)
2
Outer = u^(1/2), inner = x²+4. Derivative of outer: (1/2)(x²+4)^(−1/2)
3
Multiply by derivative of inner (2x): f'(x) = (1/2)(x²+4)^(−1/2) · 2x = x/(x²+4)^(1/2)
✅ f'(x) = x / √(x² + 4)
💡 Check with calculator — enter: sqrt(x^2 + 4)  |  Chain Rule Calculator
1
Formula: d/dx[ln(u)] = u'/u
2
Here u = x²−3, u' = 2x. Apply: f'(x) = 2x / (x²−3)
✅ f'(x) = 2x / (x² − 3)
1
Differentiate both sides with respect to x: 2x + 2y·(dy/dx) = 0
2
Note: d/dx[y²] = 2y·(dy/dx) — y² gets Chain Rule because y is a function of x.
3
Solve for dy/dx: 2y·(dy/dx) = −2x → dy/dx = −x/y
✅ dy/dx = −x/y
💡 Implicit Differentiation Calculator — verify any implicit diff. problem instantly.
1
Two functions multiplied → Product Rule. u = x³ (u' = 3x²), v = cos(x²).
2
For v' = d/dx[cos(x²)], use Chain Rule: v' = −sin(x²) · 2x
3
Product Rule: f'(x) = 3x²·cos(x²) + x³·(−2x·sin(x²))
4
Simplify: f'(x) = 3x²cos(x²) − 2x⁴sin(x²)
✅ f'(x) = 3x²cos(x²) − 2x⁴sin(x²)
💡 Check with calculator — enter: x^3 * cos(x^2)
How did you do? If you got 6+ correct, you're in excellent shape. If you missed Chain Rule or Product Rule problems, re-read those rule cards before moving on. For 30 more graded problems, visit our calculus final exam practice set.
⏰ Minutes 15–20

The 5 Most Common Mistakes to Avoid

These are the mistakes that cost students points on nearly every calculus exam. Read each one carefully — recognition alone is 90% of avoiding them during the test. For a comprehensive list, see our full derivative exam mistakes guide.

⚠️
Mistake #1: Forgetting the Chain Rule on Composite Functions

Any time you differentiate a function inside another function, you must multiply by the derivative of the inner function. This is the #1 error on calculus exams.

❌ Wrong
d/dx[sin(3x)] = cos(3x)
✅ Correct
d/dx[sin(3x)] = cos(3x) · 3 = 3cos(3x)
⚠️
Mistake #2: Wrong Sign on d/dx[cos x]

Students often write d/dx[cos x] = +sin x. It's always negative. This is the most-missed trig derivative on every exam.

❌ Wrong
d/dx[cos x] = sin x
✅ Correct
d/dx[cos x] = −sin x (always negative)
⚠️
Mistake #3: Using + Instead of − in the Quotient Rule

The Quotient Rule has a minus sign in the numerator. Students frequently write u'v + uv' (copying the Product Rule). Remember: "Low d-High MINUS High d-Low."

❌ Wrong
(u/v)' = (u'v + uv') / v²
✅ Correct
(u/v)' = (u'v − uv') / v²
⚠️
Mistake #4: Applying the Power Rule to eˣ

eˣ is unique — it is its own derivative. Do not treat the exponent as a power and apply the Power Rule to it.

❌ Wrong
d/dx[eˣ] = x · e^(x−1)
✅ Correct
d/dx[eˣ] = eˣ  (it is its own derivative — always)
⚠️
Mistake #5: Forgetting dy/dx in Implicit Differentiation

When differentiating a term with y with respect to x, you must attach dy/dx (Chain Rule). Forgetting this is the most common implicit differentiation error.

❌ Wrong
d/dx[y²] = 2y
✅ Correct
d/dx[y²] = 2y · (dy/dx)
⏰ Minutes 20–30

How to Approach the Hard Problems on Your Exam

Hard problems are rarely hard because the math is impossible. They're hard because students panic and skip steps. These four strategies will get you through problems you've never seen before.

🔍
Strategy 1: Identify the Rule First
  • Before writing anything, ask: product, quotient, or composite?
  • Two functions multiplied together → Product Rule
  • A function inside a function → Chain Rule
  • A fraction → Quotient Rule
  • Circle the rule name on your paper, then proceed step by step
🧅
Strategy 2: Peel the Onion for Chain Rule
  • For nested functions like sin²(3x²), work outside in
  • Outermost: d/dx[u²] = 2u
  • Middle: d/dx[sin(v)] = cos(v)
  • Innermost: d/dx[3x²] = 6x
  • Multiply all three derivatives together as one product
📐
Strategy 3: Implicit Differentiation Protocol
  • Differentiate every term on both sides w.r.t. x
  • Every y-term gets multiplied by dy/dx (Chain Rule)
  • Collect all dy/dx terms on the left side
  • Factor out dy/dx from left side
  • Divide to isolate dy/dx — done
🔄
Strategy 4: When You're Completely Stuck
  • Write the rule name next to the problem
  • Break into labeled parts: u = ..., v = ...
  • Differentiate each part separately
  • Plug into the rule formula mechanically
  • Show every step — partial credit matters

⚡ Two More Hard Problem Types — What to Do

📘
Logarithmic Differentiation — Used for complicated products/quotients or functions like xˣ. Take ln of both sides, differentiate implicitly, multiply back by y. If you see y = xˣ on your exam, this is the method. Our logarithmic derivative calculator can show you the full solution.
📙
Higher-Order Derivatives — f''(x) means differentiate twice. Find f'(x) first, then differentiate f'(x) again. Write both steps clearly. Use our higher order derivative calculator to check.
🎯
Tangent Line Problems — "Find the equation of the tangent line to f(x) at x = a." Steps: (1) Find f(a) → y-coordinate. (2) Find f'(a) → slope. (3) Use point-slope form: y − f(a) = f'(a)(x − a). Try our tangent line explorer to visualize this interactively.
📊
AP Calculus Students: If you're reviewing for AP Calculus AB or BC, our AP Calculus derivatives review covers the specific derivative topics and free-response formats tested on the AP exam.

For deeper practice on hard problems, work through Problems 23–30 in our full practice set — focused on implicit differentiation and multi-layer chain rule. Our solution verification process is documented on our Trust & Methodology page.

✅ Final Check

Before You Walk In — 7-Point Checklist

Run through this list before you close this page. Click each item to check it off. If you can't honestly check all 7, go back to that section for a quick re-read.

0 of 7 completed
🧮 Verify Any Problem Instantly

Our free derivative calculator gives you the complete step-by-step solution for any function. Use it to check your work right now.

Open Derivative Calculator →

Frequently Asked Questions

Focus on five: the Power Rule (d/dx[xⁿ] = nxⁿ⁻¹), Chain Rule (multiply by inner derivative), Product Rule ((uv)' = u'v + uv'), Quotient Rule ((u/v)' = (u'v − uv')/v²), and the key trig derivatives: d/dx[sin x] = cos x, d/dx[cos x] = −sin x, d/dx[tan x] = sec²x. Also memorize d/dx[eˣ] = eˣ and d/dx[ln x] = 1/x. These cover the vast majority of every calculus final exam question.

Follow this exact 30-minute plan from this guide: minutes 0–5 review the 5 most tested rules, minutes 5–15 work through 8 practice problems, minutes 15–20 study the 5 most common mistakes, minutes 20–30 review strategies for hard problems, then complete the 7-point checklist. Do not try to learn new material the night before — focus only on reinforcing what you already know. Sleep is more valuable at this point than cramming.

The single most common mistake is forgetting the Chain Rule on composite functions — writing d/dx[sin(3x)] = cos(3x) instead of 3cos(3x). The second is the wrong sign on d/dx[cos x]: it's −sin x, not +sin x. The third is using a plus sign instead of a minus in the Quotient Rule numerator. See our full derivative exam mistakes guide for every error with worked examples.

Ask these questions in order: (1) Is there a function inside another function? → Chain Rule. (2) Are two functions multiplied together? → Product Rule. (3) Is one function divided by another? → Quotient Rule. (4) Is it just xⁿ? → Power Rule. (5) Is it sin, cos, tan, eˣ, or ln x? → use their specific formulas. Many hard problems combine two rules — Product Rule on the outside, Chain Rule on each part inside. Use our basic derivative calculator to verify your rule identification.

Most university calculus exams do not permit derivative calculators, or restrict to basic arithmetic only. Our free derivative calculator is designed for practice verification — use it after attempting problems yourself to check work and understand mistakes, not as a substitute for learning the rules. The problems on your exam are designed to test your hand-calculation skills.

Our Commitment to Accuracy

Every problem and solution on this page has been reviewed by our mathematics education team — experienced calculus instructors and university-level educators who understand what students face on finals. Our review and trust methodology ensures all mathematical content is accurate, pedagogically sound, and aligned with standard university calculus curricula. Found an error? Contact us — we review every report within 24 hours.

→ Meet Our Editorial Team → Our Trust & Methodology Policy