An example- to aid in thinking about Implicit Differentiation
F[x, y, z]=0 determines a surface in space. In this case it contains the solutions to the equation y/x=Tan(z)
In[9]:=
In[10]:=
Out[10]=
We can parameterize this surface as follows:
In[11]:=
Then, we see the image of P is sent to zero by F
In[12]:=
Out[12]=
In[13]:=
Out[13]=
We can compute the partial derivatives of F with respect to x and y and z
In[14]:=
Out[14]=
Out[15]=
Out[16]=
Using implicit differentiation we determine the partials dz/dx and dz/dy
In[17]:=
Out[17]=
Out[18]=
In[19]:=
Note, those equations were not defined on the line x=y=0 which lies on our surface F[x,y,z]=0
In[22]:=
Out[22]=
We can use the partials to compute the equation of the tangent plane at the point (x,y,z)
In[23]:=
Here is our surface again
In[24]:=
Out[24]=
Here is the tangent plane at the point (1,0,0)
In[25]:=
Out[25]=
In[26]:=
Out[26]=
Let's see what happens to the tangent plane at (x,0,0) as x->0. (Note the partials at (0,0,0) were not defined))
In[27]:=
In[31]:=
Out[31]=
In[33]:=
As (x,0,0)->(0,0,0) the planes become closer and closer to vertical! Think about why these partial derivatives of a vertical plane are not well defined
Created by Mathematica (October 5, 2004)