Math 2443: Calculus & Analytic Geometry IV

Supplemental Graphics:

Construction of a Tangent Plane

by TJ Murphy


Shows the construction of a tangent plane to a surface at a point.

(corresponding notebook for users of Mathematica who want the commands used to generate these graphics)


[Graphics:TangentPlanegr30.gif]

We start with a surface, in this example the elliptic paraboloid [Graphics:TangentPlanegr3.gif]. and we are interested in the tangent plane to the surface S=f(x,y) at a particular point. In this example the point is (2,-1,-5).

[Graphics:TangentPlanegr7.gif]

Note that many planes go through this point, but we want the one that emulates the surface most closely at this point.

[Graphics:TangentPlanegr31.gif]

To begin constructing the tangent plane to the surface at the point, we first intersect the surface with the plane y=-1. This intersection results in a curve called the trace of S in the plane y=-1.

[Graphics:TangentPlanegr10.gif] [Graphics:TangentPlanegr13.gif]

We also intersect S with the plane x=2. This intersection also results in a trace. Here we show both curves and emphasize that they intersect at (2,-1,-5).

[Graphics:TangentPlanegr16.gif] [Graphics:TangentPlanegr19.gif]

[Graphics:TangentPlanegr32.gif]

Each of the traces above has a tangent line at the point (2,-1,-5).

[Graphics:TangentPlanegr23.gif]

These tangent lines uniquely determine a plane. As it turns out, this is the plane we were seeking.

[Graphics:TangentPlanegr26.gif] [Graphics:TangentPlanegr28.gif]

[Graphics:algebragr4.gif]

In general the equation for a plane containing the point (a,b,c) is

A(x - a) + B(y - b) + C(z - c) = 0

where A, B, and C are the components of the normal vector to the plane. In order to calculate these coefficients for our tangent plane, we note that the plane contains the two tangent lines from above. One of those tangent lines has slope [Graphics:algebragr1.gif] and the other tangent line has slope [Graphics:algebragr2.gif]. Some algebra gives us that the equation for the tangent plane to f(x,y) at (a,b,f(a,b)) is

[Graphics:algebragr3.gif].


This work is part of the Multivariable Calculus with Mathematica Project at the University of Oklahoma.