Basic Differentiation Rules- A Comprehensive Overview
What Differentiation Actually Is
Differentiation finds the rate of change at any point on a curve. That's it. No fancy metaphors, no spiritual awakening—just calculating slope.
Derivatives answer one question: how fast is this changing right now? Every differentiation rule is a shortcut for avoiding the limit definition. Learn these, and you can skip the tedious algebra.
The Power Rule
This is the one you'll use 80% of the time. If you have xⁿ, the derivative is n·xⁿ⁻¹.
Examples:
- derivative of x³ = 3x²
- derivative of x⁵ = 5x⁴
- derivative of x¹ = 1
The power rule works for any real exponent, including negatives and fractions. Derivative of x⁻² = -2x⁻³. Derivative of x^(1/2) = (1/2)x^(-1/2).
The Constant Rule
Derivative of any constant is zero. 5, 100, -47, π—all become 0 when differentiated. Constants don't change, so their rate of change is nothing.
This seems obvious, but students forget it when constants appear inside complicated expressions.
The Constant Multiple Rule
Constants factor out during differentiation. The derivative of c·f(x) equals c·f'(x).
Example: derivative of 7x⁴ = 7 · 4x³ = 28x³
Pull the constant to the front, differentiate the variable part, multiply back together. Don't try to differentiate the constant itself—that's a waste of time.
The Sum and Difference Rules
Derivative of a sum equals the sum of derivatives. Same for differences.
d/dx [f(x) + g(x)] = f'(x) + g'(x)
d/dx [f(x) - g(x)] = f'(x) - g'(x)
Differentiate each term separately, then add or subtract. No cross-terms unless the terms are multiplied or divided.
The Product Rule
When two functions multiply, you can't just multiply the derivatives. Use:
d/dx [f(x)·g(x)] = f'(x)·g(x) + f(x)·g'(x)
Left derivative times right, plus left times right derivative. Memorize it as "first times derivative of second, plus second times derivative of first."
Example: derivative of x²·sin(x)
- f(x) = x², so f'(x) = 2x
- g(x) = sin(x), so g'(x) = cos(x)
- Answer: 2x·sin(x) + x²·cos(x)
The Quotient Rule
Division requires the quotient rule:
d/dx [f(x)/g(x)] = [f'(x)·g(x) - f(x)·g'(x)] / [g(x)]²
Bottom times derivative of top, minus top times derivative of bottom, all over bottom squared.
Most students mix up the signs or forget the denominator squared. The denominator is always squared—always. No exceptions.
Many problems become easier if you convert division to multiplication using negative exponents first.
The Chain Rule
Composite functions require the chain rule. If y = f(g(x)), then:
dy/dx = f'(g(x)) · g'(x)
Derivative of the outside function evaluated at the inside, times the derivative of the inside function.
Example: derivative of sin(x³)
- Outside: sin(u), derivative is cos(u)
- Inside: u = x³, derivative is 3x²
- Answer: cos(x³) · 3x² = 3x²cos(x³)
Spot composite functions by asking: "Is there a function inside another function?" If yes, chain rule applies.
Quick Reference Table
| Rule | Formula | When to Use |
|---|---|---|
| Power Rule | d/dx[xⁿ] = n·xⁿ⁻¹ | Single variable term |
| Constant Rule | d/dx[c] = 0 | Any standalone constant |
| Constant Multiple | d/dx[c·f] = c·f' | Constant multiplied by function |
| Sum/Difference | d/dx[f±g] = f'±g' | Terms added or subtracted |
| Product Rule | d/dx[f·g] = f'g + fg' | Two functions multiplied |
| Quotient Rule | d/dx[f/g] = (f'g - fg')/g² | One function divided by another |
| Chain Rule | d/dx[f(g(x))] = f'(g(x))·g'(x) | Composite functions |
Getting Started: How to Differentiate Any Function
Follow this decision tree for any differentiation problem:
Step 1: Identify the structure
Look at your function. Is it a single term, sum of terms, product, quotient, or composite?
Step 2: Apply the simplest rule first
Use power rule, constant rule, and sum/difference rules on each term individually.
Step 3: Check for products and quotients
If you have multiplication or division, apply product or quotient rule to those specific parts.
Step 4: Check for composition
If any term has a function inside another function, apply chain rule to that term.
Step 5: Simplify
Combine like terms. Clean up negative exponents. Factor out common factors if it looks cleaner.
Example problem: Find the derivative of f(x) = 3x⁴ + 2x·cos(x) - 5
Solution:
- 3x⁴ → apply power rule: 12x³
- 2x·cos(x) → apply product rule: 2·cos(x) + 2x·(-sin(x)) = 2cos(x) - 2x·sin(x)
- -5 → constant, derivative is 0
- Final answer: f'(x) = 12x³ + 2cos(x) - 2x·sin(x)
Common Mistakes to Avoid
- Forgetting the chain rule on composite functions like sin(3x) or (2x+1)⁵
- Multiplying instead of using product rule on x²·sin(x)
- Forgetting the denominator squared in quotient rule problems
- Dropping constants when they should factor out cleanly
- Confusing addition with multiplication—you can separate sums, not products
These errors account for 90% of wrong answers on differentiation problems. Double-check each one.
What Comes Next
Once these rules are solid, you need the derivatives of common functions: trigonometric, exponential, and logarithmic. Those follow the same logic but require memorization of specific patterns.
Higher-order derivatives come next—finding the second, third, or fourth derivative. Same rules applied repeatedly.
Master these seven rules first. Everything else in calculus builds on them.