Tuesday, May 12, 2026

26.5 - Solved Examples

In the previous section, we saw components of a vector. We saw a solved example also. In this  section, we will see a few more solved examples.

Solved example 26.7
Find the values of x and y so that the vectors $\small{2\hat{i} + 3\hat{j}}$ and $\small{x\hat{i} + y\hat{j}}$ are equal
Solution
:
1. If two vectors are equal, their corresponding components will be equal.
2. Let us equate the corresponding components:
• Equating the vector components along the x-axis, we get: $\small{2\hat{i} = x\hat{i}}$. Therefore, x = 2
• Equating the vector components along the y-axis, we get: $\small{3\hat{j} = y\hat{i}}$. Therefore, y = 3

Solved example 26.8
Let $\small{\vec{a} = \hat{i} + 2\hat{j}}$ and $\small{\vec{b} = 2\hat{i} + \hat{j}}$.
Is $\small{\left|\vec{a} \right| = \left|\vec{b} \right|}$?
Are the vectors $\small{\vec{a}~\text{and}~\vec{b}}$ equal?
Solution
:
Part (a): Comparing the magnitudes
1. $\small{\left|\vec{a} \right| = \sqrt{1^2 + 2^2} = \sqrt{5}}$
2. $\small{\left|\vec{b} \right| = \sqrt{2^2 + 1^2} = \sqrt{5}}$
3. The magnitudes are equal. So $\small{\left|\vec{a} \right| = \left|\vec{b} \right|}$

Part (b): Checking equality of vectors
1. If two vectors are equal, their corresponding components will be equal.
2. Let us compare the corresponding components:
• Comparing the vector components along the x-axis, we see that: $\small{\hat{i} ~\ne~ 2\hat{i}}$.
• Comparing the vector components along the y-axis, we see that: $\small{2\hat{j} ~\ne~ \hat{j}}$
3. Two vectors cannot be equal if even one of the corresponding components are not equal. So the given two vectors are not equal.

Solved example 26.9
Compute the magnitude of the following vectors:
$\small{\vec{a} = \hat{i} + \hat{j} + \hat{k}}$
$\small{\vec{b} = 2\hat{i} - 7\hat{j} - 3\hat{k}}$
$\small{\vec{c} = \frac{1}{\sqrt{3}} \hat{i} + \frac{1}{\sqrt{3}} \hat{j} - \frac{1}{\sqrt{3}} \hat{k}}$
Solution
:
Part (a):
$\small{\left|\vec{a} \right| = \sqrt{1^2 + 1^2 + 1^2} = \sqrt{3}}$
Part (b):
$\small{\left|\vec{b} \right| = \sqrt{2^2 + (-7)^2 + (-3)^2} = \sqrt{4 + 49 + 9} = \sqrt{62}}$
Part (c):
$\small{\left|\vec{c} \right| = \sqrt{\left(\frac{1}{\sqrt{3}} \right)^2 + \left(\frac{1}{\sqrt{3}} \right)^2 + \left(-\frac{1}{\sqrt{3}} \right)^2} =\frac{1}{3} + \frac{1}{3} + \frac{1}{3} = \frac{3}{3} = 1}$

Solved example 26.10
Write two different vectors having same magnitude
Solution
:
We want two different vectors having the same magnitude. It can be done in 2 steps:
1. First write any convenient vector, say: $\small{\vec{a} = 3\hat{i}+4\hat{j}}$
2. Now we write the second vector by changing the order/sign of the scalar components. So the two vectors are:
$\small{\vec{a} = 3\hat{i}+4\hat{j}}$
$\small{\vec{b} = 4\hat{i}+3\hat{j}}$
• We have the magnitudes:
$\small{\left|\vec{a} \right| = \sqrt{3^2 + 4^2} = \sqrt{25} = 5}$
$\small{\left|\vec{b} \right| = \sqrt{4^2 + 3^2} = \sqrt{25} = 5}$
• Fig.26.20 below shows the difference in directions:

Fig.26.20

◼ Note:
There are other possibilities also:
$\small{\vec{a} = 3\hat{i}+4\hat{j}}$
$\small{\vec{c} = 3\hat{i}-4\hat{j}}$
$\small{\vec{d} = -4\hat{i}+3\hat{j}}$
$\small{\vec{e} = -3\hat{i}-4\hat{j}}$
• All these vectors have different directions. But they have the same magnitude. We can pick any two from them.

Solved example 26.11
Find the unit vector in the direction of the vector $\small{\vec{a} = 2\hat{i}+3\hat{j}+\hat{k}}$
Solution
:
• We have: $\small{\hat{a}=\frac{\vec{a}}{\left|\vec{a} \right|}}$
• Thus we get:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\hat{a}}    & {~=~}    &{\frac{2\hat{i}+3\hat{j}+\hat{k}}{\sqrt{2^2 + 3^2 + 1^2}}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\frac{2\hat{i}+3\hat{j}+\hat{k}}{\sqrt{14}}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{2}{\sqrt{14}} \right) \hat{i}+\left(\frac{3}{\sqrt{14}} \right) \hat{j}+\left(\frac{1}{\sqrt{14}} \right) \hat{k}}
\\ \end{array}}$

