Find the distance between the following pairs of points :
(i) (2, 3), (4, 1)
(ii) (– 5, 7), (– 1, 3)
(iii) (a, b), (– a, – b)
Concept Used
The distance between two points in a coordinate plane is obtained using the Distance Formula, which is derived from the Pythagoras Theorem.
If two points are A(x₁, y₁) and B(x₂, y₂), then
\[ \text{Distance} = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]Solution Roadmap
- Identify coordinates of both points correctly.
- Substitute values carefully into the distance formula.
- Simplify step-by-step (avoid skipping).
- Handle negative signs properly (common mistake).
- Write final answer in simplest radical form.
Solution
Part (i)
Points A(2, 3) and B(4, 1)
Final Answer: Distance = 2√2 units
Part (ii)
Points X(–5, 7) and Y(–1, 3)
Final Answer: Distance = 4√2 units
Part (iii)
Points A(a, b) and B(–a, –b)
$$\begin{aligned} AB &= \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \\ &= \sqrt{(-a - a)^2 + (-b - b)^2} \\ &= \sqrt{(-2a)^2 + (-2b)^2} \\ &= \sqrt{4a^2 + 4b^2} \\ &= \sqrt{4(a^2 + b^2)} \\ &= 2\sqrt{a^2 + b^2} \end{aligned}$$Final Answer: Distance = 2√(a² + b²)
Exam Significance
- This is a direct formula-based question frequently asked in CBSE Board exams.
- Tests your accuracy in handling negative signs and squaring.
- Part (iii) is important for algebraic manipulation skills (common in competitive exams).
- Forms the base for advanced topics like:
- Section Formula
- Midpoint Formula
- Coordinate Proofs
Common Mistakes to Avoid
- Writing multiplication instead of addition inside square root (very common error).
- Incorrect handling of negative signs.
- Skipping simplification steps.
- Not converting √8 into 2√2.