find the distance between the following pairs of points (a , -a) and (b ,b)
Answers
Answered by
0
Answer:
Let A(a,b)≡(x
1
,y
1
) and B(−a,−b)≡(x
2
,y
2
) be the points of a straight line.
AB=
(x
2
−x
1
)
2
+(y
2
−y
1
)
2
AB=
(−a−a)
2
+(−b−b)
2
=
(−2a)
2
+(−2b)
2
=
4a
2
+4b
2
=2
a
2
+b
2
units
Answered by
0
Step-by-step explanation:
Distance between points
= { ( b - a )^2 + ( b + a )^2 }^0.5
Similar questions