Prove a vector is perpendicular to a plane?

AI Thread Summary
To prove that vector D is perpendicular to the plane defined by points A, B, and C, the relationship between the cross products of vectors is utilized. The vector D is expressed as the sum of the cross products of the vectors formed by points A, B, and C, specifically D = (AxB) + (BxC) + (CxA). It is established that the normal vector n to the plane can be derived from the cross product of two vectors lying in the plane, confirming that D aligns with this normal vector. Consequently, since D is parallel to the normal vector, it follows that D is perpendicular to the plane formed by points A, B, and C. This mathematical relationship demonstrates the perpendicularity of vector D to the plane.
dangsy
Messages
14
Reaction score
0

Homework Statement


Vectors A, B and C are vectors from the origin to the points a, b, c respectively, and the Vector D is defined as

D= (AxB)+(BxC)+(CxA)

Show that D is Perpendicular to the plane in which the points A, B, and C lie


Homework Equations


Cross Product


The Attempt at a Solution


I tried writing everything out doing the Det of each Cross product to find anything to cancel without any luck.

I also understand that if a b and c are points lying on a plane, then crossing each of these vectors AxB, BxC, and CxA should give me a vector perpendicular to that plane...how do I show this mathmatically?

Thanks for the help =)
 
Physics news on Phys.org
Couple of things I suppose. The dot product of perpendicular vectors is zero. so D dotted into the vector from A to B or B to C or C to A etc. should all be zero. Do you know the vector equation of a plane?
 
Last edited:
Kurdt said:
Couple of things I suppose. The dot product of perpendicular vectors is zero. so D dotted into the vector from A to B or B to C or C to A etc. should all be zero. Do you know the vector equation of a plane?


n . (r->p) = 0

if n is the normal vector ( D in this case I think )
r and p are the points in the plane ( A->B, B->C, C->A)

I'm still not understanding how it relates =(
 
Hi dangsy, a shortcut (if it's allowed by your teacher)!

Three points always lie in a plane -- that we know. Chose the point 'a' as the origin.

Then A = 0, which gives,

D = BXC, which we know is perp to the plane.
 
Let \overrightarrow{n}= Normal vector of the plane where points a, b and c lie on.

<br /> \begin{equation*}<br /> \begin{split}<br /> \overrightarrow{n} &amp;= \overrightarrow{ab}\ x\ \overrightarrow{bc} <br /> \\<br /> &amp;= (\overrightarrow{B} - \overrightarrow{A})\ x\ (\overrightarrow{C} - \overrightarrow{B})<br /> \\<br /> &amp;= [(\overrightarrow{B} - \overrightarrow{A})\ x\ \overrightarrow{C}] - [(\overrightarrow{B} - \overrightarrow{A})\ x\ \vec{B}] <br /> \\<br /> &amp;= [(\overrightarrow{B} \ x\ \overrightarrow{C})\ - (\overrightarrow{A} \ x\ \overrightarrow{C})] \ -\ [(\overrightarrow{B} \ x\ \overrightarrow{B})\ - (\overrightarrow{A} \ x\ \overrightarrow{B})]<br /> \\<br /> &amp;= [(\overrightarrow{B} \ x\ \overrightarrow{C})\ + (\overrightarrow{C} \ x\ \overrightarrow{A})] \ +\ (\overrightarrow{A} \ x\ \overrightarrow{B})]<br /> \\ <br /> &amp;=(\overrightarrow{A} \ x\ \overrightarrow{B})\ + (\overrightarrow{B} \ x\ \overrightarrow{C}) \ +\ (\overrightarrow{C} \ x\ \overrightarrow{A})<br /> <br /> \ Note\ that: -(\overrightarrow{A} \ x\ \overrightarrow{C}) = \overrightarrow{C} \ x\ \overrightarrow{A}\ and \ \overrightarrow{B} \ x\ \overrightarrow{B} = \overrightarrow{0} <br /> \\<br /> &amp;=\overrightarrow{D} <br /> \\<br /> &amp;\overrightarrow{n} = \overrightarrow{D} <br /> \\<br /> &amp;\ which\ means\ \overrightarrow{n} \ is \ parallel \ with\ \overrightarrow{D}<br /> \\<br /> &amp;\overrightarrow{n}\ is \ perpendicular \ to \ the \ plane.\ Therefore,\ \overrightarrow{D} \ is\ also \ perpendicular\ to \ the \ plane. <br /> \end{split}<br /> \end{equation*}<br />

This Latex is extremely difficult to use.
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top