vault backup: 2025-02-25 09:23:29
This commit is contained in:
parent
8d466ecaef
commit
ad77170cfd
@ -1,4 +1,4 @@
|
|||||||
# Absolute Maximum/Minimum
|
# Maximum/Minimum
|
||||||
A function $f$ has an *absolute maximum* at $c$ if $f(c) >= f(x)$. We call $f(c)$ the maximum value of $f$.
|
A function $f$ has an *absolute maximum* at $c$ if $f(c) >= f(x)$. We call $f(c)$ the maximum value of $f$.
|
||||||
The absolute **maximum** is the largest possible output value for a function.
|
The absolute **maximum** is the largest possible output value for a function.
|
||||||
|
|
||||||
@ -9,3 +9,6 @@ The absolute **minimum** is the smallest possible output value for a function.
|
|||||||
|
|
||||||
# Critical Numbers
|
# Critical Numbers
|
||||||
A number is considered critical if the output of a function exists and $\dfrac{d}{dx}$ is zero or undefined.
|
A number is considered critical if the output of a function exists and $\dfrac{d}{dx}$ is zero or undefined.
|
||||||
|
|
||||||
|
# Local Max/Min
|
||||||
|
A local max/min is a peak or trough at any point along the graph.
|
Loading…
x
Reference in New Issue
Block a user