Showing posts with label Collinear vectors. Show all posts
Showing posts with label Collinear vectors. Show all posts

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}}$.
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)

Solved example 26.24
Find the value of x for which $\small{x\left(\hat{i}+\hat{j}+\hat{k} \right)}$ is a unit vector
Solution:
1. Let $\small{\vec{a}=x\left(\hat{i}+\hat{j}+\hat{k} \right)}$.
Then we can write: $\small{\vec{a}=x\hat{i}+x\hat{j}+x\hat{k}}$
2. Now we can calculate the magnitude:
$\small{\left|\vec{a} \right| = \sqrt{x^2 + x^2 + x^2} = \sqrt{3x^2} = \pm\sqrt{3}\,x}$
3. $\small{\vec{a}}$ is to be a unit vector. So it's magnitude must be 1. We can write:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\left|\vec{a} \right|}    & {~=~}    &{1}
\\ {~\color{magenta}    2    }    &{\Rightarrow}    &{\pm\sqrt{3}\,x}    & {~=~}    &{1}
\\ {~\color{magenta}    3    }    &{\Rightarrow}    &{x}    & {~=~}    &{\pm\frac{1}{\sqrt{3}}}
\\ \end{array}}$

Solved example 26.25
Find a vector of magnitude 5 units, and parallel to the resultant of the vectors
$\small{\vec{a}=2\hat{i}+3\hat{j}-\hat{k}~\text{and}~\vec{b}=\hat{i}-2\hat{j}+\hat{k}}$
Solution:
1. First we find the resultant $\small{\vec{a}+\vec{b}}$:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\vec{c}}    & {~=~}    &{\vec{a}+\vec{b}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{2\hat{i}+3\hat{j}-\hat{k}~+~\hat{i}-2\hat{j}+\hat{k}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{3\hat{i}+\hat{j}}
\\ \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{3\hat{i}+\hat{j}}{\sqrt{3^2 + 1^2}}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\frac{3\hat{i}+\hat{j}}{\sqrt{10}}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{3}{\sqrt{10}} \right) \hat{i}+\left(\frac{1}{\sqrt{10}} \right) \hat{j}}
\\ \end{array}}$
• This unit vector has the same direction as $\small{\vec{c}}$

3. So the required vector is:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{5\hat{c}}    & {~=~}    &{5\left[\left(\frac{3}{\sqrt{10}} \right) \hat{i}+\left(\frac{1}{\sqrt{10}} \right) \hat{j} \right]}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\left(\frac{15}{\sqrt{10}} \right) \hat{i}+\left(\frac{5}{\sqrt{10}} \right) \hat{j}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{15 \sqrt{10}}{10} \right) \hat{i}+\left(\frac{5 \sqrt{10}}{10} \right) \hat{j}}
\\ {~\color{magenta}    4    }    &{}    &{}    & {~=~}    &{\left(\frac{3 \sqrt{10}}{2} \right) \hat{i}+\left(\frac{\sqrt{10}}{2} \right) \hat{j}}
\\ \end{array}}$

Solved example 26.26
If
$\small{\vec{a}=\hat{i}+\hat{j}+\hat{k}}$
$\small{\vec{b}=2\hat{i}-\hat{j}+3\hat{k}}$
$\small{\vec{c}=\hat{i}-2\hat{j}+\hat{k}}$
find a unit vector parallel to the vector $\small{2\vec{a}-\vec{b}+3\vec{c}}$
Solution:
1. First we find the vector $\small{\vec{d}=2\vec{a}-\vec{b}+3\vec{c}}$.
We get: $\small{\vec{d}=3\hat{i}-3\hat{j}+2\hat{k}}$
2. Now we will write the unit vector $\small{\hat{d}}$
• We have: $\small{\hat{d}=\frac{\vec{d}}{\left|\vec{d} \right|}}$
• Thus we get:
$\small{\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\hat{d}}    & {~=~}    &{\frac{3\hat{i}-3\hat{j}+2\hat{k}}{\sqrt{3^2 +(-3)^2 + 2^2}}}
\\ {~\color{magenta}    2    }    &{}    &{}    & {~=~}    &{\frac{3\hat{i}-3\hat{j}+2\hat{k}}{\sqrt{22}}}
\\ {~\color{magenta}    3    }    &{}    &{}    & {~=~}    &{\left(\frac{3}{\sqrt{22}} \right) \hat{i}-\left(\frac{3}{\sqrt{22}} \right) \hat{j}+\left(\frac{2}{\sqrt{22}} \right) \hat{k}}
\\ \end{array}}$
• This unit vector has the same direction as $\small{\vec{d}}$.

