Finding the equation of the tangent plane

  • Thread starter Thread starter grog
  • Start date Start date
  • Tags Tags
    Plane Tangent
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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top