Why Does the Determinant of a Matrix Represent the Cross Product?

In summary, a cross product is a mathematical operation used to find the vector that is perpendicular to two given vectors. This can be represented using a determinant, which was discovered by William Rowan Hamilton. The proof of why this yields the desired vector can be shown through the dot product.
  • #1
thechunk
11
0
Does anyone know where I can find the derivation of the cross product. I know how to use it and the like but I do not understand why the norm of the matrix :
[tex]
\left[ \begin{array}{ccc}i & j & k \\n1 & n2 & n3 \\m1 & m2 & m3 \\\end{array}\right] [/tex]

yields the vector perpendicular to 'n' and 'm'.
 
Mathematics news on Phys.org
  • #2
I wouldn't prove that the cross product can be written as a determinant, I would simply define it that way. Then I would prove that the result is perpendicular to both of the vectors in the cross product. How would I do that? For vectors [itex]\vec{A}[/itex] and [itex]\vec{B}[/itex] I would form the dot products [itex]\vec{A}\cdot(\vec{A}\times\vec{B})[/itex] and [itex]\vec{B}\cdot(\vec{A}\times\vec{B})[/itex] and show that they both vanish identically.
 
  • #3
Also, if you want to show that your definition above is equal to ABsinθ, you can find the determinant, square it, and then rearrange and use the definition of a dot product (you will see something similar after squaring).
 
  • #4
Yes I can see that, but what confuses me is why do those two expressions describe/yield the vector perpendicular to n and m.
 
  • #5
Because the dot product of any vector and its cross product with any other vector vanishes. The "why" is in the proof.
 
  • #6
Just out of curiosity: was this stumbled upon just like you said? (defining the cross product as a determinant) and then later shown that the resulting vector orthogonal to both? Or was that the goal and then later shown that the determinant did the trick?
 
  • #7
apmcavoy said:
Just out of curiosity: was this stumbled upon just like you said? (defining the cross product as a determinant) and then later shown that the resulting vector orthogonal to both?

I don't know, but it sure seems easier than doing it the other way around!
 
  • #9
thechunk said:
Yes I can see that, but what confuses me is why do those two expressions describe/yield the vector perpendicular to n and m.

If
[tex]\vec c = \vec a \times \vec b = \left| {\begin{array}{*{20}c}
{\vec 1_x } & {\vec 1_y } & {\vec 1_z } \\
{a_1 } & {a_2 } & {a_3 } \\
{b_1 } & {b_2 } & {b_3 } \\
\end{array}} \right|[/tex]
then
[tex]\left\langle {\vec a,\vec c} \right\rangle = \left| {\begin{array}{*{20}c}
{a_1 } & {a_2 } & {a_3 } \\
{a_1 } & {a_2 } & {a_3 } \\
{b_1 } & {b_2 } & {b_3 } \\
\end{array}} \right| = 0 \Rightarrow \vec a \bot \vec c[/tex]

In the same way, [itex]\vec b \bot \vec c[/itex] follows.
 
  • #10
derivation of Vector Cross Product

Using determinants to describe cross products I think was discovered by a mathamatician named William Rowan Hamiliton. He came up with the algebraic forms in dot and cross products, but I have no idea how he did it. Does anybody know. I just memorize the cross product formula but don't know where it comes from. Thanks
 
  • #11
john fairbanks said:
Using determinants to describe cross products I think was discovered by a mathamatician named William Rowan Hamiliton. He came up with the algebraic forms in dot and cross products, but I have no idea how he did it. Does anybody know. I just memorize the cross product formula but don't know where it comes from. Thanks
Have you taken linear algebra? You learn a lot about how determinants equal the volume of the parallelopiped made by the three vectors (or other dimensions).
 

FAQ: Why Does the Determinant of a Matrix Represent the Cross Product?

What is the cross product?

The cross product is a mathematical operation that takes two vectors as inputs and produces a third vector that is perpendicular to both of the input vectors.

How is the cross product calculated?

The cross product is calculated using the determinant of a 3x3 matrix composed of the unit vectors i, j, and k and the components of the two input vectors. The resulting vector is given by the coefficients of the i, j, and k unit vectors in the determinant.

What is the geometric interpretation of the cross product?

The cross product can be interpreted geometrically as the area of the parallelogram formed by the two input vectors, with the direction of the resulting vector perpendicular to the plane of the parallelogram.

What are the properties of the cross product?

The cross product has a number of important properties, including being distributive, anticommutative, and satisfying the right-hand rule. It also has a magnitude equal to the product of the magnitudes of the input vectors multiplied by the sine of the angle between them.

How is the cross product used in physics and engineering?

The cross product is used in physics and engineering to calculate torque, angular momentum, and the magnetic field in electromagnetism. It is also used in 3D graphics to determine the orientation of objects and to compute lighting and shading effects.

Back
Top