Distance between Points Not Parallel to X & Y Coordinates
Question 1 ii...
Question
Question 1 (iii)
Find the distance between the following pairs of points:
(iii) (a, b), (− a, − b)
Open in App
Solution
(iii)Distance between the points is given by √(x1−x2)2+(y1−y2)2
Therfore distance between (a, b) and (− a, − b) is given by l=√(a−(−a))2+(b−(−b))2 =√(2a)2+(2b)2 =√4a2+4b2=2√a2+b2