Here is a solution of a more challenging problem, similar to problems [5] and [8] below, using factoring by grouping.
If f (x) = x4 + 8x3 - 8x2 - 96x + 3 ,
Then f '(x) = 4x3 + 24x2 - 16x - 96 ,
factor out a common factor of 4
then f '(x) = 4 [ x3 + 6x2 - 4x - 24 ] ,
now group terms, preparing to factor the groups, just as in high school
then f '(x) = 4 [ (x3 + 6x2 ) - ( 4x + 24) ] ,
now factor each group
then f '(x) = 4 [ x2 ( x + 6 ) - 4 (x + 6) ] ,
the groups have a common factor of ( x + 6 ) : factor it out
then f '(x) = 4 ( x + 6 ) ( x2 - 4) ,
finally, factor ( x2 - 4)
then f '(x) = 4 ( x + 6 ) ( x + 2) ( x - 2) ,
Critical values will be values of x which make the above expression equal to 0
The smallest critical value of f (x) is therefore -6
The middle critical value of f (x) is therefore -2
The largest critical value of f (x) is therefore 2 |
|
To find the 2 candidates for this function, differentiate again: a bit messy but similar to above:
|
thus f "(x) = 12x2 + 48x - 16 :
Candidates are values of x for which 12x2 + 48x - 16 = 0
This polynomial does not have "nice" factors, so use the Quadratic Formula |
If ax2 + bx + c = 0, then x = |
|
|
Original Equation: 12x2 + 48x - 16 = 0
Identify values of "a", "b", and "c": a = 12, b = 48, c = - 16
Substitute these values into the quadratic formula, to get: |
x = |
|
|
2(12) |
|
= |
|
|
24 |
|
≈ |
|
|
|
|
The candidates for the original function are therefore approximately (- 4.291) and 0.291 |
|
|