Find the distance between the following pairs of points:
(i) (2, 3, 5) and (4, 3, 1)
(ii)(–1, 3, – 4) and (1, –3, 4)
(iii)(–3, 7, 2) and (2, 4, –1)
(iv) (2, –1, 3) and (–2, 1, 3).
Theory Used
In three-dimensional geometry, the distance between two points \( P(x_1, y_1, z_1) \) and \( Q(x_2, y_2, z_2) \) is obtained using the extension of the Pythagoras theorem in space:
\[ d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2} \]
This formula represents the length of the line segment joining the two points in 3D space.
Solution Roadmap
- Identify coordinates of both points clearly.
- Apply distance formula directly.
- Compute coordinate differences carefully (sign errors are common).
- Square → Add → Simplify square root.
Solution
(i) Distance between \( (2, 3, 5) \) and \( (4, 3, 1) \):
\[ \begin{aligned} d&=\sqrt{(4-2)^2+(3-3)^2+(1-5)^2}\\ &=\sqrt{2^2+0^2+(-4)^2}\\ &=\sqrt{4+16}\\ &=2\sqrt{5} \end{aligned} \]
(ii) Distance between \( (-1, 3, -4) \) and \( (1, -3, 4) \):
\[ \begin{aligned} d&=\sqrt{(1-(-1))^2+(-3-3)^2+(4-(-4))^2}\\ &=\sqrt{2^2+(-6)^2+8^2}\\ &=\sqrt{4+36+64}\\ &=2\sqrt{26} \end{aligned} \]
(iii) Distance between \( (-3, 7, 2) \) and \( (2, 4, -1) \):
\[ \begin{aligned} d&=\sqrt{(2-(-3))^2+(4-7)^2+(-1-2)^2}\\ &=\sqrt{5^2+(-3)^2+(-3)^2}\\ &=\sqrt{25+9+9}\\ &=\sqrt{43} \end{aligned} \]
(iv) Distance between \( (2, -1, 3) \) and \( (-2, 1, 3) \):
\[ \begin{aligned} d&=\sqrt{(-2-2)^2+(1-(-1))^2+(3-3)^2}\\ &=\sqrt{(-4)^2+2^2+0^2}\\ &=\sqrt{16+4}\\ &=2\sqrt{5} \end{aligned} \]
Exam Significance
- This is a foundational formula used throughout 3D geometry.
- Frequently appears directly in CBSE board exams (1–3 mark questions).
- Acts as a base for vector geometry, section formula, and direction cosines.
- In JEE/NEET, often used inside multi-step problems involving lines and planes.
- Accuracy in sign handling is critical for competitive exams.