Question regarding vector (cross) product

In summary: Of course, you can only use that definition in 3-dimensional space, while the "determinant" definition works in any dimension.Haha, I hope not! And that's a good point, there are definitely multiple ways to define the cross product, but they all ultimately result in the same perpendicular vector. It's just a matter of which definition is most convenient for the given situation.
  • #1
mess1n
24
0
Yo guys, I was wondering:

Why does the cross product of two vectors produce a third vector which is perpendicular to both the original vectors?

I've come across it in math and it's one of those things I've accepted... but I'm not quite sure why it happens.
 
Mathematics news on Phys.org
  • #2
As you may know, the definition of u x v, is the determinant of the following matrix:

[tex]\hat{x}, \hat{y}, \hat{z}[/tex]
[tex]u_{1}, u_{2}, u_{3}[/tex]
[tex]v_{1}, v_{2}, v_{3}[/tex]

Now before going ahead, let me show you another thing which is not really related but will help me answer you easily.

Suppose a=[tex]a_{1}\hat{x}+a_{2}\hat{y}+a_{3}\hat{z}[/tex] and b=(b1,b2,b3)

Then a.b=a1*b1+a2*b2+a3*b3. So you can say that dot product replaces the unit vectors x,y,z with their corresponding components from b (or from a).

Using this you easily get that (u x v).u is the determinant of

[tex]u_{1}, u_{2}, u_{3}[/tex]
[tex]u_{1}, u_{2}, u_{3}[/tex]
[tex]v_{1}, v_{2}, v_{3}[/tex]

But the determinant of a matrix with two equal rows is zero. Therefore (u x v).u=0, which means u x v is perpendicular to u. The same goes for v.
 
  • #3
Thanks for the response elibj123, that's made things a lot clearer. However, I don't quite understand why the dot product replaces the unit vectors.

Is this the reason? :

a = a1[tex]\hat{i}[/tex] + a2[tex]\hat{j}[/tex] + a3[tex]\hat{k}[/tex]
b = b1[tex]\hat{i}[/tex] + b2[tex]\hat{j}[/tex] + b3[tex]\hat{k}[/tex]

When the dot product of these are taken, the unit vectors become:

|[tex]\hat{i}[/tex]|2
|[tex]\hat{j}[/tex]|2
|[tex]\hat{k}[/tex]|2

and these are all equal to 1, and therefore the unit vectors disappear and appear to be replaced by b.
 
  • #4
elibj123 said:
As you may know, the definition of u x v, is the determinant of the following matrix:

[tex]\bmatrix
\hat{x} & \hat{y} & \hat{z} \\
u_{1} & u_{2} & u_{3} \\
v_{1} & v_{2} & v_{3}\endbmatrix[/tex]
That is *not* the definition of the cross product. That is just an incredibly bad (but very widely used) abuse of notation. Defining something in terms of abuse of notation is just a bad idea.

The cross product was originally defined to reflect the quaternion product, in which i2=j2=k2=ijk=-1. This leads to the anti-commutative expressions ij=k, ji=-k, jk=i, kj=-i, ki=j, ik=-j. Gibbs and Heaviside thought quaternions were overly cumbersome and a bit artificial (we live in a three dimensional world). The two independently developed vector analysis, stealing useful chunks of Hamilton's quaternions along the way.

Another way to look at the cross product is that the cross product of two vectors u and v is defined as having magnitude equal to uvsinθ, where u and v are the magnitudes of the two vectors and θ is the angle between the two vectors. The cross product vector points in a direction normal to both u and v by definition. Which way it points is a bit ambiguous; there are two choices. The right-hand rule removes this ambiguity.
 
  • #5
I like the definition in terms of the Levi-Civita symbol. In every expression below, there's a sum over all indices that appear exactly twice, but I will not write any summation sigmas for those. (Einstein's summation convention).

[tex](x\times y)_i=\varepsilon_{ijk}x_jy_k[/tex]

This definition makes it extremely easy to prove the orthogonality:

[tex]x_i(x\times y)_i=\varepsilon_{ijk}x_ix_jy_k=0[/itex]

The last step is based on this extremely useful result (excercise): If [itex]S_{ij}=S_{ji}[/itex] and [itex]A_{ij}=-A_{ji}[/itex], then [itex]S_{ij}A_{ij}=0[/itex].
 
  • #6
mess1n said:
Yo guys, I was wondering:

Why does the cross product of two vectors produce a third vector which is perpendicular to both the original vectors?

I've come across it in math and it's one of those things I've accepted... but I'm not quite sure why it happens.
It is not a question of why. It is just a matter of definition.
 
  • #7
D H said:
That is *not* the definition of the cross product. That is just an incredibly bad (but very widely used) abuse of notation. Defining something in terms of abuse of notation is just a bad idea.

The cross product was originally defined to reflect the quaternion product, in which i2=j2=k2=ijk=-1. This leads to the anti-commutative expressions ij=k, ji=-k, jk=i, kj=-i, ki=j, ik=-j. Gibbs and Heaviside thought quaternions were overly cumbersome and a bit artificial (we live in a three dimensional world). The two independently developed vector analysis, stealing useful chunks of Hamilton's quaternions along the way.

