Skip to content
Calculator Tools

Math · 10 calculators

Coordinate Geometry Calculators

Distance, midpoint, slope, line equations, parallel and perpendicular lines, section formula and circle equations on the coordinate plane.

Key coordinate geometry formulas

Distance Between Two Pointsd = √((x₂ − x₁)² + (y₂ − y₁)²)
MidpointM = ((x₁ + x₂)/2, (y₁ + y₂)/2)
Slopem = (y₂ − y₁) / (x₂ − x₁)
Line Equationy − y₁ = m(x − x₁), m = (y₂ − y₁)/(x₂ − x₁)
Point-Slope Formy − y₁ = m(x − x₁)
Parallel Linem₂ = m₁
Perpendicular Linem₁ × m₂ = −1
Section FormulaP = ((m·x₂ + n·x₁)/(m + n), (m·y₂ + n·y₁)/(m + n))
Circle Equation(x − h)² + (y − k)² = r²
Coordinate Triangle AreaA = ½ |x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|

Coordinate Geometry questions

What is the distance formula?

d = √((x₂ − x₁)² + (y₂ − y₁)²). For (2, 3) and (5, 7): √(3² + 4²) = √25 = 5.

How do you find the midpoint?

Average the x-coordinates and average the y-coordinates. The midpoint of (−2, 4) and (6, 10) is (2, 7).

What does the slope mean?

It is the change in y for each 1-unit increase in x — "rise over run". Positive slopes go up to the right, negative slopes go down, 0 is horizontal and vertical lines have undefined slope.