Solveeit Logo

Question

Question: Find the distances between the following pair of points \((a,0) \)and\((0,b)\)....

Find the distances between the following pair of points (a,0)(a,0) and(0,b)(0,b).

Explanation

Solution

Hint: Use distance formula. Use(x1,y1)(a,0)({{x}_{1}},{{y}_{1}})\equiv (a,0) and (x2,y2)(0,b)({{x}_{2}},{{y}_{2}})\equiv (0,b). So substitute the points you will get the answer.

So about distance,
Distance is the total movement of an object without any regard to direction. We can define
distance as to how much ground an object has covered despite its starting or ending point.

So let AA and BB be the points on a graph above.
So we have to find the distance between these points ABAB.
We can run lines down from AA, and along from BB, to make a Right Angled Triangle.


And with a little help from Pythagoras we know that,
a2+b2=c2{{a}^{2}}+{{b}^{2}}={{c}^{2}}
So we get,
By simplifying,
c=a2+b2c=\sqrt{{{a}^{2}}+{{b}^{2}}}…………. (1)
Now let the coordinates of A(x1,y1)A({{x}_{1}},{{y}_{1}}) and B(x2,y2)B({{x}_{2}},{{y}_{2}})
x1{{x}_{1}} means the xx coordinate of point AA and y1{{y}_{1}} means the yy coordinate
of point AA,
x2{{x}_{2}} means the xx coordinate of point BB and y2{{y}_{2}} means the yy coordinate
of point BB,

So the horizontal distance aa is (x1x2)({{x}_{1}}-{{x}_{2}}),
Also the vertical distance bb is (y1y2)({{y}_{1}}-{{y}_{2}}).
Now we can solve for cc (the distance between the points),
So from (1), Substituting the value of aa and bb,
We get,
c=(x1x2)2+(y1y2)2c=\sqrt{{{({{x}_{1}}-{{x}_{2}})}^{2}}+{{({{y}_{1}}-{{y}_{2}})}^{2}}}
So we can writecc as dist.(AB)dist.(AB),
So we get,
dist.(AB)=(x1x2)2+(y1y2)2dist.(AB)=\sqrt{{{({{x}_{1}}-{{x}_{2}})}^{2}}+{{({{y}_{1}}-{{y}_{2}})}^{2}}}
This formula finds the length of a line that stretches between two points: Point AA and Point BB. The linear distance is the square root of the square of the horizontal distance plus
the square of the vertical distance between two points
So the above we get the distance.
So the above formula is a distance formula.
So now we have to find the distance between two points i.e.(a,0)(a,0) and (0,b)(0,b),
So letA(a,0) A(a,0) and B(0,b)B(0,b),
So here x1=a,x2=0,y1=0{{x}_{1}}=a,{{x}_{2}}=0,{{y}_{1}}=0 and y2=b{{y}_{2}}=b,
So Using distance formula, we get,
dist.(AB)=(a0)2+(0b)2dist.(AB)=\sqrt{{{(a-0)}^{2}}+{{(0-b)}^{2}}}
So simplifying in simple manner we get,
dist.(AB)=a2+b2dist.(AB)=\sqrt{{{a}^{2}}+{{b}^{2}}}
So we get the final distance between the points(a,0)(a,0)and(0,b)(0,b)asa2+b2\sqrt{{{a}^{2}}+{{b}^{2}}}.
Note: So be familiar with the distance formula i.e. dist.(AB)=(x1x2)2+(y1y2)2dist.(AB)=\sqrt{{{({{x}_{1}}-{{x}_{2}})}^{2}}+{{({{y}_{1}}-{{y}_{2}})}^{2}}}. So if the question is
asked to find the distance so first equate the points withA(x1,y1)A({{x}_{1}},{{y}_{1}}) and B(x2,y2)B({{x}_{2}},{{y}_{2}}). Then it will get easy to solve the problem. Otherwise confusion also
occurs between the points. The points get interchange so equate the points to avoid the confusion.