Vectors in IB Mathematics AA HL: The Complete Guide

author-img admin May 30, 2026

Vectors form one of the most important topics in IB Mathematics AA HL. They provide a powerful mathematical language for describing position, direction, movement, geometry, and three-dimensional space.

From aircraft navigation and computer graphics to physics and machine learning, vectors are used everywhere. In IB Mathematics AA HL, vectors frequently appear in Paper 1, Paper 2, and Paper 3, often combined with geometry, calculus, and proof.

This guide covers everything you need to know about vectors for IB Mathematics AA HL.


1. What is a Vector?

A vector is a quantity that possesses both:

  1. Magnitude (length)
  2. Direction

Examples:

  • Velocity
  • Force
  • Acceleration
  • Displacement

A scalar quantity only has magnitude.

Examples:

  • Mass
  • Temperature
  • Time
  • Area

Example

Suppose a particle moves:

  • 5 km east

This is a vector because both magnitude and direction are specified.


2. Vector Notation

Vectors may be written asa\mathbf{a}a

ora\vec{a}a

or(a1a2)\begin{pmatrix} a_1\\ a_2 \end{pmatrix}(a1​a2​​)


Two-Dimensional Vector

a=(34)\mathbf{a} = \begin{pmatrix} 3\\ 4 \end{pmatrix}a=(34​)

represents:

  • 3 units horizontally
  • 4 units vertically

Three-Dimensional Vector

b=(215)\mathbf{b} = \begin{pmatrix} 2\\ -1\\ 5 \end{pmatrix}b=​2−15​​


3. Position Vectors

Every point can be represented by a vector from the origin.

For pointP(3,5)P(3,5)P(3,5)

the position vector isOP=(35)\vec{OP} = \begin{pmatrix} 3\\ 5 \end{pmatrix}OP=(35​)


Example

Point:A(2,4,1)A(2,-4,1)A(2,−4,1)

Position vector:OA=(241)\vec{OA} = \begin{pmatrix} 2\\ -4\\ 1 \end{pmatrix}OA=​2−41​​


4. Magnitude of a Vector

The magnitude is the length of the vector.

Fora=(ab)\mathbf{a} = \begin{pmatrix} a\\ b \end{pmatrix}a=(ab​) a=a2+b2|\mathbf a| = \sqrt{a^2+b^2}∣a∣=a2+b2​


Example

a=(34)\mathbf a= \begin{pmatrix} 3\\ 4 \end{pmatrix}a=(34​)

Thena=32+42=5|\mathbf a| = \sqrt{3^2+4^2} = 5∣a∣=32+42​=5


3D Magnitude

a=(xyz)\mathbf a= \begin{pmatrix} x\\ y\\ z \end{pmatrix}a=​xyz​​ a=x2+y2+z2|\mathbf a| = \sqrt{x^2+y^2+z^2}∣a∣=x2+y2+z2​


Example

(236)\begin{pmatrix} 2\\ 3\\ 6 \end{pmatrix}​236​​ a=4+9+36=7|\mathbf a| = \sqrt{4+9+36} = 7∣a∣=4+9+36​=7


5. Unit Vectors

A unit vector has magnitude 1.

The standard basis vectors arei=(10)\mathbf i= \begin{pmatrix} 1\\ 0 \end{pmatrix}i=(10​) j=(01)\mathbf j= \begin{pmatrix} 0\\ 1 \end{pmatrix}j=(01​) k=(001)\mathbf k= \begin{pmatrix} 0\\ 0\\ 1 \end{pmatrix}k=​001​​


Finding a Unit Vector

Formula:a^=aa\hat{\mathbf a} = \frac{\mathbf a}{|\mathbf a|}a^=∣a∣a​


Example

a=(34)\mathbf a= \begin{pmatrix} 3\\ 4 \end{pmatrix}a=(34​) a=5|\mathbf a|=5∣a∣=5

Thereforea^=(3545)\hat{\mathbf a} = \begin{pmatrix} \frac35\\ \frac45 \end{pmatrix}a^=(53​54​​)


6. Vector Addition

