Vector Magnitude (Length)

\left\lVert\begin{pmatrix}x\y\end{pmatrix}\right\rVert=\sqrt{x^{2}+y^{2}}
Vectors GCSE

Find the magnitude of (3,4).

Tips: use ^ for powers, sqrt() for roots, and type pi for π.
Hint (H)
\( Use sqrt(x^2+y^2). \)

Explanation

Show / hide — toggle with X

Statement

The magnitude, or length, of a vector tells us how long it is regardless of its direction. For a vector \((x,y)\), its magnitude is given by:

\[ \left\| \begin{pmatrix}x \ y\end{pmatrix} \right\| = \sqrt{x^2 + y^2} \]

This is the distance from the origin to the point \((x,y)\) in the coordinate plane.

Why it’s true

  • A vector \((x,y)\) forms a right-angled triangle with sides of length \(|x|\) and \(|y|\).
  • By Pythagoras’ theorem, the hypotenuse length is \(\sqrt{x^2+y^2}\).
  • This works in all quadrants, because squaring removes negative signs.

Recipe (how to use it)

  1. Write the components of the vector \((x,y)\).
  2. Square each component.
  3. Add the squares together.
  4. Take the square root to find the magnitude.

Spotting it

Look for questions asking “find the length of a vector” or “calculate the magnitude of \((x,y)\)”.

Common pairings

  • Often used before finding a unit vector.
  • Linked with distance formula between two points.

Mini examples

  1. Given: \((3,4)\). Find: magnitude. Answer: 5.
  2. Given: \((5,12)\). Find: magnitude. Answer: 13.

Pitfalls

  • Forgetting to square before adding.
  • Forgetting to take the square root at the end.
  • Using absolute values incorrectly — negatives are handled automatically by squaring.

Exam strategy

  • Always double-check arithmetic inside the square root.
  • Simplify square roots if possible (e.g. \(\sqrt{50}=5\sqrt{2}\)).
  • Use exact surd form unless a decimal approximation is requested.

Summary

The magnitude of a vector is just the length of the line it represents, found by applying Pythagoras’ theorem to its components. This is one of the most commonly used vector results in GCSE mathematics and underpins many later topics.

Worked examples

Show / hide (10) — toggle with E
  1. Find the magnitude of (3,4).
    1. \( Square components: 3^2=9, 4^2=16 \)
    2. \( Add: 9+16=25 \)
    3. \( Square root: sqrt(25)=5 \)
    Answer: 5
  2. Find the length of (5,12).
    1. \( Square: 25+144=169 \)
    2. \( Square root: sqrt(169)=13 \)
    Answer: 13
  3. Calculate the magnitude of (8,6).
    1. \( Square: 64+36=100 \)
    2. \( Square root: sqrt(100)=10 \)
    Answer: 10
  4. Find the magnitude of (-7,24).
    1. \( Square: 49+576=625 \)
    2. \( Square root: sqrt(625)=25 \)
    Answer: 25
  5. Find the magnitude of (9,40).
    1. \( Square: 81+1600=1681 \)
    2. \( Square root: sqrt(1681)=41 \)
    Answer: 41
  6. Find the magnitude of (1,√3).
    1. \( Square: 1+3=4 \)
    2. \( Square root: sqrt(4)=2 \)
    Answer: 2
  7. Find the magnitude of (2,-2).
    1. \( Square: 4+4=8 \)
    2. \( Square root: sqrt(8)=2√2 \)
    Answer: 2√2
  8. Find the magnitude of (-3,-4).
    1. \( Square: 9+16=25 \)
    2. \( Square root: sqrt(25)=5 \)
    Answer: 5
  9. Find the magnitude of (7,-24).
    1. \( Square: 49+576=625 \)
    2. \( Square root: sqrt(625)=25 \)
    Answer: 25
  10. Find the magnitude of (12,35).
    1. \( Square: 144+1225=1369 \)
    2. \( Square root: sqrt(1369)=37 \)
    Answer: 37