Vectors: Question 10

Syllabus 3.7

Structured A2 7 marks

Vectors a=(3k2)\mathbf{a} = \begin{pmatrix}3\\k\\-2\end{pmatrix} and b=(214)\mathbf{b} = \begin{pmatrix}2\\-1\\4\end{pmatrix}, where kk is a constant.

(a) Given that a\mathbf{a} and b\mathbf{b} are perpendicular, find the value of kk. [3]

(b) Using this value of kk, find a|\mathbf{a}|, giving your answer in the form n\sqrt{n} for an integer nn. [2]

(c) Find the unit vector in the direction of a\mathbf{a}. [2]

Show worked solution Hide worked solution

Worked solution

Part (a): Finding kk

Two vectors are perpendicular exactly when their scalar product is zero:

ab=(3)(2)+(k)(1)+(2)(4)=6k8=k2\mathbf{a}\cdot\mathbf{b} = (3)(2) + (k)(-1) + (-2)(4) = 6 - k - 8 = -k - 2

Setting this equal to zero:

k2=0    k=2-k - 2 = 0 \implies k = -2

Check by recomputing independently: substituting k=2k=-2 back into ab\mathbf{a}\cdot\mathbf{b}: (3)(2)+(2)(1)+(2)(4)=6+28=0(3)(2) + (-2)(-1) + (-2)(4) = 6 + 2 - 8 = 0 ✓. The scalar product is indeed zero, confirming k=2k=-2.

Part (b): Finding a|\mathbf{a}|

With k=2k=-2, a=(322)\mathbf{a} = \begin{pmatrix}3\\-2\\-2\end{pmatrix}, so:

a=32+(2)2+(2)2=9+4+4=17|\mathbf{a}| = \sqrt{3^2 + (-2)^2 + (-2)^2} = \sqrt{9+4+4} = \sqrt{17}

Check by recomputing in a different order: (2)2+(2)2+32=4+4+9=17(-2)^2 + (-2)^2 + 3^2 = 4+4+9 = 17, so a=17|\mathbf{a}| = \sqrt{17} again, the same result.

Part (c): Unit vector in the direction of a\mathbf{a}

Dividing a\mathbf{a} by its own magnitude:

aa=117(322)=317i217j217k\frac{\mathbf{a}}{|\mathbf{a}|} = \frac{1}{\sqrt{17}}\begin{pmatrix}3\\-2\\-2\end{pmatrix} = \frac{3}{\sqrt{17}}\mathbf{i} - \frac{2}{\sqrt{17}}\mathbf{j} - \frac{2}{\sqrt{17}}\mathbf{k}

Check: the magnitude of this vector must equal 11:

(317)2+(217)2+(217)2=9+4+417=1717=1\left(\frac{3}{\sqrt{17}}\right)^2 + \left(\frac{-2}{\sqrt{17}}\right)^2 + \left(\frac{-2}{\sqrt{17}}\right)^2 = \frac{9+4+4}{17} = \frac{17}{17} = 1 \checkmark

Final answers

  • (a) k=2k = -2
  • (b) a=17|\mathbf{a}| = \sqrt{17}
  • (c) 317i217j217k\dfrac{3}{\sqrt{17}}\mathbf{i} - \dfrac{2}{\sqrt{17}}\mathbf{j} - \dfrac{2}{\sqrt{17}}\mathbf{k}