Differentiation
Students grasp the power rule in 15 minutes but struggle with chain rule applications for weeks. Differentiation forms the cornerstone of calculus, connecting algebraic manipulation with rate analysis in physics, economics, and engineering.
Try it right now
Click “Generate a problem” to see a fresh example of this technique.
Why it matters
Differentiation appears everywhere from calculating velocity in physics (when position is x(t) = 16t²) to optimizing profit functions in business economics. Engineers use derivatives to find maximum stress points in bridge designs, while biologists model population growth rates using exponential derivatives. In AP Calculus, students encounter differentiation in 60% of exam problems, making mastery essential for college success. Medical researchers apply derivative concepts when analyzing drug concentration curves, determining optimal dosing schedules. Even GPS navigation systems rely on differentiation algorithms to calculate instantaneous speed from position data. The power rule alone handles polynomial functions representing everything from projectile motion to economic supply curves, while chain rule applications model compound interest growth and radioactive decay processes.
How to solve differentiation
Differentiation
- Power rule: d/dx [xⁿ] = nxⁿ⁻¹.
- Chain rule: d/dx [f(g(x))] = f'(g(x)) × g'(x).
- Product rule: d/dx [uv] = u'v + uv'.
- Derivative = gradient of the tangent = instantaneous rate of change.
Example: f(x) = 3x⁴ → f'(x) = 12x³. At x=2: f'(2) = 96.
Worked examples
Differentiate: f(x) = x4
Answer: f'(x) = 4 x3
- Apply the power rule: d/dx[ax^n] = nax^(n-1) → f'(x) = 4·1x^3 = 4 x^3 — Multiply the exponent 4 by the coefficient 1, then reduce the exponent by 1.
Differentiate: f(x) = 2 x3 + x2 + x - 4
Answer: f'(x) = 6 x2 + 2 x + 1
- Write out the rule → d/dx[x^n] = n·x^(n-1) — The power rule: multiply by the exponent, then reduce the exponent by 1.
- Differentiate 2 x^3 → 3·2x^2 = 6 x^2 — Exponent 3 comes down as a factor, exponent becomes 3−1 = 2.
- Differentiate x^2 → 2·1x = 2 x — Exponent 2 comes down, exponent becomes 2−1 = 1.
- Differentiate 1x → 1 — The derivative of kx is just k. The constant d vanishes.
- Combine all terms → f'(x) = 6 x^2 + 2 x + 1 — Write the derivative as one expression.
Differentiate: f(x) = ex
Answer: f'(x) = ex
- Apply the rule: d/dx[e^x] = e^x → f'(x) = e^x — The constant 1 is carried through.
Common mistakes
- Forgetting to multiply by the original exponent: students write d/dx[3x⁴] = 3x³ instead of 12x³
- Applying power rule incorrectly to constants: writing d/dx[5] = 0x⁻¹ instead of simply 0
- Chain rule confusion: computing d/dx[(2x+1)³] = 3(2x+1)² instead of 6(2x+1)²
- Missing the derivative of the inner function: calculating d/dx[sin(3x)] = cos(3x) instead of 3cos(3x)