Another way to look at the cross product is that the cross product of two vectors u and v is defined as having magnitude equal to uvsinθ, where u and v are the magnitudes of the two vectors and θ is the angle between the two vectors. The cross product vector points in a direction normal to both u and v by definition. Which way it points is a bit ambiguous; there are two choices. The right-hand rule removes this ambiguity.

I think the notation will forgive me for being so abusive, I certainly didn't want to harm its feelings.
 
  • #8
elibj123 said:
I think the notation will forgive me for being so abusive, I certainly didn't want to harm its feelings.
I think you should be worrying about a law suit!:wink:

I once had a teacher, in a graduate course, who, when a student presenting a proof said 'by abuse of notation', told him "Let's not be that abusive"!
 
Last edited by a moderator:
  • #9
mathman said:
It is not a question of why. It is just a matter of definition.
That is one definition. It is never safe to assume that everyone learns the same definition when there are several equivalent definitions of the same thing. Another equivalent definition is <a, b, c> X <x, y, z>= <bz- cy, cx- az, ay- bx>, which is the same as elibj123's without the "abusive" notation.

From that, you can calculate that
<a, b, c>.<bz- cy, cx- az, ay- bx>= abz- acy+ bcx- abz+ acy- bcx= (abz-abz)+ (acy-acy)+ (bcx- bcx)= 0

and
<x, y, z>.<bz- cy, cx-az, ay- bx>= bxz- cxy+ cxy- ayz+ ayz- bxz= (bxz- bxz)+ (cxy- cxy)+ (ayz- ayz)= 0.

Since both dot products are 0, <bz- cy, cx- az, ay- bx> is perpendicular to both <a, b, c> and <x, y, z>.
 
Last edited by a moderator:
  • #10
I don't think the determinant notation is abusive. It's just necessary to clearly state that we're extending the definition of "determinant" to apply to matrices that have vectors on one of the rows (or one of the columns). We don't even have to change the formula that defines the determinant

[tex]\det A=\sum_P s(P) A_{1,P1}\cdots A_{n,Pn}[/tex]

The sum is over all permutations P, and s(P) is the sign of the permutation P (i.e. s(P)=1 if P is even and s(P)=-1 if P is odd). The reason why things work out so nicely is that the definition never multiplies two matrix elements from the same row or two from the same column.

I highly recommend learning to use the Levi-Civita symbol though. It makes a lot of proofs involving cross products extremely easy.
 
  • #11
Code:
I think you should be worrying about a law suit!

Wow, I'm new here and already I've discovered a maths professor with a sense of humour.

I might even get to like this place.

Mess1n, this is a good question you have posted in the mathematics section of a physics forum.

The answers given have been mathematical, rather than physical so I will try to provide a physical explanation or motivation.

In mathematics there are many vector algebras, not all of which possesses a cross product.

The vector algebra used by physicists and engineers use a particular vector algebra, because it is useful to have such an operation.

It is useful to have one because it describes effects, observable in the physical world, which are in some way additional to the original physical effect or quantity under consideration.

For example

Consider a physical vector quantity, force, and the statement

"A force can have no effect at right angles to its line of action"

This is true insofar as the horizontal component can exert no effect (force) in the vertical direction.

But what about moment?

This is another effect that a force can exert, but which is certainly not a force.
By saying that moment is not a force we are saying that it cannot be found in the list of all possible force vectors that can be generated by linear combination of the horizontal and vertical components. Mathematically, moment is not in the vector space of forces.

However the moment effect does exist and we can represent it by a 'vector' generated by a
'cross product' of distance and the generating force.

It should be noted that this 'vector' is fundamentally different from the generating force with its own properties and effects.

So the motivation is to chose a mathematics (vector algebra) which correctly represents the full picture.
 

1. What is the definition of a vector product?

A vector product, also known as a cross product, is a mathematical operation between two vectors in three-dimensional space that results in a third vector perpendicular to both original vectors.

2. How do you calculate the magnitude of a vector product?

The magnitude of a vector product can be calculated by taking the product of the magnitudes of the two original vectors and multiplying it by the sine of the angle between them.

3. What is the difference between a scalar and vector product?

The main difference between a scalar and vector product is that a scalar product results in a scalar quantity, while a vector product results in a vector quantity. Additionally, a scalar product is commutative while a vector product is not.

4. What is the significance of the direction of a vector product?

The direction of a vector product is significant because it represents the direction of rotation between the two original vectors. The right-hand rule is often used to determine the direction of the resulting vector.

5. How is the vector product used in physics and engineering?

The vector product is commonly used in physics and engineering to calculate torque, angular momentum, and magnetic fields. It is also used in crosswind calculations and in determining the direction of force in a three-dimensional system.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
5
Views
548
Replies
11
Views
1K
Replies
10
Views
711
Replies
9
Views
6K
  • Linear and Abstract Algebra
Replies
32
Views
3K
  • General Math
Replies
5
Views
1K
  • General Math
Replies
4
Views
2K
Replies
3
Views
2K
Replies
6
Views
516
Replies
14
Views
1K
Back
Top