Solved example 26.12
Find the unit vector in the direction of the vector $\small{\vec{a} = \hat{i}+\hat{j}+2\hat{k}}$
Solution
:
• We have: $\small{\hat{a}=\frac{\vec{a}}{\left|\vec{a} \right|}}$
• Thus we get:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\hat{a}}    & {~=~}    &{\frac{\hat{i}+\hat{j}+2\hat{k}}{\sqrt{1^2 + 1^2 + 2^2}}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\frac{\hat{i}+\hat{j}+2\hat{k}}{\sqrt{6}}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{1}{\sqrt{6}} \right) \hat{i}+\left(\frac{1}{\sqrt{6}} \right) \hat{j}+\left(\frac{2}{\sqrt{6}} \right) \hat{k}}
\\ \end{array}}$

Solved example 26.13
Find a vector in the direction of the vector $\small{\vec{a} = \hat{i}-2\hat{j}}$ that has magnitude 7 units.
Solution
:
1. First we will write the unit vector $\small{\hat{a}}$
• We have: $\small{\hat{a}=\frac{\vec{a}}{\left|\vec{a} \right|}}$
• Thus we get:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\hat{a}}    & {~=~}    &{\frac{\hat{i}-2\hat{j}}{\sqrt{1^2 + (-2)^2}}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\frac{\hat{i}-2\hat{j}}{\sqrt{5}}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{1}{\sqrt{5}} \right) \hat{i}-\left(\frac{2}{\sqrt{5}} \right) \hat{j}}
\\ \end{array}}$
• This unit vector has the same direction as $\small{\vec{a}}$

2. So the required vector is:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{7\hat{a}}    & {~=~}    &{7\left[\left(\frac{1}{\sqrt{5}} \right) \hat{i}-\left(\frac{2}{\sqrt{5}} \right) \hat{j} \right]}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\left(\frac{7}{\sqrt{5}} \right) \hat{i}-\left(\frac{14}{\sqrt{5}} \right) \hat{j}}
\\ \end{array}}$

Solved example 26.14
Find a vector in the direction of the vector $\small{\vec{a} = 5\hat{i}-\hat{j}+2\hat{k}}$ that has magnitude 8 units.
Solution
:
1. First we will write the unit vector $\small{\hat{a}}$
• We have: $\small{\hat{a}=\frac{\vec{a}}{\left|\vec{a} \right|}}$
• Thus we get:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\hat{a}}    & {~=~}    &{\frac{5\hat{i}-\hat{j}+2\hat{k}}{\sqrt{5^2 + (-1)^2 + 2^2}}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\frac{5\hat{i}-\hat{j}+2\hat{k}}{\sqrt{30}}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{5}{\sqrt{30}} \right) \hat{i}-\left(\frac{1}{\sqrt{30}} \right) \hat{j}+\left(\frac{2}{\sqrt{30}} \right) \hat{j}}
\\ \end{array}}$

• This unit vector has the same direction as $\small{\vec{a}}$

2. So the required vector is:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{8\hat{a}}    & {~=~}    &{8\left[\left(\frac{5}{\sqrt{30}} \right) \hat{i}-\left(\frac{1}{\sqrt{30}} \right) \hat{j}+\left(\frac{2}{\sqrt{30}} \right) \hat{j} \right]}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\left(\frac{40}{\sqrt{30}} \right) \hat{i}-\left(\frac{8}{\sqrt{30}} \right) \hat{j}+\left(\frac{16}{\sqrt{30}} \right) \hat{j}}
\\ \end{array}}$

Solved example 26.15
Write two different vectors having same direction
Solution
:
We want two different vectors having the same direction. It can be done in 6 steps:
1. First write any convenient vector, say: $\small{\vec{a} = 2\hat{i}+3\hat{j}}$
2. Now write $\small{\hat{a}}$. We get:
$\small{\hat{a}=\left(\frac{2}{\sqrt{13}} \right) \hat{i}+\left(\frac{3}{\sqrt{13}} \right) \hat{j}}$
• The reader may write all steps involved in finding the unit vector
3. Multiply the unit vector in (2), by any convenient scalar, to get a new vector $\small{\vec{b}}$:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\vec{b}}    & {~=~}    &{\sqrt{13}\,\hat{a}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\sqrt{13}\left[\left(\frac{2}{\sqrt{13}} \right) \hat{i}+\left(\frac{3}{\sqrt{13}} \right) \hat{j} \right]}
\\ {~\color{magenta}    3    }    &{\Rightarrow}    &{\vec{b}}    & {~=~}    &{2 \hat{i}+3 \hat{j}}
\\ \end{array}}$
• Note that: $\small{\vec{b}=\vec{a}}$
4. Multiply the unit vector in (2), by any other convenient scalar, to get a third vector $\small{\vec{c}}$:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\vec{c}}    & {~=~}    &{2\sqrt{13}\,\hat{a}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{2\sqrt{13}\left[\left(\frac{2}{\sqrt{13}} \right) \hat{i}+\left(\frac{3}{\sqrt{13}} \right) \hat{j} \right]}
\\ {~\color{magenta}    3    }    &{\Rightarrow}    &{\vec{c}}    & {~=~}    &{4 \hat{i}+6 \hat{j}}
\\ \end{array}}$
5. $\small{\vec{b}~\text{and}~\vec{c}}$ are the required vectors
6. Fig.26.21 shows the two vectors:

Fig.26.21

Solved example 26.16
Find the sum of the vectors
$\small{\vec{a} = \hat{i}-2 \hat{j} + \hat{k}}$
$\small{\vec{b} = -2\hat{i}+4 \hat{j} + 5\hat{k}}$
$\small{\vec{c} = \hat{i}-6 \hat{j} -7 \hat{k}}$
Solution
:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\vec{a}+\vec{b}+\vec{c}}    & {~=~}    &{(1-2+1)\hat{i}+(-2+4-6) \hat{j} + (1+5-7)\hat{k}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{(0)\hat{i}+(-4) \hat{j} + (-1)\hat{k}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{-4 \hat{j}-\hat{k}}
\\ \end{array}}$

Solved example 26.17
Find unit vector in the direction of the sum of the vectors
$\small{\vec{a} = 2\hat{i}+2 \hat{j} -5 \hat{k}}$
$\small{\vec{b} = 2\hat{i}+ \hat{j} + 3\hat{k}}$
Solution:
1. First we will find the sum:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\vec{c} = \vec{a}+\vec{b}}    & {~=~}    &{(2+2)\hat{i}+(2+1) \hat{j} + (-5+3)\hat{k}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{(4)\hat{i}+(3) \hat{j} + (-2)\hat{k}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{4\hat{i}+3 \hat{j} -2\hat{k}}
\\ \end{array}}$

2. Now we will write the unit vector $\small{\hat{c}}$
• We have: $\small{\hat{c}=\frac{\vec{c}}{\left|\vec{c} \right|}}$
• Thus we get:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\hat{c}}    & {~=~}    &{\frac{4\hat{i}+3 \hat{j} -2\hat{k}}{\sqrt{4^2 + 3^2 + (-2)^2}}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\frac{4\hat{i}+3 \hat{j} -2\hat{k}}{\sqrt{29}}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{4}{\sqrt{29}} \right) \hat{i}+\left(\frac{3}{\sqrt{29}} \right) \hat{j}-\left(\frac{2}{\sqrt{29}} \right) \hat{k}}
\\ \end{array}}$
• This unit vector has the same direction as $\small{\vec{c}}$ 

Solved example 26.18
Find unit vector in the direction of the sum of the vectors
$\small{\vec{a} = 2\hat{i}- \hat{j} +2 \hat{k}}$
$\small{\vec{b} = -\hat{i}+ \hat{j} - \hat{k}}$
Solution:
1. First we will find the sum:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\vec{c} = \vec{a}+\vec{b}}    & {~=~}    &{(2-1)\hat{i}+(-1+1) \hat{j} + (2-1)\hat{k}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{(1)\hat{i}+(0) \hat{j} + (1)\hat{k}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\hat{i}+\hat{k}}
\\ \end{array}}$

2. Now we will write the unit vector $\small{\hat{c}}$
• We have: $\small{\hat{c}=\frac{\vec{c}}{\left|\vec{c} \right|}}$
• Thus we get:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\hat{c}}    & {~=~}    &{\frac{\hat{i}+\hat{k}}{\sqrt{1^2 + 1^2}}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\frac{\hat{i}+\hat{k}}{\sqrt{2}}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{1}{\sqrt{2}} \right) \hat{i}+\left(\frac{1}{\sqrt{2}} \right) \hat{k}}
\\ \end{array}}$
• This unit vector has the same direction as $\small{\vec{c}}$

Solved example 26.19
Write the direction ratios of the vector $\small{\vec{a} = \hat{i} + \hat{j} -2 \hat{k}}$ and hence calculate its direction cosines.
Solution:
1. Any vector is the resultant of three component vectors:
    ♦ Component along the OX axis, which is $\small{x \hat{i}}$
    ♦ Component along the OY axis, which is $\small{y \hat{j}}$
    ♦ Component along the OZ axis, which is $\small{z \hat{k}}$
• So any given vector can be written as: $\small{x\hat{i}+y\hat{j}+z\hat{k}}$
2. The vector given to us is: $\small{\vec{a}=\hat{i}+\hat{j}-2\hat{k}}$
• Comparing the corresponding components, we get: x = 1, y = 1 and z = −2
3. $\small{r = \left|\vec{a} \right|=\sqrt{1^2 + 1^2 + (-2)^2} = \sqrt{6}}$
4. The three direction ratios are:
    ♦ $\small{lr = x = 1}$
    ♦ $\small{mr = y = 1}$
    ♦ $\small{nr = z = -2}$
