How to Solve Derivatives- Techniques and Examples
What Derivatives Actually Are (And Why Your Professor Won't Explain It Right)
Derivatives measure instantaneous rate of change. That's it. Nothing poetic. A derivative tells you how fast something is changing at any exact point on a curve.
You see it written as f'(x) or dy/dx. Both mean the same thing — slope of the tangent line at a specific point.
If you're taking calculus and struggling, it's probably because your textbook buries this simple concept under 50 pages of theory. Let's fix that.
The Basic Rules You Need First
Before you tackle complex functions, memorize these. They're the foundation everything else builds on.
Power Rule
This is the one you use most often. For any term xⁿ, the derivative is n·xⁿ⁻¹.
Examples:
- f(x) = x⁵ → f'(x) = 5x⁴
- f(x) = x³ → f'(x) = 3x²
- f(x) = x² → f'(x) = 2x
When the exponent drops to 1, you get a linear term. When it hits 0, you get a constant.
Constant Rule
The derivative of any constant is zero. 5 becomes 0. 1,000 becomes 0. Static numbers don't change.
Constant Multiple Rule
Bring the constant out front and differentiate the variable part.
3x⁴ → derivative is 3 · 4x³ = 12x³
5x → derivative is 5 · 1 = 5
The Chain Rule: When Functions Nest
Most functions aren't simple xⁿ. They're composite functions — one function inside another.
Formula: If y = f(g(x)), then y' = f'(g(x)) · g'(x)
Think of it as "derivative of the outside, times derivative of the inside."
Example: Find the derivative of f(x) = (3x + 1)⁵
- Outside function: u⁵ → derivative is 5u⁴
- Inside function: 3x + 1 → derivative is 3
- Multiply: 5(3x + 1)⁴ · 3 = 15(3x + 1)⁴
That's it. Strip away the outer layer, differentiate it, multiply by the derivative of the inner layer.
Product Rule: When Functions Multiply
When two functions multiply, you can't just multiply their derivatives. Use:
(fg)' = f'g + fg'
Example: f(x) = x² · sin(x)
- f = x², so f' = 2x
- g = sin(x), so g' = cos(x)
- Derivative: 2x · sin(x) + x² · cos(x)
Notice both terms show up. One with f' first, one with g' first. Order doesn't matter algebraically, but you need both.
Quotient Rule: When Functions Divide
Division is messier. Formula:
(f/g)' = (f'g - fg') / g²
Example: f(x) = x / (x + 1)
- f = x, f' = 1
- g = x + 1, g' = 1
- Derivative: (1 · (x+1) - x · 1) / (x+1)²
- Simplified: 1 / (x+1)²
Many students forget the subtraction sign or mess up the order. Remember: low d-high minus high d-low (numerator terms), then over low-squared.
Trigonometric Derivatives
These come up constantly in physics and engineering problems. Memorize them now.
- d/dx[sin(x)] = cos(x)
- d/dx[cos(x)] = -sin(x)
- d/dx[tan(x)] = sec²(x)
- d/dx[csc(x)] = -csc(x)cot(x)
- d/dx[sec(x)] = sec(x)tan(x)
- d/dx[cot(x)] = -csc²(x)
The negatives trip people up. Cosine starts negative. Tangent and its reciprocal start negative.
Derivative Rules Comparison Table
| Rule | Formula | When to Use |
|---|---|---|
| Power Rule | n·xⁿ⁻¹ | Single term with variable raised to power |
| Constant Rule | 0 | Any standalone number |
| Chain Rule | f'(g(x)) · g'(x) | Function inside another function |
| Product Rule | f'g + fg' | Two functions multiplied together |
| Quotient Rule | (f'g - fg') / g² | One function divided by another |
Working Through a Real Example
Find the derivative of f(x) = 2x³(4x² + 1)⁴
This combines product rule and chain rule. Identify your parts first:
- f = 2x³ → f' = 6x²
- g = (4x² + 1)⁴ → g' = 4(4x² + 1)³ · 8x = 32x(4x² + 1)³
Apply product rule:
f'(x) = 6x²(4x² + 1)⁴ + 2x³ · 32x(4x² + 1)³
Factor out common terms where possible, but don't force it. Sometimes leaving the answer in unsimplified form is fine — your professor cares more about showing you can apply the right rules.
Common Mistakes That Cost You Points
- Forgetting the chain rule — Students see (3x+5)² and just write 2(3x+5). Wrong. You need the inner derivative too.
- Sign errors in quotient rule — It's subtraction, not addition. f'g minus fg'.
- Dropping constants — They stay in the answer. Don't lose them during simplification.
- Assuming product rule is commutative — f'g + fg' is correct. f'g' is not.
Getting Started: Your Practice Routine
Don't try to learn everything in one session. Work through this sequence:
- Master power rule — 20 problems until it's automatic
- Add trig derivatives — Memorize the table above
- Learn chain rule — Start with simple nested functions like (2x+3)³
- Add product rule — x²sin(x) type problems
- Finish with quotient rule — Save it for last since it's the messiest
Do 10-15 problems per rule before mixing them. When you combine rules, identify the structure first — is it a product? A quotient? Is something nested? Then apply the right rule.
Derivatives aren't hard once you stop treating them like memorization and start seeing the patterns. Each rule exists because the function structure demands it. Learn to read the structure, apply the matching rule, and you're done.