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$.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top