Proving Vector Equality without Dot Product - A Simple Method

  • Thread starter Thread starter square_imp
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
The discussion revolves around proving that four position vectors a, b, c, and d are equal in magnitude given that the lines from O to the midpoints of segments AB, BC, and CD are perpendicular to those segments. The initial approach using the dot product demonstrated that the coefficients of vectors a and b are equal, leading to the conclusion that their lengths are the same. However, this does not imply that the vectors themselves are equal, only that they have the same magnitude. The term a² in the question refers to the square of the modulus of vector a, not the vector itself. The clarification emphasizes the distinction between vector equality and equality of their magnitudes.
square_imp
Messages
21
Reaction score
0
Now on another question, that states four points in space have 4 position vectors a,b,c and d relative to O. The question tells you that the line O to the mid-point of AB, BC and CD is perpendicular to the lines AB, BC and CD respectively. The question is asking for me to prove that therefore a^2 = b^2 = c^2 = d^2. Now I have used that fact that the dot product of the perpendicular lines = 0 which ends up proving that the coefficients of the vectors a and b for example equal each other. But is this proof that the actual vectors equal each other? Is there a better way of doing it without using the dot product? Hope I have explained this well enough.Thanks.
 
Physics news on Phys.org
Just to clarify, I substituted a = xi + yj + zk and b = ui + vj + wk and proved that x^2 + y^2 + z^2 = u^2 + v^2 + w^2. Is this proof that therefore a^2 = b^2?
 
square_imp said:
Just to clarify, I substituted a = xi + yj + zk and b = ui + vj + wk and proved that x^2 + y^2 + z^2 = u^2 + v^2 + w^2. Is this proof that therefore a^2 = b^2?
What you have shown is that a and b have the same length.

i.e. |a| = |b| or √{(xi)² + (yj)² + (zk)²} = √{(ui)² + (vj)² + (wk)²}

That was all you were being asked to prove. Not that the vectors were equal to each other.
When the question used a², I think that meant the square of the modulus, or length, of the vector a.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top