Finding the Tangent Plane of a Surface

jegues
Messages
1,085
Reaction score
3

Homework Statement


See figure.


Homework Equations





The Attempt at a Solution



Rearranging my equation,

z = \sqrt{\frac{x^{3}+3y^{2}-3}{3}}

Let f(x,y) = \sqrt{\frac{x^{3}+3y^{2}-3}{3}}

Then,

f_{x}(x,y) = \sqrt{x^{2}}

f_{y}(x,y) = \sqrt{2y}

So,

f_{x}(3,1) = \pm 3

f_{y}(3,1) = \sqrt{2}

Therefore the tangent plane is defined as,

z - 3 = 3(x-3) + \sqrt{2}(y-1)

Does this look correct?
 

Attachments

  • TANPL.JPG
    TANPL.JPG
    5.2 KB · Views: 462
Physics news on Phys.org
No, it's not correct since, for one thing, you didn't differentiate correctly.
 
jegues said:

Homework Statement


See figure.


Homework Equations





The Attempt at a Solution



Rearranging my equation,

z = \sqrt{\frac{x^{3}+3y^{2}-3}{3}}

Let f(x,y) = \sqrt{\frac{x^{3}+3y^{2}-3}{3}}
No. You are forgetting that you need to use the chain rule.
jegues said:
Then,

f_{x}(x,y) = \sqrt{x^{2}}

f_{y}(x,y) = \sqrt{2y}

So,

f_{x}(3,1) = \pm 3

f_{y}(3,1) = \sqrt{2}

Therefore the tangent plane is defined as,

z - 3 = 3(x-3) + \sqrt{2}(y-1)

Does this look correct?
 
Darn, vela, you beat me by a minute!
 
No. You are forgetting that you need to use the chain rule.

Is it that,

f_{x}(x,y) = \frac{1}{2}x^{\frac{1}{2}} or f_{x}(x,y) = \frac{1}{2}\sqrt{x}

and,

f_{y}(x,y) = 1

?
 
It's
f_{x}(x,y) = \frac{1}{2}(x^3/3 + 3y^2/3 - 1)^{\frac{-1}{2}}* x^2

and similar for the other partial.
 
Mark44 said:
Darn, vela, you beat me by a minute!
Usually it's the other way around!
 
Okay so,
f_{x}(x,y) = \frac{1}{2}(x^3/3 + 3y^2/3 - 1)^{\frac{-1}{2}}* x^2

and

f_{y}(x,y) = \frac{1}{2}(x^3/3 + 3y^2/3 - 1)^{\frac{-1}{2}}* 2y

That being said,

f_{x}(3,1) = \frac{1}{2}(3^3/3 + 3^2/3 - 1)^{\frac{-1}{2}}* 3^2 = \frac{3}{2}

f_{y}(x,y) = \frac{1}{2}(x^3/3 + 3y^2/3 - 1)^{\frac{-1}{2}}* 2y = \frac{1}{3}


So the tangent plane is defined as,

z-3 = \frac{3}{2}(x-3) + \frac{1}{3}(y-1)

Is this any closer?
 
Yup, that matches what I got.
 
  • #10
There is an easier way to get the tangent plane by using the gradient vector to the 3-variable function

F(x,y,z)= x3+3y2-3z2.

∇F(x0, y0, z0) is perpendicular to the tangent vectors at (x0, y0, z0) to any curve passing through (x0, y0, z0) and lying on the surface F(x,y,z)=constant, so the gradient vector is normal to any vector lying in the tangent plane:

∇F(r-r0)=0

r0=3i+j+3k

∇F=∂F/∂xi+∂F/∂yj+∂F/∂zk=3x02i+6y0j-6z0k.

ehild
 
  • #11
ehild said:
There is an easier way to get the tangent plane by using the gradient vector to the 3-variable function

F(x,y,z)= x3+3y2-3z2.

∇F(x0, y0, z0) is perpendicular to the tangent vectors at (x0, y0, z0) to any curve passing through (x0, y0, z0) and lying on the surface F(x,y,z)=constant, so the gradient vector is normal to any vector lying in the tangent plane:

∇F(r-r0)=0

r0=3i+j+3k

∇F=∂F/∂xi+∂F/∂yj+∂F/∂zk=3x02i+6y0j-6z0k.

ehild

