Derivative Rules Cheat Sheet: Complete Printable Guide for Calculus Exams [2026]
Every derivative rule you need on exam day — Power, Chain, Product, Quotient, all Trig derivatives, Inverse Trig, Exponential, Logarithmic, and Implicit Differentiation. Each rule includes the formula, a quick example, and expert memory tips. 100% free. One-page printable.
⚡ Jump to a Rule:
Foundational Rules
Constant Rule
Power Rule
Constant Multiple Rule
Sum / Difference Rule
Combination Rules
Product Rule
Quotient Rule
Chain Rule ⭐ Most Used
Trigonometric Derivatives
All 6 Trig Derivatives
| Function | Derivative Formula | Quick Example |
|---|---|---|
| sin x | cos x | d/dx[sin(2x)] = 2cos(2x) |
| cos x | −sin x | d/dx[cos(x²)] = −2x·sin(x²) |
| tan x | sec²x | d/dx[tan(3x)] = 3sec²(3x) |
| csc x | −csc x · cot x | d/dx[csc(x)] = −csc x cot x |
| sec x | sec x · tan x | d/dx[sec(x)] = sec x tan x |
| cot x | −csc²x | d/dx[cot(5x)] = −5csc²(5x) |
💡 Pattern: sin→cos→−sin→−cos (cycle). The "co" functions (cos, csc, cot) all get a negative sign.
Inverse Trigonometric Derivatives
Inverse Trig Derivatives
| Function | Derivative Formula | Quick Example |
|---|---|---|
| arcsin x | 1 / √(1−x²) | d/dx[arcsin(2x)] = 2/√(1−4x²) |
| arccos x | −1 / √(1−x²) | d/dx[arccos(x)] = −1/√(1−x²) |
| arctan x | 1 / (1+x²) | d/dx[arctan(3x)] = 3/(1+9x²) |
| arccsc x | −1 / (|x|√(x²−1)) | Rare — note the absolute value |
| arcsec x | 1 / (|x|√(x²−1)) | Common in advanced calc |
| arccot x | −1 / (1+x²) | Negative of arctan derivative |
💡 For exams: memorize arcsin, arccos, arctan — the others are rarely tested.
Exponential & Logarithmic Derivatives
Natural Exponential
General Exponential (aˣ)
Natural Log (ln x)
Log Base a (loga x)
Implicit Differentiation
Implicit Differentiation — Step-by-Step
Use when y cannot be isolated explicitly, e.g. x² + y² = 25 (circle).
Step 2: 2y·(dy/dx) = −2x
Step 3: dy/dx = −x/y
💡 Memory Tips for the Hardest Rules
Quotient Rule — "Low D-High, High D-Low"
For d/dx[f/g], say out loud: "Low times derivative of High, minus High times derivative of Low, over Low squared."
Lo·dHi − Hi·dLo / Lo²Chain Rule — "Outside–Inside"
Differentiate the outer function first (keep inner unchanged), then multiply by the derivative of the inner function.
d/dx[outer(inner)] = outer'(inner) × inner'Product Rule — "First · D-Second + Second · D-First"
Keep the first function, differentiate the second, then add the second function times the derivative of the first.
f·g' + g·f' (never subtract!)Trig Derivatives — "co = negative"
All "co" trig functions (cos, csc, cot) get a negative sign when differentiated. Only the positive ones stay positive.
sin→+cos tan→+sec² sec→+sec·tanInverse Trig — "The Big Three"
For exams, focus on arcsin (1/√(1−x²)), arccos (−1/√(1−x²)), and arctan (1/(1+x²)). arccos = −arcsin.
arctan → 1/(1+x²) ← most tested!Implicit Differentiation — "Tag every y"
Every time you see a y term, differentiate it normally, then immediately "tag" it with ×(dy/dx). Treat x terms normally.
d/dx[y³] = 3y²·(dy/dx) ← don't forget!