Finding the equation of the tangent plane

  • Thread starter Thread starter grog
  • Start date Start date
  • Tags Tags
    Plane Tangent
Click For Summary
SUMMARY

The equation of the tangent plane to the surface defined by the equation xy + yz + zx = 3 at the point (1, 1, 1) is x + y + z = 3. The partial derivatives at this point are calculated as Fx(1, 1, 1) = 2, Fy(1, 1, 1) = 2, and Fz(1, 1, 1) = 2. Both approaches to finding the tangent plane yield consistent results, confirming the accuracy of the derived equation. The normal vector to the plane is represented by the vector i + j + k.

PREREQUISITES
  • Understanding of multivariable calculus concepts, specifically tangent planes.
  • Familiarity with partial derivatives and their applications.
  • Knowledge of implicit functions and their derivatives.
  • Ability to manipulate equations in three-dimensional space.
NEXT STEPS
  • Study the derivation of tangent planes for different surfaces in multivariable calculus.
  • Learn about implicit differentiation and its applications in finding derivatives of implicit functions.
  • Explore the geometric interpretation of normal vectors in relation to tangent planes.
  • Investigate the use of gradient vectors in determining the direction of steepest ascent on surfaces.
USEFUL FOR

Students and educators in multivariable calculus, mathematicians interested in surface analysis, and anyone seeking to deepen their understanding of tangent planes and normal vectors in three-dimensional geometry.

grog
Messages
23
Reaction score
0

Homework Statement


Find the equations of the tangent plane and the normal line to the given surface at the specified point.

xy+yz+zx=3 @ (1,1,1)


Homework Equations



z-z0=fx(x0,y0)(x-x0) + fy(x0,y0)(y-y0)


The Attempt at a Solution


I feel like this should be really easy, but I'm not sure how to get started. the equation from the book for the tangent plane seems to imply I should isolate z from the equation and go from there, but that seems like it would make things messy and more complicated than necessary.
 
Physics news on Phys.org
ok, based on the solution to another problem, I've worked out:

F(x,y,z) = xy+yz+zx = 0
Fx = y+z = 2
Fy = x+z = 2
Fz = y+x = 2

and the equation of the plane as

2(x-1) + 2(y-1) + 2(z-1) = 0
or
x+y+z = 3

How does that look for the equation of the tangent plane?
 
grog said:
ok, based on the solution to another problem, I've worked out:

F(x,y,z) = xy+yz+zx = 0
Fx = y+z = 2
Fy = x+z = 2
Fz = y+x = 2
A correction to the above. The partials are all functions, and are not constant.
Fx(x, y, z) = y+z, Fx(1, 1, 1) = 2
Fy(x, y, z) = x+z, Fy(1, 1, 1) = 2
Fz(x, y, z) = y+x, Fz(1, 1, 1) = 2
grog said:
and the equation of the plane as

2(x-1) + 2(y-1) + 2(z-1) = 0
or
x+y+z = 3

How does that look for the equation of the tangent plane?

Looks fine to me.
I approached this a different way, assuming that z was (implicitly) a function of x and y.
From the original equation, I got
z_x = \frac{-y - z}{x + y}, and
z_y = \frac{-x - z}{x + y}

At the point of tangency,
z_x(1, 1) = \frac{-y - z}{x + y}|_{(1, 1)} = -1, and
z_y(1, 1) = \frac{-x - z}{x + y}|_{(1, 1)} = -1

From these I got the same equation for the plane, namely x + y + z = 3.

As a check, the point (1, 1, 1) satisfies the plane's equation.
The vector i + j + k is normal to the plane.
The two first partials, expressed as vectors are i - k (z_x at (1, 1, 1)))
and j - k (z_y at (1, 1, 1))

If you dot the latter two vectors with the plane's normal vector, you get zero, meaning that the slopes of the partial derivatives are each perpendicular to the plane's normal. That pretty well nails down the plane.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 26 ·
Replies
26
Views
4K
Replies
1
Views
2K
Replies
2
Views
4K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K