Section 14.1 : Tangent Planes and Linear Approximations
Earlier we saw how the two partial derivatives fx and fy can be thought of as the slopes of traces. We want to extend this idea out a little in this section. The graph of a function z=f(x,y) is a surface in R3(three dimensional space) and so we can now start thinking of the plane that is “tangent” to the surface as a point.
Let’s start out with a point (x0,y0) and let’s let C1 represent the trace to f(x,y) for the plane y=y0 (i.e. allowing x to vary with y held fixed) and we’ll let C2 represent the trace to f(x,y) for the plane x=x0 (i.e. allowing y to vary with x held fixed). Now, we know that fx(x0,y0) is the slope of the tangent line to the trace C1 and fy(x0,y0) is the slope of the tangent line to the trace C2. So, let L1 be the tangent line to the trace C1 and let L2 be the tangent line to the trace C2.
The tangent plane will then be the plane that contains the two lines L1 and L2. Geometrically this plane will serve the same purpose that a tangent line did in Calculus I. A tangent line to a curve was a line that just touched the curve at that point and was “parallel” to the curve at the point in question. Well tangent planes to a surface are planes that just touch the surface at the point and are “parallel” to the surface at the point. Note that this gives us a point that is on the plane. Since the tangent plane and the surface touch at (x0,y0) the following point will be on both the surface and the plane.
(x0,y0,z0)=(x0,y0,f(x0,y0))What we need to do now is determine the equation of the tangent plane. We know that the general equation of a plane is given by,
a(x−x0)+b(y−y0)+c(z−z0)=0where (x0,y0,z0) is a point that is on the plane, which we have. Let’s rewrite this a little. We’ll move the x terms and y terms to the other side and divide both sides by c. Doing this gives,
z−z0=−ac(x−x0)−bc(y−y0)Now, let’s rename the constants to simplify up the notation a little. Let’s rename them as follows,
A=−acB=−bcWith this renaming the equation of the tangent plane becomes,
z−z0=A(x−x0)+B(y−y0)and we need to determine values for A and B.
Let’s first think about what happens if we hold y fixed, i.e. if we assume that y=y0. In this case the equation of the tangent plane becomes,
z−z0=A(x−x0)This is the equation of a line and this line must be tangent to the surface at (x0,y0) (since it’s part of the tangent plane). In addition, this line assumes that y=y0 (i.e. fixed) and A is the slope of this line. But if we think about it this is exactly what the tangent to C1 is, a line tangent to the surface at (x0,y0) assuming that y=y0. In other words,
z−z0=A(x−x0)is the equation for L1 and we know that the slope of L1 is given by fx(x0,y0). Therefore, we have the following,
A=fx(x0,y0)If we hold x fixed at x=x0 the equation of the tangent plane becomes,
z−z0=B(y−y0)However, by a similar argument to the one above we can see that this is nothing more than the equation for L2 and that it’s slope is B or fy(x0,y0). So,
B=fy(x0,y0)The equation of the tangent plane to the surface given by z=f(x,y) at (x0,y0) is then,
z−z0=fx(x0,y0)(x−x0)+fy(x0,y0)(y−y0)Also, if we use the fact that z0=f(x0,y0) we can rewrite the equation of the tangent plane as,
z−f(x0,y0)=fx(x0,y0)(x−x0)+fy(x0,y0)(y−y0)z=f(x0,y0)+fx(x0,y0)(x−x0)+fy(x0,y0)(y−y0)We will see an easier derivation of this formula (actually a more general formula) in the next section so if you didn’t quite follow this argument hold off until then to see a better derivation.
There really isn’t too much to do here other than taking a couple of derivatives and doing some quick evaluations.
f(x,y)=ln(2x+y)z0=f(−1,3)=ln(1)=0fx(x,y)=22x+yfx(−1,3)=2fy(x,y)=12x+yfy(−1,3)=1The equation of the plane is then,
z−0=2(x+1)+(1)(y−3)z=2x+y−1One nice use of tangent planes is they give us a way to approximate a surface near a point. As long as we are near to the point (x0,y0) then the tangent plane should nearly approximate the function at that point. Because of this we define the linear approximation to be,
L(x,y)=f(x0,y0)+fx(x0,y0)(x−x0)+fy(x0,y0)(y−y0)and as long as we are “near” (x0,y0) then we should have that,
f(x,y)≈L(x,y)=f(x0,y0)+fx(x0,y0)(x−x0)+fy(x0,y0)(y−y0)So, we’re really asking for the tangent plane so let’s find that.
f(x,y)=3+x216+y29f(−4,3)=3+1+1=5fx(x,y)=x8fx(−4,3)=−12fy(x,y)=2y9fy(−4,3)=23The tangent plane, or linear approximation, is then,
L(x,y)=5−12(x+4)+23(y−3)For reference purposes here is a sketch of the surface and the tangent plane/linear approximation.
