
William W. answered 12/30/19
Experienced Tutor and Retired Engineer
To find the max/min on an interval:
- Take the derivative and set it equal to zero to find local extremes
- Check the endpoints to see if they are higher/lower than the local extremes
- Double check for any vertical asymptotes on the interval
For a), the derivative is 6x2 + 6x and setting that equal to zero we get:
6x2 + 6x = 0
6x(x + 1) = 0
x = 0 and x = -1 since both of those are in the interval, they are possibilities to be absolute min/max values
f(0) = 2(0)3 + 3(0)2 + 4 = 4
f(-1) = 2(-1)3 + 3(-1)2 + 4 = 5
Now we need to check the endpoints:
f(-2) = 2(-2)3 + 3(-2)2 + 4 = 0
f(1) = 2(1)3 + 3(1)2 + 4 = 9
There are no vertical asymptotes on the interval because the derivative is not undefined on any point in the interval.
So to summarize:
f(-2) = 0
f(-1) = 5
f(0) = 4
f(1) = 9
Meaning that, on the interval [-2, 1], the function values start at 0, go up to 5, go back down to 4, then go back up to 9 so the absolute min is 0 (occurring at x = -2) and the absolute max is 9 (occurring at x = 1)
Use the same process for the function noted in b).