Critical Points
Question: Why do we have to look at places where
is not differentiable to find local maxes and mins? Why don't the points where
suffice?
Answer: Look at the function
In[6]:=
Out[6]=
In[7]:=
Out[7]=
So we see the critical points are
(where the numerator is zero) and
(where the denominator is zero).
In[9]:=
Out[9]=
Notice that the critical point 0 turns out to be a local maximum, and the other one is a local minimum.
Created by Mathematica (April 6, 2005)