Loading…

Ellipse Equation Calculator and Converter

Math Geometry • Coordinate Geometry

View all topics

Convert ellipse equations between general and standard/vertex forms (axis-aligned ellipses), or build an ellipse from vertices + co-vertices. The graph is interactive: drag to pan, wheel/trackpad to zoom, pinch on touch.

Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(), tan(), ln(), log(), abs(). Use * for multiplication.

Mode

Tip: This tool assumes no \(xy\) term (axis-aligned ellipses). Use the conic classifier for rotated cases.

Inputs

Enter coefficients for: \(A x^2 + C y^2 + D x + E y + F = 0\)

Sample: \(4x^2 + 9y^2 = 36\) → \(x^2/9 + y^2/4 = 1\) and foci \((\pm\sqrt{5},0)\).

Enter center and semi-axes for: \(\dfrac{(x-h)^2}{a_x^2}+\dfrac{(y-k)^2}{b_y^2}=1\)

Enter two vertices and two co-vertices (axis-aligned ellipse).
Vertices are endpoints of the major axis, co-vertices endpoints of the minor axis.


Example corresponds to \(\\frac{x^2}{9}+\\frac{y^2}{4}=1\): vertices \((\pm3,0)\), co-vertices \((0,\pm2)\).

Graph options

The plot uses square units (equal x/y scaling). Tick numbers stay close to their axes.

Ready
Choose a mode and click Calculate.
Ellipse diagram (pan/zoom enabled)

Drag to pan • wheel/trackpad to zoom • pinch on touch • “Reset view” fits the ellipse.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do I convert an ellipse from general form to standard form?

Use the General to Standard mode and enter A, C, D, E, and F for Ax^2 + Cy^2 + Dx + Ey + F = 0. The conversion is done by completing the square in x and y to rewrite it as (x-h)^2/ax^2 + (y-k)^2/by^2 = 1.

Why does the ellipse converter assume there is no xy term?

An xy term indicates a rotated conic section in the coordinate plane. This tool is designed for axis-aligned ellipses, so it assumes the equation can be written without an xy term.

How are the foci and eccentricity of an ellipse calculated?

From standard form, the semi-axes determine a = max(ax, by) and b = min(ax, by). Then c = sqrt(a^2 - b^2) and eccentricity e = c/a, and the foci are located c units from the center along the major axis.

Can I build the ellipse equation using vertices and co-vertices?

Yes. Enter two vertices (endpoints of the major axis) and two co-vertices (endpoints of the minor axis) in the Vertices and Co-vertices mode, and the calculator finds the center, semi-axis lengths, and outputs the corresponding axis-aligned ellipse equation.