Skip to content
MathsGenie logo
Quick links
Open app

Course home

  1. A Level
  2. Maths AQA
  3. Revision guides

1.10.3 Applications of differentiation

What you'll learn

  • How to find the gradient, tangent and normal at a point on a curve.
  • How to locate and classify stationary points, including maxima, minima and stationary points of inflection.
  • How to identify intervals where a function is increasing or decreasing.
  • How to use differentiation to solve practical optimisation problems.

The derivative as a gradient

Before applying differentiation, remember that the derivative of a function f(x)f(x)f(x) is written as f′(x)f'(x)f′(x) or dydx\frac{dy}{dx}dxdy​.

It gives the gradient of the curve at a particular value of xxx. Because the gradient may change along a curve, you first differentiate and then substitute the required xxx-coordinate.

Definition

Gradient at a point

If y=f(x)y=f(x)y=f(x), then the gradient of the curve at x=ax=ax=a is f′(a)f'(a)f′(a).

Example

Finding the gradient of a curve

Find the gradient of y=2x3−5x2+4y=2x^3-5x^2+4y=2x3−5x2+4 at the point where x=2x=2x=2.

  1. Differentiate the function:
dydx=6x2−10x. \frac{dy}{dx}=6x^2-10x. dxdy​=6x2−10x.
  1. Substitute x=2x=2x=2 into the derivative:
dydx∣x=2=6(2)2−10(2)=24−20=4. \left.\frac{dy}{dx}\right|_{x=2}=6(2)^2-10(2)=24-20=4. dxdy​​x=2​=6(2)2−10(2)=24−20=4.
  1. Therefore, the gradient of the curve at x=2x=2x=2 is 4.

Tangents and normals

A tangent is a straight line that has the same gradient as the curve at the point where it touches the curve.

A normal is a straight line perpendicular to the tangent at that point.

A curve with its tangent and perpendicular normal at a marked point

For a line with gradient mmm passing through (x1,y1)(x_1,y_1)(x1​,y1​), use the point-gradient equation

y−y1=m(x−x1). y-y_1=m(x-x_1). y−y1​=m(x−x1​).

If the tangent has a non-zero gradient mmm, the normal gradient is its negative reciprocal:

mnormal=−1m. m_{\text{normal}}=-\frac{1}{m}. mnormal​=−m1​.

This works because the gradients of perpendicular non-vertical lines satisfy

mtangentmnormal=−1. m_{\text{tangent}}m_{\text{normal}}=-1. mtangent​mnormal​=−1.
Example

Finding tangent and normal equations

Find the equations of the tangent and normal to y=x2+3xy=x^2+3xy=x2+3x at the point where x=1x=1x=1.

  1. Find the point on the curve:
y=(1)2+3(1)=4, y=(1)^2+3(1)=4, y=(1)2+3(1)=4,

so the point is (1,4)(1,4)(1,4).

  1. Differentiate and substitute x=1x=1x=1:
dydx=2x+3,mtangent=2(1)+3=5. \frac{dy}{dx}=2x+3,\qquad m_{\text{tangent}}=2(1)+3=5. dxdy​=2x+3,mtangent​=2(1)+3=5.
  1. Use the tangent gradient and the point (1,4)(1,4)(1,4):
y−4=5(x−1), y-4=5(x-1), y−4=5(x−1),

so the tangent is

y=5x−1. y=5x-1. y=5x−1.
  1. The normal gradient is −15-\frac{1}{5}−51​. Therefore,
y−4=−15(x−1), y-4=-\frac{1}{5}(x-1), y−4=−51​(x−1),

or equivalently,

y=−15x+215. y=-\frac{1}{5}x+\frac{21}{5}. y=−51​x+521​.
Common Mistake

Using the wrong normal gradient

Do not simply change the sign of the tangent gradient. The negative reciprocal of 5 is −15-\frac{1}{5}−51​, not −5-5−5.

Common Mistake

Horizontal and vertical lines

If the tangent is horizontal, its gradient is zero and its equation is y=y1y=y_1y=y1​. The corresponding normal is vertical, with equation x=x1x=x_1x=x1​, so its gradient is undefined.

Stationary points

A stationary point is a point on a curve where the gradient is zero. Its tangent is therefore horizontal.

Definition

Stationary point

A stationary point occurs at a value of xxx satisfying

f′(x)=0. f'(x)=0. f′(x)=0.

