MHB Proving Vector Equality Using Cross Products

  • Thread starter Thread starter TheBigBadBen
  • Start date Start date
AI Thread Summary
The discussion centers on proving that if the cross products of two vectors v and w with any vector u are equal, then v must equal w. By selecting specific vectors for u, such as (1,0,0) and (0,1,0), the resulting equations from the cross products reveal that the corresponding components of v and w must be equal. The calculations show that v_1 equals w_1, v_2 equals w_2, and v_3 equals w_3. Thus, it is concluded that v and w are indeed the same vector. This proof effectively demonstrates the relationship between vector equality and cross products in three-dimensional space.
TheBigBadBen
Messages
79
Reaction score
0
This is a question from Yahoo! answers.

The Question:
Suppose that we know vectors v ×u= w×u for every three-dimensional vector w . Prove that v = w.
Hint: Choose a few simple vectors
for u and compute the cross products. What does this say about the coordinates of v and
w?
 
Mathematics news on Phys.org
My Answer:

So, we have two vectors $\vec v=(v_1,v_2,v_3)$ and $\vec w=(w_1,w_2,w_3)$ such that
$$\vec v\times \vec u=\vec w \times \vec u$$
for every choice of vector $\vec u$. We can say that the two vectors are the same if $v_1=w_1$, $v_2=w_2$, and $v_3=w_3$. As the hint suggests, I will choose the following vectors to put in the place of $\vec u$: $\vec u_1 = (1,0,0)$ and $\vec u_2 = (0,1,0)$. We know that
$$\vec v\times \vec u_1=\vec w \times \vec u_1 \\
\vec v\times \vec u_2=\vec w \times \vec u_2$$
Finding these products gives us the following set of equations:
$$
(0,v_3,-v_2)=(0,w_3,-w_2) \\
(-v_3,0,v_1)=(-w_3,0,w_1)
$$
Setting each of the coordinates equal, the first equation tells us that $v_3=w_3$ and $-v_2=-w_2$. The second equation tells us that, because the third entries are equal, $v_1=w_1$. With these three pieces of information, we can now say that $\vec v = \vec w$.
 
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...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top