Paul's Online Notes
Paul's Online Notes
Home / Calculus III / Applications of Partial Derivatives / Gradient Vector, Tangent Planes and Normal Lines
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 14.2 : Gradient Vector, Tangent Planes and Normal Lines

In this section we want to revisit tangent planes only this time we’ll look at them in light of the gradient vector. In the process we will also take a look at a normal line to a surface.

Let’s first recall the equation of a plane that contains the point \(\left( {{x_0},{y_0},{z_0}} \right)\) with normal vector \(\vec n = \left\langle {a,b,c} \right\rangle \) is given by,

\[a\left( {x - {x_0}} \right) + b\left( {y - {y_0}} \right) + c\left( {z - {z_0}} \right) = 0\]

When we introduced the gradient vector in the section on directional derivatives we gave the following fact.

Fact

The gradient vector \(\nabla f\left( {{x_0},{y_0}} \right)\) is orthogonal (or perpendicular) to the level curve \(f\left( {x,y} \right) = k\) at the point \(\left( {{x_0},{y_0}} \right)\). Likewise, the gradient vector \(\nabla f\left( {{x_0},{y_0},{z_0}} \right)\) is orthogonal to the level surface \(f\left( {x,y,z} \right) = k\) at the point \(\left( {{x_0},{y_0},{z_0}} \right)\).

Actually, all we need here is the last part of this fact. This says that the gradient vector is always orthogonal, or normal, to the surface at a point.

Also recall that the gradient vector is,

\[\nabla f = \left\langle {{f_x},{f_y},{f_z}} \right\rangle \]

So, the tangent plane to the surface given by \(f\left( {x,y,z} \right) = k\) at \(\left( {{x_0},{y_0},{z_0}} \right)\) has the equation,

\[{f_x}\left( {{x_0},{y_0},{z_0}} \right)\left( {x - {x_0}} \right) + {f_y}\left( {{x_0},{y_0},{z_0}} \right)\left( {y - {y_0}} \right) + {f_z}\left( {{x_0},{y_0},{z_0}} \right)\left( {z - {z_0}} \right) = 0\]

This is a much more general form of the equation of a tangent plane than the one that we derived in the previous section.

Note however, that we can also get the equation from the previous section using this more general formula. To see this let’s start with the equation \(z = f\left( {x,y} \right)\) and we want to find the tangent plane to the surface given by \(z = f\left( {x,y} \right)\) at the point \(\left( {{x_0},{y_0},{z_0}} \right)\) where \({z_0} = f\left( {{x_0},{y_0}} \right)\). In order to use the formula above we need to have all the variables on one side. This is easy enough to do. All we need to do is subtract a \(z\) from both sides to get,

\[f\left( {x,y} \right) - z = 0\]

Now, if we define a new function

\[F\left( {x,y,z} \right) = f\left( {x,y} \right) - z\]

we can see that the surface given by \(z = f\left( {x,y} \right)\) is identical to the surface given by \(F\left( {x,y,z} \right) = 0\) and this new equivalent equation is in the correct form for the equation of the tangent plane that we derived in this section.

So, the first thing that we need to do is find the gradient vector for \(F\).

\[\nabla F = \left\langle {{F_x},{F_y},{F_z}} \right\rangle = \left\langle {{f_x},{f_y}, - 1} \right\rangle \]

Notice that

\[\begin{array}{c}{F_x} = \frac{\partial }{{\partial x}}\left( {f\left( {x,y} \right) - z} \right) = {f_x}\hspace{0.75in}{F_y} = \frac{\partial }{{\partial y}}\left( {f\left( {x,y} \right) - z} \right) = {f_y}\\ {F_z} = \frac{\partial }{{\partial z}}\left( {f\left( {x,y} \right) - z} \right) = - 1\end{array}\]

The equation of the tangent plane is then,

\[{f_x}\left( {{x_0},{y_0}} \right)\left( {x - {x_0}} \right) + {f_y}\left( {{x_0},{y_0}} \right)\left( {y - {y_0}} \right) - \left( {z - {z_0}} \right) = 0\]

Or, upon solving for \(z\), we get,

\[z = f\left( {{x_0},{y_0}} \right) + {f_x}\left( {{x_0},{y_0}} \right)\left( {x - {x_0}} \right) + {f_y}\left( {{x_0},{y_0}} \right)\left( {y - {y_0}} \right)\]

which is identical to the equation that we derived in the previous section.

We can get another nice piece of information out of the gradient vector as well. We might on occasion want a line that is orthogonal to a surface at a point, sometimes called the normal line. This is easy enough to get if we recall that the equation of a line only requires that we have a point and a parallel vector. Since we want a line that is at the point \(\left( {{x_0},{y_0},{z_0}} \right)\) we know that this point must also be on the line and we know that \(\nabla f\left( {{x_0},{y_0},{z_0}} \right)\) is a vector that is normal to the surface and hence will be parallel to the line. Therefore, the equation of the normal line is,

\[\vec r\left( t \right) = \left\langle {{x_0},{y_0},{z_0}} \right\rangle + t\,\nabla f\left( {{x_0},{y_0},{z_0}} \right)\]

Example 1 Find the tangent plane and normal line to \({x^2} + {y^2} + {z^2} = 30\) at the point \(\left( {1, - 2,5} \right)\).
Show Solution

For this case the function that we’re going to be working with is,

\[F\left( {x,y,z} \right) = {x^2} + {y^2} + {z^2}\]

and note that we don’t have to have a zero on one side of the equal sign. All that we need is a constant. To finish this problem out we simply need the gradient evaluated at the point.

\[\begin{align*}\nabla F & = \left\langle {2x,2y,2z} \right\rangle \\ \nabla F\left( {1, - 2,5} \right) & = \left\langle {2, - 4,10} \right\rangle \end{align*}\]

The tangent plane is then,

\[2\left( {x - 1} \right) - 4\left( {y + 2} \right) + 10\left( {z - 5} \right) = 0\]

The normal line is,

\[\vec r\left( t \right) = \left\langle {1, - 2,5} \right\rangle + t\left\langle {2, - 4,10} \right\rangle = \left\langle {1 + 2t, - 2 - 4t,5 + 10t} \right\rangle \]