Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Practice questions · Vectors

Vectors, Practice Questions

Six original Vectors practice questions of rising difficulty, each with a complete worked solution. They cover adding and scaling vectors, magnitude and unit vectors, the vector between two points, the parallel condition, collinear points, and a point dividing a segment.

Attempt each under timing, then check every line.

How to use these practice questions

The six questions below rise in difficulty across the whole Vectors chapter, from adding two vectors up to finding a point that divides a segment. Give yourself roughly five to eight minutes per question and work on paper first, writing every line the way you would in the real exam, a method line stating the rule you are using, a clear substitution in components, then the final answer.

Resist the urge to peek. Only once you have committed to a full answer should you open the solution and mark yourself line by line.

When your working differs from ours, stop at the exact line where the two part company; that single step is almost always where the mark was lost. Because Add Math is marked analytically, a correct rule and a correct substitution still earn credit even when the final arithmetic slips, so always write the components in full before you simplify.

Treat this page as a rehearsal, not a test, the point is to find weak steps now, while there is still time to fix them.

Six practice questions

Q1[3 marks]

Two vectors are a=3i+2j\mathbf{a}=3\mathbf{i}+2\mathbf{j} and b=i4j\mathbf{b}=\mathbf{i}-4\mathbf{j}. Find (a) a+b\mathbf{a}+\mathbf{b}, and (b) 2ab2\mathbf{a}-\mathbf{b}.

Show worked solution

(a) Add the vectors component by component, the i\mathbf{i} parts together, the j\mathbf{j} parts together:

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

(b) First scale a\mathbf{a} by 22, then subtract b\mathbf{b}. Keep the signs of b\mathbf{b} carefully; subtracting 4j-4\mathbf{j} adds 4j4\mathbf{j}:

2a=6i+4j2\mathbf{a}=6\mathbf{i}+4\mathbf{j}
2ab=(61)i+(4(4))j=5i+8j2\mathbf{a}-\mathbf{b}=(6-1)\mathbf{i}+(4-(-4))\mathbf{j}=5\mathbf{i}+8\mathbf{j}

Answer

a+b=4i2j\mathbf{a}+\mathbf{b}=4\mathbf{i}-2\mathbf{j} and 2ab=5i+8j2\mathbf{a}-\mathbf{b}=5\mathbf{i}+8\mathbf{j}. The most common slip in (b) is treating b-\mathbf{b} as i4j-\mathbf{i}-4\mathbf{j}; the correct negative is i+4j-\mathbf{i}+4\mathbf{j}.

Q2[3 marks]

A vector is v=6i8j\mathbf{v}=6\mathbf{i}-8\mathbf{j}. Find (a) the magnitude v|\mathbf{v}|, and (b) the unit vector in the direction of v\mathbf{v}.

Show worked solution

(a) The magnitude of xi+yjx\mathbf{i}+y\mathbf{j} is x2+y2\sqrt{x^{2}+y^{2}}. Square each component, add, then take the root:

v=62+(8)2=36+64=100=10|\mathbf{v}|=\sqrt{6^{2}+(-8)^{2}}=\sqrt{36+64}=\sqrt{100}=10

(b) The unit vector is the vector divided by its own magnitude, v^=1vv\hat{\mathbf{v}}=\dfrac{1}{|\mathbf{v}|}\,\mathbf{v}:

v^=110(6i8j)=35i45j\hat{\mathbf{v}}=\frac{1}{10}\left(6\mathbf{i}-8\mathbf{j}\right)=\frac{3}{5}\mathbf{i}-\frac{4}{5}\mathbf{j}

Answer

v=10|\mathbf{v}|=10 and v^=35i45j\hat{\mathbf{v}}=\tfrac{3}{5}\mathbf{i}-\tfrac{4}{5}\mathbf{j}. Check the unit vector has length 11: (35)2+(45)2=9+1625=1=1\sqrt{(\tfrac{3}{5})^{2}+(\tfrac{4}{5})^{2}}=\sqrt{\tfrac{9+16}{25}}=\sqrt{1}=1, as it must.

Q3[4 marks]

The position vectors of AA and BB relative to the origin OO are OA=2i+3j\overrightarrow{OA}=2\mathbf{i}+3\mathbf{j} and OB=7i+15j\overrightarrow{OB}=7\mathbf{i}+15\mathbf{j}. Find (a) the vector AB\overrightarrow{AB}, and (b) its magnitude AB|\overrightarrow{AB}|.

Show worked solution

