Why do mathematicians use i, j, and k to represent unit vectors in quaternions?

  • Thread starter Thread starter Starwatcher16
  • Start date Start date
AI Thread Summary
The discussion centers on the properties of the cross product in vector mathematics, particularly why the relationship axb = -bxa holds true. This is explained through the Right Hand Rule, which defines the direction of the resulting vector in a right-handed coordinate system. The conversation also touches on the historical development of quaternions by Hamilton, who introduced the unit vectors i, j, and k to extend complex numbers into four dimensions. The non-commutative nature of quaternion multiplication is highlighted, along with the distinction between scalar and vector components. Overall, the cross product's definition and its utility in mathematics are emphasized as crucial concepts in vector analysis.
Starwatcher16
Messages
53
Reaction score
0
axb=-bxa, why?
 
Mathematics news on Phys.org
a or b = 0?
 
Starwatcher16 said:
axb=-bxa, why?

Because of the Right Hand Rule.
 
berkeman said:
Because of the Right Hand Rule.

I have two vectors perpendicular to each other in the xy plane, if I take their cross product, I get another vector in the z plane.

I don't understand why one should be going +z, as opposed to the other way.
 
Starwatcher16 said:
I have two vectors perpendicular to each other in the xy plane, if I take their cross product, I get another vector in the z plane.

I don't understand why one should be going +z, as opposed to the other way.
Because there is no logical way they should go so we just defined AxB as -BxA and it follows the right hand rule in a right handed coordinate system. The cross product is a vector perpendicular to both the crossed vectors and its length is the area of the parallelogram you get, the deal is that either up or down works for this definition so we just have to define either AxB or BxA as up and then the other down, which is why AxB=-BxA.
 
compute it using determinants and you should see why
 
|A\times B| = |A||B|\sin{(\theta_B-\theta_A)}

|B\times A| = |A||B|\sin{(\theta_A-\theta_B)}=|A||B|\sin{-(\theta_B-\theta_A)}=-|A||B|\sin{(\theta_B-\theta_A)} = - |A\times B|
 
Uhhh, qntty...

I believe the magnitudes of the two vectors are the same.

;(((
 
Why? Do the math with the definition of the cross product using the epsilon tensor which is antisymmetrical under the exchange of two indices:
(a \times b)_i &amp;=&amp; \sum_{j=1}^3 \sum_{k=1}^3 \epsilon_{ijk}a_jb_k \\<br /> &amp;=&amp; \sum_{j=1}^3 \sum_{k=1}^3 - \epsilon_{ikj}a_jb_k
renaming of indices changing summation order:
&amp;=&amp; \sum_{j=1}^3 \sum_{k=1}^3 - \epsilon_{ijk}a_k b_j \\<br /> &amp;=&amp; - (b \times a)_i
 
  • #10
0xDEADBEEF:

Wow, that was helpful.
 
  • #11
None of the answers so far really answer the question. The real answer is that the cross product defined in the way it is defined is an extremely useful concept.

Mathematics has a dirty little secret. Mathematicians stumble in developing concepts just like everyone else. Eventually they stumble across a very concise and coherent representation. Mathematics is taught sans all of the stumbling around. The development of vector analysis took a lot of stumbling around throughout much of the 1800s.

One of the key developments was that of quaternions by Hamilton. Ever wonder why we use i,j,k to represent the unit vectors? Simple: In complex analysis, i is the square root of -1. Hamilton saw a way to extend complex numbers to 4 dimensions, using two new symbols j and k. The quaternions have real and imaginary parts, but now the imaginary part is written in terms of i, j, and k. As with complex numbers, i2=-1. Those extra symbols? Just as i2=-1, j2=k2=-1. However, j and k are something separate from i. For one thing, ijk=-1. One consequence: ij=k, jk=i, and ki=j. Another consequence is that multiplication in the quaternions is not commutative. Hamilton described his quaternions as comprising a scalar part and a vector part (the word vector is Hamilton's invention).

Heaviside saw Hamilton's vectors as being more useful than his quaternions. He tied vectors to things like the area of a parallelogram (see post #7), electrodynamics (Maxwell's equations are a lot easier in vectors than in quaternions), and a host of other things.

The Levi-Cevita symbol (post #9)? That came along later than the concept of the cross product and is also far too advanced a concept for someone struggling with basic vector analysis.
 
Back
Top