Vectors add component-wise.(ab)+(cd)=(a+cb+d)\begin{pmatrix} a\\ b \end{pmatrix} + \begin{pmatrix} c\\ d \end{pmatrix} = \begin{pmatrix} a+c\\ b+d \end{pmatrix}(ab​)+(cd​)=(a+cb+d​)


Example

(34)+(12)=(46)\begin{pmatrix} 3\\ 4 \end{pmatrix} + \begin{pmatrix} 1\\ 2 \end{pmatrix} = \begin{pmatrix} 4\\ 6 \end{pmatrix}(34​)+(12​)=(46​)


7. Scalar Multiplication

Multiplying by a scalar changes magnitude.k(ab)=(kakb)k \begin{pmatrix} a\\ b \end{pmatrix} = \begin{pmatrix} ka\\ kb \end{pmatrix}k(ab​)=(kakb​)


Example

3(21)=(63)3 \begin{pmatrix} 2\\ -1 \end{pmatrix} = \begin{pmatrix} 6\\ -3 \end{pmatrix}3(2−1​)=(6−3​)


8. Vector Between Two Points

IfA(x1,y1)A(x_1,y_1)A(x1​,y1​)

andB(x2,y2)B(x_2,y_2)B(x2​,y2​)

thenAB=(x2x1y2y1)\vec{AB} = \begin{pmatrix} x_2-x_1\\ y_2-y_1 \end{pmatrix}AB=(x2​−x1​y2​−y1​​)


Example

A(2,1)A(2,1)A(2,1) B(6,4)B(6,4)B(6,4)

ThenAB=(43)\vec{AB} = \begin{pmatrix} 4\\ 3 \end{pmatrix}AB=(43​)


9. Collinearity

Three points are collinear if the vectors between them are scalar multiples.


Example

A(1,2)A(1,2)A(1,2) B(3,6)B(3,6)B(3,6) C(5,10)C(5,10)C(5,10) AB=(24)\vec{AB} = \begin{pmatrix} 2\\ 4 \end{pmatrix}AB=(24​) BC=(24)\vec{BC} = \begin{pmatrix} 2\\ 4 \end{pmatrix}BC=(24​)

SinceAB=BC\vec{AB}=\vec{BC}AB=BC

the points are collinear.


10. Midpoint Using Vectors

For pointsA(x1,y1)A(x_1,y_1)A(x1​,y1​) B(x2,y2)B(x_2,y_2)B(x2​,y2​)

Midpoint:M=(x1+x22,y1+y22)M= \left( \frac{x_1+x_2}{2}, \frac{y_1+y_2}{2} \right)M=(2×1​+x2​​,2y1​+y2​​)


11. Section Formula

If point P divides AB internally in ratiom:nm:nm:n

thenOP=nOA+mOBm+n\vec{OP} = \frac{n\vec{OA}+m\vec{OB}}{m+n}OP=m+nnOA+mOB​

This formula appears frequently in IB exams.


12. The Scalar Product (Dot Product)

One of the most important HL concepts.

Fora=(a1a2a3)\mathbf a= \begin{pmatrix} a_1\\ a_2\\ a_3 \end{pmatrix}a=​a1​a2​a3​​​

andb=(b1b2b3)\mathbf b= \begin{pmatrix} b_1\\ b_2\\ b_3 \end{pmatrix}b=​b1​b2​b3​​​ ab=a1b1+a2b2+a3b3\mathbf a\cdot\mathbf b = a_1b_1+a_2b_2+a_3b_3a⋅b=a1​b1​+a2​b2​+a3​b3​


Example

(123)(412)\begin{pmatrix} 1\\ 2\\ 3 \end{pmatrix} \cdot \begin{pmatrix} 4\\ 1\\ 2 \end{pmatrix}​123​​⋅​412​​ =4+2+6=4+2+6=4+2+6 =12=12=12


13. Angle Between Two Vectors

The HL formula:ab=abcosθ\mathbf a\cdot\mathbf b = |\mathbf a||\mathbf b|\cos\thetaa⋅b=∣a∣∣b∣cosθ

