Absolute Extreme Values
Absolute Extreme Values
The Extreme Value Theorem states that if 𝑓(𝑥) is a continuous function on a closed
interval [𝑎, 𝑏], then:
Note: Absolute extreme values may not exist for functions defined on open intervals or
unbounded domains.
Absolute Maximum
In calculus, an absolute maximum (or global maximum) of a function is the largest
value that the function attains over its entire domain. If 𝑓(𝑥) is a function defined on a
domain 𝐷, and 𝑓(𝑎) is the maximum value of the function, then for every point 𝑥 in 𝐷, we
have:
𝑓(𝑎) ≥ 𝑓(𝑥)
These are the points where the derivative 𝑓 ′ (𝑥) is either zero or undefined. To find them,
solve:
𝑓 ′ (𝑥) = 0
′
or find where 𝑓 (𝑥) does not exist.
Plug each critical point back into the original function 𝑓(𝑥) to get its value.
If the function is defined on a closed interval, also check the values of the function at the
endpoints of the domain.
The largest value from all the critical points and endpoints is the absolute maximum.
Example
Find absolute maxima of the function 𝑓(𝑥) = −𝑥 2 + 4𝑥 + 1 over the domain 𝑥 ∈ [−1,3].
𝑓 ′ (𝑥) = −2𝑥 + 4
−2𝑥 + 4 = 0 ⇒ 𝑥 = 2
𝑔′ (𝑥) = 3𝑥 2 − 12𝑥 + 9
3𝑥 2 − 12𝑥 + 9 = 0
Divide the equation by 3:
𝑥 2 − 4𝑥 + 3 = 0
Factoring:
(𝑥 − 1)(𝑥 − 3) = 0
ℎ′ (𝑥) = 8𝑥 3 − 9𝑥 2 − 24𝑥
8𝑥 3 − 9𝑥 2 − 24𝑥 = 0
Factor out 𝑥:
𝑥(8𝑥 2 − 9𝑥 − 24) = 0
So, 𝑥 = 0 is one critical point. Now, solve 8𝑥 2 − 9𝑥 − 24 = 0 using the quadratic formula:
9 ± √81 + 768
𝑥=
16
9 ± √849
𝑥=
16
9 ± 29.13
𝑥=
16
9 + 29.13 9 − 29.13
𝑥= ≈ 2.38, 𝑥 = ≈ −1.26
16 16
However, we are interested in the interval [−2,2], so we discard 𝑥 ≈ 2.38 because it's
outside the domain.
Thus, the critical points within the interval are 𝑥 = 0 and 𝑥 ≈ −1.26.
Absolute Minima:
The absolute minimum (or global minimum) of a function is the point where the
function attains its smallest possible value over the entire domain. In other words, it's
the lowest point on the graph of the function, and there are no other points on the
domain where the function takes a smaller value.
Mathematically, for a function 𝑓(𝑥), the absolute minimum occurs at a point 𝑥 = 𝑐 if:
This means that the function value at 𝑐 is less than or equal to the function values at any
other point in the domain.
𝑓 ′ (𝑥) = 2𝑥 − 4
2𝑥 − 4 = 0 ⇒ 𝑥 = 2
𝑔′ (𝑥) = 3𝑥 2 − 6𝑥 + 2
3𝑥 2 − 6𝑥 + 2 = 0
6 ± √36 − 24 √3
𝑥= ⇒ 𝑥 =1±
6 3
3. Robotics
Robots use extreme values to optimize paths, avoiding obstacles and minimizing travel
time or energy consumption while maximizing efficiency.
In robotic control, extreme values help minimize error in the feedback loop, optimizing
movement and ensuring precise and accurate actions.
4. Computer Science
Many algorithms, such as those used in search problems or graph traversal, involve
finding extreme values (e.g., the shortest path or maximum flow) to solve optimization
problems efficiently.
In data mining, extreme values are used to identify anomalies (outliers), optimize data
storage, or identify important features in large datasets.
5. Other Fields
In financial modeling, extreme value theory helps model rare events (like financial
crashes or market spikes), providing insights into risk management and prediction.
Extreme values are used to determine the maximum strength or load a material can
handle, or to optimize design parameters in various engineering applications (e.g.,
minimizing energy consumption in systems).
Exercise: Absolute Extreme Values
For each of the following functions, find the absolute minimum and maximum values on
the given domain. If the function does not have absolute extreme values on the domain,
explain why.