Equation of a Circle from Diameter Endpoints Calculator

Find the equation of a circle from two endpoints of a diameter. Computes center (midpoint), radius, standard form, general form, area, and circumference.

Planning notes, formulas, and examples

About the Equation of a Circle from Diameter Endpoints Calculator

Given two points that are endpoints of a diameter, you can completely determine the circle they define. The center of the circle is the midpoint of the diameter, and the radius is half the distance between the two points. From the center and radius, both the standard form and general form of the circle's equation follow immediately.

The midpoint formula, (h, k) = ((x₁+x₂)/2, (y₁+y₂)/2), gives the center. The distance formula, d = √((x₂−x₁)² + (y₂−y₁)²), gives the diameter, and dividing by 2 gives the radius r. The standard form equation is (x−h)² + (y−k)² = r², which expands into the general form x² + y² + Dx + Ey + F = 0 where D = −2h, E = −2k, and F = h² + k² − r².

This is a foundational problem in analytic geometry that appears throughout high school and college mathematics. It combines the midpoint formula, distance formula, and circle equations into one cohesive problem. The technique extends naturally to spheres in 3D.

This calculator takes two diameter endpoint coordinates (x₁, y₁) and (x₂, y₂), computes the center, radius, both equation forms, area, circumference, and the slope of the diameter, with a step-by-step summary table and presets for common configurations.

When This Page Helps

The Equation of a Circle from Diameter Endpoints Calculator is useful when you need fast and consistent geometry results without reworking the same algebra repeatedly. It helps you move from raw measurements to Standard Form, General Form, Center (Midpoint) in one pass, with conversions and derived values shown together.

How to Use the Inputs

  1. Enter the x and y coordinates of the first diameter endpoint (x₁, y₁).
  2. Enter the x and y coordinates of the second diameter endpoint (x₂, y₂).
  3. Optionally, click a preset to load common endpoint pairs.
  4. Adjust decimal places for display precision if desired.
  5. View the center, radius, standard form, general form, area, and circumference.
  6. Review the step-by-step summary table to see how each value was calculated.
Formula used
Center: h = (x₁+x₂)/2, k = (y₁+y₂)/2 Diameter: d = √((x₂−x₁)²+(y₂−y₁)²) Radius: r = d/2 Standard form: (x−h)² + (y−k)² = r² General form: x² + y² − 2hx − 2ky + (h²+k²−r²) = 0 Area: A = πr² Circumference: C = 2πr

Example Calculation

Result: Center = (1, 1), radius = 5, equation: (x−1)²+(y−1)² = 25

Midpoint: h = (−3+5)/2 = 1, k = (4+(−2))/2 = 1. Diameter = √(8²+6²) = √100 = 10. Radius = 5. Standard form: (x−1)²+(y−1)² = 25. General form: x²+y²−2x−2y−23 = 0.

Tips & Best Practices

  • The two endpoints must be distinct — the same point gives a degenerate circle of radius 0.
  • The diameter form of the equation, (x−x₁)(x−x₂)+(y−y₁)(y−y₂) = 0, uses the endpoints directly without finding the center first.
  • Any diameter bisects the circle, so the midpoint always gives the center regardless of which diameter you use.
  • The general form coefficients relate to center and radius via h = −D/2, k = −E/2, r = √(h²+k²−F).

How This Equation of a Circle from Diameter Endpoints Calculator Works

Where It Helps In Practice

Equation of a Circle from Diameter Endpoints Calculator calculations show up in coursework, drafting, construction layout, packaging, tank sizing, machining, and quality control. Instead of solving each transformation manually, you can test scenarios quickly and verify whether your dimensions remain within tolerance.

Accuracy And Setup Tips

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Find the midpoint of the two points to get the center (h, k). Find the distance between them to get the diameter, then halve it for the radius r. The equation is (x−h)²+(y−k)² = r².