The three main types you need to recognise are:

  • A local maximum, where the function changes from increasing to decreasing.
  • A local minimum, where the function changes from decreasing to increasing.
  • A stationary point of inflection, where the tangent is horizontal but the function continues in the same direction on both sides.

The word local means that the point is highest or lowest compared with nearby points. It may not be the highest or lowest point over the function’s entire domain.

Local maximum, local minimum and stationary point of inflection with derivative sign changes

Example

Finding stationary points

Find the stationary points of f(x)=x3−3x2−9x+5f(x)=x^3-3x^2-9x+5f(x)=x3−3x2−9x+5.

  1. Differentiate and set the derivative equal to zero:
f′(x)=3x2−6x−9, f'(x)=3x^2-6x-9, f′(x)=3x2−6x−9,

so

3x2−6x−9=0. 3x^2-6x-9=0. 3x2−6x−9=0.
  1. Divide by 3 and factorise:
x2−2x−3=0, x^2-2x-3=0, x2−2x−3=0, (x−3)(x+1)=0. \left(x-3\right)\left(x+1\right)=0. (x−3)(x+1)=0.

Therefore, x=3x=3x=3 or x=−1x=-1x=−1.

  1. Substitute these values into the original function:
f(3)=27−27−27+5=−22, f(3)=27-27-27+5=-22, f(3)=27−27−27+5=−22, f(−1)=−1−3+9+5=10. f(-1)=-1-3+9+5=10. f(−1)=−1−3+9+5=10.
  1. The stationary points are therefore (−1,10)(-1,10)(−1,10) and (3,−22)(3,-22)(3,−22). They still need to be classified.
Common Mistake

Forgetting the coordinates

Solving f′(x)=0f'(x)=0f′(x)=0 gives the stationary values of xxx. Substitute them into the original function, not the derivative, to find the full coordinates.

Classifying stationary points

The first derivative test

The first derivative test examines the sign of f′(x)f'(x)f′(x) immediately before and after a stationary point.

  • Positive to negative means a local maximum.
  • Negative to positive means a local minimum.
  • No sign change means the point is not a maximum or minimum; it may be a stationary point of inflection.
Example

Using the first derivative test

Classify the stationary points of f(x)=x3−3x2−9x+5f(x)=x^3-3x^2-9x+5f(x)=x3−3x2−9x+5.

  1. From the earlier calculation,
f′(x)=3(x−3)(x+1), f'(x)=3(x-3)(x+1), f′(x)=3(x−3)(x+1),

with stationary values x=−1x=-1x=−1 and x=3x=3x=3.

  1. Test one value in each interval. For x<−1x<-1x<−1, use x=−2x=-2x=−2:
f′(−2)=15>0, f'(-2)=15>0, f′(−2)=15>0,

so the function is increasing.

  1. For −1<x<3-1<x<3−1<x<3, use x=0x=0x=0:
f′(0)=−9<0, f'(0)=-9<0, f′(0)=−9<0,

so the function is decreasing. The change at x=−1x=-1x=−1 is positive to negative, so (−1,10)(-1,10)(−1,10) is a local maximum.

  1. For x>3x>3x>3, use x=4x=4x=4:
f′(4)=15>0. f'(4)=15>0. f′(4)=15>0.

The change at x=3x=3x=3 is negative to positive, so (3,−22)(3,-22)(3,−22) is a local minimum.

The second derivative test

The second derivative, written f′′(x)f''(x)f′′(x) or d2ydx2\frac{d^2y}{dx^2}dx2d2y​, measures how the gradient is changing.

At a stationary point x=ax=ax=a:

  • If f′′(a)<0f''(a)<0f′′(a)<0, the point is a local maximum.
  • If f′′(a)>0f''(a)>0f′′(a)>0, the point is a local minimum.
  • If f′′(a)=0f''(a)=0f′′(a)=0, the test is inconclusive.
Key Idea

An inconclusive result

The condition f′′(a)=0f''(a)=0f′′(a)=0 does not prove that there is a point of inflection. Use the first derivative test or examine the behaviour of f′′(x)f''(x)f′′(x) on either side.

Points of inflection

A point of inflection is a point where the curve changes its direction of curvature. Informally, it changes from bending one way to bending the other.

A point of inflection may be stationary, as for y=x3y=x^3y=x3 at the origin, or non-stationary.

A useful test is that f′′(x)f''(x)f′′(x) changes sign at the point.

Example

Identifying a stationary point of inflection

Classify the stationary point of f(x)=x3f(x)=x^3f(x)=x3.

  1. Differentiate:
f′(x)=3x2. f'(x)=3x^2. f′(x)=3x2.