Where $\small{l,~m,~n}$ are the direction cosines
5. So the three direction cosines are:
    ♦ $\small{l = \frac{x}{r} = \frac{1}{\sqrt{6}}}$
    ♦ $\small{m = \frac{y}{r} = \frac{1}{\sqrt{6}}}$
    ♦ $\small{n = \frac{z}{r} = \frac{-2}{\sqrt{6}}}$

Solved example 26.20
Find the direction cosines of the vector $\small{\vec{a} = \hat{i} + 2\hat{j} +3 \hat{k}}$ and hence calculate its direction cosines.
Solution:
1. Any vector is the resultant of three component vectors:
    ♦ Component along the OX axis, which is $\small{x \hat{i}}$
    ♦ Component along the OY axis, which is $\small{y \hat{j}}$
    ♦ Component along the OZ axis, which is $\small{z \hat{k}}$
• So any given vector can be written as: $\small{x\hat{i}+y\hat{j}+z\hat{k}}$
2. The vector given to us is: $\small{\vec{a}=\hat{i}+2\hat{j}+3\hat{k}}$
• Comparing the corresponding components, we get: x = 1, y = 2 and z = 3
3. $\small{r = \left|\vec{a} \right|=\sqrt{1^2 + 2^2 + 3^2} = \sqrt{14}}$
4. The three direction ratios are:
    ♦ $\small{lr = x = 1}$
    ♦ $\small{mr = y = 2}$
    ♦ $\small{nr = z = 3}$
Where $\small{l,~m,~n}$ are the direction cosines
5. So the three direction cosines are:
    ♦ $\small{l = \frac{x}{r} = \frac{1}{\sqrt{14}}}$
    ♦ $\small{m = \frac{y}{r} = \frac{2}{\sqrt{14}}}$
    ♦ $\small{n = \frac{z}{r} = \frac{3}{\sqrt{14}}}$

Solved example 26.21
Show that the vector $\small{\vec{a} = \hat{i} + \hat{j} + \hat{k}}$ is equally inclined to the axes OX, OY and OZ.
Solution:
1. Any vector is the resultant of three component vectors:
    ♦ Component along the OX axis, which is $\small{x \hat{i}}$
    ♦ Component along the OY axis, which is $\small{y \hat{j}}$
    ♦ Component along the OZ axis, which is $\small{z \hat{k}}$
• So any given vector can be written as: $\small{x\hat{i}+y\hat{j}+z\hat{k}}$
2. The vector given to us is: $\small{\vec{a}=\hat{i}+\hat{j}+\hat{k}}$
• Comparing the corresponding components, we get: x = 1, y = 1 and z = 1
3. $\small{r = \left|\vec{a} \right|=\sqrt{1^2 + 1^2 + 1^2} = \sqrt{3}}$
4. The three direction ratios are:
    ♦ $\small{lr = x = 1}$
    ♦ $\small{mr = y = 1}$
    ♦ $\small{nr = z = 1}$
Where $\small{l,~m,~n}$ are the direction cosines
5. So the three direction cosines are:
    ♦ $\small{l = \frac{x}{r} = \frac{1}{\sqrt{3}}}$
    ♦ $\small{m = \frac{y}{r} = \frac{1}{\sqrt{3}}}$
    ♦ $\small{n = \frac{z}{r} = \frac{1}{\sqrt{3}}}$
6. The three direction cosines are equal. That means, the three angles are equal.

Solved example 26.22
Show that the vectors $\small{\vec{a}=2\hat{i}-3\hat{j}+4\hat{k}}$ and $\small{\vec{b}=-4\hat{i}+6\hat{j}-8\hat{k}}$ are collinear.
Solution:
1. Unit vector in the direction of $\small{\vec{a}}$
• We have: $\small{\hat{a}=\frac{\vec{a}}{\left|\vec{a} \right|}}$
• Thus we get:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\hat{a}}    & {~=~}    &{\frac{2\hat{i}-3\hat{j}+4\hat{k}}{\sqrt{2^2 + (-3)^2 + (4)^2}}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\frac{2\hat{i}-3\hat{j}+4\hat{k}}{\sqrt{29}}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{2}{\sqrt{29}} \right) \hat{i}-\left(\frac{3}{\sqrt{29}} \right) \hat{j}+\left(\frac{4}{\sqrt{29}} \right) \hat{k}}
\\ \end{array}}$

2. Unit vector in the direction of $\small{\vec{b}}$
• We have: $\small{\hat{b}=\frac{\vec{b}}{\left|\vec{b} \right|}}$
• Thus we get:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\hat{b}}    & {~=~}    &{\frac{-4\hat{i}+6\hat{j}-8\hat{k}}{\sqrt{(-4)^2 + 6^2 + (-8)^2}}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\frac{-4\hat{i}+6\hat{j}-8\hat{k}}{\sqrt{116}}~=~\frac{-4\hat{i}+6\hat{j}-8\hat{k}}{2\sqrt{29}}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{-2}{\sqrt{29}} \right) \hat{i}+\left(\frac{3}{\sqrt{29}} \right) \hat{j}-\left(\frac{4}{\sqrt{29}} \right) \hat{k}}
\\ \end{array}}$

