SOLUTION: Hello I have a question on critical points. So I need to find critical points on this function f(x)=(x^2-1)^2 I used chain rule and I got f'(x)=2(x^2-1)*2x then I had to make

Algebra ->  College  -> Linear Algebra -> SOLUTION: Hello I have a question on critical points. So I need to find critical points on this function f(x)=(x^2-1)^2 I used chain rule and I got f'(x)=2(x^2-1)*2x then I had to make       Log On


   



Question 1030711: Hello I have a question on critical points.
So I need to find critical points on this function f(x)=(x^2-1)^2
I used chain rule and I got f'(x)=2(x^2-1)*2x
then I had to make it equal 0 so 2x=0 but I don't know how to find the actual critical points from there. Can some help me? I am stuck.

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!

What you are trying to do here is to find relative maximum
and relative minimum point on a graph:

Here is the graph of 

f%28x%29=%28x%5E2-1%29%5E2

graph%28400%2C400%2C-2%2C2%2C-2%2C2%2C%28x%5E2-1%29%5E2%29 

You can see the answer by looking at the graph.  There is a
relative maximum point at (0,1) (where x=0) and relative minimum 
points (-1,0) and (1,0) (where x=-1 and where x=1).

However "looking and seeing" is not acceptable. You must use
calculus.

The derivative when evaluated at a point tells us whether a graph
at that point is increasing (going up to the right) or decreasing
(going down to the right) or neither (when it is at a relative
minimum or maximum.

We find the critical points by finding the derivative and setting it
equal to 0.

f%28x%29=%28x%5E2-1%29%5E2 
%22f%27%28x%29%22=2%28x%5E2-1%29%5E2%282x%29
%22f%27%28x%29%22=4x%28x%5E2-1%29%5E2

We set that = 0:

4x%28x%5E2-1%29%5E2=0

4x=0;       x^2-1=0
 x=0;  (x-1)(x+1)=0
      x-1=0; x+1=0
        x=1;   x=-1

So the critical points (candidates for the x-coordinates
of relative maximums and minimums).

Now we make this chart:

Interval        |  x < -1  |  -1 < x < 0  | 0 < x < 1 |  x > 1
-----------------------------------------------------------------                 
Test value?     |    -2    |     -0.5     |    0.5    |    2
-----------------------------------------------------------------
Sign of f'      |     -    |       +      |     -     |    + 
at test value?  |          |              |           |
-----------------------------------------------------------------
Increasing or   |decreasing|  increasing  | decreasing|increasing   
 decreasing?    |

To find the sign of f at the test value, substitute it for x in
%22f%27%28x%29%22=4x%28x%5E2-1%29%5E2, and ignore the numerical value, just
look at the sign.  f(x) is increasing if f' is positive and 
decreasing if f' is negative. 

So at critical point where x=-1, f(x) changes from decreasing (going
down to the right) to increasing (going up to the right).  So it
must have reached bottom, so there is a relative minimum point that
has x=-1 as its x-coordinate.

At critical point where x=0, f(x) changes from increasing (going
up to the right) to decreasing (going down to the right).  So it
must have reached a peak, so there is a relative maximum point that
has x=0 as its x-coordinate. 

At the critical point where x=1, f(x) changes from decreasing (going
down to the right) to increasing (going up to the right).  So it
must have reached bottom again, so there is another relative minimum 
point that has x=1 as its x-coordinate.

Looking at the graph, it goes down to the relative minimum point with
x-coordinate -1, then up to the relative maximum point with x-coordinate
0, then down to the relative minimum point with x-coordinate 1, then up
again thereafter.

Edwin