88.1k views
4 votes
Find the distance between the points R(a+b,a-b) and S(a-b,a+b)

2 Answers

2 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 Jayesh Patel
by
3.8k points
2 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 Mwallisch
by
4.6k points