Perpendicular Vectors0%

Vectors · Topic 9 of 11

Perpendicular Vectors

Video lesson · from 42:312 worked examples

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

Theory

If a\vec{a} and b\vec{b} are perpendicular then the angle between them is 9090^\circ.

Since cos90=0\cos 90^\circ = 0, ab=abcos90=0\vec{a} \cdot \vec{b} = |\vec{a}| |\vec{b}| \cos 90^\circ = 0.

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

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

⚠️ Common Examiner Traps

  • Perpendicular means the scalar product is zero: this is both the test and the equation you solve for an unknown.
  • Set it equal to zero, then solve: for a question with an unknown component, form ab=0\vec{a} \cdot \vec{b} = 0 and solve for it.
  • State the conclusion: after showing the product is zero, say that the vectors are therefore perpendicular.
  • Zero product does not mean zero vector: two non-zero vectors can have a scalar product of zero — that is exactly what perpendicular means.

Worked examples

Example 1

Two vectors are defined as a=4i+2j5k\vec{a} = 4\mathbf{i} + 2\mathbf{j} - 5\mathbf{k} and b=2i+j+2k\vec{b} = 2\mathbf{i} + \mathbf{j} + 2\mathbf{k}. Show that a\vec{a} and b\vec{b} are perpendicular.

ab=(4)(2)+(2)(1)+(5)(2)=8+210=0\vec{a} \cdot \vec{b} = (4)(2) + (2)(1) + (-5)(2) = 8 + 2 - 10 = 0

Since ab=0\vec{a} \cdot \vec{b} = 0, the vectors a\vec{a} and b\vec{b} are perpendicular.

Example 2

PQ=(4a7)\vec{PQ} = \begin{pmatrix} 4 \\ a \\ 7 \end{pmatrix} and RS=(23a)\vec{RS} = \begin{pmatrix} 2 \\ -3 \\ a \end{pmatrix} where aa is a constant. Given that PQ\vec{PQ} and RS\vec{RS} are perpendicular, find the value of aa.

Since they are perpendicular, PQRS=0\vec{PQ} \cdot \vec{RS} = 0.

(4)(2)+(a)(3)+(7)(a)=083a+7a=08+4a=04a=8a=2\begin{aligned} (4)(2) + (a)(-3) + (7)(a) &= 0 \\ 8 - 3a + 7a &= 0 \\ 8 + 4a &= 0 \\ 4a &= -8 \\ a &= -2 \end{aligned}