Calculus Derivative Rules- Essential Formulas
What You Actually Need to Know About Derivative Rules
Calculus derivative rules are the tools you use to find how things change. No theory, no philosophical musings—just the formulas that work.
If you're struggling with derivatives, it's probably because you're trying to memorize everything instead of understanding the patterns. Here's every rule you need, explained plainly.
The Basic Building Blocks
Before you tackle anything complex, you need these down cold. They're the foundation everything else is built on.
Power Rule
The simplest rule. If you have xⁿ, the derivative is n·xⁿ⁻¹.
Examples:
- d/dx(x³) = 3x²
- d/dx(x⁵) = 5x⁴
- d/dx(x²) = 2x
This works for any real number exponent, including negatives and fractions. d/dx(x⁻²) = -2x⁻³. No exceptions.
Constant Rule
The derivative of any constant is zero. That's it.
d/dx(7) = 0. d/dx(π) = 0. Constants don't change, so their rate of change is nothing.
Constant Multiple Rule
Constants factor out when you differentiate:
d/dx(5x³) = 5·d/dx(x³) = 5·3x² = 15x²
Sum and Difference Rules
Derivatives distribute over addition and subtraction:
d/dx(x² + 3x - 5) = d/dx(x²) + d/dx(3x) - d/dx(5) = 2x + 3 - 0 = 2x + 3
The Product Rule
When you multiply two functions together, you can't just multiply their derivatives. Use this:
(f·g)' = f'·g + f·g'
Say it out loud: "First times derivative of second, plus second times derivative of first."
Example: Find d/dx(x²·sin x)
- f = x², so f' = 2x
- g = sin x, so g' = cos x
- Answer: 2x·sin x + x²·cos x
Don't try to distribute and simplify first. The product rule exists because simple distribution doesn't work for derivatives.
The Quotient Rule
Division of functions requires this mess:
(f/g)' = (f'·g - f·g') / g²
Top derivative times bottom, minus bottom times top, all over bottom squared.
Example: d/dx(x / sin x)
- f = x, f' = 1
- g = sin x, g' = cos x
- Answer: (1·sin x - x·cos x) / sin²x
Many students forget the minus sign or the order. Remember: low d-high minus high d-low. Low derivative (g') times top (f), minus top derivative (f') times bottom (g).
The Chain Rule
This is the one that trips up most students. You need it when one function is nested inside another.
(f(g(x)))' = f'(g(x)) · g'(x)
In plain English: take the derivative of the outer function, evaluate at the inner function, then multiply by the derivative of the inner function.
Example: d/dx(sin(x³))
- Outer function: sin(u), derivative is cos(u)
- Inner function: u = x³, derivative is 3x²
- Answer: cos(x³) · 3x² = 3x²cos(x³)
Look for "functions inside functions." Powers of functions, trig of functions, exponentials of functions—all need the chain rule.
Trigonometric Derivatives
Commit these to memory. You use them constantly.
- d/dx(sin x) = cos x
- d/dx(cos x) = -sin x
- d/dx(tan x) = sec²x
- d/dx(cot x) = -csc²x
- d/dx(sec x) = sec x tan x
- d/dx(csc x) = -csc x cot x
The negative signs on cos, cot, and csc catch people off guard. Watch for them.
Exponential and Logarithmic Derivatives
These follow predictable patterns:
- d/dx(eˣ) = eˣ
- d/dx(aˣ) = aˣ · ln(a)
- d/dx(ln x) = 1/x
- d/dx(logₐx) = 1 / (x · ln a)
eˣ is unique because its derivative is itself. That's why it keeps showing up in growth and decay problems.
Derivative Rules Comparison Table
| Rule | Formula | When to Use |
|---|---|---|
| Power | n·xⁿ⁻¹ | Single variable raised to power |
| Product | f'g + fg' | Two functions multiplied |
| Quotient | (f'g - fg') / g² | Two functions divided |
| Chain | f'(g(x)) · g'(x) | Nested functions |
How to Actually Use These Rules
Most students make the same mistake: they try to apply every rule to every problem. Don't.
Step 1: Identify the structure. Is it a sum? Product? Quotient? Nested function?
Step 2: Apply only the rule that matches. Don't add complexity you don't need.
Step 3: Simplify only after finding the derivative.
Example problem: Find d/dx(3x⁴ + 2x)²
You see the square outside the parentheses. That's a chain rule situation.
- Outer: u², derivative is 2u
- Inner: 3x⁴ + 2x, derivative is 12x³ + 2
- Answer: 2(3x⁴ + 2x)(12x³ + 2)
Don't expand unless the problem asks for it. Factored form is perfectly fine—and often what you'll need for later work.
Common Mistakes to Avoid
- Product rule distribution: You can't just multiply derivatives. (x²)'·(x³)' ≠ (x⁵)'
- Chain rule skipping: (x² + 1)³ ≠ 3(x² + 1)². You forgot the inner derivative.
- Quotient sign errors: The minus sign matters. Don't flip it or drop it.
- Constant confusion: x is not a constant. Only plain numbers are constants.
The Bottom Line
Derivative rules aren't complicated—they're systematic. Power rule for simple powers. Product rule for products. Quotient rule for quotients. Chain rule for compositions. That's the whole game.
Most problems just require you to correctly identify which rule applies. Practice that identification, and the rest follows.