Changes

Jump to navigation Jump to search
370 bytes added ,  18:38, May 31, 2010
no edit summary
Line 7: Line 7:  
</math>
 
</math>
   −
where <math>\theta</math> is the angle between the two vectors. The direction of the cross product is normal to both of the vectors '''a''' and '''b'''. Since there are two such directions the chosen one is defined by the [[right hand rule]]: with your right hand, point your fingers along the direction of the first vector and curl them towards the second vector. The direction your thumb points gives the direction of the cross product. The cross product is a convenient way to find the volume of a [[parallelepiped]]. One may simply take the cross product of two legs and then find the dot product of that vector with the remaining leg (assuming that the legs are vectors).  
+
where <math>\theta</math> is the angle between the two vectors.  
 +
 
 +
For two vectors <math>a=(a_1,a_2,a_3)</math> and <math>b=(b_1,b_2,b_3)</math>,
 +
 
 +
<math>a\times b = (a_2b_3-a_3b_2, a_3b_1-a_1b_3, a_1b_2-a_2b_1)</math>.
 +
 
 +
The direction of the cross product is normal to both of the vectors '''a''' and '''b'''. Since there are two such directions the chosen one is defined by the [[right hand rule]]: with your right hand, point your fingers along the direction of the first vector and curl them towards the second vector. The direction your thumb points gives the direction of the cross product. The cross product is a convenient way to find the volume of a [[parallelepiped]]. One may simply take the cross product of two legs and then find the dot product of that vector with the remaining leg (assuming that the legs are vectors). So, a [[parallelepiped]] with sides <math>a,b</math> and <math>c</math> will have a volume,<math>V</math>, of:
 +
 
 +
:<math>V = |a \cdot (b\times c)|.</math>
    
== Application ==
 
== Application ==
    
The cross product is used to find the torque and other parameters in physics, and is a clever way of finding the perpendicular vector to a plane.
 
The cross product is used to find the torque and other parameters in physics, and is a clever way of finding the perpendicular vector to a plane.
 +
 +
Two of [[Maxwell's Equations]] make use of the cross product.
    
==See also==
 
==See also==

Navigation menu