Solveeit Logo

Question

Question: Find the distance of point P(x,y) from the origin....

Find the distance of point P(x,y) from the origin.

Explanation

Solution

Hint: In order to solve this problem use the distance formula and put the coordinates of the origin and the point given. Doing this will solve your problem.

Complete step-by-step answer:

As we know the coordinates of origin are (0,0).

The point given is P(x,y).
We know that the distance between the two points let it be {\text{(}}{{\text{x}}_{\text{1}}}{\text{,}}{{\text{y}}_{\text{1}}}{\text{)}}\,{\text{& }}\,{\text{(}}{{\text{x}}_{\text{2}}}{\text{,}}{{\text{y}}_{\text{2}}}{\text{)}} is written as (x1x2)2+(y1y2)2\sqrt {{{({x_1} - {x_2})}^2} + {{({y_1} - {y_2})}^2}}
In this case,
x1=0 y1=0 x2=x y2=y  {x_1} = 0 \\\ {y_1} = 0 \\\ {x_2} = x \\\ {y_2} = y \\\

On putting these values in the above formula we get,
(0x)2+(0y)2\sqrt {{{(0 - x)}^2} + {{(0 - y)}^2}} =x2+y2\sqrt {{x^2} + {y^2}} .

Hence the distance between the origin and the point P is x2+y2\sqrt {{x^2} + {y^2}} .

Note: We were careful to put the x-coordinates together and the y-coordinates together and not mix them up.