User Tools

Site Tools


basic_tools:vector_calculus:cross_product

Link to this comparison view

Next revision
Previous revision
basic_tools:vector_calculus:cross_product [2017/12/16 14:49]
jakobadmin created
basic_tools:vector_calculus:cross_product [2018/03/28 12:26] (current)
jakobadmin
Line 1: Line 1:
 ====== Cross Product ====== ====== Cross Product ======
  
-<tabbox Why is it interesting?> ​ 
  
-<​tabbox ​Layman+<​tabbox ​Intuitive
  
 <note tip> <note tip>
Line 9: Line 8:
 </​note>​ </​note>​
   ​   ​
-<​tabbox ​Student+<​tabbox ​Concrete 
 +{{ :​basic_tools:​vector_calculus:​crossproduct.png?​nolink|}} 
 + 
 +<​blockquote>​ 
 + 
 +  * Dot product, the interactions between similar dimensions (x*x y*y, z*z) 
 +  * Cross product, the interactions between different dimensions (x*y,y*z, z*x, etc.) 
 + 
 +The dot product (vec(a) · vec(b)) measures similarity because it only accumulates interactions in matching dimensions. It’s a simple calculation with 3 components. 
 + 
 +The cross product (written vec(a) times vec(b)) has to measure a half-dozen “cross interactions”. The calculation looks complex but the concept is simple: accumulate 6 individual differences for the total. 
 + 
 +<​cite>​[[https://​betterexplained.com/​articles/​vector-calculus-understanding-the-dot-product/​|Vector Calculus: Understanding the Dot Product]] by Kalid Azad</​cite></​blockquote>​ 
 + 
 +**Recommended Resources:​**
  
   * [[https://​betterexplained.com/​articles/​vector-calculus-understanding-the-dot-product/​|Vector Calculus: Understanding the Dot Product]] by Kalid Azad   * [[https://​betterexplained.com/​articles/​vector-calculus-understanding-the-dot-product/​|Vector Calculus: Understanding the Dot Product]] by Kalid Azad
 +  * A Student'​s Guide to Vectors and Tensors by Daniel A. Fleisch
    
-<​tabbox ​Researcher+<​tabbox ​Abstract
  
 <note tip> <note tip>
Line 20: Line 34:
  
   ​   ​
-<​tabbox ​Examples+<​tabbox ​Why is it interesting?​
  
---> Example1# 
  
-  +The dot product is a tool that we can use to combine two vectors and get another vector out. This number describes the plane spanned by the two vectors. The magnitude of the resulting vector is the area of the plane, and the direction denotes the orientation of the plane, because it is perpendicular to it. 
-<--+
  
---> Example2:#+This is an extremely useful concept and used in almost any physical theory, like for example, [[models:classical_electrodynamics|electrodynamics]]. Moreover, many other important tools, like the [[basic_tools:​vector_calculus:​curl]] are defined with the help of the cross product. ​
  
-  
-<-- 
- 
-<tabbox FAQ> ​ 
-  ​ 
-<tabbox History> ​ 
  
 </​tabbox>​ </​tabbox>​
  
  
basic_tools/vector_calculus/cross_product.1513432144.txt.gz · Last modified: 2017/12/16 13:49 (external edit)