Setting f′(x)=0f'(x)=0f′(x)=0 gives x=0x=0x=0, and f(0)=0f(0)=0f(0)=0.

  1. For every x≠0x\neq0x=0, 3x2>03x^2>03x2>0. Therefore, f′(x)f'(x)f′(x) is positive on both sides of zero, so the function is increasing on both sides.

  2. The second derivative is

f′′(x)=6x. f''(x)=6x. f′′(x)=6x.

This changes from negative to positive as xxx passes through zero, so the curvature changes.

  1. Therefore, (0,0)(0,0)(0,0) is a stationary point of inflection.

Increasing and decreasing functions

A function is increasing where its derivative is positive and decreasing where its derivative is negative.

Key Idea

Derivative sign

f′(x)>0⇒f(x) is increasing, f'(x)>0\Rightarrow f(x)\text{ is increasing}, f′(x)>0⇒f(x) is increasing, f′(x)<0⇒f(x) is decreasing. f'(x)<0\Rightarrow f(x)\text{ is decreasing}. f′(x)<0⇒f(x) is decreasing.
Example

Finding increasing and decreasing intervals

Find where f(x)=x3−3x2−9x+5f(x)=x^3-3x^2-9x+5f(x)=x3−3x2−9x+5 is increasing or decreasing.

  1. Factorise the derivative:
f′(x)=3(x−3)(x+1). f'(x)=3(x-3)(x+1). f′(x)=3(x−3)(x+1).
  1. The derivative is zero at x=−1x=-1x=−1 and x=3x=3x=3, dividing the number line into three intervals.

  2. Using the signs found earlier,

f′(x)>0whenx<−1 or x>3, f'(x)>0\quad\text{when}\quad x<-1\text{ or }x>3, f′(x)>0whenx<−1 or x>3,

so the function is increasing on these intervals.

  1. Also,
f′(x)<0when−1<x<3, f'(x)<0\quad\text{when}\quad -1<x<3, f′(x)<0when−1<x<3,

so the function is decreasing on this interval.

Optimisation

Optimisation means finding the greatest or least possible value of a quantity. You usually form a function, differentiate it and locate its relevant maximum or minimum.

Example

Maximising the area of a rectangle

A rectangle has perimeter 40 cm. Find its maximum possible area.

  1. Let its length be xxx cm and its width be yyy cm. The perimeter condition gives
2x+2y=40⇒y=20−x. 2x+2y=40\Rightarrow y=20-x. 2x+2y=40⇒y=20−x.
  1. Express the area as a function of one variable:
A=x(20−x)=20x−x2. A=x(20-x)=20x-x^2. A=x(20−x)=20x−x2.
  1. Differentiate and find the stationary value:
dAdx=20−2x=0⇒x=10. \frac{dA}{dx}=20-2x=0\Rightarrow x=10. dxdA​=20−2x=0⇒x=10.

Therefore, y=20−10=10y=20-10=10y=20−10=10.

  1. Check the type of stationary point:
d2Adx2=−2<0, \frac{d^2A}{dx^2}=-2<0, dx2d2A​=−2<0,

so the area is maximised.

  1. The maximum area is
A=10×10=100 cm2. A=10\times10=100\text{ cm}^2. A=10×10=100 cm2.
Tip

Restricted domains

In optimisation questions, use the physical restrictions on the variables. Here, both side lengths must be positive, so 0<x<200<x<200<x<20.

Exam technique

In the exam

  1. Differentiate before substituting a point, and use the original function to find missing coordinates.
  2. For stationary points, show f′(x)=0f'(x)=0f′(x)=0 and justify the classification using a derivative sign change or the second derivative.
  3. In optimisation, define variables clearly, reduce the problem to one variable and check that the answer lies in the allowed domain.
  4. Give exact equations and values unless the question specifically requests a decimal.
Self review

Check yourself

  • How would you find the equation of the normal when the tangent gradient is −32-\frac{3}{2}−23​?
  • What sign change in f′(x)f'(x)f′(x) identifies a local maximum?
  • Why does f′′(a)=0f''(a)=0f′′(a)=0 not automatically prove that x=ax=ax=a is a point of inflection?

How was this guide?

Teach Genie

Review 1.10.3 Applications of differentiation by teaching Genie

Teach it back in your own words, spot gaps, and remember it better.

Start teaching
Genie and Baby Genie

1.10.3 Applications of differentiation Revision Guide

  1. A Level
  2. /Maths
  3. /1.10.3 Applications of differentiation