Finding the Unit Normal to a Plane

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 19K views
kd001
Messages
42
Reaction score
0

Homework Statement



Find the unit normal to the plane 3x + 5y - z = 2. What is the distance of the plane from the origin.

Homework Equations


The Attempt at a Solution



The normal vector in component form --> (3, 5, -1)
Magnitude of the normal vector --> √35.
Divide the normal vector by its magnitude to get the unit vector-> (3/√35, 5/√35, -1/√35)
Distance between the plane and the origin --> (!EDIT!) 2 units

Did I get this right?

Thanks
 
Last edited:
Physics news on Phys.org
kd001 said:

Homework Statement



Find the unit normal to the plane 3x + 5y - z = 2. What is the distance of the plane from the origin.



Homework Equations





The Attempt at a Solution



The normal vector in component form --> (3, 5, -1)
Magnitude of the normal vector --> √35.
Divide the normal vector by its magnitude to get the unit vector-> (3/√35, 5/√35, -1/√35)
Distance between the plane and the origin --> 15 units

Did I get this right?

Thanks

I'm afraid 15 doesn't pass the snicker test. The three intercepts are all within two units of the origin. How can the plane be that far away?
 
LCKurtz said:
I'm afraid 15 doesn't pass the snicker test. The three intercepts are all within two units of the origin. How can the plane be that far away?

Sorry, I was looking at the wrong equation when I wrote 15. It should be 2 units shouldn't it? And did I get the unit normal right?

Thanks.
 
Isn't the shortest distance from the origin perpendicular to the plane? Which in this case is 2 units from the equation of the plane.

From the material I've got:

"Ax + By + Cz = D, where D is the perpendicular distance to the origin."
 
There must be more conditions on that statement you cited from your material because the equation

[tex]\frac{A}{2} x + \frac{B}{2} y + \frac{C}{2} z = \frac{D}{2}[/tex]

also describes the same plane, for instance. According to that statement, the same plane would be at a distance of both D and D/2 from the origin, which doesn't make sense.
 
vela said:
There must be more conditions on that statement you cited from your material because the equation

[tex]\frac{A}{2} x + \frac{B}{2} y + \frac{C}{2} z = \frac{D}{2}[/tex]

also describes the same plane, for instance. According to that statement, the same plane would be at a distance of both D and D/2 from the origin, which doesn't make sense.

As far as I understand, the conditions imposed on the statement I cited are that the coefficients of x, y and z must be equal to the corresponding components of the unit normal to the plane. This would mean that the perpendicular distance is equal to 2/√35. Is this the right answer? I must admit I still don't have a entirely clear understanding of this and the material I've got on the topic isn't really that good. So if someone can give me an explanation as to the best way of calculating the perpendicular distance using the equation of a plane it would be very useful.

Thanks.
 
kd001 said:
As far as I understand, the conditions imposed on the statement I cited are that the coefficients of x, y and z must be equal to the corresponding components of the unit normal to the plane. This would mean that the perpendicular distance is equal to 2/√35. Is this the right answer?
That is the correct answer.

So, how to get that without using an ad hoc formula? (Or alternatively, derive that formula so it isn't so ad hoc.)

There is some point on the plane such that the line passing through the origin and this point is normal to the plane. The distance between the origin and the plane is equal to the distance between the origin and this point. Think of it this way: The origin, that normal point, and any other point on the plane will form a right triangle. The distance between the origin and that other point must be greater than the distance between the origin and the normal point.

The equation of a line given a point [itex]\vec x_0[/itex] on a line and a unit vector [itex]\hat n[/itex] parallel to the line is the set of points

[tex]\vec x = \vec x_0 + \lambda \hat n[/itex]<br /> <br /> where [itex]\lambda[/itex] is some real number.<br /> <br /> One way to proceed to find that normal point is to start with a point on the plane and move outwards (increasing lambda) from there. Another way is to start from the origin and move in the direction of (or opposite direction of the unit normal) until you hit the plane. In other words, find some [itex]\lambda[/itex] such that [itex]\lambda \hat n[/itex] is on the plane.<br /> <br /> Denoting the unit vector as [itex]\hat n = n_x\hat x + n_y\hat y + n_z\hat z[/itex], then we are looking for a [itex]\lambda[/itex] such that<br /> <br /> [tex]a\lambda n_x + b\lambda n_y + c\lambda n_z = d \qquad\qquad (1)[/tex]<br /> <br /> where [itex]ax+by+cz=d[/itex] is the equation of the plane. You have already found that the unit normal is [itex](a\hat x +b\hat y + c \hat z)/\sqrt{a^2+b^2+c^2}[/itex] or<br /> <br /> [tex]\aligned<br /> n_x &= a/\sqrt{a^2+b^2+c^2} \\<br /> n_y &= b/\sqrt{a^2+b^2+c^2} \\<br /> n_z &= c/\sqrt{a^2+b^2+c^2}<br /> \endaligned\qquad\qquad(2)[/tex]<br /> <br /> The equation for the normal point is thus<br /> <br /> [tex](a^2\lambda + b^2\lambda + c^2\lambda)/\sqrt{a^2+b^2+c+2} = d[/tex]<br /> <br /> or<br /> <br /> [tex]\lambda = d/\sqrt{a^2+b^2+c^2} \qquad\qquad (3)[/tex]<br /> <br /> Combining equations (1), (2), and (3) yields the coordinates of the normal point<br /> <br /> [tex]\aligned<br /> x &= \frac{ad}{a^2+b^2+c^2} \\<br /> y &= \frac{bd}{a^2+b^2+c^2} \\<br /> z &= \frac{cd}{a^2+b^2+c^2}[/tex]<br /> <br /> The distance between the origin and this point is<br /> <br /> [tex]D = \sqrt{x^2+y^2+z^2} =<br /> \sqrt{a^2+b^2+c^2}\,\frac {|d|}{a^2+b^2+c^2} =<br /> \frac{|d|}{\sqrt{a^2+b^2+c^2}}[/tex][/tex]
 
A geometric way to think about it is to consider any vector [itex]\vec{x}[/itex] from the origin to a point in the plane. The distance d from the origin to the plane is the length of the projection of this vector onto the unit normal, so [itex]d = \hat{n}\cdot\vec{x}[/itex], which is exactly the equation of the plane where the coefficients are the components of the unit normal.
 
Last edited: