Finding Normal Vector and Tangent Plane at a Given Point

  • Thread starter Thread starter charmedbeauty
  • Start date Start date
  • Tags Tags
    Normal Vector
charmedbeauty
Messages
266
Reaction score
0
help me find this normal vector!

Homework Statement



Find a normal vector n and the equation of the tangent plane to the surface S at the point x0

S: z=ln(x2+3y2)

x0=(2,-1,ln7)

Homework Equations


The Attempt at a Solution



ok so I have this general formula from the textbook.

z= z0+Fx(x0,y0)(x-x0)+Fy(x0,y0)(y-y0)

and n=(Fx(x0,y0) , Fy(X0,Y0) , -1) respectively.

so using these

S: z= ln(x2+3y2)

let u=x2+3y2

z=ln(u)

dz/du=(1/u) (u')

Fx(x,y) = d/dx(u)/u = 2x/(x2+3y2) = 4

Fy = d/dy (u)/u = 6y/ (x2+3y2) = -6

z= ln7 + 4(x-2)-6(y+1)

z= ln7 +4x -6y -14

ln7 +4x -6y -14 -z = 0

so n =(4,-6,-1)T

but they have 4x-6y-7z-14+7ln7=0

and n= (4, -6, -7)T

?? I am not sure what I have done wrong but it looks very close to what they have.

any help is appreciated.
 
Physics news on Phys.org


charmedbeauty said:
Fx(x,y) = d/dx(u)/u = 2x/(x2+3y2) = 4

Fy = d/dy (u)/u = 6y/ (x2+3y2) = -6
Check your numerical results of the substitution of x0,y0 here. :)
 


uart said:
Check your numerical results of the substitution of x0,y0 here. :)

ohh no (-1)2≠-1.

Thanks a bunch uart!
 


Do you think you could give me a hint in the right direction for this one?

z2+x2+y2=1

x0=(1/3 , 1/2, √23/ 6)

If I do it the usual way and I solve for z, I get a negative sqrt term so I don't think that is the right approach.

there is some inequalities I can see but I don't think that helps
I think its a sphere but that doesn't really help me either.

please help. Thanks.
 


If z^2+ x^2+ y^2= 1 then z= \pm\sqrt{1- x^2- y^2}. That is not a "negative squareroot" it simply means that x^2+ y^2 cannot be larger than 1. And that must be true geometrically because this is the surface of a sphere of radius 1.

But it is not necessary to solve for z. If a surface is given by F(x, y, z)= constant, then the gradient, \nabla F is a normal vector at each point on the surface. Here F(x, y, z)= x^2+ y^2+ z^2 so that \nabla F= 2x\vec{i}+ 2y\vec{j}+ 2z\vec{k}. At the given point, that is (2/3)\vec{i}+ \vec{j}+ \sqrt{34}/3\vec{j} so the tangent plane at that point is (2/3)(x- 1/3)+ (y- 1/2)+ \sqrt{34}{3}(z- \sqrt{34}/6)= 0.
 


HallsofIvy said:
If z^2+ x^2+ y^2= 1 then z= \pm\sqrt{1- x^2- y^2}. That is not a "negative squareroot" it simply means that x^2+ y^2 cannot be larger than 1. And that must be true geometrically because this is the surface of a sphere of radius 1.

But it is not necessary to solve for z. If a surface is given by F(x, y, z)= constant, then the gradient, \nabla F is a normal vector at each point on the surface. Here F(x, y, z)= x^2+ y^2+ z^2 so that \nabla F= 2x\vec{i}+ 2y\vec{j}+ 2z\vec{k}. At the given point, that is (2/3)\vec{i}+ \vec{j}+ \sqrt{34}/3\vec{j} so the tangent plane at that point is (2/3)(x- 1/3)+ (y- 1/2)+ \sqrt{34}{3}(z- \sqrt{34}/6)= 0.

ok I think that should be a √23 /6 not √34 /6

but that is a really convenient way of doing that. thanks a lot.

but for some reason in their answer they have multiplied it by three i.e.


2x +3y+√23z -6 = 0

does this not change the normal vector in a geometric way?

since they have n=(2,3,√23)T

and not n=(2/3,1,√23 /3)T

??

Thanks.
 
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