Skip to main content

Section 5.1 Tangent Planes

Recall that the graph associated with the function z=f(x,y) is a surface in R3 (that passes the vertical line test). Wherever this surface does not have any discontinuities or cusp-like points it will have a tangent plane. Like the tangent line to the graph of a function of one variable, the tangent plane to the function z=f(x,y) at the point (x0,y0) is the plane that β€œjust touches” the surface at the point (x0,y0,z0).

For the function f(x,y)=5βˆ’x2+y22 the graph below shows the graph of the function and it's tangent plane at the point (x,y)=(2,1).

Figure 5.1.2.

To find the equation of the plane tangent to the function z=f(x,y) at the point (x0,y0,z0), firstly recall that the equation of a plane in Cartesian form is given by

ax+by+cz=k,a,b,c,k∈R,

or in normal form, as illustrated in Figure 5.1.3, by

(5.1.1)nβ‹…(rβˆ’r0)=0

where n=⟨a,b,c⟩ is a normal vector to the plane, r0 is the position vector of a point on the plane and r=⟨x,y,z⟩.

Figure 5.1.3.

Find the equation of the tangent plane to the function f(x,y)=5βˆ’x2+y22 at (x,y)=(2,1).

Answer.

2x+y+z=152

Solution.

Now, we know that the partial derivative fx(2,1) gives the slope of the tangent at x=2, to the curve of intersection of the surface associated with f and the plane y=1.

Figure 5.1.5.

Since this tangent line lies in the plane tangent to f at (x,y)=(2,1) the vector

⟨1,0,fx(2,1)⟩

will be a vector that is parallel to the tangent plane, (or lies in the tangent plane if we place it’s tail at the point (2,1,52)). Similarly, the vector

⟨0,1,fy(2,1)⟩

will be another vector parallel to the tangent plane. Since these two non-parallel vectors are parallel to the tangent plane, their vector product will give a vector normal to the tangent plane, i.e.

n=⟨1,0,fx(2,1)βŸ©Γ—βŸ¨0,1,fy(2,1)⟩=βŸ¨βˆ’fx(2,1),βˆ’fy(2,1),1⟩=⟨2,1,1⟩

Thus, using equation (5.1.1), the equation of the plane tangent to f(x,y)=5βˆ’x2+y22 at (x,y)=(2,1) is

⟨2,1,1βŸ©β‹…(⟨x,y,zβŸ©βˆ’βŸ¨2,1,52⟩)=0

which simplifies to

2x+y+z=152.

In general, to find the equation of the plane tangent to the function f(x,y) at the point (x0,y0), note that the vectors

⟨1,0,fx(x0,y0)⟩and⟨0,1,fy(x0,y0)⟩

lie in the tangent plane and hence a normal to the plane is

n=⟨1,0,fx(x0,y0)βŸ©Γ—βŸ¨0,1,fy(x0,y0)⟩=βŸ¨βˆ’fx(x0,y0),βˆ’fy(x0,y0),1⟩.

Since the point (x0,y0,z0) lies on the plane, using equation (5.1.1), the equation of the tangent plane is

βŸ¨βˆ’fx(x0,y0),βˆ’fy(x0,y0),1βŸ©β‹…(⟨x,y,zβŸ©βˆ’βŸ¨x0,y0,z0⟩)=0.

On expanding and rearranging this we get the following result.

Find the equation of the plane tangent to z=x2+2y2 at the point (x,y)=(1,2).

Figure 5.1.8.
Answer.

2x+8yβˆ’zβˆ’9=0

Solution.

Firstly, note that when (x,y)=(1,2), z=9. Now

zx=2x and so zx(1,2)=2

and

zy=4y and so zy(1,2)=8.

Thus the equation of the tangent plane is

z=9+2(xβˆ’1)+8(yβˆ’2)

which simplifies to

2x+8yβˆ’zβˆ’9=0.

Find the equation of the line normal to the graph of the function z=x2+2y2 at the point (x,y)=(1,2).

Answer.

r=⟨1,2,9⟩+tβŸ¨βˆ’2,βˆ’8,1⟩

Solution.

Recall that the vector equation of a line in R3 is

r=r0+td,t∈R

where r=⟨x,y,z⟩ is the position vector of a general point, r0 is the position vector of a point that lies on the line and d is a direction vector for the line (i.e. a vector that is parallel to the line).

We know that a vector normal to the surface z=f(x,y) at the point (x0,y0,z0) is given by

n=βŸ¨βˆ’fx(x0,y0),βˆ’fy(x0,y0),1⟩.

For the function z=x2+2y2, zx=2x and zy=4y. Thus a direction vector for the line normal to z=x2+2y2 at the point (x,y)=(1,2) will be

d=βŸ¨βˆ’2,βˆ’8,1⟩.

Since the normal line passes through the point (1,2,9) its equation is

r=⟨1,2,9⟩+tβŸ¨βˆ’2,βˆ’8,1⟩.

Exercises Example Tasks

1.

Find the equation of the tangent plane to z=x2βˆ’5xy+2y2 at the point (x,y)=(βˆ’1,βˆ’2).

2.

Find the equation of the tangent plane and normal line to z=x+ysin⁑(xy) at the point (x,y)=(0,1).

3.

Show that every line that is normal to the sphere x2+y2+z2=1 passes through the origin.