March 06, 2006 7:35 am
Larson ch 1.3, p. 64 - 66
1.
In[1]:=
In[2]:=
From the graph it is clear that the limit of h as x approaches 5 is 0. Direct substitution yields the same answer. Here is the command for Mathematica:
In[4]:=
Out[4]=
2.
In[5]:=
In[9]:=
(a) From the graph it is clear that the limit of the function g as x approaches 4 is about 2.4. Direct substitution gives a value of (-12)/(-5) = 2.4. Mathematica gives
In[8]:=
Out[8]=
(b) From the graph it is clear that the limit of the function g as x approaches 0 is about 4. Direct substitution gives (-36)/(-9) = 4. Mathematica gives
In[10]:=
Out[10]=
3
In[11]:=
In[12]:=
In[13]:=
Out[13]=
Looking at the graph of f, the limit of f as x approaches 0 is 0. Direct substitution gives (0)(1) = 0. Mathematica gives
In[14]:=
Out[14]=
In[15]:=
Out[15]=
4.
In[16]:=
In[17]:=
In[18]:=
Wow - that is a neat graph! I was not expecting that (I'm not sure what I was expecting - I must improve my intuition).
The limit as t approaches 4 appears to be 0 but the curve is not continuous at that point. Direct substitution yields (4)(0) = 0. Mathematica gives
In[19]:=
Out[19]=
This was a bit of a surprise - I thought the limit might not exist, but thinking about it, it is the derivative that will not exist.
8:30 am
Created by Mathematica (March 6, 2006) |