Question
Question: Find the distance of point P(x,y) from the origin....
Find the distance of point P(x,y) from the origin.
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 (x1−x2)2+(y1−y2)2
In this case,
x1=0 y1=0 x2=x y2=y
On putting these values in the above formula we get,
(0−x)2+(0−y)2=x2+y2.
Hence the distance between the origin and the point P is x2+y2.
Note: We were careful to put the x-coordinates together and the y-coordinates together and not mix them up.