Calc 3-normal lines to surfaces

  • Thread starter Thread starter somebodyelse5
  • Start date Start date
  • Tags Tags
    Lines Surfaces
somebodyelse5
Messages
35
Reaction score
0

Homework Statement



Find the equations of the normal lines to the surfaces at the given points.

z=(3/4)x^2+3y^2 @ pt. (2,1)
2. The attempt at a solution

I have already found the equation of the tangent plane and know it is correct.
Tangent plane => (z-6)=3(x-2)+6(y-1)

Now, I am confused here, when it says it wants the equation of the line normal to the surface, it really wants the equation of the line normal to the tangent plane correct?

I know that the answer is <3t+2, 6t+1, -t+6> but I have no idea how to solve for it.
I understand where these values come from <3t+2, 6t+1, -1t+6> but what step am I missing to switch the signs of the x_{}0 y_{}0 and z_{}0

I need to be able to do this again on 7 more problems, 4 of which are from parameterizations (i don't think this maters). For those, I took the partial derivatives of the position vector and crossed them, is the result of the cross product the equation of the line normal to the surface at that point?

I think I have a solid grasp on the actual image of what I am looking for, but i don't understand how to actually get it.

Note: This HW was assigned before we learned about Gradients.
 
Physics news on Phys.org
Rewrite the equation of the plane in the form nx = c. The vector n is normal to the plane.
 
vela said:
Rewrite the equation of the plane in the form nx = c. The vector n is normal to the plane.

where x is the vector used to create the equation of the tangent plane? what do i set as c?
 
x=(x,y,z). c is a constant; it's where everything else in your equation of the plane ends up. Just multiply out your equation for the plane, move the terms with variables all to one side and everything else to the other. You should be able to read off what n is.
 
vela said:
x=(x,y,z). c is a constant; it's where everything else in your equation of the plane ends up. Just multiply out your equation for the plane, move the terms with variables all to one side and everything else to the other. You should be able to read off what n is.

k thanks!
 
Here's another way to do it, without first finding the tangent plane: think of the surface z= (3/4)x^2+ 3y^2, which is the same as (3/4)x^2+ 3y^3- z= 0 as a "level surface" for F(x,y,z)= (3/4)x^2+ 3y^2- z. We know that the \nabla F\cdot \vec{v}, with \vec{v} a unit vector, is the derivative (rate of change) of F in the \vec{v} direction. In particular, if \vec{v} is a vector in the tangent plane to the surface, then, since F is constant on the surface, that directional derivative is 0: we must have \nabla F\cdot \vec{v}= 0 for any vector \vec{v} in the tangent plane. Since \nabla F is perpendicular to every vector in the tangent plane, it is normal to the tangent plane and so to the surface.

With F(x, y, z)= (3/4)x^2+ 3y^2- z, \nabla F= (3/2)x\vec{i}+ 6y\vec{j}- \vec{k} normal to the surface. At x= 2, y= 1, that is 2\vec{i}+ 6\vec{j}- \vec{k}. Further, z= (3/4)(4)+ 3(1)= 6 so the point on the surface is (2, 1, 6). The line through (2, 1, 6) in the direction of the vector 2\vec{i}+ 6\vec{j}- \vec{k} is given by x= 2t+ 2, y= 6t+ 1, z= -t+ 6.
 
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