A-Level Vector geometry Practice Questions

Free A-Level Vector geometry practice questions with full step-by-step worked solutions. Covers vector-addition, components, vector-subtraction, column-vectors. Practise exam-style problems and check your method.

vector-additioncomponentsvector-subtractioncolumn-vectorsscalar-multiplelinear-combination
A-Level70 questionsStep-by-step solutions
Question 1
2 markseasy
Given a=2i+5j\mathbf{a}=2\mathbf{i} + 5\mathbf{j} and b=4ij\mathbf{b}=4\mathbf{i} - \mathbf{j}, find a+b\mathbf{a}+\mathbf{b}.
Show worked solution

Worked solution

  1. Write each vector in component form

    a=2i+5j,b=4ij\mathbf{a}=2\mathbf{i} + 5\mathbf{j},\quad \mathbf{b}=4\mathbf{i} - \mathbf{j}

    We line the vectors up by their i\mathbf{i} (across) and j\mathbf{j} (up) parts so we can add matching parts together.

  2. Add the i\mathbf{i} components and the j\mathbf{j} components

    (2+4)i+(5+(1))j(2+4)\mathbf{i}+(5+(-1))\mathbf{j}

    Adding vectors just means adding the across-parts together and the up-parts together separately.

  3. Simplify

    6i+4j6\mathbf{i}+4\mathbf{j}

    This single vector is the result of the addition.

Answer
6i+4j6\mathbf{i}+4\mathbf{j}
Question 2
3 markseasy
Given a=2i3j\mathbf{a}=2\mathbf{i}-3\mathbf{j} and b=i+7j\mathbf{b}=\mathbf{i}+7\mathbf{j}, find a+b|\mathbf{a}+\mathbf{b}|.
Show worked solution

Worked solution

  1. Add the vectors first

    a+b=(2+1)i+(3+7)j=3i+4j\mathbf{a}+\mathbf{b}=(2+1)\mathbf{i}+(-3+7)\mathbf{j}=3\mathbf{i}+4\mathbf{j}

    We must combine the vectors before finding the length of the result.

  2. Apply the magnitude formula

    a+b=32+42|\mathbf{a}+\mathbf{b}|=\sqrt{3^2+4^2}

    Now take the length of the single resultant vector using Pythagoras.

  3. Evaluate

    9+16=25=5\sqrt{9+16}=\sqrt{25}=5

    The resultant has length 5.

Answer
55
Question 3
3 marksintermediate
The point P(4,5)P(4,5) lies on ABAB with A(2,3)A(2,3) and B(10,11)B(10,11). Find AP:PBAP:PB.
Show worked solution

Worked solution

  1. Understand what is being asked

    OP=a+mm+nAB\overrightarrow{OP}=\mathbf{a}+\tfrac{m}{m+n}\overrightarrow{AB}

    Before calculating, we identify the goal and choose the method: the section (ratio) formula along the line. Having a plan stops us getting lost part-way through.

  2. Recall the key result we will use

    OP=a+mm+nAB\overrightarrow{OP}=\mathbf{a}+\tfrac{m}{m+n}\overrightarrow{AB}

    A point dividing ABAB in the ratio m:nm:n is that fraction of the way from AA to BB.

  3. Find AP\overrightarrow{AP}

    AP=(45)(23)=(22)\overrightarrow{AP}=\begin{pmatrix} 4 \\ 5 \end{pmatrix}-\begin{pmatrix} 2 \\ 3 \end{pmatrix}=\begin{pmatrix} 2 \\ 2 \end{pmatrix}

    Step from AA to PP.

  4. Find PB\overrightarrow{PB}

    PB=(1011)(45)=(66)\overrightarrow{PB}=\begin{pmatrix} 10 \\ 11 \end{pmatrix}-\begin{pmatrix} 4 \\ 5 \end{pmatrix}=\begin{pmatrix} 6 \\ 6 \end{pmatrix}

    Step from PP to BB.

  5. Compare

    PB=3AP\overrightarrow{PB}=3\,\overrightarrow{AP}

    PB\overrightarrow{PB} is three times AP\overrightarrow{AP}, so the length ratio is 1:31:3.

  6. State the ratio

    AP:PB=1:3AP:PB=1:3

    So PP divides ABAB in the ratio 1:31:3.

  7. Why this method works

    OP=a+mm+nAB\overrightarrow{OP}=\mathbf{a}+\tfrac{m}{m+n}\overrightarrow{AB}

    Turning a ratio into a fraction of the whole makes it easy to step the right distance along the line.

