Math, asked by Bandiveena46, 1 year ago

Find the distance of a point p(x,y)from the origin

Answers

Answered by locomaniac
6
aloha user!
-----------------

here is the answer:

we know that the coordinates of the point on origin would be (0,0)

let x2 = 0
x1 = x
y2 = 0
y1 = y

now we are going to use distance formula.

√ (x2 - x1 ) squared + ( y2 - y1 ) squared
√ ( 0 - x ) squared + ( 0 - y ) squared
 \sqrt{ {x}^{2}  +  {y}^{2} }
---------------------------
Answered by topanswers
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