next up previous contents index
Next: Linearisation and Differentials Up: Differentiation of Functions of Previous: Maxima and Minima   Contents   Index


Tangent Planes

Consider the surface F(x, y, z) = c, perhaps as z = f (x, y), and suppose that f and F have continuous partial derivatives. Suppose now we have a smooth curve on the surface, say $ \phi$(t) = (x(t), y(t), z(t)). Then since the curve lies in the surface, we have

F(x(t), y(t), z(t)) = c,

and so, applying the chain rule, we have

$\displaystyle {\frac{{dF}}{{dt}}}$ = $\displaystyle {\frac{{\partial F}}{{\partial x}}}$$\displaystyle {\frac{{dx}}{{dt}}}$ + $\displaystyle {\frac{{\partial F}}{{\partial y}}}$$\displaystyle {\frac{{dy}}{{dt}}}$ + $\displaystyle {\frac{{\partial F}}{{\partial z}}}$$\displaystyle {\frac{{dz}}{{dt}}}$ = 0.

or, writing this in terms of vectors, we have

$\displaystyle \nabla$F.v(t) = $\displaystyle \left(\vphantom{\frac{\partial F}{\partial x}, \frac{\partial F}{\partial z}, \frac{\partial F}{\partial z}
}\right.$$\displaystyle {\frac{{\partial F}}{{\partial x}}}$,$\displaystyle {\frac{{\partial F}}{{\partial z}}}$,$\displaystyle {\frac{{\partial F}}{{\partial z}}}$$\displaystyle \left.\vphantom{\frac{\partial F}{\partial x}, \frac{\partial F}{\partial z}, \frac{\partial F}{\partial z}
}\right)$.$\displaystyle \left(\vphantom{\frac{dx}{dt},\frac{dy}{dt},\frac{dz}{dt}}\right.$$\displaystyle {\frac{{dx}}{{dt}}}$,$\displaystyle {\frac{{dy}}{{dt}}}$,$\displaystyle {\frac{{dz}}{{dt}}}$$\displaystyle \left.\vphantom{\frac{dx}{dt},\frac{dy}{dt},\frac{dz}{dt}}\right)$ = 0.

Since the RH vector is the velocity of a point on the curve, which lies on the surface, we see that the left hand vector must be the normal to the curve.

Note that we have defined the gradient vector $ \nabla$F associated with the function F by

$\displaystyle \nabla$F = $\displaystyle \left(\vphantom{\frac{\partial F}{\partial x}, \frac{\partial F}{\partial z}, \frac{\partial F}{\partial z}
}\right.$$\displaystyle {\frac{{\partial F}}{{\partial x}}}$,$\displaystyle {\frac{{\partial F}}{{\partial z}}}$,$\displaystyle {\frac{{\partial F}}{{\partial z}}}$$\displaystyle \left.\vphantom{\frac{\partial F}{\partial x}, \frac{\partial F}{\partial z}, \frac{\partial F}{\partial z}
}\right)$.

Theorem 8.25   The tangent to the surface F(x, y, z) = c at the point (x0, y0, z0) is given by

$\displaystyle {\frac{{\partial F}}{{\partial x}}}$(x - x0) + $\displaystyle {\frac{{\partial F}}{{\partial y}}}$(y - y0) + $\displaystyle {\frac{{\partial F}}{{\partial z}}}$(z - z0) = 0.

Proof. This is a simple example of the use of vector geometry. Given that (x0, y0, z0) lies on the surface, and so in the tangent, then for any other point (x, y, z) in the tangent plane, the vector (x - x0, y - y0, z - z0) must lie in the tangent plane, and so must be normal to the normal to the curve (i.e. to $ \nabla$F). Thus (x - x0, y - y0, z - z0) and $ \nabla$F are perpendicular, and that requirement is the equation which gives the tangent plane. $ \qedsymbol$

Example 8.26   Find the equation of the tangent plane to the surface

F(x, y, z) = x2 + y2 + z - 9 = 0

at the point P = (1, 2, 4).

Solution. We have $ \nabla$F|(1, 2, 4) = (2, 4, 1), and the equation of the tangent plane is

2(x - 1) + 4(y - 2) + (z - 4) = 0.


Exercise 8.27   Show that the tangent plane to the surface z = 3xy - x3 - y3 is horizontal only at (0, 0, 0) and (1, 1, 1).


next up previous contents index
Next: Linearisation and Differentials Up: Differentiation of Functions of Previous: Maxima and Minima   Contents   Index
Ian Craw 2002-01-07