Okay I'm going to see if I can follow with what you're explaining ehild.

So the gradient of our function at the specified point (x0, y0, z0) will be perpendicular to all the tangent vectors at that point, as well as any curve passing through that point.

That last part is where I get confused.

Is it that any curve that lies in the surface F(x,y,z) is simply a constant?

and I'm not sure what this last part is,

∇F(r-r0)=0

r0=3i+j+3k

∇F=∂F/∂xi+∂F/∂yj+∂F/∂zk=3x02i+6y0j-6z0k.

I understand the mechanics of the gradient, but I don't understand what you're trying to do with the two vectors r and r0. Are they position vectors of some sort? Where are they positioned?

Could you go into more detail as required?

Thanks again!
 
  • #12
FWIW:
Another (equivalent) way to tackle tangent line/plane problems is by using differentials (this is one way to define them).

Given a constraint surface, e.g. x^2 + y^2 + z^2 = R^2 (R a constant.)
Take the differential of the constraint equation:
2x\cdot dx + 2y \cdot dy + 2z \cdot dz = 0
(which you can clean up by dividing by 2)
This is just like the rules for implicit differentiation except you are indeed taking differentials instead of derivatives.

The (modern) definition of the differentials is that they are local coordinates for the tangent plane at the point of tangency. So given one point on the surface:x=x_0, y=y_0, z=z_0, you get:
x_0\cdot dx + y_0 \cdot dy + z_0 \cdot dz = 0

Now to convert the differentials to the original coordinates, rewrite:
dx =(x-x_0) , dy=(y-y_0), dz = (z-z_0)
and you have for this example:
x_0(x-x_0)+ y_0(y-y_0) + z_0(z-z_0) = 0

Thus for a sphere of radius 5, at the tangent point (3,4,0) you get the tangent plane:
3(x-3) + 4(y-4) = 0

[edit] or 3x + 4y = 25 [end edit]

One may or may not prefer this method but it, I think, gives one a clearer picture of what differentials are and how they are distinct from derivatives. A differential of a variable is a new variable with constraints tied to the constraints on the old variables, namely that they define local coordinates for points on the tangent plane/line/hyperplane.
 
  • #13
F(x,y,z)=constant is valid for any point of the surface, so also for any lines on the surface.

Well, I forgot to make clear that r is the position vector of an arbitrary point on the tangent plane, and r0 is the given point where the plane is tangent to the surface F(x,y,z)=constant.

ehild
 
  • #14
Whenever you have a surface that can be expressed in the form F(x,y,z)=c where c is a constant, you can find the normal to the surface merely by calculating ∇F. In this case, it's much simpler than solving for z=f(x,y) and using the method you chose.

Once you have the normal, regardless of which way you found it, you just write down the equation of the plane the same way.
 
  • #15
So,

\nablaf(x,y,z) = 3x^2 + 6y -6z = 0

So what are the components of my normal vector, \vec{n}

Is it,

\vec{n} = <3,6,-6>?

Or,

\vec{n} = <3x^2,6y,-6z>?

EDIT: Actually, if we take the point P(3,1,3) then,

\vec{n} = <27,6,-18>

Then,

27(x-3) +6(y-1) -18(z-3) = 0

Would this be correct?
 
  • #16
jegues said:
So,

\nabla f(x,y,z) = 3x^2 + 6y -6z = 0
You mean \nabla f(x,y,z)=(3x^2, 6y, -6z), right?
So what are the components of my normal vector, \vec{n}

Is it,

\vec{n} = <3,6,-6>?

Or,

\vec{n} = <3x^2,6y,-6z>?

EDIT: Actually, if we take the point P(3,1,3) then,

\vec{n} = <27,6,-18>

Then,

27(x-3) +6(y-1) -18(z-3) = 0

Would this be correct?
Yes. If you divide this equation through by 18, you'll see you'll get the equation you derived previously.
 
  • #17
vela said:
You mean \nabla f(x,y,z)=(3x^2, 6y, -6z), right?

Yes. If you divide this equation through by 18, you'll see you'll get the equation you derived previously.

Whoops, yes you're right!

Thanks for showing that to me, that's a lot more effective!
 
  • #18
Just wanted to point out, this method is what ehild was talking about. I just posted since you seemed to be getting lost in complications due to the notation. If you go back and reread what he posted, it may make more sense to you now.
 
Back
Top