How do you find all relative extrema of the function #f(x)= -x^3 -6x^2-9x-2#?

1 Answer
Jul 27, 2015

Use the first derivative test and check for sign changes of #f^'#.

Explanation:

For a given function, relative extrema, or local maxima and minima, can be determined by using the first derivative test, which allows you to check for any sign changes of #f^'# around the function's critical points.

For a critical point to be local extrema, the function must go from increasing, i.e. positive #f^'#, to decreasing, i.e. negative #f^'#, or vice versa, around that point.

So, start by determining the first derivative of #f#

#f^' = -3x^2 - 12x - 9#

To determine the function's critical points, make #f^' = 0# and solve for #x#

#f^' = 0#

#f^' = -3x^2 - 12x - 9 = 0#

This is equivalent to

#-3(x^2 + 4x + 3) = 0#, or

#x^2 + 4x + 3 = 0#

#x_(1,2) = (-4 +- sqrt(4^2 - 4 * 1 * 3))/2 = {(x_1 = -3), (x_2 = -1) :}#

Since no domain restrictions are given for your function, both solutions will be critical points.

Now check to see if the first derivative changes sign around these points. Since you're dealing with two critical points, you're going to have to look at 3 intervals.

Select a value fro meach of these intervals and note the sign of #f^'#

  • #(-oo,-3)#

#f^'(-4) = -3* (-4 + 1) * (-4+3)#

#f^'(-4) = -3 * (-3) * (-1) = -9 -> color(red)("negative")#

  • #(-3,-1)#

#f^'(0) = -3 * (-2+1) * (-2+3)#

#f^'(0) = -3 * (-1) * (+1) = 3 -> color(green)("positive")#

  • #(-1, oo)#

#f^'(0) = -3 * (0+1) * (0 + 3)#

#f^'(0) = -3 * 1 * 3 = -9 -> color(red)("negative")#

The first derivative changes sign twice. It goes from being negative to being positive around #x=-3#, which means that this critical point is a local minimum.

On the other hand, it goes from being positive to being negative around point #x=-1#, which means that this critical point is a local maximum.

This is equivalent to having a function that goes from decreasing to increasing (think of a valley) around point #x=-3#, and from increasing to decreasing (think of a hill) around point #x=-1#.

To get the actual points at which the function has the local minium and maximum, evaluate #f# at the critical points.

#f(-3) = -(-3)^3 - 6 (-3)^2 - 9(-3) - 2#

#f(3) = 27-54-27 - 2= -2#

and

#f(-1) = -(-1)^3 - 6(-1)^2 - 9(-1) - 2#
#f(-1) = 1 -6 + 9 -2 = 2#

Therefore, the function #f# has

#color(green)((-3"," -2)) -># local minimum
#color(green)((-1","2)) -># local maximum

graph{-x^3 - 6x^2 - 9x - 2 [-10, 10, -5, 5]}