187k views
1 vote
Does it matter which way you subtract the values when finding distance

User Vkopio
by
7.7k points

2 Answers

6 votes
No it does not matter when your finding distance :)
User Compton
by
7.8k points
2 votes

Yes, to find the distance between two points in one dimensional plane ,it matters that which way you subtract the values.

For, example we have to find distance between , a=6 and ,b=23 on the number line.

⇒a-b=6-23=-17, gives distance in Negative which is not possible.

⇒Now,b-a=23-6=17, gives distance in Positive Units .

⇒So, it is advisable that you subtract Smaller number from Larger Number. Or Take Modulus of Difference between two numbers which always yield a positive Quantity.

Now, Coming to Two Dimensional and three dimensional Plane

Distance between two points is given by


=\sqrt{(x_(2)-x_(1))^2+(y_(2)-y_(1))^2)}} \text{and}\\\\=\sqrt{(x_(2)-x_(1))^2+(y_(2)-y_(1))^2+(z_(2)-z_(1))^2}

So,In Two Dimensional and three dimensional Plane , Direction does not matter that is whether you are taking


x_(2)-x_(1) or x_(1)-x_(2),\\\\y_(2)-y_(1) or y_(1)-y_(2)\\\\z_(2)-z_(1) or z_(1)-z_(2)

because you have to square the difference , and then take it's square root which always yields positive value.

User Diego Nieto
by
8.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.