Posted by Anonymous on Sunday, March 30, 2008 at 10:57am.
A cross product is always perpendicular to BOTH vectors, unless it the cross product is zero, which happens only for collinear vectors.
Therefore (a x b) is perpendicular to a.
My statement also proves that (axb)x a is perpendicular to both a and a x b
The "proof" they want you to do involves actually computing the cross product of a x b where a = i and b = j. You will end up proving that the cross product is k. Use these "ordered triplet" designations:
i = (1 0 0)
j = (0 1 0)
k = (0 0 1)
i x j = value of the determinant
|i j k|
|1 0 0|
|0 1 0| = 0i + 0j + k
Your last question <<Using components show that u x v = -v x u for any vectors u and v.>>
can be done similarly using arbitrary ordered triplet designations for u and v,
u = ai + bj + ck
v = di + ej + fk
where a, b, c, d, e and f are arbitrary constants and then using the determinant formula to compute the cross products. u x v and v x u
u x v =
|i j k|
|a b c|
|d e f|
= (bf - ce)i + (cd - af)j + (ae - bd)k
Now compare that to v x u =
|i j k|
|d e f|
|a b c| = (ec - bf)i, etc
Related Questions
Mamthematics - Vectors - a) If vector u and vector v are non-collinear vectors ...
Vectors - the vector a-5b and a-b are perpendiculat. If vector a and b are unit ...
Vectors/Calc - Note: u,v,w,a,b are all vectors Given that u= xa + 2yb v= -2ya + ...
maths - Given that vector c and vector d are non zero vectors such that vector c...
math - given that vectors(p+2q) and (5p-4q) are orthogonal,if vectors p and q ...
math - given that vectors(p+2q) and (5p-4q) are orthogonal,if vectors p and q ...
Math please help - For the first question I really need all help I can get. ...
physics (cross product vectors) - Two vectors are lying in the xz plane: A=2.00i...
Vectors - Cross product of vector: If axb(cross product)=(2,0,1) and bxc= -4,0,-...
physics - Vector A is given by A = c x + 6 y, and vector B is given by B = 4.8 x...
For Further Reading