Vectors

1 / 8

Column vectors: magnitude and combinations

Question: Given p=(34)\mathbf{p} = \begin{pmatrix} 3 \\ -4 \end{pmatrix}, q=(158)\mathbf{q} = \begin{pmatrix} -15 \\ 8 \end{pmatrix} and r=(24)\mathbf{r} = \begin{pmatrix} 2 \\ 4 \end{pmatrix}, find p|\mathbf{p}|,   2p+q\;2\mathbf{p}+\mathbf{q} and   p+2q3r\;\mathbf{p}+2\mathbf{q}-3\mathbf{r}.

Step 1. Magnitude is Pythagoras on the two components:

p=32+(4)2=25=5|\mathbf{p}| = \sqrt{3^2 + (-4)^2} = \sqrt{25} = 5

Step 2. Scalar multiples first, then add component by component:

2p+q=(68)+(158)=(90)2\mathbf{p}+\mathbf{q} = \begin{pmatrix} 6 \\ -8 \end{pmatrix} + \begin{pmatrix} -15 \\ 8 \end{pmatrix} = \begin{pmatrix} -9 \\ 0 \end{pmatrix}

Step 3. Same routine with three terms:

p+2q3r=(34)+(3016)(612)=(330)\mathbf{p}+2\mathbf{q}-3\mathbf{r} = \begin{pmatrix} 3 \\ -4 \end{pmatrix} + \begin{pmatrix} -30 \\ 16 \end{pmatrix} - \begin{pmatrix} 6 \\ 12 \end{pmatrix} = \begin{pmatrix} -33 \\ 0 \end{pmatrix}

Step 4. Read the answers geometrically: both results have y=0y = 0, so they are horizontal vectors — pointing in the negative xx-direction.

⚠ Watch out: Squaring kills the minus sign, so p=32+(4)2|\mathbf{p}| = \sqrt{3^2 + (-4)^2}, never 3242\sqrt{3^2 - 4^2}. A magnitude is a positive number — writing p|\mathbf{p}| as a column vector loses the mark.

swipe up ↑
🤖Ask