Finding Absolute Extreme Values of f(x)=2x^3-3x^2-12x+1 [-2,3]

  • Thread starter Thread starter Sethka
  • Start date Start date
  • Tags Tags
    Value
Sethka
Messages
13
Reaction score
0
Hey guys,

f(x)=2x^3-3x^2-12x+1 [-2,3]

I need to use the extreme value theorm to find the absolute extreme values of this function.

So far, I've got:

f'(x)=6x^2-6x-12=6(x^2-x-2)=6(x-2)(x+1)
x= 2,-1

Now what do I do? Please explain in a manner a non-math student can comprehend please.

Thank you!
 
Physics news on Phys.org
Hi Sethka,

The extreme value theorem isn't used to find absolute extrema, rather it tells us that they exist for certain kinds of functions. More specifically it says that continuous functions defined on a closed interval have absolute extrema, but doesn't tell us anything about where they might be. Your function is continuous, as all polynomials are, and is defined on the closed interval [-2,3], so the extreme value theorem guarantees the existence of absolute extrema. This is important, cause you don't want to go and try and find extrema if there aren't any.

Ok, back to the problem. You have found the roots of the derivative of f, ie: values of x for which f'(x) = 0. These along with the endpoints of the interval [-2, 3] are the possible locations for the absolute extrema. What you do now is plug these points into f(x) and find which one makes f(x) the largest and the smallest. Those values of x are the locations of your maxima and minima respectively.

So in short your going to evaluate f(-1), f(2), f(-2), f(3). The largest of these is the absolute maximum, and the smallest is the minimum.
 
Last edited:
Thanks!

Oh Wow Nocturnal! You've just helped me make sense of something I never really understood for the last two months! You're awesome! Thanks! My textbook sounds belligerent on the topic, so I skipped it and just never really learned it all this time.
 
Your welcome. You should also be aware that points in the domain of f, where f'(x) doesn't exist are also candidates for locations of extrema. Together all these points are referred to as "the critical numbers of f."
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top