find the distance of a point P (x,y) from the origin.
Answers
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
Solution is .
Given
Distance of a point P(x,y) from the origin = ?
Let the origin be T(0,0).
Distance formula is used to find the distance between two points.
By applying, distance formula distance the two points P(x,y) and T(0,0) can be determined as follows:
Distance =
P (x,y) T(0,0)
= x = y
= 0 = 0
Distance =
=
=
Distance = .
To learn more...
1. brainly.in/question/3097707
2. brainly.in/question/3095404