Ellipse Standard Form Calculator - Equation, Vertices, Foci, and Eccentricity

Use this ellipse standard form calculator with center (h, k) and semi-axes a and b to produce the standard form equation, vertices, co-vertices, foci, and eccentricity.

Updated: June 16, 2026 • Free Tool

Ellipse Standard Form Calculator

x-coordinate of the ellipse center.

y-coordinate of the ellipse center.

Half the longest diameter of the ellipse. Use a value larger than b.

Half the shortest diameter of the ellipse. Use a value smaller than a.

Whether the major axis runs left-right or up-down.

Unit for h, k, a, b, and all coordinate outputs.

Results

Standard Form Equation
0
Linear eccentricity c 0
Eccentricity e 0
Major axis length (2a) 0
Minor axis length (2b) 0
Vertex V1 (x, y) 0
Vertex V2 (x, y) 0
Co-vertex C1 (x, y) 0
Co-vertex C2 (x, y) 0
Focus F1 (x, y) 0
Focus F2 (x, y) 0

What Is the Ellipse Standard Form Calculator?

An ellipse standard form calculator is a conic-geometry tool that turns a center point (h, k) and two semi-axis lengths into the printable standard form equation plus the matching vertices, co-vertices, foci, and eccentricity.

  • Algebra and precalculus homework: Type h, k, a, and b once and copy the standard form equation, vertex list, and foci list into a homework answer.
  • Conic-section problem checks: Confirm the standard form of an ellipse written from a word problem before graphing by hand.
  • Orbit and engineering sketches: Use the vertex and focus coordinates to plot satellite orbits, gear teeth, and elliptical ducts.
  • Quick coordinate readout: Read the (x, y) coordinates of the vertices, co-vertices, and foci without redoing the algebra.

Ellipses show up in everything from planetary orbits to a tabletop mirror, and the standard form is the shortest way to describe one. The four numbers h, k, a, and b locate the center and set the two half-diameters.

The orientation toggle decides whether the major axis runs left-right or up-down, and the unit selector keeps every coordinate in the same linear system.

When you need the enclosed area of the same shape, hand the a and b values to the Ellipse Area Calculator for the pi * a * b result.

How the Ellipse Standard Form Calculator Works

The tool reads the center (h, k), the two semi-axes a and b, and the orientation, then assembles the standard form equation and the geometric values in one pass.

(x - h)^2 / a^2 + (y - k)^2 / b^2 = 1 (horizontal) (x - h)^2 / b^2 + (y - k)^2 / a^2 = 1 (vertical) c = sqrt(a^2 - b^2) e = c / a
  • h: x-coordinate of the ellipse center
  • k: y-coordinate of the ellipse center
  • a: Semi-major axis; the larger of the two input semi-axes
  • b: Semi-minor axis; the smaller of the two input semi-axes
  • c: Linear eccentricity; distance from the center to each focus
  • e: Eccentricity; the unitless ratio c / a

The calculation is deterministic: take the four input numbers, force a to be the larger of the two semi-axes, compute c with c^2 = a^2 - b^2, and report e = c / a. The orientation toggle decides whether x or y carries the larger denominator.

The tool also returns the printable (x, y) coordinates of the vertices, co-vertices, and foci, so you do not have to substitute h, k, a, and b into each formula by hand.

Translated horizontal ellipse with center (2, -1) and semi-axes 6 and 4

h = 2, k = -1, a = 6, b = 4, orientation = horizontal, unit = cm.

c = sqrt(36 - 16) = sqrt(20) = 4.4721. e = 4.4721 / 6 = 0.7454. Vertices = (-4, -1) and (8, -1). Foci = (-2.472, -1) and (6.472, -1).

Equation (x - 2)^2 / 6^2 + (y + 1)^2 / 4^2 = 1, c = 4.4721 cm, e = 0.7454, vertices (-4, -1) and (8, -1).

The center sits 2 cm right and 1 cm below the origin, the major axis is 12 cm long.

