Ellipse Calculator — Area, Circumference, Eccentricity & Foci
Calculate all properties of an ellipse from semi-major and semi-minor axes. Includes area, circumference (Ramanujan), eccentricity, foci distance, directrix, latus rectum, and flattening.
Find the center of an ellipse from the general equation Ax²+Bxy+Cy²+Dx+Ey+F=0 or standard form parameters. Computes center, semi-axes, eccentricity, foci, area, and circumference.
| Type | Standard Equation | Eccentricity | Center | Notes |
|---|---|---|---|---|
| Circle | x²+y²=r² | 0 | (0,0) | All points equidistant from center |
| Ellipse | x²/a²+y²/b²=1 | 0<e<1 | (0,0) | Sum of distances to foci is constant |
| Parabola | y=ax²+bx+c | 1 | Vertex | One focus, equidistant from focus & directrix |
| Hyperbola | x²/a²−y²/b²=1 | >1 | (0,0) | Difference of distances to foci is constant |
An ellipse is the set of all points in a plane where the sum of the distances to two fixed points (the foci) is constant. Every ellipse has a center — the midpoint between its foci — around which it is symmetric. The standard form of an ellipse centered at (h, k) is (x−h)²/a² + (y−k)²/b² = 1, where a and b are the semi-major and semi-minor axes.
Often, however, an ellipse is given in general form: Ax² + Bxy + Cy² + Dx + Ey + F = 0. To find the center and axis lengths from this equation, you complete the square for x and y, grouping and factoring until the equation matches standard form. The center is then (h, k) = (−D/2A, −E/2C) when B = 0 (no rotation).
Knowing the center unlocks many other properties. The eccentricity e = c/a, where c = √(a²−b²), measures how "stretched" the ellipse is — 0 for a circle, approaching 1 for a very elongated shape. The foci lie along the major axis at distance c from the center. The area is πab, and the circumference has no closed-form formula but is well-approximated by Ramanujan's π[3(a+b) − √((3a+b)(a+3b))].
This calculator accepts either general-form coefficients or standard-form parameters, computes the center, axes, eccentricity, foci, area, and approximate circumference, and includes presets for common ellipses and a conic-sections reference table.
Use this page when you need the center and the derived ellipse properties from either standard form or coefficients in the general equation. It keeps the center, semi-axes, eccentricity, foci, area, and circumference together so you can check the conic classification and the geometry at the same time.
Center from general form (B=0): h = −D/(2A), k = −E/(2C)
Semi-axes: a = √(rhs/A), b = √(rhs/C) where rhs = −F + D²/(4A) + E²/(4C)
Eccentricity: e = c/a, c = √(a²−b²)
Area: πab
Circumference ≈ π[3(a+b) − √((3a+b)(a+3b))] (Ramanujan)Result: Center = (0, 0), semi-axes a = 1 and b = 1
With h = 0, k = 0, a = 1, and b = 1, the ellipse is actually a unit circle centered at the origin. The derived outputs then show eccentricity 0, equal semi-axes, and the corresponding area and circumference values.
Find the center of an ellipse from the general equation Ax²+Bxy+Cy²+Dx+Ey+F=0 or standard form parameters. Computes center, semi-axes, eccentricity, foci, area, and circumference. Use it when you need a repeatable calculation in the math / geometry category and want the setup, result, and supporting values kept together. This is especially helpful when small input changes, unit choices, or rounding decisions can change the final number.
Start by confirming that the inputs match the formula shown on the page. Then compare the main output with the worked example and any secondary values shown by the calculator. If the result will be used in another calculation, keep extra precision until the final step and record the assumptions beside the number.
Treat the result as a calculation aid rather than a substitute for context. For schoolwork, include the formula and substitution steps. For planning, technical, financial, or health-related decisions, verify important numbers against primary records, current rules, or a qualified professional before acting on them.
Last updated:
When B=0, complete the square for x and y separately: h = −D/(2A), k = −E/(2C). This gives the center (h, k).
A nonzero B means the ellipse is rotated. You can still find the center, but the axes are tilted. This calculator handles the B=0 case exactly and notes when rotation is present.
Eccentricity e = c/a measures how elongated the ellipse is. For a circle e=0, for a very narrow ellipse e approaches 1.
Compute c = √(a²−b²). The foci are at (h±c, k) if a ≥ b (horizontal major axis) or (h, k±c) if b > a (vertical major axis).
No. The exact circumference involves an elliptic integral. Ramanujan's approximation, π[3(a+b) − √((3a+b)(a+3b))], is highly accurate for most practical cases.
A circle is a special ellipse where a = b (both semi-axes are equal). Its eccentricity is 0, and it has a single center rather than two distinct foci.
Calculate all properties of an ellipse from semi-major and semi-minor axes. Includes area, circumference (Ramanujan), eccentricity, foci distance, directrix, latus rectum, and flattening.
Calculate area, circumference, radius, and diameter of a circle. Supports solving from radius, diameter, circumference, or area with unit selection, presets for common objects, sector/arc calculati...
Calculate the circumference of a circle from radius or diameter. Also computes area, arc length for a given angle, and sector area. Includes unit selector, common-circle presets, and reference table.