B Error in Vector Addition: U & V Perpendicular

Click For Summary
The discussion centers on an error in vector addition involving two perpendicular unit vectors, U and V, and a vector W. The user is trying to resolve the equation W × V = U - W but encounters inconsistencies in their calculations. Clarification is provided regarding notation, specifically the use of the cross product, and the correct application of vector rules. The key error identified is a sign mistake and a misplacement of components in the calculations. The resolution emphasizes the importance of correctly pairing orthogonal vectors to derive accurate equations.
Amine_prince
Messages
38
Reaction score
0
i have two unitary vectors in space U and V , U and V are perpendicular .
W is a vector that verifies W ^ V = U - W .
the following resolution is incorrect , i wan't to understand why :

we use (o,U,V,(U^V)) . components of U (1,0,0) , V(0,1,0) , W(a,b,c) where a , b and c are real numbers .
components of W ^ V ( c , 0 , a) . and U - W ( 1-a , -b, -c)
where is the error here ?
 
Mathematics news on Phys.org
Amine_prince said:
i have two unitary vectors in space U and V , U and V are perpendicular .
W is a vector that verifies W ^ V = U - W .
the following resolution is incorrect , i wan't to understand why :

we use (o,U,V,(U^V)) . components of U (1,0,0) , V(0,1,0) , W(a,b,c) where a , b and c are real numbers .
components of W ^ V ( c , 0 , a) . and U - W ( 1-a , -b, -c)
where is the error here ?

I'm not sure about your notation: ^ means vector cross-product? I've always used \times

If so, then you are on the right track. U, V, U \times V can be used as an orthonormal basis. So we can write W as a linear combination:

W = a U + b V + c (U \times V)

Then W \times V = U - W becomes:

(a U + b V + c (U \times V)) \times V = U - a U - b V - c (U \times V)

Now, we use the rules:
X \times X = 0
(X \times Y) \times Z = (X \cdot Z) V - X (Y \cdot Z)

where \cdot is the vector scalar product.

Applying these rules gives us:
a U \times V + 0 + c (U \cdot V) V - c U (V \cdot V) = U - a U - bV - c (U \times V)

This simplifies to:
a U \times V - c U = (1-a)U - b V - c(U \times V)

So if you just pair up the corresponding orthogonal vectors, this gives three equations:
  1. a = -c
  2. 0 = -b
  3. -c = (1-a)
 
thank you sir :)
 
Amine_prince said:
thank you sir :)
Looking at what you wrote, I think that your problem is that

(a, b, c) \times (0,1,0) = (-c, 0, a)
 
yes , i missed the sign . and flipped the numbers by mistake .
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...

Similar threads