3. We see that, $\small{\hat{a}=-\hat{b}}$
• That means: $\small{\hat{a}}$ has the exact opposite direction of $\small{\hat{b}}$
• That means: $\small{\vec{a}}$ has the exact opposite direction of $\small{\vec{b}}$
• That means: $\small{\vec{a}}$ and $\small{\vec{b}}$ are parallel.
• Therefore  $\small{\vec{a}}$ and $\small{\vec{b}}$ are collinear.

Solved example 26.23
If $\small{\vec{a}~\text{and}~\vec{b}}$ are two collinear vectors, then which of the following are incorrect:
(a) $\small{\vec{b} = \lambda\vec{a}}$ for some scalar $\small{\lambda}$
(b) $\small{\vec{a} = \pm \vec{b}}$
(c) the respective components of $\small{\vec{a}~\text{and}~\vec{b}}$ are proportional
(d) both the vectors $\small{\vec{a}~\text{and}~\vec{b}}$ have same direction, but different magnitudes
Solution:
Part (a):
Given that $\small{\vec{a}~\text{and}~\vec{b}}$ are collinear. That means, they are parallel. So (a) is true.
Part (b):
$\small{\vec{a}~\text{and}~\vec{b}}$ are parallel. But they need not have the same direction. The directions may be opposite to each other. So (b) is true.
Part (c):
Since (a) is true, we can multiply each component of $\small{\vec{a}}$ by $\small{\lambda}$. That means, corresponding components are proportional. So (c) is true.
Part (d):
$\small{\vec{a}~\text{and}~\vec{b}}$ are parallel. But they need not have the same direction. The directions may be opposite to each other. So (d) is false.

Therefore, the correct option is (d)


In the next section, we will see vector joining two points.

Previous

Contents

Next 

Copyright©2026 Higher secondary mathematics.blogspot.com

Wednesday, May 6, 2026

26.4 - Components of A Vector

In the previous section, we saw scalar multiplication and unit vector. In this  section, we will see components of a vector.

First we will see the unit vectors along the three axes. It can be explained in 4 steps:
1. A rectangular coordinate system with origin O is shown in fig.26.18 below:

Pictorial representation of unit vectors along the three axes of the rectangular coordinate system.
Fig.26.18

2. Let us mark three points A(1,0,0), B(0,1,0) and C(0,0,1). • Based on the coordinates, we can easily see that:
    ♦ A will be at a distance of 1 unit from O, and on the +ve side of the x-axis (OX axis)
    ♦ B will be at a distance of 1 unit from O, and on the +ve side of the y-axis (OY axis)
    ♦ C will be at a distance of 1 unit from O, and on the +ve side of the z-axis (OZ axis)

3. Now we can think of three vectors: $\small{\vec{OA},\vec{OB},\vec{OC}}$
• For $\small{\vec{OA}}$, magnitude is 1. So it is a unit vector. Its direction is towards the +ve side of x-axis (OX direction)
• For $\small{\vec{OB}}$, magnitude is 1. So it is a unit vector. Its direction is towards the +ve side of y-axis (OY direction)
• For $\small{\vec{OC}}$, magnitude is 1. So it is a unit vector. Its direction is towards the +ve side of z-axis (OZ direction)

4. These three vectors are very important in vector algebra. They are given special names:
• Unit vector $\small{\vec{OA}}$ along the OX axis is denoted as $\small{\hat{i}}$
• Unit vector $\small{\vec{OB}}$ along the OY axis is denoted as $\small{\hat{j}}$
• Unit vector $\small{\vec{OC}}$ along the OZ axis is denoted as $\small{\hat{k}}$


Now we will see the components of a position vector. It can be written in 9 steps:

1. In fig.26.19 below, P(x,y,z) is a point in space.

Determining the components of a position vector.
Fig.26.19

• From P, a perpendicular is dropped onto the XOY plane. P1 is the foot of this perpendicular.
• From P1, a perpendicular is dropped on to the OX axis. Q is the foot of this perpendicular.
• From P1, a perpendicular is dropped on to the OY axis. S is the foot of this perpendicular.
• From P, a perpendicular is dropped on to the OZ axis. R is the foot of this perpendicular.

2. Consider $\small{\vec{OP}}$, the position vector of P
This position vector is the resultant of $\small{\vec{OQ}, \vec{QP_1}~\text{and}~\vec{P_1 P}}$, takern in order.
That is., $\small{\vec{OP}~=~\vec{OQ} + \vec{QP_1} + \vec{P_1 P}}$
• Let us find suitable substitutes for each of the three vectors on the R.H.S of this equation.

3. $\small{\vec{OQ}}$ has a magnitude of x because, Q is the foot of the perpendicular from P1.
• This vector lies along the OX axis. The unit vector corresponding to this axis is $\small{\hat{i}}$
• Both $\small{\hat{i}~\text{and}~\vec{OQ}}$ has the origin at O. So instead of $\small{\vec{OQ}}$, we can write: $\small{x\,\hat{i}}$

4. So the result in (2) becomes:
$\small{\vec{OP}~=~x\,\hat{i} + \vec{QP_1} + \vec{P_1 P}}$