Hencecosθ=abab\cos\theta = \frac{\mathbf a\cdot\mathbf b} {|\mathbf a||\mathbf b|}cosθ=∣a∣∣b∣a⋅b​


Example

a=(12)\mathbf a= \begin{pmatrix} 1\\ 2 \end{pmatrix}a=(12​) b=(21)\mathbf b= \begin{pmatrix} 2\\ 1 \end{pmatrix}b=(21​)

Dot product:444

Magnitudes:5,5\sqrt5,\sqrt55​,5​

Thuscosθ=45\cos\theta = \frac45cosθ=54​ θ=36.87\theta = 36.87^\circθ=36.87∘


14. Perpendicular Vectors

Vectors are perpendicular ifab=0\mathbf a\cdot\mathbf b=0a⋅b=0


Example

(12)(21)\begin{pmatrix} 1\\ 2 \end{pmatrix} \cdot \begin{pmatrix} 2\\ -1 \end{pmatrix}(12​)⋅(2−1​) =22=2-2=2−2 =0=0=0

Therefore they are perpendicular.


15. Vector Equation of a Line

A line through pointa\mathbf aa

with direction vectord\mathbf dd

isr=a+λd\mathbf r = \mathbf a+\lambda\mathbf dr=a+λd


Example

Point:(1,2)(1,2)(1,2)

Direction:(34)\begin{pmatrix} 3\\ 4 \end{pmatrix}(34​)

Equation:r=(12)+λ(34)\mathbf r = \begin{pmatrix} 1\\ 2 \end{pmatrix} + \lambda \begin{pmatrix} 3\\ 4 \end{pmatrix}r=(12​)+λ(34​)


16. Cartesian Form of a Line

Fromx=1+3λx=1+3\lambdax=1+3λ y=2+4λy=2+4\lambday=2+4λ

Eliminate λ\lambdaλ:x13=y24\frac{x-1}{3} = \frac{y-2}{4}3x−1​=4y−2​


17. Intersection of Two Lines

Paper 2 and Paper 3 frequently test this.

Method:

  1. Write parametric equations.
  2. Equate coordinates.
  3. Solve simultaneously.
  4. Verify consistency.

18. Shortest Distance Problems

A favourite IB AA HL topic.

Typical steps:

  1. Form vector between points.
  2. Use projection.
  3. Apply dot product.
  4. Use Pythagoras.

19. IB Paper 3 Vector Modelling

Paper 3 often asks students to:

  • Model particle motion
  • Determine intersections
  • Analyse geometric relationships
  • Prove collinearity
  • Find loci
  • Optimise distances

These questions usually combine vectors with algebra and calculus.


Common IB Mistakes

Mistake 1

Confusinga+b|\mathbf a+\mathbf b|∣a+b∣

witha+b|\mathbf a|+|\mathbf b|∣a∣+∣b∣

These are generally NOT equal.


Mistake 2

Using the wrong order inAB\vec{AB}AB

Remember:AB=BA\vec{AB}=B-AAB=B−A


Mistake 3

Forgetting to normalize when asked for a unit vector.


Mistake 4

Using degrees when calculator is in radians (or vice versa).


IB Exam Tips

Paper 1

  • Master exact calculations.
  • Use vector notation carefully.
  • Show algebraic steps.

Paper 2

  • Use GDC for angle verification.
  • Check line intersections numerically.

Paper 3

  • Draw diagrams.
  • Define variables clearly.
  • State geometric reasoning.

Final Thoughts

Vectors are among the most elegant topics in IB Mathematics AA HL because they connect algebra, geometry, and modelling into one unified framework. Success in vectors comes from understanding geometric meaning rather than memorizing formulas.

Students who master:

  • vector arithmetic,
  • magnitude,
  • unit vectors,
  • dot products,
  • equations of lines,
  • intersections,
  • and geometric proofs

are exceptionally well prepared for both IB examinations and future university studies in mathematics, physics, engineering, economics, computer science, and data science.

Master the geometry behind the formulas, and vectors become one of the most scoring topics in IB Mathematics AA HL.

Leave a Reply

Your email address will not be published. Required fields are marked *