Can you exchange the coordinates of points (x1,y 1) and (x2, y2) in the distance formula and still find the correct distance? Explain your answer with an example.

Respuesta :

It doesn't matter because, in the end, the differences are squared and multiplying a negative by a negative yields a positive.

Answer:

Yes. we can exchange the coordinates.

Step-by-step explanation:

Distance formula says that

distance between

[tex](x_1, y_1) & (x_2, y_2) = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]

and we consider the positive root only

If these two are interchanged when we square the result would be the same.

Example:

(1,2) and (-2, -2)

Distance in one order = [tex]\sqrt{(1+2)^2+(2+2)^2} =5[/tex]

If order is interchanged

distance = [tex]\sqrt{(-2-1)^2+(-2-2)^2} =5[/tex]

Thus we find that order does not matter while calculating distance.