Solved example 26.27
Show that the direction cosines of a vector equally inclined to the axes OX, OY and OZ are $\small{\frac{1}{\sqrt{3}},~\frac{1}{\sqrt{3}},~\frac{1}{\sqrt{3}}}$
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{\vec{a}=x\hat{i}+y\hat{j}+z\hat{k}}$
2. Let $\small{r = \left|\vec{a} \right|=\sqrt{x^2 + y^2 + z^2}}$
3. The three direction ratios are:
    ♦ $\small{lr = x}$
    ♦ $\small{mr = y}$
    ♦ $\small{nr = z}$
Where $\small{l,~m,~n}$ are the direction cosines
4. So the three direction cosines are:
    ♦ $\small{l = \frac{x}{r}}$
    ♦ $\small{m = \frac{y}{r}}$
    ♦ $\small{n = \frac{z}{r}}$
5. The vector is  equally inclined to the axes OX, OY and OZ. So we can write:
$\small{l=m=n}$
• Then from (4), we get:
$\small{\Rightarrow x=y=z}$
6. So from (2), we get:
• $\small{r=\sqrt{x^2 + x^2 + x^2}=\sqrt{3x^2}=\sqrt{3}\,x }$
• $\small{r=\sqrt{y^2 + y^2 + y^2}=\sqrt{3y^2}=\sqrt{3}\,y }$
• $\small{r=\sqrt{z^2 + z^2 + z^2}=\sqrt{3z^2}=\sqrt{3}\,z }$
• Note: Here we take only the +ve roots because, r is a distance.
7. Based on (4) and (6), we get:
• $\small{l = \frac{x}{r}=\frac{x}{\sqrt{3}\,x}=\frac{1}{\sqrt{3}}}$
• $\small{m = \frac{y}{r}=\frac{y}{\sqrt{3}\,y}=\frac{1}{\sqrt{3}}}$
• $\small{n = \frac{z}{r}=\frac{z}{\sqrt{3}\,z}=\frac{1}{\sqrt{3}}}$

 


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 fig.26.4 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

Sunday, April 26, 2026

26.1 - Types of Vectors

In the previous section, we saw direction cosines. In this  section, we will see types of vectors.

We need to learn about seven types of vectors:
1. Zero Vector
For a vector, if the terminal point is same as the initial point, then that vector is called a zero vector.
• A zero vector is denoted as $\small{\vec{0}}$
• A zero vector is also known as a null vector.
• A zero vector cannot be assigned any definite direction because, it has no magnitude.
• Alternatively, a zero vector can be regarded as a vector having any of the infinite possible directions.
• Vectors $\small{\vec{AA}, \vec{BB},~.~.~}$ are examples of zero vector.

2. Unit Vector
If the magnitude of a vector is 1 unit, then it is called a unit vector.
• Suppose that, we are given a vector $\small{\vec{a}}$. We can draw a unit vector which has the same direction as $\small{\vec{a}}$. Such a vector is denoted as $\small{\hat{a}}$

3. Coinitial Vectors
If two or more vectors have the same initial point, then they are called coinitial vectors.
• $\small{\vec{AB}}$ and $\small{\vec{AC}}$ are coinitial vectors

4. Collinear Vectors
If two or more vectors are parallel to the same line, then they are called collinear vectors.
• Collinear vectors need not lie along the same line.
• Collinear vectors can have only two possible directions. One direction exactly opposite to the other.

5. Equal Vectors
Two vectors are said to be equal if they have the same magnitude and direction.
• Equal vectors need not have the same initial point.
• If two vectors $\small{\vec{a}~\text{and}~\vec{b}}$ are equal, then we write $\small{\vec{a} = \vec{b}}$

6. Negative of a Vector
A vector is said to be the negative of another vector, if they have the same magnitude but opposite directions.
• $\small{\vec{AB}}$ is the negative of $\small{\vec{BA}}$. We write: $\small{\vec{BA} = -\vec{AB}}$

7. Free Vectors
Free vectors are those which can be moved around. The only condition is that, the magnitude and direction should not be altered.
• In this chapter, we will be dealing with free vectors only.


Now we will see some solved examples

Solved example 26.1
Represent graphically a displacement of 40 km, 30o west of south.
Solution
:
1. An object undergoes a displacement of 40 km in a specified direction. We are asked to draw the displacement vector.

2. We setup the rectangular coordinate system in such a way that, the origin O of the coordinate system coincides with the initial position of the object. Also, the following directions should be clearly marked:
    ♦ +ve x direction towards east
    ♦ +ve y direction towards north
    ♦ −ve x direction towards west
    ♦ −ve y direction towards south
