Finding vector perpendicular to plane

Click For Summary
SUMMARY

This discussion focuses on finding a vector perpendicular to a plane in three-dimensional space using vector mathematics. The key method involves the cross product of two vectors lying on the plane, which yields a normal vector. The equation of a plane in the form Ax + By + Cz = D indicates that the vector (A, B, C) is perpendicular to the plane. The discussion clarifies the distinction between dot product and cross product, emphasizing that while the dot product results in a scalar, the cross product yields a vector perpendicular to both input vectors.

PREREQUISITES
  • Understanding of vector operations, specifically cross product and dot product.
  • Familiarity with the equation of a plane in three-dimensional space.
  • Knowledge of linear algebra concepts, including solving linear equations.
  • Basic comprehension of vector notation and components.
NEXT STEPS
  • Study the properties and applications of the cross product in vector calculus.
  • Learn how to derive the normal vector from the equation of a plane in different forms.
  • Explore the geometric interpretation of dot and cross products in three-dimensional space.
  • Practice solving linear equations involving vectors to find perpendicular vectors.
USEFUL FOR

Mathematicians, physics students, engineers, and anyone involved in 3D modeling or computer graphics who needs to understand vector relationships and plane equations.

Michael2003
Messages
10
Reaction score
0
If you have a 3d vector, how do you find out the perpendicular vector to this (the normal plane and stuff)? I know that the scalar product has to be 0, but surely that leaves hundreds of ones that would do that, as 2 of the 3 numbers can be chosen and the last one changes the value to 0.
 
Mathematics news on Phys.org
Could you be more clear please, what exactly do you have and what do you want?

For example if you have 2 vectors on a plane all you have to do is cross multiply them to get a vector perpendicular to the plane. If you have a plane with the equation r.n = a.n then n is a vector perpendicular to the plane.
 
The book I have to learn this from says that given 2 points (A and R), you the normal (n) is given by:

AR x n = 0.

So if I know the vector AR, how exactly do I come up with the n that is perpendicular to the plane?
 
Solve the vector equation. Set each of the three components of the cross product equal to zero; this gives you three linear equations in three unknowns (the three components of n). By assumption the vectors AR and n are not parallel, so the determinant of the equations is not zero. Solve the equations.
 
You need be more clear about just what you're asking; precisely what are you given, and what do you want?

Also, did you mean to write AR \cdot n = 0 or AR \times n = 0? There's a big difference between the two; the former is a dot product, the latter is a cross product. (The usual ascii way to write a dot product would be AR.n or to use the alternative notation <AR, n>)
 
Never heard of the terms dot product and cross product. I know what the scalar product is (mutiply out the rows and add them up), and I think that is what the book means.

OK, let's see if I can explain this better.

If I have the equation of a plane in the form ax+by+cz=d the direction perpendicular is just ai+bj+ck, right? Does this follow through to if you have the plane in vector form where you have three vectors with a lambda and mu in there too for the directions?
 
Michael2003 said:
Never heard of the terms dot product and cross product. I know what the scalar product is (mutiply out the rows and add them up), and I think that is what the book means.

OK, let's see if I can explain this better.

If I have the equation of a plane in the form ax+by+cz=d the direction perpendicular is just ai+bj+ck, right? Does this follow through to if you have the plane in vector form where you have three vectors with a lambda and mu in there too for the directions?

You'd better look up "cross product". The "scalar product" is the same as the dot product (although "multiply out the rows and add them up" makes no sense! I assume you mean "multiply corresponding components of the vectors and add the products")- and it is true that if A and R are two points and AR is the vector "from A to R", then AR . n= 0 (dot product) for any vector that is perpendicular to AR. However, if you are given two vectors, say u and v, the u x v (the cross product) perpendicular to both.

That's one of the reasons everyone is asking for you to be clearer: given any vector AR there exist an infinite number of vectors perpendicular to it. In two senses: once you have found a vector perpendicular to AR, any
multiple of that vector (same direction, different length) is also perpendicular to AR but more importantly, there exist an infinite number of directions perpendicular to AR. Given a vector or simply a line in a given direction, any vector (or line) in the plane perependicular to AR is itself perpendicular to AR.

To answer your last questions: yes, if you have a plane written in the form
Ax+ By+ Cz= D, then the vector Ai+ Bj+ Ck is perpendicular to it (as is any multiple). That is because if we let (x0,y0,0) be a point in the plane, it must satisfy Ax0+ By0+ Cz0= D so, for any (x,y,z) in the plane (which satisfies Ax+ By+ Cz= D), subtracting the first equation from the second gives A(x-x0)+ B(y-y0)+ C(z-z0)= D- D=0 or (Ai+ Bj+ Ck) dot ((x-x0)i+ (y-y0)j+ (z-z0))= 0- exactly the condition that Ai+ Bj+ Ck and (x-x0)i+ (y-y0)j+ (z-z0) be perpendicular.

Now, suppose we have a plane given by r= (au+ bv+ c)i+ (du+ev+f)j+ (gu+hv+l)k- a plane determined by the two parameters u and v (your lambda and mu). (NOTE: this vector points from (0,0,0) TO a point in the plane. It is NOT in the plane itself unless (0,0,0) happens to be in the plane.)

If we let u=0 and v=0, we see that r= ci+fj+lk gives a point in the plane: that is, the point P= (c,f,l) is in the plane.
If we let u= 1 and v= 0, we see that (a+c)i+ (d+f)j+ (g+l)k gives a point in the plane: that is, the point Q= (a+c,d+f,g+l) is in the plane and so the vector PQ= ai+ dj+ gk is in the plane.
If we let u= 0 and v= 1, we see that (b+c)i+ (e+f)j+ (h+l)k is gives a point in the plane: that is, the point R= (b+c, e+f, h+l) is in the plane and so the vector PR= bi+ ej+ hk is in the plane.

That means that the vector PQ x PR (the cross product), which happens to be (ah-eg)i+ (bg-ah)j+ (ae-bd)k, is perpendicular to the plane.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K