Answer
AP:PB=1:3AP:PB=1:3
Question 4
4 markshard
A line passes through A(1,1)A(1,1) and B(5,9)B(5,9). Find the coordinates of the point on this line whose xx-coordinate is 33.
Show worked solution

Worked solution

  1. Understand what is being asked

    r=a+td\mathbf{r}=\mathbf{a}+t\mathbf{d}

    Before calculating, we identify the goal and choose the method: writing each line in the form r=a+td\mathbf{r}=\mathbf{a}+t\mathbf{d}. Having a plan stops us getting lost part-way through.

  2. Recall the key result we will use

    r=a+td\mathbf{r}=\mathbf{a}+t\mathbf{d}

    A line is a base point plus any multiple of its direction vector.

  3. Find the direction vector

    AB=(59)(11)=(48)\overrightarrow{AB}=\begin{pmatrix} 5 \\ 9 \end{pmatrix}-\begin{pmatrix} 1 \\ 1 \end{pmatrix}=\begin{pmatrix} 4 \\ 8 \end{pmatrix}

    The direction of the line is the vector from AA to BB; we can simplify it to (12)\begin{pmatrix} 1 \\ 2 \end{pmatrix}.

  4. Write the line in vector form

    r=(11)+t(12)\mathbf{r}=\begin{pmatrix} 1 \\ 1 \end{pmatrix}+t\begin{pmatrix} 1 \\ 2 \end{pmatrix}

    Using AA as the base point and (12)\begin{pmatrix} 1 \\ 2 \end{pmatrix} as direction.

  5. Set the xx-coordinate to 3

    1+t=3  t=21+t=3\ \Rightarrow\ t=2

    The top component gives the xx-coordinate; solve for the parameter tt.

  6. Find the yy-coordinate

    y=1+2t=1+2(2)=5  (3, 5)y=1+2t=1+2(2)=5\ \Rightarrow\ (3,\ 5)

    Substitute t=2t=2 into the bottom component to get yy.

  7. Why this method works

    r=a+td\mathbf{r}=\mathbf{a}+t\mathbf{d}

    At an intersection both lines give the same point, so we equate and solve.

  8. Link to earlier work

    r=a+td\mathbf{r}=\mathbf{a}+t\mathbf{d}

    This uses simultaneous equations from GCSE and AS algebra. Connecting new work to things you already know makes it far easier to remember.

  9. Write down what we are working with

    list the given vectors / points before substituting\text{list the given vectors / points before substituting}

    Carefully noting the given information first is a habit that prevents careless substitution errors.

  10. Check the answer

    (3, 5)(3,\ 5)

    Substitute the parameters back into both lines to confirm the same point. Checking your work is how you catch small mistakes before they cost marks.

  11. Interpret the result

    (3, 5)(3,\ 5)

    The solution is the single point common to both lines.

  12. Watch out for a common slip

    r=a+td\mathbf{r}=\mathbf{a}+t\mathbf{d}

    A frequent mistake here is rushing the signs or the order of subtraction; going slowly on those parts keeps the work accurate.

Answer
(3, 5)(3,\ 5)
Question 5
8 markschallenging
OABCOABC is a parallelogram with OA=a\overrightarrow{OA}=\mathbf{a} and OC=c\overrightarrow{OC}=\mathbf{c} (so OB=a+c\overrightarrow{OB}=\mathbf{a}+\mathbf{c}). MM is the midpoint of BCBC. The line OMOM meets the diagonal ACAC at XX. Find the ratio OX:XMOX:XM.
Show worked solution

