Roman C. answered 08/26/15
Tutor
5.0
(846)
Masters of Education Graduate with Mathematics Expertise
Draw a graph. You should be able to notice that the turning points look like they are at x=0 and x=4.
Plug it into the equation to get f(0) = 12 is the local max, and f(4) = 43 - 6·42 + 12 = -20 is the local min.
Graphing calculators all have a utility that searches for minimums and maximums of any function. It asks you to enter a function, a guess where you think the min or max is and an interval to search in. It will give you the points (0,12) for max and (4,-20) for min.
There are also many methods without a calculator.
One is calculus which you will learn in a separate course.
The derivative (rate of change) of f(x) = xn with respect to x is f'(x) = nxn-1. This is called the power rule.
Derivatives are linear: (a f + b g)' = a f' + b g'
h'(x) = 3x2 - 12x
Setting h'(x) = 0 gives
3x2 - 12x = 0
x2 - 4x = 0
x(x-4) = 0
x = 0 or x = 4
h(0) = 12 is max, h(4) = -20 is min.
The other is ordinary algebra. In a polynomial with leading coefficient 1, the coefficient if the 1-lower-degree term is negative the sum of roots.
Let C be the value at either a min or max and set h(x) = C
Thus we want h(x) - C = x3-6x2+12-C to have a double root.
The sum of the roots of h(x) - C is 6 so if the double root is R then the other is 6-2R
(x - R)2[x - (6 - 2R)] = (x2 - 2Rx + R2)[x - (6 - 2R)]
= x3 - 6x2 + [R2 + 2R(6-2R)] + R2(2R-6) = x3 - 6x2 - (3R2 - 12R)x +R2(6-2R)
= x3 - 6x2 - 3R(R-4)x +2R2(3-R)
This should equal x3 - 6x2 + 12 so 3R(R-4)=0 making R=0 or 4.
Thus the critical points are at 0 and 4. Where h(0) = 12 is max and h(4) = -20 is min.