295,529 views
44 votes
44 votes
Find the distance between the points R(a+b,a-b) and S(a-b,a+b)

User Bobby Eickhoff
by
3.2k points

2 Answers

23 votes
23 votes
Refer to the photo taken.
Find the distance between the points R(a+b,a-b) and S(a-b,a+b)-example-1
User OShiffer
by
2.7k points
26 votes
26 votes

Answer:

The distance between the points R(a+b,a-b) and S(a-b,a+b) is 2*sqrt(2)*sqrt(a^2+b^2).

Explanation:

To find the distance between the two points, we can use the distance formula:

distance = sqrt((x2-x1)^2 + (y2-y1)^2)

Plugging in the coordinates of the two points, we get:

distance = sqrt((a-b-a-b)^2 + (a+b-a+b)^2)

Simplifying, we get:

distance = sqrt(2*(a^2 + b^2))

Multiplying both sides by sqrt(2) gives us:

distance = 2*sqrt(2)*sqrt(a^2+b^2)

Therefore, the distance between the points R(a+b,a-b) and S(a-b,a+b) is 2*sqrt(2)*sqrt(a^2+b^2).

User Djeikyb
by
2.5k points