(a) Travel from AA to BB by going back to OO then out to BB, so AB=OBOA\overrightarrow{AB}=\overrightarrow{OB}-\overrightarrow{OA} (end minus start):

AB=(72)i+(153)j=5i+12j\overrightarrow{AB}=(7-2)\mathbf{i}+(15-3)\mathbf{j}=5\mathbf{i}+12\mathbf{j}

(b) Now take the magnitude of the result:

AB=52+122=25+144=169=13|\overrightarrow{AB}|=\sqrt{5^{2}+12^{2}}=\sqrt{25+144}=\sqrt{169}=13

Answer

AB=5i+12j\overrightarrow{AB}=5\mathbf{i}+12\mathbf{j} and AB=13|\overrightarrow{AB}|=13. Order matters: AB\overrightarrow{AB} is end minus start, OBOA\overrightarrow{OB}-\overrightarrow{OA}; reversing it would give 5i12j-5\mathbf{i}-12\mathbf{j}, the vector pointing the wrong way.

Q4[4 marks]

The vectors a=4i+6j\mathbf{a}=4\mathbf{i}+6\mathbf{j} and b=ki+9j\mathbf{b}=k\mathbf{i}+9\mathbf{j} are parallel, where kk is a constant. Find the value of kk.

Show worked solution

Two vectors are parallel when one is a scalar multiple of the other, so b=λa\mathbf{b}=\lambda\mathbf{a} for some number λ\lambda. Match the components:

k=4λand9=6λk=4\lambda \quad\text{and}\quad 9=6\lambda

Solve the j\mathbf{j}-component equation for λ\lambda first, then substitute into the i\mathbf{i}-component:

λ=96=32    k=4×32=6\lambda=\frac{9}{6}=\frac{3}{2}\;\Rightarrow\; k=4\times\frac{3}{2}=6

Answer

k=6k=6. Check the parallel condition: b=6i+9j=32(4i+6j)=32a\mathbf{b}=6\mathbf{i}+9\mathbf{j}=\tfrac{3}{2}(4\mathbf{i}+6\mathbf{j})=\tfrac{3}{2}\mathbf{a}, so b\mathbf{b} really is a scalar multiple of a\mathbf{a}.

Q5[5 marks]

Relative to the origin OO, the points AA, BB and CC have position vectors OA=2i+j\overrightarrow{OA}=2\mathbf{i}+\mathbf{j}, OB=5i+7j\overrightarrow{OB}=5\mathbf{i}+7\mathbf{j} and OC=9i+15j\overrightarrow{OC}=9\mathbf{i}+15\mathbf{j}. Show that AA, BB and CC are collinear, and find the ratio AB:BCAB:BC.

Show worked solution

Find the two vectors along the path, using end minus start each time:

AB=OBOA=3i+6j\overrightarrow{AB}=\overrightarrow{OB}-\overrightarrow{OA}=3\mathbf{i}+6\mathbf{j}
BC=OCOB=4i+8j\overrightarrow{BC}=\overrightarrow{OC}-\overrightarrow{OB}=4\mathbf{i}+8\mathbf{j}

Test whether one is a scalar multiple of the other. Factor BC\overrightarrow{BC}:

BC=4i+8j=43(3i+6j)=43AB\overrightarrow{BC}=4\mathbf{i}+8\mathbf{j}=\frac{4}{3}\left(3\mathbf{i}+6\mathbf{j}\right)=\frac{4}{3}\,\overrightarrow{AB}

Since BC\overrightarrow{BC} is a scalar multiple of AB\overrightarrow{AB} and they share the point BB, the three points lie on one straight line. For the ratio, compare magnitudes:

AB=32+62=45=35,BC=42+82=80=45|\overrightarrow{AB}|=\sqrt{3^{2}+6^{2}}=\sqrt{45}=3\sqrt{5},\quad |\overrightarrow{BC}|=\sqrt{4^{2}+8^{2}}=\sqrt{80}=4\sqrt{5}

Answer

Because BC=43AB\overrightarrow{BC}=\tfrac{4}{3}\overrightarrow{AB} with the common point BB, the points AA, BB, CC are collinear. The ratio is AB:BC=35:45=3:4AB:BC=3\sqrt{5}:4\sqrt{5}=3:4.

Q6[5 marks]

Relative to the origin OO, points AA and BB have position vectors OA=i+2j\overrightarrow{OA}=\mathbf{i}+2\mathbf{j} and OB=7i+8j\overrightarrow{OB}=7\mathbf{i}+8\mathbf{j}. The point PP lies on ABAB such that AP:PB=1:2AP:PB=1:2.