5. $\small{\vec{QP_1}}$ has a magnitude of y because, P1 is the foot of the perpendicular from P.
• $\small{\vec{QP_1} = \vec{OS}}$ because, S is the foot of the perpendicular from P1.
• $\small{\vec{OS}}$ lies along the OY axis. The unit vector corresponding to this axis is $\small{\hat{j}}$
• Both $\small{\hat{j}~\text{and}~\vec{OS}}$ has the origin at O. So instead of $\small{\vec{QP_1}}$, we can write: $\small{y\,\hat{j}}$

6. So the result in (4) becomes:
$\small{\vec{OP}~=~x\,\hat{i} + y\,\hat{j} + \vec{P_1 P}}$

7. $\small{\vec{P_1 P}}$ has a magnitude of z because, P1 is the foot of the perpendicular from P.
• $\small{\vec{P_1 P} = \vec{OR}}$ because, R is the foot of the perpendicular from P.
• $\small{\vec{OR}}$ lies along the OZ axis. The unit vector corresponding to this axis is $\small{\hat{k}}$
• Both $\small{\hat{k}~\text{and}~\vec{OR}}$ has the origin at O. So instead of $\small{\vec{P_1 P}}$, we can write: $\small{z\,\hat{k}}$

8. So the result in (6) becomes the final result:
$\small{\vec{OP}~=~x\,\hat{i} + y\,\hat{j} + z\,\hat{k}}$

9. The result in (8) is called the component form of $\small{\vec{OP}}$
• x, y and z are called the scalar components of $\small{\vec{OP}}$
• They are also known as the rectangular components of $\small{\vec{OP}}$
• $\small{x\hat{i}, y\hat{j}~\text{and}~z\hat{k}}$ are called the vector components of $\small{\vec{OP}}$


If we are given a vector in the component form, we will be able to find the magnitude of that vector. The method can be explained in 3 steps:

1. In fig.26.19 above, points O, Q and P1 are vertices of a right triangle. Side OP1 is the hypotenuse. So by applying Pythagoras theorem, we get:
$\small{\left|\vec{OP_1} \right|^2 ~=~ \left|\vec{OQ} \right|^2 + \left|\vec{QP_1} \right|^2 ~=~ x^2 + y^2}$

2. Similarly, points O, P1 and P are vertices of a right triangle. Side OP is the hypotenuse. So by applying Pythagoras theorem, we get:
$\small{\left|\vec{OP} \right|^2 ~=~ \left|\vec{OP_1} \right|^2 + \left|\vec{P_1 P} \right|^2}$

3. Based on the result in (1), the result in (2) becomes:
$\small{\left|\vec{OP} \right|^2 ~=~ x^2 + y^2 + \left|\vec{P_1 P} \right|^2}$     
$\small{\Rightarrow \left|\vec{OP} \right|^2 ~=~ x^2 + y^2 + z^2}$     
$\small{\Rightarrow \left|\vec{OP} \right| ~=~\left|x\,\hat{i} + y\,\hat{j} + z\,\hat{k} \right|~=~ \sqrt{x^2 + y^2 + z^2}}$


Now we will see seven useful formulas that can be applied when two vectors $\small{\vec{a}~\text{and}~\vec{b}}$ are given in component form:
• $\small{\vec{a}~=~a_1\hat{i} + a_2\hat{j} + a_3\hat{k}}$
• $\small{\vec{b}~=~b_1\hat{i} + b_2\hat{j} + b_3\hat{k}}$

1. $\small{\vec{a}+\vec{b}~=~\left( a_1 + b_1 \right)\hat{i} + \left( a_2 + b_2 \right)\hat{j} + \left( a_3 + b_3 \right)\hat{k}}$

2. $\small{\vec{a}-\vec{b}~=~\left( a_1 - b_1 \right)\hat{i} + \left( a_2 - b_2 \right)\hat{j} + \left( a_3 - b_3 \right)\hat{k}}$

3. $\small{\vec{a}~\text{and}~\vec{b}}$ are equal if and only if:
$\small{a_1 = b_1,~~a_2 = b_2,~~\text{and}~~a_3 = b_3}$

4. $\small{\lambda\vec{a}~=~\left(\lambda a_1 \right)\hat{i} + \left(\lambda a_2 \right)\hat{j} + \left(\lambda a_3 \right)\hat{k}}$
Here $\small{\lambda}$ is a scalar

5. $\small{k\vec{a} + m\vec{a}~=~(k+m)\vec{a}}$
Here $\small{k~\text{and}~m}$ are scalars

6. $\small{k\left(m\vec{a} \right)~=~(km)\vec{a}}$

7. $\small{k\left(\vec{a} + \vec{b} \right)~=~k\vec{a} + k\vec{b}}$


Now we can write the condition for two vectors to be collinear. It can be written in 4 steps

1. If we multiply $\small{\vec{a}}$ by a scalar $\small{\lambda}$, we get a new vector $\small{\lambda\vec{a}}$. In the new vector, only the magnitude has changed. Direction remains the same. So $\small{\vec{a}~\text{and}~\lambda\vec{a}}$ are collinear.

