Class 12 Maths NCERT Solutions Chapter 10 Ex 10.2 – Addition, Components and Section Formula | Boundless Maths
Ex 10.2 Class 12 Maths NCERT Solutions

Class 12 Maths NCERT Solutions Chapter 10 Ex 10.2 – Addition, Components and Section Formula

This Class 12 Maths NCERT Solutions Chapter 10 Ex 10.2 page covers all 19 questions, solved step-by-step, on writing vectors in component form and using that form to compute everything else — magnitude, sums, unit vectors, direction cosines, collinearity and the section formula.

Questions 1–10 build fluency with the component form a_1\hat{i}+a_2\hat{j}+a_3\hat{k} itself: computing magnitude, adding vectors, and scaling a vector to a given magnitude while keeping its direction — a technique examiners test constantly in 2-mark questions. Questions 11–14 move to direction cosines and collinearity, including the direction-cosines-of-a-joining-vector question type that reappears almost unchanged in Chapter 11 (Three Dimensional Geometry). Questions 15–17 introduce the section formula for dividing a line segment internally and externally in a given ratio, and use vectors to prove a triangle is right-angled — a favourite "show that" question in CBSE papers. The exercise closes with two MCQs (18–19) that test whether you actually understand the triangle law of addition and the definition of collinear vectors, rather than just being able to compute with them.

19Questions
Easy–MediumDifficulty Mix
2026-27CBSE Syllabus

Class 12 Maths NCERT Solutions Chapter 10 Ex 10.2 — All 19 Questions

1

Compute the magnitude of the following vectors: \vec{a}=\hat{i}+\hat{j}+\hat{k}; \vec{b}=2\hat{i}-7\hat{j}-3\hat{k}; \vec{c}=\dfrac{1}{\sqrt3}\hat{i}+\dfrac{1}{\sqrt3}\hat{j}-\dfrac{1}{\sqrt3}\hat{k}

Easy +
Solution

For \vec{r}=x\hat{i}+y\hat{j}+z\hat{k}, the magnitude is |\vec{r}|=\sqrt{x^2+y^2+z^2}.

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

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

|\vec{c}| = \sqrt{\left(\frac{1}{\sqrt3}\right)^2+\left(\frac{1}{\sqrt3}\right)^2+\left(-\frac{1}{\sqrt3}\right)^2} = \sqrt{\frac13+\frac13+\frac13} = 1.

Answer: |a| = √3, |b| = √62, |c| = 1.
2

Write two different vectors having the same magnitude.

Easy +
Solution

Consider \vec{a}=\hat{i}+2\hat{j}+2\hat{k} and \vec{b}=2\hat{i}+2\hat{j}+\hat{k}.

|\vec{a}|=\sqrt{1+4+4}=3 and |\vec{b}|=\sqrt{4+4+1}=3.

Answer: a and b both have magnitude 3, but different directions — so they are different vectors of equal magnitude.
3

Write two different vectors having the same direction.

Easy +
Solution

Consider \vec{a}=\hat{i}+\hat{j}+\hat{k} and \vec{b}=2\hat{i}+2\hat{j}+2\hat{k}.

Here \vec{b}=2\vec{a}, so the direction ratios of both vectors are in the same proportion (1 : 1 : 1), meaning they point in exactly the same direction, though |\vec{a}|=\sqrt3 while |\vec{b}|=2\sqrt3.

Answer: a and b point in the same direction but have different magnitudes.
4

Find the values of x and y so that the vectors 2\hat{i}+3\hat{j} and x\hat{i}+y\hat{j} are equal.

Easy +
Solution

Two vectors are equal if and only if their corresponding components are equal, so matching the coefficients of \hat{i} and \hat{j} between 2\hat{i}+3\hat{j} and x\hat{i}+y\hat{j} gives x=2 and y=3 directly.

Answer: x = 2, y = 3.
5

Find the scalar and vector components of the vector with initial point (2, 1) and terminal point (−5, 7).

Easy +
Solution

For initial point P(2, 1) and terminal point Q(−5, 7): \vec{PQ} = (-5-2)\hat{i} + (7-1)\hat{j} = -7\hat{i}+6\hat{j}.

