Skip to content
MathAnvil
§ Calculus

Differentiation

§ Calculus

Differentiation

CCSS.HSF.IF3 min read

Differentiation is the mathematical process of finding the derivative of a function, which represents the instantaneous rate of change at any given point. The fundamental power rule states that for f(x) = xⁿ, the derivative f'(x) = nxⁿ⁻¹. This technique appears in Year 12 mathematics as part of A-level Further Maths and continues through Year 13 with applications to optimisation and curve sketching.

§ 01

Why it matters

Differentiation underpins countless real-world applications across science, engineering, and economics. In physics, velocity is the derivative of displacement, whilst acceleration is the derivative of velocity. A car travelling according to s(t) = 5t² has velocity v(t) = 10t at any time t. Engineers use differentiation to optimise bridge designs, minimising material costs whilst maximising strength. In economics, marginal cost functions derive from total cost functions through differentiation. Financial analysts apply derivatives to model option pricing and risk management. Medical researchers use differential equations to model disease spread rates. The technique also enables curve sketching by identifying stationary points where f'(x) = 0, essential for finding maximum and minimum values in optimisation problems across multiple industries.

§ 02

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.

§ 03

Worked examples

Beginner§ 01

Differentiate: f(x) = 5 x3

Answer: f'(x) = 15 x2

  1. Apply the power rule: d/dx[axn] = nax(n-1) f'(x) = 3·5x2 = 15 x2 Multiply the exponent 3 by the coefficient 5, then reduce the exponent by 1.
Easy§ 02

Differentiate: f(x) = 3 x3 - 3 x + 2

Answer: f'(x) = 9 x2 - 3

  1. Write out the rule d/dx[xn] = n·x(n-1) The power rule: multiply by the exponent, then reduce the exponent by 1.
  2. Differentiate 3 x3 3x2 = 9 x2 Exponent 3 comes down as a factor, exponent becomes 3−1 = 2.
  3. Differentiate 0 2·0x = 0 Exponent 2 comes down, exponent becomes 2−1 = 1.
  4. Differentiate -3x -3 The derivative of kx is just k. The constant d vanishes.
  5. Combine all terms f'(x) = 9 x2 - 3 Write the derivative as one expression.
Medium§ 03

Differentiate: f(x) = 3 ex

Answer: f'(x) = 3 ex

  1. Apply the rule: d/dx[ex] = ex f'(x) = 3 ex The constant 3 is carried through.
§ 04

Common mistakes

  • A common error occurs when differentiating x³ + 2x², writing the result as 3x² + 2x instead of the correct 3x² + 4x by forgetting to multiply the coefficient by the power.
  • Another frequent mistake involves differentiating composite functions like (2x + 1)³, giving 3(2x + 1)² instead of the correct 6(2x + 1)² by omitting the chain rule multiplication factor.
  • Errors often arise when differentiating exponential functions such as 5e^x, writing the derivative as 5xe^(x-1) instead of the correct 5e^x by incorrectly applying the power rule.
§ 05

Frequently asked questions

What is the difference between differentiation and integration?
Differentiation finds the rate of change or gradient of a function, whilst integration finds the area under a curve. They are inverse operations. If f(x) = x², then f'(x) = 2x through differentiation, but integrating 2x gives x² + C.
How do you differentiate from first principles?
First principles uses the limit definition: f'(x) = lim(h→0) [f(x+h) - f(x)]/h. For f(x) = x², substitute to get lim(h→0) [(x+h)² - x²]/h = lim(h→0) [2xh + h²]/h = 2x after simplification.
When do you use the chain rule?
The chain rule applies when differentiating composite functions where one function is inside another. For f(g(x)), the derivative is f'(g(x)) × g'(x). Examples include (3x + 2)⁴, sin(2x), or e^(x²), where the inner function affects the differentiation process.
What does it mean when the derivative equals zero?
When f'(x) = 0, the function has a stationary point where the tangent line is horizontal. This indicates a local maximum, minimum, or point of inflection. For example, if f(x) = x² - 4x + 3, then f'(x) = 2x - 4 = 0 when x = 2.
How do you find the equation of a tangent line?
First find the derivative to get the gradient, then substitute the x-coordinate to find the specific gradient value. Use point-gradient form: y - y₁ = m(x - x₁). For f(x) = x² at x = 3, f'(3) = 6, so the tangent is y - 9 = 6(x - 3).
§ 06

See also

§ 06

Where to next?

Share this article