Vector from A to B

\overrightarrow{AB}=\begin{pmatrix}x_2-x_1\ y_2-y_1\end{pmatrix}
Vectors GCSE

Find the vector from A(-1,-3) to B(4,2).

Tips: use ^ for powers, sqrt() for roots, and type pi for π.
Hint (H)
Subtract coordinates.

Explanation

Show / hide — toggle with X

Statement

If you have two points in the plane, \( A(x_1,y_1) \) and \( B(x_2,y_2) \), then the vector from A to B is given by subtracting the coordinates of A from those of B:

\[ \overrightarrow{AB} = \begin{pmatrix}x_2 - x_1 \ y_2 - y_1\end{pmatrix} \]

This tells us the direction and displacement needed to move from A to B.

Why it’s true

  • A vector represents a displacement, or movement, from one point to another.
  • To move from A to B, you travel \(x_2-x_1\) units horizontally and \(y_2-y_1\) units vertically.
  • This works in all quadrants and for positive or negative differences.

Recipe (how to use it)

  1. Identify coordinates of A and B.
  2. Subtract: x-coordinate of A from x-coordinate of B; y-coordinate of A from y-coordinate of B.
  3. Write the result as a column vector.

Spotting it

Look for phrasing like “vector from A to B” or “displacement from one point to another”.

Common pairings

  • Often followed by finding magnitude of the vector (distance).
  • Also used before forming unit vectors or equations of lines.

Mini examples

  1. Given: A(1,2), B(4,6). Find: \(\overrightarrow{AB}\). Answer: (3,4).
  2. Given: A(-2,5), B(1,1). Find: \(\overrightarrow{AB}\). Answer: (3,-4).

Pitfalls

  • Subtracting in the wrong order (remember: B minus A).
  • Forgetting negative signs when coordinates are negative.
  • Confusing vector with midpoint or distance.

Exam strategy

  • Label points clearly before subtracting.
  • Check direction: \(\overrightarrow{AB}\) is opposite to \(\overrightarrow{BA}\).
  • Simplify your vector if it has common factors, especially in multi-step problems.

Summary

The vector from A to B is simply the difference in their coordinates. Subtract A from B to find the displacement in x and y. This formula is fundamental in vector geometry and underpins distances, directions, and line equations.

Worked examples

Show / hide (10) — toggle with E
  1. Find the vector from A(2,3) to B(5,7).
    1. \( x: 5-2=3 \)
    2. \( y: 7-3=4 \)
    Answer: (3,4)
  2. Find the vector from A(-1,2) to B(3,5).
    1. \( x: 3-(-1)=4 \)
    2. \( y: 5-2=3 \)
    Answer: (4,3)
  3. Find the vector from A(4,1) to B(6,9).
    1. \( x: 6-4=2 \)
    2. \( y: 9-1=8 \)
    Answer: (2,8)
  4. Find the vector from A(0,0) to B(7,-3).
    1. \( x: 7-0=7 \)
    2. \( y: -3-0=-3 \)
    Answer: (7,-3)
  5. Find the vector from A(-2,-2) to B(-5,4).
    1. \( x: -5-(-2)=-3 \)
    2. \( y: 4-(-2)=6 \)
    Answer: (-3,6)
  6. Find the vector from A(1,4) to B(-2,-2).
    1. \( x: -2-1=-3 \)
    2. \( y: -2-4=-6 \)
    Answer: (-3,-6)
  7. Find the vector from A(3,7) to B(0,0).
    1. \( x: 0-3=-3 \)
    2. \( y: 0-7=-7 \)
    Answer: (-3,-7)
  8. Find the vector from A(5,-4) to B(-1,8).
    1. \( x: -1-5=-6 \)
    2. \( y: 8-(-4)=12 \)
    Answer: (-6,12)
  9. Find the vector from A(-3,-1) to B(4,-5).
    1. \( x: 4-(-3)=7 \)
    2. \( y: -5-(-1)=-4 \)
    Answer: (7,-4)
  10. Find the vector from A(a,b) to B(c,d).
    1. x: c-a
    2. y: d-b
    Answer: (c-a,d-b)