2. We can write the reverse also:
If $\small{\vec{a}~\text{and}~\vec{b}}$ are collinear, then there exists a scalar $\small{\lambda}$ such that, $\small{\vec{b} = \lambda\vec{a}}$

3. We can write this in component form:
If two vectors
$\small{\vec{a}~=~a_1\hat{i} + a_2\hat{j} + a_3\hat{k}}$
$\small{\vec{b}~=~b_1\hat{i} + b_2\hat{j} + b_3\hat{k}}$
are collinear then:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\vec{b}}    & {~=~}    &{\lambda\vec{a}}    \\
{~\color{magenta}    2    }    &{\Rightarrow}    &{b_1\hat{i} + b_2\hat{j} + b_3\hat{k}}    & {~=~}    &{\lambda\left(a_1\hat{i} + a_2\hat{j} + a_3\hat{k} \right)}    \\
{~\color{magenta}    3    }    &{\Rightarrow}    &{b_1\hat{i} + b_2\hat{j} + b_3\hat{k}}    & {~=~}    &{\left(\lambda a_1\right)\hat{i} + \left(\lambda a_2\right)\hat{j} + \left(\lambda a_3\right)\hat{k} }    \\
{~\color{magenta}    4    }    &{\Rightarrow}    &{}    & {}    &{b_1 = \lambda a_1,~b_2 = \lambda a_2,~b_3= \lambda a_3}    \\
{~\color{magenta}    5    }    &{\Rightarrow}    &{}    & {}    &{\frac{b_1}{a_1} = \frac{b_2}{a_2} = \frac{b_3}{a_3} =\lambda}    \\
\end{array}}$

4. That is.,
If $\small{\vec{a}~\text{and}~\vec{b}}$ are collinear, then the all three ratios of the scalar components will be the same.


Next we will see the relation between unit vectors and direction cosines. It can be written in 6 steps:

1. We have seen that, $\small{\hat{a}}$ is the unit vector in the direction of $\small{\vec{a}}$, and can be obtained using the formula: $\small{\hat{a} = \frac{\vec{a}}{\left|\vec{a} \right|}}$

2. Let us denote the position vector $\small{\vec{OP}}$ as $\small{\vec{r}}$.
Then we can write the unit vector in the direction of the position vector:
$\small{\hat{r} = \frac{\vec{r}}{\left|\vec{r} \right|}}$

3. If the coordinates of P are (x,y,z), then:
$\small{\vec{OP} ~=~ \vec{r} ~=~ x\,\hat{i} + y\,\hat{j} + z\,\hat{k}}$

4. Substituting this in (2), we get:
$\small{\hat{r} = \frac{x\,\hat{i} + y\,\hat{j} + z\,\hat{k}}{\left|\vec{r} \right|}~=~\left(\frac{x}{\left|\vec{r} \right|} \right)\hat{i}+\left(\frac{y}{\left|\vec{r} \right|} \right)\hat{j}+\left(\frac{ z}{\left|\vec{r} \right|} \right)\hat{k}}$

5. When we learnt about direction cosines we got the following results:
$\small{x = \cos \alpha \left|\vec{r} \right|,~y = \cos \beta \left|\vec{r} \right|,~x = \cos \gamma \left|\vec{r} \right|}$
See 26.5 of the first section of this chapter

6. Substituting the result from (5) into the result in (4), we get:
$\small{\hat{r}~=~\left(\frac{\cos \alpha \left|\vec{r} \right|}{\left|\vec{r} \right|} \right)\hat{i}+\left(\frac{\cos \beta \left|\vec{r} \right|}{\left|\vec{r} \right|} \right)\hat{j}+\left(\frac{\cos \gamma \left|\vec{r} \right|}{\left|\vec{r} \right|} \right)\hat{k}}$

$\small{\Rightarrow\hat{r}~=~\left(\cos \alpha \right)\hat{i}+\left(\cos \beta \right)\hat{j}+\left(\cos \gamma \right)\hat{k}}$

• So, if we are given the direction cosines of a vector, then we can directly write the unit vector in the direction of that given vector.


Now we will see a solved example

Solved example 26.6
Find the values of x, y and z so that the vectors $\small{\vec{a} = x\hat{i} + 2\hat{j} + z\hat{k}}$ and $\small{\vec{b} = 2\hat{i} + y\hat{j} + \hat{k}}$ are equal
Solution
:
1. If two vectors are equal, their corresponding components will be equal.
2. Let us equate the corresponding components:
• Equating the vector components along the x-axis, we get: $\small{x\hat{i} = 2\hat{i}}$. Therefore, x = 2
• Equating the vector components along the y-axis, we get: $\small{2\hat{j} = y\hat{i}}$. Therefore, y = 2
• Equating the vector components along the z-axis, we get: $\small{z\hat{k} = \hat{k}}$. Therefore, z = 1


In the next section, we will see a few more solved examples.

Previous

Contents

Next 

Copyright©2025 Higher secondary mathematics.blogspot.com

Saturday, May 2, 2026

26.3 - Scalar Multiplication of Vectors

