Question
Mathematics Question on Coordinate Geometry
Find the distance between the following pairs of points :
(i) (2, 3), (4, 1)
(ii) (– 5, 7), (– 1, 3)
(iii) (a, b), (– a, – b)
Answer
The distance between the two points is given by
(x1−x2)2+(y1−y2)2
(i) The distance between (2, 3), (4, 1) is given by
l=(2−4)2+(3−1)2
l=(−2)2+(2)2
l=4+4
l=8
l=22
(ii) distance between (– 5, 7), (– 1, 3) is given by
l=(−5−(−1))2+(7−3)2
l=(−4)2+(4)2
l=16+16
l=32
l=42
(iii) distance between (a, b), (– a, – b) is given by
l=(a−(−a))2+(b−(−b))2
l=(2a)2+(2b)2
l=4a2+4b2
l=2a2+b2