How do use the first derivative test to determine the local extrema #f(x) = 3x^5 - 20x^3#?

1 Answer
Jul 27, 2015

You determine the crititcal points of the function and check to see if any of these points are local minima or local maxima.

Explanation:

Basically, the first derivative test allows you to look for a function's critical points and check to see whether or not these points are local extrema by looking if the sign of the first derivative changes around them.

So, the first thing you need to do is determine the first derivative of #f#, which is

#f^' = 15x^4 - 60x^2#

To find the function's critical points, make the first derivative equal to zero and solve for #x#

#f^' = 0#

#15x^4 - 60x^2 = 0#

#15x^2 ( x^2 - 4) = 0#

#15x^2 * (x-2) (x+2) = 0#

This equation has three solutions, #x=0# and #x=+-2#.

Since your function has no domain restrictions, all these points will be critical points.

Now, in order for the points to be local extrema, the function must go from increasing, i.e. a positive #f^'#, to decreasing, i.e. a negative #f^'#, or vice versa.

Since you have 3 critical points, you're going to look at 4 intervals. Select a value from each itnerval to determine the sign of the first derivative on that interval

  • #(-oo, -2)#

#f^'(-3) = 15 * (-3)^4 - 60 * (-3)^2#

#f^'(-3) = 1215 - 540 = 675# #-># #color(green)("positive")#

  • #(-2, 0)#

#f^'(-1) = 15 * (-1)^4 - 60 * (-1)^2#

#f^'(-1) = 15 - 60 = -45# #-># #color(red)("negative")#

  • #(0, 2)#

#f^'(1) = 15 * (1)^4 - 60 * (1)^4#

#f^'(1) = 15 - 60 = -45 -> color(red)("negative")#

  • #(2, 0)#

#f^'(3) = 15 * (3)^4 - 60 * (3)^2#

#f^'(3) = 1215 - 540 = 675 -> color(green)("positive")#

So, you know that the first derivative changes sign, i.e. it goes from positive to negative, around #-2#, so this point is a local maximum.

On the other hand, the first derivative does not change sign around point #0#, so this point will not be of interest.

Notice that the first derivative changes sign again around point #+2#, since it goes from negative to positive. This means that point #2# will be a local minimum.

To get the actual points that match these critical points, evaluate the original functions in #x=-2# and #x=2#

#f(-2) = 3 * (-2)^5 - 20 * (-2)^3#

#f(-2) = -96 + 160 = 64#

and

#f(2) = 3 * (2)^5 - 20 * (2)^3#

#f(2) = 96 - 160 = -64#

Therefore, the function #f = 3x^5 - 20x^3# has a local minimum at #color(green)((2"," -64))# and a local maximum at #color(green)((-2", " 64))#.