Distance
d = √((x₂-x₁)² + (y₂-y₁)²)
Midpoint
M = ((x₁+x₂)/2, (y₁+y₂)/2)
Slope
m = (y₂-y₁)/(x₂-x₁)
Circle
(x-h)² + (y-k)² = r²
Ellipse
(x-h)²/a² + (y-k)²/b² = 1
Parabola
(x-h)² = 4p(y-k)
Hyperbola
(x-h)²/a² - (y-k)²/b² = 1
Coordinate geometry, also known as analytic geometry, is a branch of mathematics that uses algebraic equations to describe geometric shapes and their properties. It establishes a connection between algebra and geometry through the use of a coordinate system, allowing geometric problems to be solved using algebraic methods and vice versa.
The Cartesian coordinate system, developed by René Descartes, is the most commonly used system. It represents points in a plane using ordered pairs (x, y) or in space using ordered triples (x, y, z). This powerful mathematical tool is fundamental to many fields including physics, engineering, computer graphics, and data visualization.
Coordinate geometry calculations follow standard mathematical formulas. Results depend on correct input values and selected operation. This calculator is intended for educational purposes and should be verified for critical applications.