Library/Geometry/Plane geometry/Vectors/Scalar product. Relationships

Scalar product. Relationships

Overview
Important

The scalar product of two vectors a\vec{a} and b\vec{b} is defined as ab=abcosθ\vec{a} \cdot \vec{b} = |\vec{a}| |\vec{b}| \cos \theta, where θ\theta is the angle between them. This product is useful for finding angles, checking for perpendicularity, and projecting one vector onto another.

Important properties

  • If ab=0\vec{a} \cdot \vec{b} = 0, then a\vec{a} and b\vec{b} are perpendicular.

  • The scalar product is commutative: ab=ba\vec{a} \cdot \vec{b} = \vec{b} \cdot \vec{a}.

  • It is distributive over addition: a(b+c)=ab+ac\vec{a} \cdot (\vec{b} + \vec{c}) = \vec{a} \cdot \vec{b} + \vec{a} \cdot \vec{c}.

  • The scalar product can be used to find the angle between two vectors: cosθ=abab\cos \theta = \dfrac{\vec{a} \cdot \vec{b}}{|\vec{a}| |\vec{b}|}.