Find OP\overrightarrow{OP} and its magnitude OP|\overrightarrow{OP}|.

Show worked solution

Point PP is 13\tfrac{1}{3} of the way from AA to BB, so OP=OA+13AB\overrightarrow{OP}=\overrightarrow{OA}+\tfrac{1}{3}\overrightarrow{AB}. First find AB\overrightarrow{AB}:

AB=OBOA=6i+6j\overrightarrow{AB}=\overrightarrow{OB}-\overrightarrow{OA}=6\mathbf{i}+6\mathbf{j}

Now build OP\overrightarrow{OP}, adding one third of AB\overrightarrow{AB} to OA\overrightarrow{OA}:

OP=(i+2j)+13(6i+6j)=(i+2j)+(2i+2j)=3i+4j\overrightarrow{OP}=(\mathbf{i}+2\mathbf{j})+\frac{1}{3}(6\mathbf{i}+6\mathbf{j})=(\mathbf{i}+2\mathbf{j})+(2\mathbf{i}+2\mathbf{j})=3\mathbf{i}+4\mathbf{j}

Take the magnitude of OP\overrightarrow{OP}:

OP=32+42=9+16=25=5|\overrightarrow{OP}|=\sqrt{3^{2}+4^{2}}=\sqrt{9+16}=\sqrt{25}=5

Answer

OP=3i+4j\overrightarrow{OP}=3\mathbf{i}+4\mathbf{j} and OP=5|\overrightarrow{OP}|=5. Check with the section formula OP=2OA+1OB3=2(i+2j)+(7i+8j)3=9i+12j3=3i+4j\overrightarrow{OP}=\tfrac{2\,\overrightarrow{OA}+1\,\overrightarrow{OB}}{3}=\tfrac{2(\mathbf{i}+2\mathbf{j})+(7\mathbf{i}+8\mathbf{j})}{3}=\tfrac{9\mathbf{i}+12\mathbf{j}}{3}=3\mathbf{i}+4\mathbf{j}, which agrees.

How to mark yourself like an examiner

Add Math is marked analytically, which means marks are attached to steps, not only to the final vector. When you check your own script, award yourself credit the way a marker would: look for the correct rule, the right components in place, and a clean final statement.

  • Method mark: did you write the correct rule, end minus start for AB\overrightarrow{AB}, x2+y2\sqrt{x^{2}+y^{2}} for magnitude, or b=λa\mathbf{b}=\lambda\mathbf{a} for parallel vectors?
  • Substitution mark: are the components put in the right slots, with the sign of every j\mathbf{j} term kept, especially when subtracting a vector?
  • Answer mark: is the final vector or value stated clearly, and does it survive a check by an independent route?
  • For collinearity, you only earn full marks by showing the scalar multiple and naming the common point.
  • If your final answer is wrong but the rule and substitution lines are right, give yourself those marks, that is exactly what a real marker does.

How a teacher helps

Marking yourself is powerful, but it is hard to see your own blind spots. In a one-to-one lesson our teacher watches the exact line where a mark slips away, AB\overrightarrow{AB} written as start minus end, a sign dropped when subtracting a vector, or collinearity claimed without naming the common point, and corrects the habit on the spot.

Because our teachers are experienced, you work with someone who explains the why behind each step. Lessons are taught in English, while SPM papers are set in both Malay and English, so we make sure the notation reads the same to you either way.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

How long should each of these questions take me?

Aim for roughly five to eight minutes each, rising with the mark value. If a question takes far longer, note it and bring it to a lesson, the time it steals in the exam is often the real problem, not the topic itself.

How do I find the vector AB\overrightarrow{AB} from position vectors?

Use end minus start: AB=OBOA\overrightarrow{AB}=\overrightarrow{OB}-\overrightarrow{OA}. Writing it the other way round gives the vector pointing from BB to AA instead, which flips every sign.

What makes two vectors parallel?

One must be a scalar multiple of the other, b=λa\mathbf{b}=\lambda\mathbf{a}. In practice you match components and solve for λ\lambda; if a single λ\lambda fits both components, the vectors are parallel.

Do I lose all the marks if my final answer is wrong?

No. Because marking is analytic, a correct rule line and a correct substitution still earn marks even if the arithmetic slips at the end.

That is why you should always show full working in components.

Source:SRC-DSKP-EN

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply
Book a Trial ClassOne-hour paid trial · Same-day reply