Derivation in Calculus- A Step-by-Step Guide
What Derivation Actually Is
Derivation (or differentiation) finds the rate of change at any point on a curve. That's it. You're not finding the average rate—you're finding the exact, instantaneous rate at one specific point.
Think of it this way: if position is distance over time, the derivative gives you velocity at that exact second. Not your average speed for the trip. That specific moment.
The notation you'll see everywhere:
- dy/dx — Leibniz notation (most common)
- f'(x) — Lagrange notation (prime notation)
- D/dx — Newton/Lagrange operator notation
All mean the same thing: "take the derivative with respect to x."
The Power Rule — Your Workhorse
Most derivatives you'll encounter use the power rule. It's the one rule you need to memorize so hard it becomes instinct.
For any term xⁿ, the derivative is n·xⁿ⁻¹.
Examples:
- x³ → 3x²
- x⁵ → 5x⁴
- x¹ → 1 (the derivative of x is 1)
- x⁰ → 0 (constants become zero)
That last point catches people. Any standalone constant disappears when you differentiate. The derivative of 7 is 0. The derivative of 1,000,000 is 0. Constants don't change.
The Sum, Product, and Quotient Rules
Sum Rule
Simple. Differentiate each term separately.
d/dx [f(x) + g(x)] = f'(x) + g'(x)
Just handle one term at a time.
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)
Remember: first times derivative of second, plus second times derivative of first.
Example: Find the 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)
Quotient Rule
Division is messier. For f(x)/g(x):
d/dx [f/g] = [f'·g - f·g'] / g²
That's bottom times derivative of top, minus top times derivative of bottom, all over bottom squared.
Example: derivative of x/sin(x)
- Top: x, derivative is 1
- Bottom: sin(x), derivative is cos(x)
- Answer: [1·sin(x) - x·cos(x)] / sin²(x)
The Chain Rule — For Nested Functions
When one function sits inside another, you need the chain rule.
d/dx [f(g(x))] = f'(g(x)) · g'(x)
In plain English: derivative of outer function evaluated at inner, times derivative of inner function.
Example: derivative of sin(3x)
- Outer function: sin(u), derivative is cos(u)
- Inner function: u = 3x, derivative is 3
- Answer: cos(3x) · 3 = 3cos(3x)
Another: derivative of (5x + 2)⁴
- Outer: u⁴, derivative is 4u³
- Inner: u = 5x + 2, derivative is 5
- Answer: 4(5x + 2)³ · 5 = 20(5x + 2)³
Common Derivatives You Should Know
| Function | Derivative |
|---|---|
| c (constant) | 0 |
| xⁿ | n·xⁿ⁻¹ |
| sin(x) | cos(x) |
| cos(x) | -sin(x) |
| tan(x) | sec²(x) |
| eˣ | eˣ |
| ln(x) | 1/x |
| aˣ | aˣ · ln(a) |
| 1/x | -1/x² |
| √x | 1/(2√x) |
Memorize the trig derivatives and exponential ones. You'll use them constantly.
How to Actually Do It — Step by Step
Here's the process for any derivative problem:
- Identify each term in the function
- Apply the power rule to each term with x
- Drop constants to zero
- Use product rule where terms multiply
- Use chain rule where functions nest inside other functions
- Simplify by combining like terms where possible
Worked example: Find the derivative of 3x⁴ + 2x² - 5x + 7
- 3x⁴ → 12x³
- 2x² → 4x
- -5x → -5
- 7 → 0
Answer: 12x³ + 4x - 5
That's the complete derivative.
Higher-Order Derivatives
You can differentiate more than once. The second derivative (f''(x)) is just the derivative of the first derivative.
Third derivative? Differentiate again. Fourth? Again.
Physics use: position → first derivative is velocity → second derivative is acceleration.
Economics use: cost function → marginal cost is first derivative → rate of change of marginal cost is second derivative.
Implicit vs Explicit Differentiation
Most functions are explicit: y = f(x). Just differentiate normally.
But sometimes y and x are tangled together, like x² + y² = 25 (a circle).
For implicit differentiation:
- Take d/dx of both sides
- Treat y as a function of x, so d/dx[y²] = 2y·y'
- Solve for y'
Example: x² + y² = 25
- 2x + 2y·y' = 0
- 2y·y' = -2x
- y' = -x/y
The derivative includes y because y isn't isolated.
When You're Stuck
If a derivative looks ugly, simplify first. Expand (x+1)(x-1) to x²-1 before differentiating. Use trig identities to simplify sin(2x) if it helps.
Most complicated-looking derivatives collapse into simple forms once you expand and combine.
Also: check if the problem wants a simplified answer. Teachers usually expect you to factor or combine terms. An unsimplified answer often loses points.
What Comes Next
After derivatives come integrals—the reverse process. And applications like optimization (finding maximums and minimums), related rates, and curve sketching.
But first, master these rules. The power rule, product rule, quotient rule, and chain rule cover 95% of what you'll face in calculus. Know them cold.