find the distance of a point P(x,y) from the origin
Answers
Answered by
5
coordinates of origin is 0,0 then length of P is under root x1 - x2 ka whole sqr + y1 - y1 ka whole square..
then 0-x ka whole squr + 0 - y ka while squr then value is x sqr plus y sqr..
hope it helps u
then 0-x ka whole squr + 0 - y ka while squr then value is x sqr plus y sqr..
hope it helps u
Answered by
1
Given:
Point ( x, y )
Origin ( 0, 0 )
To find:
The distance.
Solution:
By formula
Distance between two points = √(( y2 - y1 )^2 + ( x2 - x1 )^2)
Origin ( 0, 0 ) ( x1, y1 )
Point ( x, y ) ( x2, y2 )
Distance = √(( y - 0 )^2 + ( x - 0 )^2
√(x)^2 + (y)^2
Hence, the distance of a point P(x,y) from the origin is √(x)^2 + (y)^2.
Read more on Brainly.in - https://brainly.in/question/3097707
Similar questions