Mathwords logoMathwords

Absolute Maximum — Definition, Formula & Examples

Absolute Maximum, Absolute Max
Global Maximum, Global Max

The highest point over the entire domain of a function or relation.

Note: The first derivative test and the second derivative test are common methods used to find maximum values of a function.

 

Graph showing a curve with two peaks: an "absolute maximum" (highest point) left of y-axis and a lower "relative maximum"...

 

See also

relative maximum, local maximum, relative minimum, local minimum, absolute minimum, global minimum, extremum

Key Formula

f(c)f(x)for all x in the domain of ff(c) \geq f(x) \quad \text{for all } x \text{ in the domain of } f
Where:
  • ff = The function being analyzed
  • cc = The input value where the absolute maximum occurs
  • xx = Any input value in the domain of f

Worked Example

Problem: Find the absolute maximum of f(x) = -x² + 4x + 1 on the closed interval [0, 5].
Step 1: Find the derivative and set it equal to zero to locate critical points.
f(x)=2x+4=0    x=2f'(x) = -2x + 4 = 0 \implies x = 2
Step 2: Confirm that x = 2 lies within the interval [0, 5]. It does.
0250 \leq 2 \leq 5 \quad \checkmark
Step 3: Evaluate f at the critical point and at both endpoints of the interval.
f(0)=0+0+1=1f(0) = -0 + 0 + 1 = 1
Step 4: Evaluate f at the critical point x = 2.
f(2)=(4)+8+1=5f(2) = -(4) + 8 + 1 = 5
Step 5: Evaluate f at the right endpoint x = 5.
f(5)=(25)+20+1=4f(5) = -(25) + 20 + 1 = -4
Step 6: Compare all three values: 1, 5, and −4. The largest is 5, which occurs at x = 2.
max{1,5,4}=5\max\{1, 5, -4\} = 5
Answer: The absolute maximum is 5, occurring at x = 2.

Another Example

Problem: Find the absolute maximum of g(x) = 3x − x³ on the closed interval [−2, 2].
Step 1: Differentiate and find critical points.
g(x)=33x2=0    x2=1    x=±1g'(x) = 3 - 3x^2 = 0 \implies x^2 = 1 \implies x = \pm 1
Step 2: Both x = −1 and x = 1 lie in [−2, 2]. Evaluate g at these critical points and at the endpoints.
g(2)=6(8)=2g(-2) = -6 - (-8) = 2
Step 3: Evaluate at x = −1.
g(1)=3(1)=2g(-1) = -3 - (-1) = -2
Step 4: Evaluate at x = 1.
g(1)=31=2g(1) = 3 - 1 = 2
Step 5: Evaluate at x = 2.
g(2)=68=2g(2) = 6 - 8 = -2
Step 6: Compare all values: 2, −2, 2, −2. The largest value is 2, and it occurs at both x = −2 and x = 1.
max{2,2,2,2}=2\max\{2, -2, 2, -2\} = 2
Answer: The absolute maximum is 2. It occurs at two points: x = −2 and x = 1. This shows that an absolute maximum value can be achieved at more than one input.

Frequently Asked Questions

Can a function have no absolute maximum?
Yes. If the domain is not a closed interval, the function may increase without bound or approach a value it never reaches. For example, f(x) = x has no absolute maximum on the open interval (0, 10) because it gets arbitrarily close to 10 but never equals it. However, the Extreme Value Theorem guarantees that a continuous function on a closed interval [a, b] always has an absolute maximum.
What is the difference between absolute maximum and relative maximum?
A relative (local) maximum is the highest value in some small neighborhood around a point — the function is higher there than at nearby points. An absolute (global) maximum is the single highest value over the entire domain. Every absolute maximum is also a relative maximum, but a relative maximum is not necessarily the absolute maximum because the function could reach a higher value somewhere else.

Absolute Maximum vs. Relative Maximum

An absolute maximum is the highest function value across the entire domain. A relative maximum is the highest value only within a small surrounding interval. A function can have many relative maxima, but at most one absolute maximum value (though it may occur at multiple points). On a closed interval, the absolute maximum is found by comparing all relative maxima and the endpoint values.

Why It Matters

Finding absolute maxima is essential in optimization problems, where you need to maximize profit, area, efficiency, or other quantities. In physics, the absolute maximum of a projectile's height function tells you the peak altitude. The Closed Interval Method — evaluating at critical points and endpoints — is one of the most practical techniques you learn in calculus.

Common Mistakes

Mistake: Checking only critical points and ignoring the endpoints of a closed interval.
Correction: On a closed interval [a, b], the absolute maximum can occur at an endpoint. Always evaluate the function at both endpoints and at every critical point, then compare all values.
Mistake: Confusing the absolute maximum value with the x-value where it occurs.
Correction: The absolute maximum is the y-value (the output). For f(x) = −x² + 4x + 1 on [0, 5], the absolute maximum is 5 (the y-value), not 2 (the x-value). Be precise: say 'the absolute maximum is 5, occurring at x = 2.'

Related Terms