Answer: scalar components are −7 and 6; vector components are −7î and 6ĵ.
6

Find the sum of the vectors \vec{a}=\hat{i}-2\hat{j}+\hat{k}, \vec{b}=-2\hat{i}+4\hat{j}+5\hat{k} and \vec{c}=\hat{i}-6\hat{j}-7\hat{k}.

Easy +
Solution

Adding the respective components: \vec{a}+\vec{b}+\vec{c} = (1-2+1)\hat{i} + (-2+4-6)\hat{j} + (1+5-7)\hat{k}.

Answer: a + b + c = −4ĵ − k̂.
7

Find the unit vector in the direction of the vector \vec{a}=\hat{i}+\hat{j}+2\hat{k}.

Easy +
Solution

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

\hat{a} = \dfrac{1}{|\vec{a}|}\vec{a} = \dfrac{1}{\sqrt6}\hat{i}+\dfrac{1}{\sqrt6}\hat{j}+\dfrac{2}{\sqrt6}\hat{k}.

Answer: â = (1/√6)î + (1/√6)ĵ + (2/√6)k̂.
8

Find the unit vector in the direction of vector \vec{PQ}, where P and Q are the points (1, 2, 3) and (4, 5, 6), respectively.

Medium +
Solution

\vec{PQ} = (4-1)\hat{i}+(5-2)\hat{j}+(6-3)\hat{k} = 3\hat{i}+3\hat{j}+3\hat{k}.

|\vec{PQ}| = \sqrt{9+9+9} = 3\sqrt3.

\widehat{PQ} = \dfrac{3\hat{i}+3\hat{j}+3\hat{k}}{3\sqrt3} = \dfrac{1}{\sqrt3}\hat{i}+\dfrac{1}{\sqrt3}\hat{j}+\dfrac{1}{\sqrt3}\hat{k}.

Answer: PQ-hat = (1/√3)(î + ĵ + k̂).
9

For given vectors \vec{a}=2\hat{i}-\hat{j}+2\hat{k} and \vec{b}=-\hat{i}+\hat{j}-\hat{k}, find the unit vector in the direction of the vector \vec{a}+\vec{b}.

Easy +
Solution

\vec{a}+\vec{b} = (2-1)\hat{i}+(-1+1)\hat{j}+(2-1)\hat{k} = \hat{i}+\hat{k}.

|\vec{a}+\vec{b}| = \sqrt{1^2+0^2+1^2} = \sqrt2.

Required unit vector = \dfrac{1}{\sqrt2}\hat{i}+\dfrac{1}{\sqrt2}\hat{k}.

Answer: (1/√2)î + (1/√2)k̂.
10

Find a vector in the direction of vector 5\hat{i}-\hat{j}+2\hat{k} which has magnitude 8 units.

Medium +
Solution

Let \vec{a}=5\hat{i}-\hat{j}+2\hat{k}. Then |\vec{a}| = \sqrt{25+1+4} = \sqrt{30}.

Unit vector in the direction of \vec{a}: \hat{a} = \dfrac{1}{\sqrt{30}}(5\hat{i}-\hat{j}+2\hat{k}).

The required vector of magnitude 8 is 8\hat{a} = \dfrac{8}{\sqrt{30}}(5\hat{i}-\hat{j}+2\hat{k}) = \dfrac{40}{\sqrt{30}}\hat{i}-\dfrac{8}{\sqrt{30}}\hat{j}+\dfrac{16}{\sqrt{30}}\hat{k}.

Answer: (40/√30)î − (8/√30)ĵ + (16/√30)k̂.
11

Show that the vectors 2\hat{i}-3\hat{j}+4\hat{k} and -4\hat{i}+6\hat{j}-8\hat{k} are collinear.

Easy +
Solution

Let \vec{a}=2\hat{i}-3\hat{j}+4\hat{k} and \vec{b}=-4\hat{i}+6\hat{j}-8\hat{k}.

Observe that \vec{b} = -2(2\hat{i}-3\hat{j}+4\hat{k}) = -2\vec{a}.

Since \vec{b}=\lambda\vec{a} for the scalar \lambda=-2, the two vectors are parallel to the same line.

Answer: b = −2a, so the vectors are collinear.
12

