Differentiation
Differentiation is the mathematical process of finding the derivative of a function, which represents the instantaneous rate of change at any given point. The derivative of f(x) = 3x² is f'(x) = 6x, meaning at x = 2, the function changes at a rate of 12 units per unit input. This fundamental operation in calculus transforms polynomials, trigonometric functions, and exponentials into expressions that describe their slopes.
Why it matters
Differentiation appears throughout physics, engineering, and economics to model changing quantities. In physics, differentiating position functions gives velocity — if an object's position is s(t) = 16t², its velocity is s'(t) = 32t feet per second. Engineers use derivatives to optimize bridge designs and minimize material costs. In economics, marginal cost functions derive from total cost functions through differentiation — if producing x items costs C(x) = 0.01x³ + 2x + 100 dollars, the marginal cost is C'(x) = 0.03x² + 2 dollars per additional item. Calculus courses build on differentiation to explore integration, differential equations, and multivariable calculus, making it essential preparation for advanced STEM fields.
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) = 3 x2
Answer: f'(x) = 6 x
- Apply the power rule: d/dx[axn] = nax(n-1) → f'(x) = 2·3x1 = 6 x — Multiply the exponent 2 by the coefficient 3, then reduce the exponent by 1.
Differentiate: f(x) = 3 x3 + 4 x2 - 3 x - 3
Answer: f'(x) = 9 x2 + 8 x - 3
- Write out the rule → d/dx[xn] = n·x(n-1) — The power rule: multiply by the exponent, then reduce the exponent by 1.
- Differentiate 3 x3 → 3·3x2 = 9 x2 — Exponent 3 comes down as a factor, exponent becomes 3−1 = 2.
- Differentiate 4 x2 → 2·4x = 8 x — Exponent 2 comes down, exponent becomes 2−1 = 1.
- Differentiate -3x → -3 — The derivative of kx is just k. The constant d vanishes.
- Combine all terms → f'(x) = 9 x2 + 8 x - 3 — Write the derivative as one expression.
Differentiate: f(x) = 2 sin(x)
Answer: f'(x) = 2 cos(x)
- Apply the rule: d/dx[sin(x)] = cos(x) → f'(x) = 2 cos(x) — The constant 2 is carried through.
Common mistakes
- A common error with the power rule is writing the derivative of x³ as 3x³ instead of 3x², forgetting to reduce the exponent by 1 after bringing it down as a coefficient.
- When differentiating 2x⁴ + 5x, a frequent mistake is writing 8x⁴ + 5 instead of 8x³ + 5, applying the power rule incorrectly to the linear term.
- With the chain rule, differentiating (3x + 1)² often produces 2(3x + 1) instead of 6(3x + 1), missing the derivative of the inner function 3x + 1.