In calculus and mathematical modelling, we often want to find the absolute best or absolute worst outcome of a scenario. An engineer designing a bridge wants to identify the point of maximum structural stress; an economist wants to determine the exact production level that minimises manufacturing costs.

To solve these problems, we use the concepts of maxima (peaks) and minima (troughs), collectively referred to as extrema.

However, there is a vital distinction between a peak that is simply higher than the ground immediately surrounding it, and the single highest peak on the entire map. In mathematics, we categorise these as relative (local) and absolute (global) extrema. Understanding how these differ, and how to calculate them, is a core objective of your A-Level Calculus syllabus.

The best Maths tutors available
Poonam
5
5 (74 reviews)
Poonam
£100
/h
Gift icon
1st lesson free!
Paolo
4.9
4.9 (83 reviews)
Paolo
£35
/h
Gift icon
1st lesson free!
Sehaj
4.9
4.9 (60 reviews)
Sehaj
£60
/h
Gift icon
1st lesson free!
Anthony
5
5 (86 reviews)
Anthony
£15
/h
Gift icon
1st lesson free!
Johann
5
5 (60 reviews)
Johann
£50
/h
Gift icon
1st lesson free!
Tomi
5
5 (40 reviews)
Tomi
£75
/h
Gift icon
1st lesson free!
Imad
5
5 (27 reviews)
Imad
£95
/h
Gift icon
1st lesson free!
Harjinder
4.9
4.9 (165 reviews)
Harjinder
£25
/h
Gift icon
1st lesson free!
Poonam
5
5 (74 reviews)
Poonam
£100
/h
Gift icon
1st lesson free!
Paolo
4.9
4.9 (83 reviews)
Paolo
£35
/h
Gift icon
1st lesson free!
Sehaj
4.9
4.9 (60 reviews)
Sehaj
£60
/h
Gift icon
1st lesson free!
Anthony
5
5 (86 reviews)
Anthony
£15
/h
Gift icon
1st lesson free!
Johann
5
5 (60 reviews)
Johann
£50
/h
Gift icon
1st lesson free!
Tomi
5
5 (40 reviews)
Tomi
£75
/h
Gift icon
1st lesson free!
Imad
5
5 (27 reviews)
Imad
£95
/h
Gift icon
1st lesson free!
Harjinder
4.9
4.9 (165 reviews)
Harjinder
£25
/h
Gift icon
1st lesson free!
Let's go

Defining Local vs. Global Extrema

To make sense of these terms, think of a mountain range.

  • A relative (local) maximum is like the summit of an individual hill. It is the highest point relative to its immediate surroundings.
  • The absolute (global) maximum is like the peak of Mount Everest. It is the single highest point across the entire domain of the function.

Let's define these mathematically:

Relative (Local) Extrema

A function f(x)f(x) has a relative maximum at x=cx = c if f(c)f(x)f(c) \ge f(x) for all xx in a small open interval surrounding cc.

Conversely, it has a relative minimum if f(c)f(x)f(c) \le f(x) for all xx in that immediate neighborhood.

  • Note: Relative extrema can only occur at turning points (where the gradient dydx=0\frac{dy}{dx} = 0) or where the derivative is undefined.

Absolute (Global) Extrema

A function f(x)f(x) has an absolute maximum atx=cx = c if f(c)f(x)f(c) \ge f(x) for everyxx in the entire domain of the function.

It has an absolute minimum if f(c)f(x)f(c) \le f(x) for every xx across the entire domain.

Visualising Extrema on Bounded Intervals

When we look at functions restricted to a specific interval—written as [a, b]—the boundaries can completely change which points are considered absolute maxima or minima.

Graph showing relative minimum, absolute maximum and non-relative maximum of the function y=f(x)
Image Source: Gianpiero Placidi

Key Observations from the Graph:

  1. The Endpoint Rule: Notice the point at the left boundary, x = a. It is high up, but it is not a relative maximum. Why? Because a relative extremum requires you to look at a small interval on both sides of the point. Since the graph stops at a, you cannot check the left side.
  2. Absolute at the Boundary: Even though the endpoint at x = b cannot be a relative maximum, it actually reaches the highest vertical coordinate on the entire graph. This makes it the absolute maximum of the function on this interval.
  3. The Double Label: The lowest trough in the middle of the curve is both a relative minimum (it is a turning point valley) and the absolute minimum (no other point on the entire curve goes lower).

How to Find Absolute Extrema (The Interval Method)

To calculate the absolute maximum and minimum values of a continuous function on a closed interval [a, b], you cannot just set the derivative to zero. You must check the turning points and the boundaries.

Use this systematic checklist for your exams:

StepActionMathematical Expression
1Differentiate the functionFind f'(x)
2Locate stationary pointsSet f'(x) = 0 and solve for x
3Filter the stationary pointsKeep only the x-values that fall inside your interval [a, b]
4Evaluate the function at critical pointsCalculate f(x) for each valid stationary point
5Evaluate the function at the boundariesCalculate the endpoint values f(a) and f(b)
6Compare and declareThe largest result is the absolute maximum; the smallest is the absolute minimum

Exam-Style Worked Examples

Example 1: Pure Algebraic Absolute Extrema

Question: Find the absolute maximum and absolute minimum values of the cubic function:

f(x)=x33x2+1f(x) = x^3 - 3x^2 + 1

on the closed interval [-1, 4].

Step-by-Step Solution:

Differentiate the function:

f(x)=3x26xf'(x) = 3x^2 - 6x

Set the first derivative to zero to find the stationary points:

3x26x=03x(x2)=03x^2 - 6x = 0 \implies 3x(x - 2) = 0

This gives critical coordinates at x = 0 and x = 2.

Check if these points lie within our interval [-1, 4]:

  • x = 0 is inside the interval. (Keep)
  • x = 2 is inside the interval. (Keep)

Evaluate the function at these stationary points:

  • At x=0x = 0: f(0)=(0)33(0)2+1=1f(0) = (0)^3 - 3(0)^2 + 1 = 1
  • At x=2x = 2: f(2)=(2)33(2)2+1=812+1=3f(2) = (2)^3 - 3(2)^2 + 1 = 8 - 12 + 1 = -3

Evaluate the function at the boundary endpoints (x = -1 and x = 4):

  • At the left boundary x=1x = -1: f(1)=(1)33(1)2+1=13+1=3f(-1) = (-1)^3 - 3(-1)^2 + 1 = -1 - 3 + 1 = -3
  • At the right boundary x=4x = 4: f(4)=(4)33(4)2+1=6448+1=17f(4) = (4)^3 - 3(4)^2 + 1 = 64 - 48 + 1 = 17

Compare all of your calculated values:

Coordinate TestedType of PointFunction Output f(x)
x = -1Left Endpoint-3
]x = 0Turning Point (Local Max)1
x = 2Turning Point (Local Min)-3
x = 4Right Endpoint17

Absolute Maximum: The largest value is 17, which occurs at the boundary x = 4.

Absolute Minimum: The smallest value is -3. This minimum occurs at two locations: the turning point x = 2 and the boundary x = -1.

Example 2: Applied Optimisation with Boundaries

Question: A farmer wants to construct a rectangular vegetable patch against a straight stone wall, using 40m40m of fencing for the other three sides. The area A of the patch is given by A(x)=x(402x)A(x) = x(40 - 2x), where x represents the width of the patch in metres. Given that physical limitations restrict the width such that 5x155 \le x \le 15, find the absolute maximum and minimum area of the vegetable patch.

Step-by-Step Solution:

Expand the function and find the derivative:

A(x)=40x2x2A(x) = 40x - 2x^2

A(x)=404xA'(x) = 40 - 4x

Find the stationary points:

404x=04x=40x=10 m40 - 4x = 0 \implies 4x = 40 \implies x = 10\text{ m}

The width x = 10m lies safely within our restricted domain [5, 15].

Evaluate the area at this stationary point:

A(10)=10(402(10))=10(20)=200 m2A(10) = 10(40 - 2(10)) = 10(20) = 200\text{ m}^2

Evaluate the area at the domain boundaries (x = 5 and x = 15):

  • At the lower boundary x=5x = 5: A(5)=5(402(5))=5(30)=150 m2A(5) = 5(40 - 2(5)) = 5(30) = 150\text{ m}^2
  • At the upper boundary x=15x = 15: A(15)=15(402(15))=15(10)=150 m2A(15) = 15(40 - 2(15)) = 15(10) = 150\text{ m}^2

Compare the results:

  • The absolute maximum area is 200 m2200\text{ m}^2 when the width is 10 m10\text{ m}.
  • The absolute minimum area is 150 m2150\text{ m}^2 which occurs at both boundary limits, x=5 mx = 5\text{ m} and x=15 mx = 15\text{ m}.

Examiner Tips & Common Pitfalls

Critical Exam Warning: When asked to classify relative extrema, many students mistakenly think that finding f(x)=0f''(x) = 0 automatically proves a point of inflexion. Remember, if your second derivative is zero, the test is inconclusive! You must construct a sign table (the First Derivative Test) to check the gradient's behaviour slightly to the left and right of your turning point.

Additionally, always read the question's wording carefully. If an exam asks for "the coordinates of the absolute maximum," you must write your answer as an (x, y) coordinate pair. If it asks for "the absolute maximum value of the function," it is strictly asking for the output y-value.

Practice Questions & Answers

1

Find the absolute maximum and absolute minimum values of the quadratic function:

on the closed interval [-3, 1].

Solution

Differentiate:

Find stationary points:

.

This point is inside [-3, 1].

Evaluate at critical point:

.

Evaluate at boundaries:

Compare: The absolute maximum value is 4 (at x = 0), and the absolute minimum value is -5 (at x = -3). 

2

A curve has the equation:

.

Find the coordinates of all relative (local) extrema and classify their nature.

Solution

Differentiate:

Find stationary points:

.

Determine nature using the second derivative:

For x = 1:

.

Since -6 is less than <0, the point (1, 5) is a relative maximum.

For x = 2:

.

Since 6 is greater than 0, the point (2, 4) is a relative minimum.

Find matching y-coordinates:

3

Determine the absolute maximum and minimum values of:

on the interval [0.5, 4].

Solution

Differentiate:

Find stationary points:

(we ignore the negative root x = -1 as it lies outside our domain [0.5, 4]).

Evaluate at critical point:

.

Evaluate at boundaries:

Compare: The absolute maximum value is 4.25 (at x = 4), and the absolute minimum value is 2 (at the local minimum turning point x = 1).

Summarise with AI:

Did you like this article? Rate it!

4.00 (2 rating(s))
Loading...

Gianpiero Placidi

UK-based Chemistry graduate with a passion for education, providing clear explanations and thoughtful guidance to inspire student success.