Properties of the Scalar Product0%

Vectors · Topic 11 of 11

Properties of the Scalar Product

Video lesson · from 53:442 worked examples

One lesson video covers all of Vectors, so it opens at 53:44 for this topic — not from the beginning.

Theory

1. The scalar product is commutative i.e. ab=ba\vec{a} \cdot \vec{b} = \vec{b} \cdot \vec{a}

2. The scalar product is distributive i.e. a(b+c)=ab+ac\vec{a} \cdot (\vec{b} + \vec{c}) = \vec{a} \cdot \vec{b} + \vec{a} \cdot \vec{c}

3. The scalar product of a vector and itself is a positive real number if a0\vec{a} \neq 0 i.e. aa=a2\vec{a} \cdot \vec{a} = |\vec{a}|^2.

Proof: aa=aacosθ\vec{a} \cdot \vec{a} = |\vec{a}| |\vec{a}| \cos \theta. Since the angle is 0, cos0=1\cos 0^\circ = 1. aa=aa×1=a2\vec{a} \cdot \vec{a} = |\vec{a}| |\vec{a}| \times 1 = |\vec{a}|^2.

⚠️ Common Examiner Traps

  • aa=a2\vec{a}\cdot\vec{a} = |\vec{a}|^2: the scalar product of a vector with itself is the square of its magnitude, which is often the quickest route into a proof.
  • It distributes over addition: a(b+c)=ab+ac\vec{a}\cdot(\vec{b}+\vec{c}) = \vec{a}\cdot\vec{b} + \vec{a}\cdot\vec{c}, which lets you expand exactly like ordinary algebra.
  • Order does not matter: ab=ba\vec{a}\cdot\vec{b} = \vec{b}\cdot\vec{a}.
  • You cannot divide by a vector: there is no such operation, so rearranging a scalar product equation must be done by expanding, not dividing.

Worked examples

Example 1

Calculate p(q+r)\vec{p} \cdot (\vec{q} + \vec{r}) when p=3|\vec{p}| = 3, q=4|\vec{q}| = 4 and r=2|\vec{r}| = 2, with the angle between p\vec{p} and q\vec{q} being 6060^\circ and the angle between p\vec{p} and r\vec{r} being 120120^\circ.

p(q+r)=pq+pr=pqcos60+prcos120=(3)(4)(0.5)+(3)(2)(0.5)=63=3\begin{aligned} \vec{p} \cdot (\vec{q} + \vec{r}) &= \vec{p} \cdot \vec{q} + \vec{p} \cdot \vec{r} \\ &= |\vec{p}||\vec{q}|\cos 60^\circ + |\vec{p}||\vec{r}|\cos 120^\circ \\ &= (3)(4)(0.5) + (3)(2)(-0.5) \\ &= 6 - 3 \\ &= 3 \end{aligned}

Example 2

If a=c=2|\vec{a}| = |\vec{c}| = 2 and b=23|\vec{b}| = 2\sqrt{3}, angle between a\vec{a} and b\vec{b} is 3030^\circ, angle between a\vec{a} and c\vec{c} is 150150^\circ. Calculate a(a+b+c)\vec{a} \cdot (\vec{a} + \vec{b} + \vec{c}).

a(a+b+c)=aa+ab+ac=a2+abcos30+accos150=22+(2)(23)(32)+(2)(2)(32)=4+623=1023\begin{aligned} \vec{a} \cdot (\vec{a} + \vec{b} + \vec{c}) &= \vec{a} \cdot \vec{a} + \vec{a} \cdot \vec{b} + \vec{a} \cdot \vec{c} \\ &= |\vec{a}|^2 + |\vec{a}||\vec{b}|\cos 30^\circ + |\vec{a}||\vec{c}|\cos 150^\circ \\ &= 2^2 + (2)(2\sqrt{3})\left(\frac{\sqrt{3}}{2}\right) + (2)(2)\left(-\frac{\sqrt{3}}{2}\right) \\ &= 4 + 6 - 2\sqrt{3} \\ &= 10 - 2\sqrt{3} \end{aligned}