Difference between revisions of "Cross product"

From Conservapedia
Jump to navigation Jump to search
m (Reverted edits by Torbro (talk) to last revision by DavidE)
Line 1: Line 1:
−
<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:999999999999999999999;">hi</div> 19:12, 23 April 2012 (EDT)
 
−
<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:999999999999999999999;">hi</div> 19:12, 23 April 2012 (EDT)
 
−
19:12, 23 April 2012 (EDT)<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:999999999999999999999;">hi</div>
 
−
<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:999999999999999999999;">hi</div> 19:12, 23 April 2012 (EDT)
 
−
19:12, 23 April 2012 (EDT)<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:999999999999999999999;">hi</div>
 
−
<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:999999999999999999999;">hi</div> 19:12, 23 April 2012 (EDT)
 
−
19:12, 23 April 2012 (EDT)<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:999999999999999999999;">hi</div>
 
−
<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:999999999999999999999;">hi</div> 19:12, 23 April 2012 (EDT)
 
−
<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:999999999999999999999;">hi</div> 19:12, 23 April 2012 (EDT)
 
 
{{math-h}}
 
{{math-h}}
  

Revision as of 23:31, April 23, 2012

<math>\frac{d}{dx} \sin x=?\,</math> This article/section deals with mathematical concepts appropriate for late high school or early college.

The cross product (or vector product) of two vectors in 3-space is itself a vector in 3-space and is written <math>\vec{a}\times \vec{b}</math>. The magnitude of the resulting vector is

<math> |\vec{a}\times \vec{b}|=|\vec{a}| |\vec{b}| \sin\theta </math>

where <math>\theta</math> is the angle between the two vectors.

For two vectors <math>\vec{a}=(a_1,a_2,a_3)</math> and <math>\vec{b}=(b_1,b_2,b_3)</math>,

<math>\vec{a}\times \vec{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 <math>\vec{a}</math> and <math>\vec{b}</math>. 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. This means that the cross product is anticommutative: <math>\vec{a}\times \vec{b} = -(\vec{b}\times \vec{a})</math>.

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>\vec{a},\vec{b}</math> and <math>\vec{c}</math> will have a volume,<math>V</math>, of:

<math>V = |\vec{a} \cdot (\vec{b}\times \vec{c})|.</math>

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.

Two of Maxwell's Equations make use of the cross product.

See also