krit.club logo

Vectors and Transformations - Magnitude of a Vector

Grade 12IGCSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Magnitude refers to the length or size of a vector and is always a non-negative scalar value.

The magnitude of a vector is denoted using vertical bars, such as a|\mathbf{a}| or AB|\vec{AB}|.

The calculation of magnitude is a direct application of Pythagoras' Theorem in the Cartesian plane.

A vector with a magnitude of 1 is referred to as a unit vector.

The magnitude of a vector remains the same regardless of its starting position (vectors are defined by magnitude and direction, not position).

📐Formulae

v=x2+y2|\mathbf{v}| = \sqrt{x^2 + y^2} for a 2D vector v=(xy)\mathbf{v} = \begin{pmatrix} x \\ y \end{pmatrix}

AB=(x2x1)2+(y2y1)2|\vec{AB}| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} for points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2)

v=x2+y2+z2|\mathbf{v}| = \sqrt{x^2 + y^2 + z^2} for a 3D vector v=xi+yj+zk\mathbf{v} = x\mathbf{i} + y\mathbf{j} + z\mathbf{k}

💡Examples

Problem 1:

Calculate the magnitude of the vector u=(512)\mathbf{u} = \begin{pmatrix} 5 \\ -12 \end{pmatrix}.

Solution:

u=52+(12)2=25+144=169=13|\mathbf{u}| = \sqrt{5^2 + (-12)^2} = \sqrt{25 + 144} = \sqrt{169} = 13

Explanation:

Identify the xx and yy components (5 and -12). Square both components, sum them, and take the square root. Note that squaring a negative number results in a positive value.

Problem 2:

Find the magnitude of the vector PQ\vec{PQ} where PP is (1,2)(1, 2) and QQ is (4,6)(4, 6).

Solution:

PQ=(4162)=(34)\vec{PQ} = \begin{pmatrix} 4-1 \\ 6-2 \end{pmatrix} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}. PQ=32+42=9+16=25=5|\vec{PQ}| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5.

Explanation:

First, find the vector PQ\vec{PQ} by subtracting the coordinates of the initial point PP from the terminal point QQ. Then, apply the magnitude formula to the resulting components.

Problem 3:

If vector v=(k8)\mathbf{v} = \begin{pmatrix} k \\ 8 \end{pmatrix} and v=10|\mathbf{v}| = 10, find the possible values of kk.

Solution:

10=k2+82    100=k2+64    k2=36    k=±610 = \sqrt{k^2 + 8^2} \implies 100 = k^2 + 64 \implies k^2 = 36 \implies k = \pm 6.

Explanation:

Set up an equation using the magnitude formula. Square both sides to remove the radical, solve for k2k^2, and remember to include both the positive and negative roots.