This is shown in fig.26.8 below:

Method for drawing a position vector
Fig.26.8

3. Next step is to draw a dashed line which satisfies two conditions:
    ♦ The line must make 30o with the south direction
    ♦ The line must be inclined towards west
This dashed line is shown in fig.a

4. Next step is to mark a point P on the dashed line in such a way that, OP represents 40 km. A suitable scale can be used based on the size of the paper available.

5. Now, the dashed portion between O and P should be changed to a continuous line. And an arrowhead can be placed at P. This is shown in fig.b
• Thus we get $\small{\vec{OP}}$ which is the displacement vector.

6. Scale of the drawing should be written on the top left corner.

Solved example 26.2
Classify the following measures as scalars and vectors.
(i) 5 seconds  (ii) 1000 cm3  (iii) 10 newton  (iv) 30 km/hr  (v) 10 g/cm3  (vi) 20 m/s towards north
Solution
:
(i) Time has magnitude only. It has no direction. So 5 seconds is a scalar quantity 
(ii) Volume has magnitude only. It has no direction. So 1000 cm3 is a scalar quantity 
(iii) Force has both magnitude and direction. So 10 newton is a vector quantity. 
(iv) Speed has magnitude only. It has no direction. So 30 km/hr is a scalar quantity. 
(v) Density has magnitude only. It has no direction. So 10 g/cm3 is a scalar quantity. 
(vi) Velocity has both magnitude and direction. So "20 m/s towards north" is a vector quantity.

Solved example 26.3
In fig.26.9, which of the vectors are:
(i) Collinear  (ii) Equal  (iii) Coinitial

Checking whether the given vectors are equal or collinear
Fig.26.9

Solution:
1. We are given four vectors.
• Each of $\small{\vec{a}}$ and $\small{\vec{c}}$ has a small white perpendicular line. This line divides the vector into two equal parts. So these two vectors have a magnitude of two units.
• Each of $\small{\vec{b}}$ and $\small{\vec{d}}$ has two small white perpendicular lines. These lines divide the vectors into three equal parts. So these two vectors have a magnitude of three units.
2. We see that $\small{\vec{a}~\text{and}~\vec{c}}$ have the same direction. Also, both have a magnitude of 2 units. So they are equal vectors.
3. $\small{\vec{b}, \vec{c}~\text{and}~\vec{d}}$ have the same initial point. So they are coinitial vectors.
4. $\small{\vec{a}, \vec{c}~\text{and}~\vec{d}}$ are parallel. So they are collinear vectors

Solved example 26.4
Represent graphically a displacement of 40 km, 30o east of north
Solution
:

1. An object undergoes a displacement of 40 km in a specified direction. We are asked to draw the displacement vector.

2. We setup the rectangular coordinate system in such a way that, the origin O of the coordinate system coincides with the initial position of the object. Also, the following directions should be clearly marked:
    ♦ +ve x direction towards east
    ♦ +ve y direction towards north
    ♦ −ve x direction towards west
    ♦ −ve y direction towards south
This is shown in fig.26.10 below:

Fig.26.10

3. Next step is to draw a dashed line which satisfies two conditions:
    ♦ The line must make 30o with the north direction
    ♦ The line must be inclined towards east
This dashed line is shown in fig.a

4. Next step is to mark a point P on the dashed line in such a way that, OP represents 40 km. A suitable scale can be used based on the size of the paper available.

5. Now, the dashed portion between O and P should be changed to a continuous line. And an arrowhead can be placed at P. This is shown in fig.b
• Thus we get $\small{\vec{OP}}$ which is the displacement vector.

6. Scale of the drawing should be written on the top left corner.

Solved example 26.5
In fig.26.11 (a square), identify the following vectors.
(i) Coinitial  (ii) Equal  (iii) Collinear but not equal

Fig.26.11

Solution:
1. We are given four vectors. They form the sides of a square. So all four of them have the same magnitude.
2. $\small{\vec{a}~\text{and}~\vec{d}}$ have the same initial point. So they are coinitial vectors.
3. $\small{\vec{b}~\text{and}~\vec{d}}$ have the same magnitude and direction. So they are equal vectors.
4. $\small{\vec{a}~\text{and}~\vec{c}}$ have the same magnitude but opposite directions. So they are not equal vectors. However, since they are parallel, they are collinear.

The link below gives a few more solved examples:

Exercise 26.1


In the next section, we will see addition of vectors.

Previous

Contents

Next 

Copyright©2026 Higher secondary mathematics.blogspot.com