In the previous section, we saw addition of vectors. In this  section, we will see multiplication.

Multiplication of a vector by a scalar

This can be explained in 3 steps:
1. Suppose that, we are given a vector $\small{\vec{a}}$.
• We can multiply $\small{\vec{a}}$ by a scalar $\small{\lambda}$
• The product obtained is denoted as $\small{\lambda\vec{a}}$

2. $\small{\lambda\vec{a}}$ is also a vector. It has the following four properties:
(i) $\small{\vec{a}~\text{and}~\lambda\vec{a}}$ are collinear
(ii) $\small{\vec{a}~\text{and}~\lambda\vec{a}}$ have the same direction if $\small{\lambda}$ is +ve  
(iii) $\small{\vec{a}~\text{and}~\lambda\vec{a}}$ have opposite directions if $\small{\lambda}$ is −ve
(iv) Magnitude of $\small{\lambda\vec{a}}$ is $\small{\left|\lambda \right|}$ times the magnitude of $\small{\vec{a}}$. That is.,
$\small{\left|\lambda\vec{a} \right|~=~\left|\lambda \right|\,\left|\vec{a} \right|}$

3. Fig.26.17 below gives a geometrical explanation of the multiplication process.

When a vector is multiplied by a scalar, we get a new vector. The magnitude is scaled. Direction remains unchanged.
Fig.26.17

• In fig(i), we have the original $\small{\vec{a}}$. The single perpendicular white line indicates that, the vector has a magnitude of two units.
• In fig(ii), the vector has a magnitude of one unit. That is., half the magnitude of the original $\small{\vec{a}}$. Direction of this vector is same as that of $\small{\vec{a}}$
• In fig(iii), the vector has a magnitude of four units. That is., two times the magnitude of the original $\small{\vec{a}}$. Direction of this vector is same as that of $\small{\vec{a}}$
• In fig(iv), the vector has a magnitude of one unit. That is., half the magnitude of the original $\small{\vec{a}}$. Direction of this vector is opposite of $\small{\vec{a}}$. This is because, $\small{\vec{a}}$ is multiplied by a −ve scalar.
• In fig(v), the vector has a magnitude of three unit. That is., (3/2) times the magnitude of the original $\small{\vec{a}}$. Direction of this vector is opposite of $\small{\vec{a}}$. This is because, $\small{\vec{a}}$ is multiplied by a −ve scalar.
• The vectors in all five figs are parallel to each other


Now we can discuss about additive inverse. It can be explained in 6 steps:
1. Consider the two vectors $\small{\vec{a}~\text{and}~\lambda \vec{a}}$
2. Suppose that, $\small{\lambda = -1}$. Then $\small{\lambda \vec{a} = -\vec{a}}$
3. Let us compare $\small{\vec{a}~\text{and}~- \vec{a}}$:
    ♦ $\small{-\vec{a}}$ has the same magnitude as $\small{\vec{a}}$
    ♦ $\small{-\vec{a}}$ has the direction opposite to that of $\small{\vec{a}}$
4. We can add the two vectors. We will get:
$\small{\vec{a} + \left(-\vec{a} \right)~=~\left(-\vec{a} \right) + \vec{a}~=~\vec{0}}$
5. So $\small{-\vec{a}}$ is called the additive inverse of $\small{\vec{a}}$
6. $\small{-\vec{a}}$ is also called the negative of $\small{\vec{a}}$


Next we will discus about unit vectors. It can be explained in 6 steps:

1. Consider the two vectors $\small{\vec{a}~\text{and}~\lambda \vec{a}}$

2. Suppose that, $\small{\lambda = \frac{1}{\left|\vec{a} \right|}}$. Then $\small{\lambda \vec{a} = \frac{\vec{a}}{\left|\vec{a} \right|}}$

3. We know that, $\small{\vec{a}}$ can be written as the product of two items:
(i) $\small{\left|\vec{a} \right|}$
(ii) A vector of magnitude one unit and direction same as that of $\small{\vec{a}}$

4. So step (2) can be modified as:

If $\small{\lambda = \frac{1}{\left|\vec{a} \right|}}$, then $\small{\lambda \vec{a} = \frac{\vec{a}}{\left|\vec{a} \right|}~=~\frac{\left|\vec{a} \right|[\text{A vector of magnitude one unit and direction same as that of}\,\vec{a}]}{\left|\vec{a} \right|}}$

$\small{\Rightarrow\frac{\vec{a}}{\left|\vec{a} \right|}~=~\text{A vector of magnitude one unit and direction same as that of}\,\,\vec{a}}$

5. $\small{\text{A vector of magnitude one unit and direction same as that of}\,\,\vec{a}}$ is called:

$\bf{\text{A unit vector in the direction of}\,\,\vec{a}}$

• Such a vector is denoted as: $\bf{\hat{a}}$

6. So we can modify step (4) as:
$\small{\frac{\vec{a}}{\left|\vec{a} \right|}~=~\hat{a}}$


In the next section, we will see components of a vector.

Previous

Contents

Next 

Copyright©2026 Higher secondary mathematics.blogspot.com