The dot product can be defined for two vectors xˉ and yˉ by
xˉ⋅yˉ=∣x∣⋅∣y∣⋅cosθ
where θ is the angle between the vectors and ∣x∣ is the norm. It follows immediately that xˉ⋅yˉ=0 if xˉ is perpendicular to yˉ.
The dot product therefore has the geometric interpretation as the length of the projection of xˉ onto the unit vector y^ when the two vectors are placed so that their tails coincide.
Cross product
For vectors u=(ux,uy,uz) and v=(vx,vy,vz) in R3, the cross product is defined by
where (x^,y^,z^) is a right-handed, i.e., positively oriented, orthonormal basis. This can be written in a shorthand notation that takes the form of a determinant
u×v=∣∣x^uxvxy^uyvyz^uzvz∣∣
where x^,y^ and z^ are unit vectors. Here, u×v is always perpendicular to both u and v, with the orientation determined by the right-hand rule.
Comments