Salick Academy

Vectors

40 min readNo calculatorNeeds: pythagoras, coordinate geometry

Try each one on paper first, then check a single step. That is worth far more than reading a finished solution.

Example 1 — combining vectors and finding a magnitude

Given a=3i+4j\mathbf{a} = 3\mathbf{i} + 4\mathbf{j} and b=i2j\mathbf{b} = \mathbf{i} - 2\mathbf{j}, find a+2b\mathbf{a} + 2\mathbf{b} and a|\mathbf{a}|.

Example 2 — the vector joining two points, and its unit vector

The points are A(1,2)A(1, 2) and B(5,5)B(5, 5). Find AB\overrightarrow{AB}, its magnitude, and the unit vector in the direction of AB\overrightarrow{AB}.

Example 3 — using the scalar product to find an unknown

Given a=2i+3j\mathbf{a} = 2\mathbf{i} + 3\mathbf{j} and b=6i+kj\mathbf{b} = 6\mathbf{i} + k\mathbf{j}, find the value of kk for which a\mathbf{a} and b\mathbf{b} are perpendicular.