2025-02-25 09:13:29 -07:00
|
|
|
# Absolute Maximum/Minimum
|
2025-02-25 09:08:29 -07:00
|
|
|
A function $f$ has an *absolute maximum* at $c$ if $f(c) >= f(x)$. We call $f(c)$ the maximum value of $f$.
|
2025-02-25 09:13:29 -07:00
|
|
|
The absolute **maximum** is the largest possible output value for a function.
|
2025-02-25 09:08:29 -07:00
|
|
|
|
|
|
|
A function $f$ has an absolute minimum at $c$ if $f(c) <= f(x)$. $f(c)$ is the absolute minimum value of $f$.
|
2025-02-25 09:13:29 -07:00
|
|
|
The absolute **minimum** is the smallest possible output value for a function.
|
2025-02-25 09:08:29 -07:00
|
|
|
|
2025-02-25 09:13:29 -07:00
|
|
|
- Where the derivative of a function is zero, there is either a peak or a trough.
|