Exercise 1
Find the angle between the lines whose direction ratios are and .
Not cross-checked
This solution has not been cross-checked against the answer printed in NCERT.
NCERT’s answer
\(\displaystyle 90^{\circ}\)
If two lines have direction ratios \(\displaystyle a_1, b_1, c_1\) and \(\displaystyle a_2, b_2, c_2\), the angle \(\displaystyle \theta\) between them satisfies
\[\cos\theta = \frac{a_1a_2 + b_1b_2 + c_1c_2}{\sqrt{a_1^2+b_1^2+c_1^2}\;\sqrt{a_2^2+b_2^2+c_2^2}} . \]
Here \(\displaystyle (a_1, b_1, c_1) = (a,\, b,\, c)\) and \(\displaystyle (a_2, b_2, c_2) = (b-c,\, c-a,\, a-b)\).Evaluate the numerator alone:
\[a(b-c) + b(c-a) + c(a-b) = ab - ac + bc - ab + ca - cb = 0 , \]
since the six terms cancel in pairs (\(\displaystyle ab\) with \(\displaystyle -ab\), \(\displaystyle -ac\) with \(\displaystyle ca\), \(\displaystyle bc\) with \(\displaystyle -cb\)). This is an identity in \(\displaystyle a, b, c\) — no special values are needed.Both denominators are non-zero (direction ratios of a line are never all zero), so
\[\cos\theta = \frac{0}{\sqrt{a^2+b^2+c^2}\;\sqrt{(b-c)^2+(c-a)^2+(a-b)^2}} = 0 . \]Hence
\[\theta = \frac{\pi}{2} = 90^\circ , \]
that is, the two lines are perpendicular for every choice of \(\displaystyle a, b, c\).