← Back to all lessons
Class 12Geometry8:30Published 16 Nov 2024

Vector Magnitude and Unit Vectors (Exercise 10.2)

Worked solutions to the first questions of Class 12 Exercise 10.2, covering the magnitude of a vector, equal vectors, scalar and vector components, sums of vectors, and finding unit vectors.

This lesson works through the opening questions of Class 12 Exercise 10.2 on vectors. It shows how to find the magnitude of a vector from its components, how equal vectors share matching components, and how to read off the scalar and vector components of a vector joining two points. It then adds vectors component by component and finds unit vectors in a given direction, including a vector of a chosen magnitude in that direction.

What you'll learn

  • How to find the magnitude of a vector from its components
  • How equal vectors have matching components, and how to read off scalar and vector components
  • How to add vectors by combining their components
  • How to find a unit vector in a given direction and scale it to any magnitude

Lesson chapters

0:00Magnitude of a vector from its components
1:10Equal vectors and matching components
1:42Scalar and vector components between two points
2:37Adding vectors component by component
3:33Unit vector in a given direction
6:47A vector of given magnitude in a direction

Lesson notes

This lesson works through the first questions of Exercise 10.2: finding the magnitude of a vector, recognising equal vectors, reading off scalar and vector components, adding vectors, and building unit vectors of any magnitude.

Magnitude of a vector

The magnitude of a=a1i^+a2j^+a3k^\vec a = a_1\hat i + a_2\hat j + a_3\hat k is a=a12+a22+a32|\vec a| = \sqrt{a_1^2 + a_2^2 + a_3^2}.

a=i^+j^+k^\vec a = \hat i + \hat j + \hat k

a=12+12+12=3.|\vec a| = \sqrt{1^2 + 1^2 + 1^2} = \sqrt{3}.

b=2i^7j^+3k^\vec b = 2\hat i - 7\hat j + 3\hat k

b=22+(7)2+32=4+49+9=62.|\vec b| = \sqrt{2^2 + (-7)^2 + 3^2} = \sqrt{4 + 49 + 9} = \sqrt{62}.

Showing a vector is a unit vector

For c=13i^13j^13k^\vec c = -\tfrac{1}{\sqrt3}\hat i - \tfrac{1}{\sqrt3}\hat j - \tfrac{1}{\sqrt3}\hat k,

c=13+13+13=33=1,|\vec c| = \sqrt{\tfrac{1}{3} + \tfrac{1}{3} + \tfrac{1}{3}} = \sqrt{\tfrac{3}{3}} = 1,

so c\vec c is a unit vector.

Equal vectors and their components

If 2i^+3j^=xi^+yj^2\hat i + 3\hat j = x\hat i + y\hat j, then equal vectors must have equal corresponding components, so

x=2,y=3.x = 2, \qquad y = 3.

Scalar and vector components between two points

For a vector from initial point P(2,1)P(2,1) to terminal point Q(5,7)Q(-5,7), use PQ=(x2x1)i^+(y2y1)j^\vec{PQ} = (x_2 - x_1)\hat i + (y_2 - y_1)\hat j:

PQ=(52)i^+(71)j^=7i^+6j^+0k^.\vec{PQ} = (-5 - 2)\hat i + (7 - 1)\hat j = -7\hat i + 6\hat j + 0\hat k.

Vector components: 7i^-7\hat i, 6j^6\hat j, 0k^0\hat k. Scalar components: 7-7, 66, 00. The coefficients of i^,j^,k^\hat i, \hat j, \hat k are the scalar components, and the full terms are the vector components.

Adding vectors component by component

Given a=i^2j^+k^\vec a = \hat i - 2\hat j + \hat k, b=2i^+4j^+5k^\vec b = -2\hat i + 4\hat j + 5\hat k, and c=i^6j^7k^\vec c = \hat i - 6\hat j - 7\hat k, add matching components:

a+b+c=(12+1)i^+(2+46)j^+(1+57)k^.\vec a + \vec b + \vec c = (1 - 2 + 1)\hat i + (-2 + 4 - 6)\hat j + (1 + 5 - 7)\hat k.

a+b+c=0i^4j^k^=4j^k^.\vec a + \vec b + \vec c = 0\hat i - 4\hat j - \hat k = -4\hat j - \hat k.

Unit vector in a given direction

The unit vector along a\vec a is a^=aa\hat a = \dfrac{\vec a}{|\vec a|}.

Direction of i^+j^+2k^\hat i + \hat j + 2\hat k

a=12+12+22=6,a^=16i^+16j^+26k^.|\vec a| = \sqrt{1^2 + 1^2 + 2^2} = \sqrt{6}, \qquad \hat a = \tfrac{1}{\sqrt6}\hat i + \tfrac{1}{\sqrt6}\hat j + \tfrac{2}{\sqrt6}\hat k.

Direction of PQ\vec{PQ} for P(1,2,3)P(1,2,3), Q(4,5,6)Q(4,5,6)

Here PQ=(41)i^+(52)j^+(63)k^=3i^+3j^+3k^\vec{PQ} = (4-1)\hat i + (5-2)\hat j + (6-3)\hat k = 3\hat i + 3\hat j + 3\hat k, with

PQ=32+32+32=27=33,|\vec{PQ}| = \sqrt{3^2 + 3^2 + 3^2} = \sqrt{27} = 3\sqrt3,

so

PQ^=3i^+3j^+3k^33=13i^+13j^+13k^.\hat{PQ} = \frac{3\hat i + 3\hat j + 3\hat k}{3\sqrt3} = \tfrac{1}{\sqrt3}\hat i + \tfrac{1}{\sqrt3}\hat j + \tfrac{1}{\sqrt3}\hat k.

Direction of a+b\vec a + \vec b

For a=2i^j^+2k^\vec a = 2\hat i - \hat j + 2\hat k and b=i^+j^k^\vec b = -\hat i + \hat j - \hat k,

a+b=(21)i^+(1+1)j^+(21)k^=i^+0j^+k^,\vec a + \vec b = (2 - 1)\hat i + (-1 + 1)\hat j + (2 - 1)\hat k = \hat i + 0\hat j + \hat k,

a+b=12+02+12=2,|\vec a + \vec b| = \sqrt{1^2 + 0^2 + 1^2} = \sqrt2,

so the unit vector is 12i^+12k^\tfrac{1}{\sqrt2}\hat i + \tfrac{1}{\sqrt2}\hat k.

A vector of given magnitude in a direction

To find a vector of magnitude 88 in the direction of 5i^j^+2k^5\hat i - \hat j + 2\hat k, first build the unit vector:

a=52+(1)2+22=25+1+4=30,a^=5i^j^+2k^30.|\vec a| = \sqrt{5^2 + (-1)^2 + 2^2} = \sqrt{25 + 1 + 4} = \sqrt{30}, \qquad \hat a = \frac{5\hat i - \hat j + 2\hat k}{\sqrt{30}}.

Then multiply by 88:

8a^=8(5i^j^+2k^)30=4030i^830j^+1630k^.8\,\hat a = \frac{8(5\hat i - \hat j + 2\hat k)}{\sqrt{30}} = \tfrac{40}{\sqrt{30}}\hat i - \tfrac{8}{\sqrt{30}}\hat j + \tfrac{16}{\sqrt{30}}\hat k.

Key takeaways

  • The magnitude of a vector is the square root of the sum of the squares of its components, and a vector is a unit vector when this equals 11.
  • Equal vectors have equal corresponding components; the coefficients of i^,j^,k^\hat i, \hat j, \hat k are the scalar components.
  • A unit vector is a^=aa\hat a = \dfrac{\vec a}{|\vec a|}, and multiplying it by any number gives a vector of that magnitude in the same direction.