Find the direction cosines of the vector \hat{i}+2\hat{j}+3\hat{k}.

Easy +
Solution

Magnitude = \sqrt{1^2+2^2+3^2} = \sqrt{14}.

Direction cosines = \left(\dfrac{1}{\sqrt{14}}, \dfrac{2}{\sqrt{14}}, \dfrac{3}{\sqrt{14}}\right).

Answer: (1/√14, 2/√14, 3/√14).
13

Find the direction cosines of the vector joining the points A(1, 2, −3) and B(−1, −2, 1), directed from A to B.

Medium +
Solution

\vec{AB} = (-1-1)\hat{i}+(-2-2)\hat{j}+(1-(-3))\hat{k} = -2\hat{i}-4\hat{j}+4\hat{k}.

|\vec{AB}| = \sqrt{4+16+16} = \sqrt{36}=6.

Direction cosines = \left(-\dfrac{2}{6}, -\dfrac{4}{6}, \dfrac{4}{6}\right) = \left(-\dfrac13, -\dfrac23, \dfrac23\right).

Answer: (−1/3, −2/3, 2/3).
14

Show that the vector \hat{i}+\hat{j}+\hat{k} is equally inclined to the axes OX, OY and OZ.

Easy +
Solution

Let \vec{a}=\hat{i}+\hat{j}+\hat{k}. Then |\vec{a}|=\sqrt{1+1+1}=\sqrt3.

Direction cosines: l=m=n=\dfrac{1}{\sqrt3}.

Since \cos\alpha=\cos\beta=\cos\gamma=\dfrac{1}{\sqrt3}, the angles α, β and γ that the vector makes with OX, OY and OZ are all equal.

Answer: all three direction cosines are equal (1/√3 each), so the vector is equally inclined to the three axes.
15

Find the position vector of a point R which divides the line joining two points P and Q whose position vectors are \hat{i}+2\hat{j}-\hat{k} and -\hat{i}+\hat{j}+\hat{k} respectively, in the ratio 2 : 1
(i) internally
(ii) externally.

Medium +
Solution

Let \vec{a}=\vec{OP}=\hat{i}+2\hat{j}-\hat{k} and \vec{b}=\vec{OQ}=-\hat{i}+\hat{j}+\hat{k}, dividing in the ratio m : n = 2 : 1.

(i) Internally: \vec{OR} = \dfrac{m\vec{b}+n\vec{a}}{m+n} = \dfrac{2(-\hat{i}+\hat{j}+\hat{k})+1(\hat{i}+2\hat{j}-\hat{k})}{3}.

= \dfrac{(-2+1)\hat{i}+(2+2)\hat{j}+(2-1)\hat{k}}{3} = \dfrac{-\hat{i}+4\hat{j}+\hat{k}}{3}.

(ii) Externally: \vec{OR} = \dfrac{m\vec{b}-n\vec{a}}{m-n} = \dfrac{2(-\hat{i}+\hat{j}+\hat{k})-1(\hat{i}+2\hat{j}-\hat{k})}{1}.

= (-2-1)\hat{i}+(2-2)\hat{j}+(2+1)\hat{k} = -3\hat{i}+3\hat{k}.

Answer: internally, R = (−1/3)î + (4/3)ĵ + (1/3)k̂; externally, R = −3î + 3k̂.
16

Find the position vector of the mid point of the vector joining the points P(2, 3, 4) and Q(4, 1, −2).

Easy +
Solution

The midpoint R of P and Q has position vector \vec{OR} = \dfrac{\vec{a}+\vec{b}}{2}, where \vec{a}=2\hat{i}+3\hat{j}+4\hat{k} and \vec{b}=4\hat{i}+\hat{j}-2\hat{k}.

\vec{OR} = \dfrac{(2+4)\hat{i}+(3+1)\hat{j}+(4-2)\hat{k}}{2} = \dfrac{6\hat{i}+4\hat{j}+2\hat{k}}{2}.

Answer: OR = 3î + 2ĵ + k̂.
17

Show that the points A, B and C with position vectors \vec{a}=3\hat{i}-4\hat{j}-4\hat{k}, \vec{b}=2\hat{i}-\hat{j}+\hat{k} and \vec{c}=\hat{i}-3\hat{j}-5\hat{k}, respectively form the vertices of a right angled triangle.

