Logo

Suppose we wanna find distance between the origin & a point on 2D Plane:

WhatsApp Image 2024-07-25 at 10.46.56 PM.jpeg

Origin: (x1,y1)=(0,0)(x1,y1) = (0,0) Point: (x2,y2)=(x,y)(x2​,y2​)=(x,y)

Euclidean distance formula: The Euclidean distance between two points (x1,y1) and (x2,y2) is given by:

d=(x22x12)+(y22y12) d = \sqrt{(x_2^2 - x_1 ^ 2) + (y_2^2 - y_1 ^ 2) }

Substitute the coordinates:

d=(x2)+(y2) d = \sqrt{(x^2) + (y^2) }

© 2025 All rights reservedBuilt with DataHub Cloud

Built with LogoDataHub Cloud