This Class 12 Maths NCERT Solutions Chapter 10 Miscellaneous Exercise page covers all 19 questions, solved step-by-step. Unlike Exercises 10.1–10.4, which isolate one idea at a time, this exercise deliberately mixes them — a single question might need vector addition, the section formula and a dot product in the same solution, which is exactly how vectors show up in an actual CBSE paper.
Questions 1–10 revisit the toolkit from earlier exercises in combined, real-world framing: a unit vector at a given angle, a girl's net displacement after walking in two directions (a recurring board-exam favourite), collinearity with a ratio of division, and a parallelogram's diagonal and area together in one question. Questions 11–15 lean harder into proof: showing a vector is equally inclined to the axes, constructing a vector perpendicular to two others under an extra dot-product constraint, and proving the "if and only if" identity connecting (\vec{a}+\vec{b})\cdot(\vec{a}+\vec{b})=|\vec{a}|^2+|\vec{b}|^2 to perpendicularity — a proof-writing style CBSE tests directly in 3- and 5-mark questions. The exercise closes with four MCQs (16–19) that quietly test the dot and cross product formulas from the opposite direction — given the answer, find the angle.
A unit vector in the XY-plane making angle θ with the positive x-axis is \cos\theta\,\hat{i}+\sin\theta\,\hat{j}.
For \theta=30^\circ: \cos30^\circ=\dfrac{\sqrt3}{2}, \sin30^\circ=\dfrac12.
\vec{PQ} = (x_2-x_1)\hat{i}+(y_2-y_1)\hat{j}+(z_2-z_1)\hat{k}.
Magnitude: |\vec{PQ}| = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}.
Take east as \hat{i} and north as \hat{j}. The first walk is \vec{OA} = -4\hat{i} (4 km west).
The second walk is 3 km at 30° east of north: \vec{AB} = 3\sin30^\circ\,\hat{i} + 3\cos30^\circ\,\hat{j} = \dfrac32\hat{i}+\dfrac{3\sqrt3}{2}\hat{j}.
Net displacement \vec{OB} = \vec{OA}+\vec{AB} = \left(-4+\dfrac32\right)\hat{i}+\dfrac{3\sqrt3}{2}\hat{j} = -\dfrac52\hat{i}+\dfrac{3\sqrt3}{2}\hat{j}.
|\vec{OB}| = \sqrt{\left(\dfrac52\right)^2+\left(\dfrac{3\sqrt3}{2}\right)^2} = \sqrt{\dfrac{25}{4}+\dfrac{27}{4}} = \sqrt{13}.
No, this is not true in general. By the triangle inequality, |\vec{a}|\le|\vec{b}|+|\vec{c}|, with equality only when \vec{b} and \vec{c} are collinear and in the same direction.
Counter-example: let \vec{b}=\hat{i}, \vec{c}=\hat{j}. Then \vec{a}=\hat{i}+\hat{j}, so |\vec{a}|=\sqrt2, but |\vec{b}|+|\vec{c}|=1+1=2.
|x(\hat{i}+\hat{j}+\hat{k})| = |x|\sqrt3 = 1 \Rightarrow |x|=\dfrac{1}{\sqrt3}.
Resultant \vec{a}+\vec{b} = 3\hat{i}+\hat{j}+0\hat{k}. Magnitude = \sqrt{9+1}=\sqrt{10}.
Required vector = \dfrac{5}{\sqrt{10}}(3\hat{i}+\hat{j}) = \dfrac{15}{\sqrt{10}}\hat{i}+\dfrac{5}{\sqrt{10}}\hat{j}, which simplifies to \dfrac{3\sqrt{10}}{2}\hat{i}+\dfrac{\sqrt{10}}{2}\hat{j}.
2\vec{a} = 2\hat{i}+2\hat{j}+2\hat{k}, -\vec{b} = -2\hat{i}+\hat{j}-3\hat{k}, 3\vec{c} = 3\hat{i}-6\hat{j}+3\hat{k}.
Sum: 2\vec{a}-\vec{b}+3\vec{c} = (2-2+3)\hat{i}+(2+1-6)\hat{j}+(2-3+3)\hat{k} = 3\hat{i}-3\hat{j}+2\hat{k}.
Magnitude = \sqrt{9+9+4}=\sqrt{22}.
\vec{AB} = 4\hat{i}+2\hat{j}+6\hat{k}, so |\vec{AB}|=\sqrt{16+4+36}=\sqrt{56}=2\sqrt{14}.
\vec{BC} = 6\hat{i}+3\hat{j}+9\hat{k}, so |\vec{BC}|=\sqrt{36+9+81}=\sqrt{126}=3\sqrt{14}.
\vec{AC} = 10\hat{i}+5\hat{j}+15\hat{k}, so |\vec{AC}|=\sqrt{100+25+225}=\sqrt{350}=5\sqrt{14}.
Since |\vec{AC}|=|\vec{AB}|+|\vec{BC}| (as 2\sqrt{14}+3\sqrt{14}=5\sqrt{14}), the three points are collinear.
Also, \vec{AB} and \vec{BC} are in the same direction (each is a positive multiple of 2\hat{i}+\hat{j}+3\hat{k}), so B lies between A and C, dividing AC in the ratio |AB|:|BC| = 2\sqrt{14}:3\sqrt{14} = 2:3.
For external division in ratio m : n = 1 : 2, \vec{OR} = \dfrac{m\vec{OQ}-n\vec{OP}}{m-n}.
\vec{OR} = \dfrac{1(\vec{a}-3\vec{b})-2(2\vec{a}+\vec{b})}{1-2} = \dfrac{\vec{a}-3\vec{b}-4\vec{a}-2\vec{b}}{-1} = \dfrac{-3\vec{a}-5\vec{b}}{-1} = 3\vec{a}+5\vec{b}.
Midpoint of R and Q: \dfrac{\vec{OR}+\vec{OQ}}{2} = \dfrac{(3\vec{a}+5\vec{b})+(\vec{a}-3\vec{b})}{2} = \dfrac{4\vec{a}+2\vec{b}}{2} = 2\vec{a}+\vec{b}, which is exactly \vec{OP}.
Let \vec{a}=2\hat{i}-4\hat{j}+5\hat{k}, \vec{b}=\hat{i}-2\hat{j}-3\hat{k}. Diagonal = \vec{a}+\vec{b} = 3\hat{i}-6\hat{j}+2\hat{k}.
|\vec{a}+\vec{b}| = \sqrt{9+36+4}=\sqrt{49}=7. Unit vector = \dfrac37\hat{i}-\dfrac67\hat{j}+\dfrac27\hat{k}.
Area of parallelogram = |\vec{a}\times\vec{b}|. \vec{a}\times\vec{b} = \begin{vmatrix}\hat{i}&\hat{j}&\hat{k}\\2&-4&5\\1&-2&-3\end{vmatrix} = \hat{i}(12+10)-\hat{j}(-6-5)+\hat{k}(-4+4)
= 22\hat{i}+11\hat{j}+0\hat{k}, so |\vec{a}\times\vec{b}|=\sqrt{484+121}=\sqrt{605}=11\sqrt5.
If the vector is equally inclined to all three axes, its direction cosines satisfy l=m=n.
Using l^2+m^2+n^2=1: 3l^2=1 \Rightarrow l=\pm\dfrac{1}{\sqrt3}.
Since \vec{d} is perpendicular to both \vec{a} and \vec{b}, it must be parallel to \vec{a}\times\vec{b}, so \vec{d}=t(\vec{a}\times\vec{b}) for some scalar t.
\vec{a}\times\vec{b} = \begin{vmatrix}\hat{i}&\hat{j}&\hat{k}\\1&4&2\\3&-2&7\end{vmatrix} = \hat{i}(28+4)-\hat{j}(7-6)+\hat{k}(-2-12) = 32\hat{i}-\hat{j}-14\hat{k}.
\vec{d}=t(32\hat{i}-\hat{j}-14\hat{k}). Then \vec{c}\cdot\vec{d} = t[2(32)+(-1)(-1)+4(-14)] = t[64+1-56]=9t.
Setting 9t=15 gives t=\dfrac53.
Sum of the two vectors: (2+\lambda)\hat{i}+6\hat{j}-2\hat{k}.
Its magnitude: \sqrt{(2+\lambda)^2+36+4} = \sqrt{(2+\lambda)^2+40}.
The condition gives \dfrac{(\hat{i}+\hat{j}+\hat{k})\cdot[(2+\lambda)\hat{i}+6\hat{j}-2\hat{k}]}{\sqrt{(2+\lambda)^2+40}} = 1, i.e. \dfrac{(2+\lambda)+6-2}{\sqrt{(2+\lambda)^2+40}}=1.
6+\lambda = \sqrt{(2+\lambda)^2+40}. Squaring: 36+12\lambda+\lambda^2 = 4+4\lambda+\lambda^2+40.
36+12\lambda = 44+4\lambda \Rightarrow 8\lambda=8.
Let |\vec{a}|=|\vec{b}|=|\vec{c}|=k, with \vec{a}\cdot\vec{b}=\vec{b}\cdot\vec{c}=\vec{c}\cdot\vec{a}=0 (mutual perpendicularity).
(\vec{a}+\vec{b}+\vec{c})\cdot\vec{a} = \vec{a}\cdot\vec{a}+\vec{b}\cdot\vec{a}+\vec{c}\cdot\vec{a} = k^2+0+0 = k^2, and identically (\vec{a}+\vec{b}+\vec{c})\cdot\vec{b}=k^2, (\vec{a}+\vec{b}+\vec{c})\cdot\vec{c}=k^2.
Also |\vec{a}+\vec{b}+\vec{c}|^2 = |\vec{a}|^2+|\vec{b}|^2+|\vec{c}|^2+2(\vec{a}\cdot\vec{b}+\vec{b}\cdot\vec{c}+\vec{c}\cdot\vec{a}) = 3k^2, so |\vec{a}+\vec{b}+\vec{c}|=k\sqrt3.
The cosine of the angle with each of \vec{a},\vec{b},\vec{c} is \dfrac{k^2}{k\sqrt3\cdot k} = \dfrac{1}{\sqrt3} in every case — the same value.
Expanding: (\vec{a}+\vec{b})\cdot(\vec{a}+\vec{b}) = |\vec{a}|^2+2(\vec{a}\cdot\vec{b})+|\vec{b}|^2.
This equals |\vec{a}|^2+|\vec{b}|^2 if and only if 2(\vec{a}\cdot\vec{b})=0, i.e. \vec{a}\cdot\vec{b}=0.
Since \vec{a} and \vec{b} are both nonzero, \vec{a}\cdot\vec{b}=0 holds exactly when \vec{a}\perp\vec{b}.
\vec{a}\cdot\vec{b} = |\vec{a}||\vec{b}|\cos\theta \ge 0 \iff \cos\theta\ge0, which happens exactly when 0\le\theta\le\dfrac{\pi}{2}.
|\vec{a}+\vec{b}|^2 = |\vec{a}|^2+2(\vec{a}\cdot\vec{b})+|\vec{b}|^2 = 1+2\cos\theta+1 = 2+2\cos\theta.
Setting this equal to 1 (for a unit vector): 2+2\cos\theta=1 \Rightarrow \cos\theta=-\dfrac12.
\hat{j}\times\hat{k}=\hat{i}, so \hat{i}\cdot(\hat{j}\times\hat{k}) = \hat{i}\cdot\hat{i}=1.
\hat{i}\times\hat{k}=-\hat{j}, so \hat{j}\cdot(\hat{i}\times\hat{k}) = \hat{j}\cdot(-\hat{j})=-1.
\hat{i}\times\hat{j}=\hat{k}, so \hat{k}\cdot(\hat{i}\times\hat{j}) = \hat{k}\cdot\hat{k}=1.
Sum = 1-1+1=1.
|\vec{a}\cdot\vec{b}| = |\vec{a}||\vec{b}|\cos\theta and |\vec{a}\times\vec{b}| = |\vec{a}||\vec{b}|\sin\theta.
Setting these equal: \cos\theta=\sin\theta \Rightarrow \tan\theta=1.
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.
One-page printable formula cards for every chapter, including Vector Algebra.
Expert CBSE Coaching · Class 9–12