According to Wolfram MathWorld - Ellipse, the standard form of an ellipse centered at (h, k) is (x - h)^2 / a^2 + (y - k)^2 / b^2 = 1 with a as the semi-major and b as the semi-minor axis.

If the perimeter of the same ellipse is the next number you need, pass a and b to the Ellipse Perimeter Calculator for the Ramanujan boundary length.

Key Concepts Behind the Ellipse Standard Form

Four short definitions cover almost every value the calculator returns.

Center (h, k)

The point both axes pass through. The standard form always has (x - h) and (y - k) in the numerators, so changing the center slides the ellipse without stretching it.

Semi-major axis a and semi-minor axis b

a is half the longest diameter and b is half the shortest. The convention a > b keeps the standard form consistent with most textbooks.

Linear eccentricity c

c = sqrt(a^2 - b^2) is the distance from the center to either focus. The two foci sit on the major axis at (h - c, k) and (h + c, k) for a horizontal ellipse.

Eccentricity e

e = c / a is a unitless number between 0 and 1. e = 0 is a perfect circle, values close to 1 describe long thin ellipses, and the ratio is the standard way the NIST DLMF classifies conic sections.

These four ideas cover almost any standard form ellipse question. The center shifts the picture, the two semi-axes set its size, and c plus e describe how stretched the curve is.

For the same center and semi-axes on a different conic, the parabola tool and the circle equation tool follow a similar layout.

When the center is missing from the problem, recover (h, k) from the general form first with the Center of Ellipse Calculator and then bring the values back here.

How to Use This Calculator

You only need four input numbers and one orientation choice.

  1. 1 Enter the center h and k: Type the x- and y-coordinates of the ellipse center in the chosen linear unit.
  2. 2 Enter the two semi-axes a and b: Type the longer and shorter half-diameters. The tool swaps them automatically if a is smaller.
  3. 3 Pick the major axis orientation: Choose Horizontal for a wider-than-tall ellipse or Vertical for a taller-than-wide one.
  4. 4 Pick the linear unit: Select mm, cm, m, in, or ft so every coordinate uses the same unit you measured with.
  5. 5 Read the equation, vertices, co-vertices, foci, and eccentricity: The primary panel shows the printable standard form string. The rows below list c, e, the two axis lengths, and the (x, y) coordinates.
  6. 6 Pass the values to the next tool: Reuse a and b for the area or perimeter calculation, or hand the vertex list to a graphing tool.

For a tabletop with semi-axes 60 cm and 40 cm centered at (10, 5) cm, set h = 10, k = 5, a = 60, b = 40, orientation = horizontal, unit = cm. The standard form is (x - 10)^2 / 60^2 + (y - 5)^2 / 40^2 = 1, c = 44.72 cm, vertices at (-50, 5) and (70, 5).

When the calculator shows e = 0 you can switch to the Circle Equation Calculator to keep using the same h, k, and r layout for the circle version of the curve.

Benefits of Using This Ellipse Standard Form Calculator

The tool turns one round of typing into a complete description of the ellipse.

  • One form, every output you need: Standard form equation, vertices, co-vertices, foci, c, e, and the major and minor axis lengths all come from the same h, k, a, b inputs.
  • No sign errors in the shifted equation: The (x - h) and (y - k) terms flip signs automatically when h or k is negative, so the printed equation matches the coordinates.
  • Auto-swap for swapped a and b: If a comes out smaller than b, the calculator promotes b to a, keeps the standard form in the a > b convention, and flags the swap.
  • Coordinate pairs you can plot: Vertex, co-vertex, and focus rows are written as (x, y) ordered pairs, so they slot straight into a graphing calculator or a CAD sketch.
  • Hand-off to the geometry toolkit: The same a, b, h, and k feed the ellipse area, perimeter, and circle-equation tools, which keeps the workflow consistent.

The biggest practical win is that the equation string is already in the textbook layout, so it can be pasted into a homework answer without rewriting. The vertices and foci are listed as (x, y) pairs, which removes the most common sign error.

For follow-up work on the same shape, the same h, k, a, and b feed the circle-equation tool in one click.