Hard +
Solution

\vec{AB} = \vec{b}-\vec{a} = -\hat{i}+3\hat{j}+5\hat{k}, so |\vec{AB}|^2 = 1+9+25=35.

\vec{BC} = \vec{c}-\vec{b} = -\hat{i}-2\hat{j}-6\hat{k}, so |\vec{BC}|^2 = 1+4+36=41.

\vec{CA} = \vec{a}-\vec{c} = 2\hat{i}-\hat{j}+\hat{k}, so |\vec{CA}|^2 = 4+1+1=6.

Since |\vec{AB}|^2+|\vec{CA}|^2 = 35+6 = 41 = |\vec{BC}|^2, the converse of the Pythagoras theorem is satisfied.

Answer: |AB|² + |CA|² = |BC|², so ABC is a right angled triangle, right-angled at A.
18

In triangle ABC (Fig 10.18), which of the following is not true?
(A) \vec{AB}+\vec{BC}+\vec{CA}=\vec{0}
(B) \vec{AB}+\vec{BC}-\vec{AC}=\vec{0}
(C) \vec{AB}+\vec{BC}-\vec{CA}=\vec{0}
(D) \vec{AB}-\vec{CB}+\vec{CA}=\vec{0}

Medium +
Solution

By the triangle law, for any triangle ABC taken in order: \vec{AB}+\vec{BC}+\vec{CA}=\vec{0} — so (A) is true.

From this, \vec{AB}+\vec{BC}=-\vec{CA}=\vec{AC}, so \vec{AB}+\vec{BC}-\vec{AC}=\vec{0} — so (B) is true.

For (C), \vec{AB}+\vec{BC}-\vec{CA} = \vec{AC}-\vec{CA} = \vec{AC}+\vec{AC} = 2\vec{AC} \neq \vec{0} in general — so (C) is not true.

For (D), \vec{AB}-\vec{CB}+\vec{CA} = \vec{AB}+\vec{BC}+\vec{CA} = \vec{0} (using -\vec{CB}=\vec{BC}) — so (D) is true.

Answer: (C).
19

If \vec{a} and \vec{b} are two collinear vectors, then which of the following are incorrect?
(A) \vec{b}=\lambda\vec{a}, for some scalar λ
(B) \vec{a}=\pm\vec{b}
(C) the respective components of \vec{a} and \vec{b} are not proportional
(D) both the vectors \vec{a} and \vec{b} have the same direction, but different magnitudes

Medium +
Solution

(A) is a correct statement — this is precisely the defining property of collinear vectors.

(C) is incorrect — for collinear vectors, the respective components are always proportional (that is exactly how collinearity is tested using components); the statement claims the opposite.

(D) is incorrect as a general statement — collinear vectors can point in opposite directions too (e.g. \vec{a} and -2\vec{a} are collinear but not in the same direction), so it is not true for every pair of collinear vectors.

Answer: (C) and (D) are incorrect.

Know exactly which chapters are costing you marks

1000+ solved CBSE PYQs, unlimited AI-generated practice for your weak areas, and a chapter-wise Performance Report — not just for this chapter, but your entire syllabus.

Explore it →
Common Questions

FAQs — Class 12 Maths NCERT Solutions Chapter 10 Ex 10.2

How many questions are there in Exercise 10.2?

Exercise 10.2 has 19 questions covering vector magnitude, addition, component form, unit vectors, direction cosines, collinearity, the section formula, and two multiple-choice questions.

What concept does Exercise 10.2 test?

It tests the component form of a vector — writing vectors in terms of the unit vectors i, j, k — along with vector addition, finding unit vectors and direction cosines, checking collinearity, and using the section formula to find a point dividing a line segment in a given ratio.

Where can I find the official NCERT textbook for this exercise?

Exercise 10.2 is from Chapter 10, Vector Algebra, in the NCERT Class 12 Mathematics textbook (Part I), published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the questions exactly as they appear there.

Carry the formulas with you

One-page printable formula cards for every chapter, including Vector Algebra.

Get the Formula Cards →
Expert CBSE Coaching · Class 9–12