23. Maximum and Minimum Values of Functions
Dated: 30-10-2024
Absolute Extrema
These are either the highest peaks in the mountain range or the deepest of valleys.
Absolute Minimum
If \(f(x_0) \le f(x)\) for all \(x\) in domain of \(f(x)\) then \(f(x_0)\) is called absolute minimum
of \(f(x)\).
Absolute Maximum
If \(f(x_0) \ge f(x)\) for all \(x\) in domain of \(f(x)\) then \(f(x_0)\) is called absolute maximum
of \(f(x)\).
Example
This is graph of function
1 defined to be \(f(x) = 2x + 1\) over an interval
2 \([0, 3)\).
\(x = 3\) is excluded from the domain, the maximum value for \(x\) is \(x < 3\).
The absolute minima
for this function
1 is \(1\).
You might think the
absolute maxima
for thisfunction
1 is \(7\) but it is actually not. Reason behind it is that thefunction
1 never becomes equal to \(7\) since \(x\) never becomes \(3\), though, they are very close.
Theorem
If a \(f(x)\) has an extreme value (either maximum or minimum) on an open interval
2 \((a, b)\) then these extreme values appear at critical points
3 of \(f(x)\).
Finding Absolute Extrema for a Continuous Function
We can divide this task into following tasks.
- Find
critical points
3 of \(f(x)\). - Find values of \(f(x)\) at
critical points
3 and the endpoints of theinterval
2 thefunction
1 is defined at. - The largest of the values in Step 2 is
absolute maxima
and the smallest isabsolute minima
.
Example
Find dimensions of a rectangle
with \(100 ft\) perimeter
such that it has maximum area
.
Solution
We can represent the perimeter
as:
Then we can represent the area
which we want to maximize as:
We can re-write the function
1 in terms of \(x\).
From the equation above, it is evident that \(A(x) = 0\) if \(x = 0, 50\).
Since
negative lengths
are not realistic, \(x\) cannot go below \(0\) and if \(x > 50\) then thearea
becomesnegative
which is not realistic either. Hence, ourinterval
2 is \([0, 50]\).
Then we find the absolute maxima
. For that, we need to find the critical points
.3 For that, we do our derivative test
.4
So our values to check are \(x = 0, 25, 50\).
So the absolute maximum
lies at \(x = 25\).
Put this in the perimeter
equation.
Hence, the dimensions of the rectangle
with maximum area
are \(25 \times 25\).
References
Read more about notations and symbols.