Determine if the function has a global maximum and/or a global minimum.
Answer
This function doesn't have a global max or a global min. It keeps increasing in one direction and decreasing in the other:
Example 2
Determine if the function has a global maximum and/or a global minimum.
Answer
This function does have both a global max and a global min:
Example 3
Determine if the function has a global maximum and/or a global minimum.
Answer
This function has a local min and a local max, but doesn't have a global min or a global max.
Example 4
Determine if the function has a global maximum and/or a global minimum.
Answer
This function has a global min, but no global max
Example 5
Determine if the function has a global maximum and/or a global minimum.
Answer
This function only has one value. Since y = 2 is both the biggest and the smallest this function ever becomes, y = 2 is both the global maximum and the global minimum.
Example 6
Determine if the function has a global maximum and/or a global minimum.
Answer
This function has no global min or global max.
Example 7
Determine if the function has a global maximum and/or a global minimum.
Answer
This function is trying to have a global max, but never quite reaches it. It also has no global minimum, since the function approaches zero as x approaches ± ∞, but never reaches zero.
Example 8
Determine if the function has a global maximum and/or a global minimum.
Answer
This function has no global max or global min.
Example 9
Find the global max and global min of the function on the specified interval.
on the interval [-1,1]
Answer
Rewrite the function to make life easier:
The derivative is
f'(x) = -(x2 + 1) - 2(2x)
which is zero when x = 0.
Now evaluate f at the critical point and the endpoints of the interval:
The global max is y = 1 and the global min is y = 0.5.
Example 10
Find the global max and global min of the function on the specified interval.
f (x) = x2 + 3x on the interval [-2, 3]
Answer
The derivative is
f '(x) = 2x + 3
which is zero when x = -3/2.
We evaluate f at this critical point and at the endpoints:
On the specified interval, the global max of f is y = 18 and the global min of f is y = -2.25.
Example 11
Find the global max and global min of the function on the specified interval.
f (x) = xex on the interval [-2, -1]
Answer
The derivative is f '(x) = xex + ex = ex(x + 1). The only critical point occurs at x = -1, which is also an endpoint of the interval in question. It turns out that we only need to evaluate f (x) at the endpoints.
The global maximum of f on this interval is -2e-2 and the global minimum is -e-1.
Example 12
Find the global max and global min of the function on the specified interval.
f (x) = sin x on the interval [π, 2π]
Answer
The derivative of f is f '(x) = cos x, whose only root on the given interval occurs at .
We evaluate f at the critical point and at the endpoints of the interval:
The global max of f on this interval is y = 0 (which occurs at two different values of x) and the global min is y = -1.
Example 13
Find the global max and global min of the function on the specified interval.
on [-10, 4].
Answer
The derivative is f '(x) = x2 + 3x – 10, which factors as
f '(x) = (x + 5)(x – 2).
The critical points occur at x = -5 and at x = 2.
We evaluate f at the critical points and at the endpoints of the interval:
The global max is y = 46.5 and the global min is .
Example 14
Find where the global max and global min of the function occur (on the specified interval).
f (x) = x2ex on the interval [-5, 1]
Answer
The derivative is
f '(x) = 2xex + x2ex = xex(2 + x)
so there are critical points at x = -2 and at x = 0.
We evaluate f at the critical points and endpoints (it's ok to use approximate y-values here, because we're only comparing the y-values to figure out which x-values we want):
f has its global min when x = 0 and its global max when x = 1.
Example 15
Find where the global max and global min of the function occur (on the specified interval).
f (x) = 2x2 + 3x – 2 on the interval [-2, 2].
Answer
The derivative is
f '(x) = 4x + 3
which is zero when , so this is our critical point.
We evaluate f at all the important places:
The global max of f occurs when x = 2 and the global min when .
Example 16
Find where the global max and global min of the function occur (on the specified interval).
on the interval [-π, π]
Answer
The derivative is
which has a critical point whenever
This occurs when
where k is an integer. Solving,
and so
We want only the critical points in the interval [-π,π]. These would be
Now we evaluate f at lots of places:
The global max occurs at and at . The global min occurs at and at .
Example 17
Find where the global max and global min of the function occur (on the specified interval).
on the interval [-1, 4]
Answer
The derivative is
This is 0 when -x3 = -1, or when x = 1. This is our only critical point, since anywhere f ' is undefined, f is already undefined.
Now evaluate f at the critical points and endpoints.
The function f achieves its global max on this interval when x = 1 and its global min when x = -1.
Example 18
Find where the global max and global min of the function occur (on the specified interval).
f (x) = 3(x – 2) + 9 on the interval [-5, 5]
Answer
This function is a line, so it has no critical points.
Better yet, we don't even need to evaluate f at the endpoints. Since f is a line with a slope of 3, f is an increasing function. This means f must be smallest at the start of the interval and largest at the end of the interval.
The global min of f on this interval occurs at x = -5 and the global max of f on this interval occurs at x = 5.
These problems become more complicated when we start doing something called optimization, which is the same exact math but with more words added on top.