
This formula calculates the straight-line distance between a point and the center of a circle using Cartesian coordinates.
Use this formula when determining whether a point lies inside, on, or outside a circle, or when calculating geometric distances.
If the point is (5,4) and the circle center is (1,1):
d = √((5-1)² + (4-1)²) = 5 m
- Analytic geometry
- Coordinate calculations
- CAD and graphics
- Engineering and surveying
- Computer simulations