For follow-up work on a related conic, the Parabola Calculator takes a focus-directrix pair and returns the standard form and vertex for a parabola that uses the same axis idea.

Factors That Affect the Standard Form Result

A few decisions change the standard form equation and the coordinate list more than the formula itself.

Center coordinates h and k

Moving h or k shifts the entire ellipse without changing its size or shape. Negative h turns (x - h) into (x + |h|) and the same is true for k.

Order of a and b in the input

If a is smaller than b, the tool promotes b to a to keep the textbook a > b convention. A note appears in the result so the swap is not hidden.

Horizontal versus vertical major axis

The orientation toggle decides whether x or y carries the larger denominator. Vertices, co-vertices, and foci rotate with the toggle while the center stays fixed.

Linear unit consistency

All four inputs and every coordinate output share the same unit selector. Mixing mm with cm produces a wrong equation and out-of-range coordinates.

  • The tool returns the standard form of a true mathematical ellipse. A real-world oval that is slightly out of round will not match the equation exactly; for those shapes, average two perpendicular diameter readings and treat the result as an approximation.
  • The linear eccentricity c is real only when a > b. If a and b are equal the calculator sets c to zero and the eccentricity to zero, which is the circle limit; if a is forced to zero the equation is undefined and the calculator refuses to compute.

The most common mistake when working through standard form by hand is dropping the sign on the translated terms. Typing a negative h gives (x + |h|) in the numerator, and the calculator does that flip automatically. The other trap is mixing up the major and minor axis, which is why the tool swaps a and b and notes the change.

When the standard form is checked against a sketch, plot the four vertices and the two foci first. The foci always sit on the major axis inside the vertices.

According to Wikipedia - Ellipse, the vertices of an ellipse lie on the major axis at (h +/- a, k) for the horizontal case, while the co-vertices sit on the minor axis at (h, k +/- b).

According to NIST DLMF Section 19.2, the linear eccentricity of an ellipse satisfies c^2 = a^2 - b^2 and the eccentricity is e = c / a, with e = 0 for a circle and 0 < e < 1 for a non-circular ellipse.

When the eccentricity rounds to zero, the Circle Calculator uses the same h, k, and r layout to return the area and circumference of the matching circle.

Ellipse standard form calculator with center (h, k) and semi-axis inputs that produces the standard form equation, vertices, co-vertices, foci, and eccentricity in a black and white geometry layout.
Ellipse standard form calculator with center (h, k) and semi-axis inputs that produces the standard form equation, vertices, co-vertices, foci, and eccentricity in a black and white geometry layout.

Frequently Asked Questions

Q: What is the standard form of an ellipse?

A: The standard form of an ellipse centered at (h, k) is (x - h)^2 / a^2 + (y - k)^2 / b^2 = 1, where a is the semi-major axis and b is the semi-minor axis. The major axis runs along x for a > b in the horizontal case, or along y for vertical.

Q: How do I find the vertices from standard form?

A: For a horizontal ellipse, the vertices are at (h - a, k) and (h + a, k). For a vertical ellipse, the vertices are at (h, k - a) and (h, k + a). These points sit at the ends of the major axis.

Q: How do I find the foci from standard form?

A: Compute c = sqrt(a^2 - b^2) and add or subtract c from the center along the major axis. For a horizontal ellipse the foci are (h - c, k) and (h + c, k); for vertical they are (h, k - c) and (h, k + c).

Q: What does eccentricity tell me?

A: Eccentricity e = c / a measures how stretched the ellipse is. e = 0 is a circle, values close to 1 are long thin ellipses, and 0 < e < 1 always. The NIST DLMF treats e as the defining ratio for conic classification.

Q: What if a is smaller than b in the input?

A: The tool automatically uses the larger value as the semi-major axis a, so a stays the longest half-diameter. A small note appears whenever the calculator had to swap a and b.

Q: How is this different from area and perimeter tools?

A: The standard form tool focuses on the equation, vertices, co-vertices, foci, and eccentricity, while the area and perimeter tools return pi * a * b and the Ramanujan boundary length. The semi-axes plug straight into either of those tools.