Find the centre (h, k) and radius of a circle from its general equation (x² + y² + Dx + Ey + F = 0) or from three points that lie on the circle. Full working is shown for each method.
Enter coefficients for x² + y² + Dx + Ey + F = 0
The centre of a circle is the fixed point that is equidistant from every point on the circle. This distance is the radius. In a coordinate system, the centre is written as (h, k), so a circle with centre (h, k) and radius r satisfies the standard equation:
(x − h)² + (y − k)² = r²
Any circle can be written in general form as x² + y² + Dx + Ey + F = 0. To find the centre and radius, complete the square for both x and y:
For a valid circle, the expression under the square root must be positive.
Three non-collinear points on a circle uniquely determine that circle. Substituting each point (xi, yi) into the general equation gives three linear equations in D, E, and F. This system is solved using Cramer's rule:
| Step | Action |
|---|---|
| 1 | Write three equations: xi² + yi² + Dxi + Eyi + F = 0 |
| 2 | Let Ri = −(xi² + yi²); solve the 3x3 linear system [xi, yi, 1] [D, E, F] = [Ri] |
| 3 | Compute centre: h = −D/2, k = −E/2 |
| 4 | Compute radius: r = √(h² + k² − F) |
General equation: x² + y² − 6x + 4y − 12 = 0, so D = −6, E = 4, F = −12.
Sources and method: Euclidean geometry standard form of a circle. Completing the square as per any secondary-school coordinate geometry curriculum. Cramer's rule for 3x3 linear systems (standard linear algebra).
Results are exact for the inputs given. Floating-point rounding may cause very small differences in the last decimal place for three-point calculations involving large coordinates.
If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.
Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.
Calculate.co.nz is the sister site of CalculatorHub.com, the world's largest calculator website by tool count.
All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.
Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.
Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.
Calculate.co.nz is hosted in Auckland via SiteHost new Zealand.
All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.
About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use
Reviewed and maintained. Last reviewed 2026-07-02 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.
© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.