Definition, analytical expression and properties of scalar product

The scalar product between two vectors u and v, that is represented by uv, is a real number that is obtained by multiplying the magnitude of u by the magnitude of v and by the cosine of the angle that is formed by u and v. uv=|u||v|cos(uv^)

From the definition of the scalar product we have:

  • If u=0 or v=0, then uv=0.
  • If u and v are perpendicular vectors and since cos(uv^)=cos(90)=0, we have uv=0.

Example

If u=(0,2), v=(3,3) and uv^=45:

uv=|u||v|cos(45)=21822=36=6

Example

If |u|=3, |v|=2 and uv=0. What angle is formed by u and v?

Since the formula of the scalar product is uv=|u||v|cos(uv^), by replacing the information that we have, we will obtain: cos(uv^)=0uv^=90

These two vectors are perpendicular.

Analytical expression of the scalar product:

Given u=(u1,u2) and v=(v1,v2), its scalar product can be written as: uv=u1v1+u2v2

Example

If u=(3,1) and v=(2,1), then: uv=32+1(1)=61=5

Properties of the scalar product

  1. The scalar product of a vector and itself is a positive real number: uu0. If uu=0, then u=0.
  2. The scalar product is commutative: uv=vu. Since the angle formed by u and v is α and the angle formed by v and u is α, and we know that cos(α)=cos(α).
  3. The scalar product is pseudoassociative: α(uv)=(αu)v=u(αv) where α is a real number.
  4. The scalar product is a distributive with regard to the sum of vectors: u(v+w)=uv+uw.