To find the absolute extrema of a continuous function on a
closed interval [a,b]:
Find all critical numbersc of the function f(x) on the open
interval (a,b).
Find the function values f(c) for each critical number c found in step
1.
Evaluate the function at the endpoints. That is, find f(a) and
f(b).
The largest value found in steps 2 and 3 above will be the absolute
maximum and the smallest value will be the absolute minimum.
Example: Find the absolute maximum and absolute minimum values
of f(x)=2xx2−2x+2 on the interval [0,3].
Solution: The denominator is always positive (its roots are complex),
so the function is continuous everywhere and the Extreme Value Theorem applies.
Using the quotient rule, the derivative works out to
f′(x)=2(−x2+2)(x2−2x+2)2
The critical points are at x=±√2. However, only the
critical point x=√2 is in our interval. So the three points we need to consider
are the endpoints x=0 and x=3, and the critical point x=√2.
Since
f(0)=0,f(√2)=1+√2,f(3)=6/5,
the largest value is 1+√2, which is the absolute maximum (achieved at x=√2).
This method, and this example, are worked out in detail in the following
video. However, beware of a mistake towards the end. The critical number
x=−1 should not be considered, since it isn't between 0 and 3.