Worked solution

  1. Understand what is being asked

    a1+td1=a2+sd2\mathbf{a}_1+t\mathbf{d}_1=\mathbf{a}_2+s\mathbf{d}_2

    Before calculating, we identify the goal and choose the method: equating the two line equations and solving. Having a plan stops us getting lost part-way through.

  2. Recall the key result we will use

    a1+td1=a2+sd2\mathbf{a}_1+t\mathbf{d}_1=\mathbf{a}_2+s\mathbf{d}_2

    Set the two position vectors equal to find where the lines meet.

  3. Set up base vectors

    OA=a,OC=c\overrightarrow{OA}=\mathbf{a},\quad \overrightarrow{OC}=\mathbf{c}

    Use the two sides from OO as non-parallel base vectors.

  4. Position vector of BB

    OB=a+c\overrightarrow{OB}=\mathbf{a}+\mathbf{c}

    The opposite corner of the parallelogram is the sum of the two sides.

  5. Find MM, the midpoint of BCBC

    OM=12(OB+OC)=12a+c\overrightarrow{OM}=\tfrac{1}{2}(\overrightarrow{OB}+\overrightarrow{OC})=\tfrac{1}{2}\mathbf{a}+\mathbf{c}

    Average the position vectors of BB and CC: 12((a+c)+c)\tfrac{1}{2}((\mathbf{a}+\mathbf{c})+\mathbf{c}).

  6. Describe line OMOM

    OX=λ(12a+c)\overrightarrow{OX}=\lambda\left(\tfrac{1}{2}\mathbf{a}+\mathbf{c}\right)

    Any point on OMOM is a scalar multiple λ\lambda of OM\overrightarrow{OM}.

  7. Describe diagonal ACAC

    OX=a+μ(ca)=(1μ)a+μc\overrightarrow{OX}=\mathbf{a}+\mu(\mathbf{c}-\mathbf{a})=(1-\mu)\mathbf{a}+\mu\mathbf{c}

    A point on ACAC is a fraction μ\mu of the way from AA to CC.

  8. Equate coefficients of a\mathbf{a}

    λ2=1μ\tfrac{\lambda}{2}=1-\mu

    Match the a\mathbf{a}-parts of the two expressions.

  9. Equate coefficients of c\mathbf{c}

    λ=μ\lambda=\mu

    Match the c\mathbf{c}-parts; this gives λ=μ\lambda=\mu directly.

  10. Solve

    λ2=1λ  3λ2=1  λ=23\tfrac{\lambda}{2}=1-\lambda\ \Rightarrow\ \tfrac{3\lambda}{2}=1\ \Rightarrow\ \lambda=\tfrac{2}{3}

    Substitute μ=λ\mu=\lambda and solve. Then OX:XM=λ:(1λ)=23:13=2:1OX:XM=\lambda:(1-\lambda)=\tfrac{2}{3}:\tfrac{1}{3}=2:1.

  11. Why this method works

    a1+td1=a2+sd2\mathbf{a}_1+t\mathbf{d}_1=\mathbf{a}_2+s\mathbf{d}_2

    Equating gives two equations in two unknowns, which we solve simultaneously.

  12. Link to earlier work

    a1+td1=a2+sd2\mathbf{a}_1+t\mathbf{d}_1=\mathbf{a}_2+s\mathbf{d}_2

    Relies on solving simultaneous equations. Connecting new work to things you already know makes it far easier to remember.

  13. Write down what we are working with

    list the given vectors / points before substituting\text{list the given vectors / points before substituting}

    Carefully noting the given information first is a habit that prevents careless substitution errors.

  14. Check the answer

    OX:XM=2:1OX:XM=2:1

    Check the found point satisfies both original equations. Checking your work is how you catch small mistakes before they cost marks.

  15. Interpret the result

    OX:XM=2:1OX:XM=2:1

    The answer is the crossing point of the two lines.

  16. Watch out for a common slip

    a1+td1=a2+sd2\mathbf{a}_1+t\mathbf{d}_1=\mathbf{a}_2+s\mathbf{d}_2

    A frequent mistake here is rushing the signs or the order of subtraction; going slowly on those parts keeps the work accurate.

Answer
OX:XM=2:1OX:XM=2:1

Unlock 65 more Vector geometry questions

Create a free account to work through every A-Level Vector geometry question with instant step-by-step worked solutions, progress tracking and interactive lessons.

  • Full worked solutions for every question
  • Interactive lessons and instant feedback
  • Track your mastery across every topic
Create a Free Account

No card required · Free forever

More Vector geometry practice

Related Pure Maths topics