Z14-Tangent Planes and Total Differentials
Z14-Tangent Planes and Total Differentials
Z14-Tangent Planes and Total Differentials
Lecture 14
From the last lecture, we know that if z = f (x, y), x = x(t) and y = y(t), then by
the chain rule
d
f (x(t), y(t)) = fx (x(t), y(t))x (t) + fy (x(t), y(t))y (t).
dt
For the case w = f (x, y, z), x = x(t), y = y(t), z = z(t), there is a natural
generalization:
d
f (x(t), y(t), z(t)) = fx (x, y, z)x (t) + fy (x, y, z)y (t) + fz (x, y, z)z (t).
dt
This formula (a chain rule for three variable functions) will be useful below.
Let us consider a surface determined by the equation F (x, y, z) = 0.
P0 (x0 , y0, z0 ) be a point on the surface (and hence F (x0 , y0 , z0 ) = 0). If the
tangent lines at P0 to all smooth
curves that pass through P0 and lie
on the surface are contained in a
common plane, then this plane is
called the tangent plane to
the surface at P0 . The line through
P0 parallel to the normal vector
of the tangent plane is called the
normal line to the surface at P0 .
Let
Tangent Plane
P0
Normal Line
We now set to find an equation of the tangent plane at a given point P0 (x0 , y0 , z0 )
on a given surface F (x, y, z) = 0. As a point P0 on the plane is already given, we
need only to find a normal vector ~n.
To this end, we let x = x(t), y = y(t), z = z(t) be the parametric equation of an
arbitrary curve lying on F (x, y, z) = 0, passing through (x0 , y0 , z0 ) at t = t0 . This
implies that
F (x(t), y(t), z(t)) 0 for all t, x(t0 ) = x0 , y(t0) = y0 , z(t0 ) = z0 .
Recall that ~r(t0 ) = hx (t0 ), y (t0 ), z (t0 )i is a tangent vector of the curve ~r = hx(t), y(t), z(t)i
at P0 . Thus the normal vector ~n should be perpendicular to ~r (t0 ), i.e. ~n ~r(t0 ) = 0.
On the other hand, if we differentiate the identity
F (x(t), y(t), z(t)) = 0,
79
and use the chain rule, we obtain
d
F (x(t), y(t), z(t) = 0,
dt
i.e.
Fx (x(t), y(t), z(t))x (t) + Fy (. . .)y (t) + Fz (. . .)z (t) = 0, for all t. Take t = t0 , we get
F (x0 , y0 , z0 )x (t0 ) + Fy (x0 , y0 , z0 )y (t0 ) + Fz (x0 , y0 , z0 )z (t0 ) = 0.
That is to say, the vector hFx (x0 , y0, z0 ), Fy (x0 , y0 , z0 ), Fz (x0 , y0 , z0 )i and
~r (t0 ) = hx (t0 ), y (t0 ), z (t0 )i are perpendicular. Therefore, we can take
~n = hFx (x0 , y0 , z0 ), Fy (x0 , y0 , zo ), Fz (x0 , y0, z0 )i.
We can now write down the equation of the tangent plane:
Fx
,
Fz
fy =
Fy
.
Fz
80
We do not give a proof for this but we point out that the proof is based on the
fact that
F (x, y, z) F (x0 , y0 , z0 )+Fx (x0 , y0 , z0 )(xx0 )+Fy (x0 , y0 , z0 )(yy0 )+Fz (x0 , y0 , z0 )(zz0 ).
Taking into account F (x, y, z) = F (x0 , y0 , z0 ) = 0 we get
z z0
Fx (x0 , y0 , z0 )
Fy (x0 , y0 , z0 )
(x x0 ) +
(x x0 )
Fz (x0 , y0 , z0 )
Fz (x0 , y0 , z0 )
from which we can also guess the formula for the partial derivatives of f . To make
this argument rigorous one would need to give a precise meaning to .
In practice this result is used to find approximate solution, usually by iterative
methods such as Newtons method. This topic will be discussed in Amth250.
Example. Let F (x, y, z) = x + y + z cos z. Then F (0, 0, 0) = 0 and Fz =
cos z + z sin z, hence Fz (0, 0, 0) = 1 6= 0. According to the theorem then the is a
function z = f (x, y) that solves the implicit equation F (x, y, z) = 0. We are not able
to give an algebraic formula for f but we now that it exists and equals approximately
f (x, y) x y,
since f (0, 0) = z0 = 0, fx (0, 0) =
Fy (0, 0, 0)
Fx (0, 0, 0)
= 1, fy (0, 0) =
= 1.
Fz (0, 0, 0)
Fz (0, 0, 0)
81
The above equation for the tangent plane can be written in the form
z z0 = fx (x0 , y0 )(x x0 ) + fy (x0 , y0 )(y y0 ), or
Geometrically, we know the tangent plane is the closest plane to the surface near
P0 . Analytically, this is to say the linear function (in x and y)
z0 + fx (x0 , y0 )(x x0 ) + fy (x0 , y0)(y y0 )
is the best linear approximation of the (in general nonlinear) function f (x, y) near
(x0 , y0). If we denote x x0 by x, y y0 by y and z z0 by z, then the best
linear approximation for z is
z fx (x0 , y0)x + fy (x0 , y0)y.
Write x = dx, y = dy. Then the quantity
dz = fx (x0 , y0)dx + fy (x0 , y0 )dy
is called the total differential of f (x, y) at (x0 , y0).
Our above discussion shows that when dx = x and dy = y are small,
82
Solution f (1.01, 1.99) = f (1 + 0.01, 2 0.01)
f (1, 2) + fx (1, 2)(0.01) + fy (1, 2)(0.01)
= 16 + 0.48 0.32
= 16.16