Anthony B. answered 07/29/14
Tutor
4.9
(831)
Math, Stats, Calculus, APA Tutor, Statistics Consulting
Hello Talo,
The first step to find the min/max values is to find the derivative.
y=2x3-3x2-12x+18
y'=6x2-6x-12
Then we find the x intercepts of the derivative.
0=6x2-6x-12
0=6(x2-x-2)
0=6(x-2)(x+1)
x=2,-1
The values for the min/max are x=-1 and x=2. This is because these are the values at which the derivative is 0. Since the derivative tells the instantaneous slope of the function at any point, 0 values indicate that the slope is changing from positive to negative, which occurs at mix/max values.
We solve for these points in the original function:
y(-1)=-2-3+12+18=31 (-1,25)
y(2)=16-12-24+18=-10 (2,-10)
However to determine which is min and which is max, we need the 2nd derivative.
y'=6x2-6x-12
y''=12x-6
Then we plug in the values we found in the last step.
y''(-1)=12(-1)-6=-18
y''(2)=12(2)-6=18
This is all the info we needed. Since y''(-1) is negative this tells us that this point is a maximum, since a negative 2nd derivative tells us that the slope is decreasing.
Y''(2) is positive, so this is a minimum value since this shows that the slope is increasing.
Bottom line:
Min (2,-10)
Max (-1,25)