How this instrument works
An ellipse in standard position has one equation that captures every point on its boundary at once: (x−h)²⁄a² + (y−k)²⁄b² = 1, where (h, k) is the center and a, b are the semi-major and semi-minor axis lengths. This calculator does not solve for a shape, an area, or a boundary length — it takes one specific point and asks a single question with three possible answers: does (x, y) sit on this exact curve, and if not, which side of it does it fall on?
The shape of the formula comes from stretching a plain unit circle. Starting from u² + v² = 1 and substituting u = (x−h)⁄a, v = (y−k)⁄b turns the circle into an ellipse, because dividing by a squeezes or stretches the horizontal direction and dividing by b does the same independently in the vertical direction. Subtracting 1 from both sides turns the equality into a signed quantity — the 'test' this sheet reports — that is negative inside the curve, zero exactly on it, and positive outside, the same three-way split a circle's own x² + y² − r² gives once a and b happen to match.
One property surprises people the first time they check it by hand: the test value is not a distance and is not even proportional to one, because the x-term and y-term carry two different denominators. A point sitting well beyond the ellipse along the short axis can return a smaller test value than a point only slightly outside along the long axis, since a² and b² scale the two directions unevenly — a mismatch that never arises on a circle, where a single radius weights both directions identically.
- Enter the ellipse's center coordinates into Center: h and Center: k — leave both at 0 if the ellipse sits at the origin.
- Enter the Semi-major axis, a (the longer half-width) and the Semi-minor axis, b (the shorter half-height) fields; both must be positive.
- Enter the point you want to check into Test point: x and Test point: y.
- Read the output field labeled (x−h)²⁄a² + (y−k)²⁄b² − 1 (0 = on the ellipse): zero means the point sits exactly on the boundary, negative means inside, positive means outside.
- If the ellipse's long axis runs vertically rather than horizontally, swap which measured length you enter as a and which as b, since this sheet always divides the x-term by a² and the y-term by b².
Worked example — testing the vertex (5, 0)
Take the ellipse x²⁄25 + y²⁄9 = 1 — centered at the origin, so h = 0 and k = 0, with semi-major axis a = 5 and semi-minor axis b = 3 — and test the point (5, 0), the ellipse's own rightmost vertex. The formula gives test = (5−0)²⁄5² + (0−0)²⁄3² − 1 = 25⁄25 + 0⁄9 − 1 = 1 + 0 − 1 = 0. A test value of exactly zero means the point satisfies the equation precisely: (5, 0) sits neither inside nor outside the curve, it sits on it, which is exactly right for a point defined as a vertex of the boundary.
Nudge the same point inward to (4, 0) and the test drops to 16⁄25 − 1 = −0.36, confirming the interior reads negative; push it outward to (6, 0) instead and the test climbs to 36⁄25 − 1 = 0.44, confirming the exterior reads positive. The vertex sits exactly at the hinge between those two regions — the one point along the positive x-axis where the test crosses zero — which is why checking a known vertex by hand first is a good habit before trusting the sheet on a messier, unfamiliar point.
Questions
How do I tell whether a point is inside, on, or outside an ellipse?
Plug the point into (x−h)²⁄a² + (y−k)²⁄b² and compare the sum to 1 — or, as this sheet does, subtract 1 first and read the sign. A result of exactly 0 means the point sits on the boundary, a negative result means it's inside, and a positive result means it's outside, because points nearer the center produce a smaller weighted sum than points farther out along either axis.
How does this relate to testing a point against a circle?
It's the same test with two axis lengths instead of one. A circle's implicit equation is (x−h)² + (y−k)² − r², effectively a = b = r, so the ellipse test collapses to the circle test the moment the two semi-axes match. The circle is also the one case where the test value doubles as an actual squared distance from the center; for a genuine ellipse with a ≠ b, it no longer measures distance at all.
What's the most common mistake when using the standard-form test?
Mixing up a and b, or skipping the subtraction of the center coordinates. If the ellipse's major axis runs vertically rather than horizontally, the longer semi-axis belongs under the y-term, not the x-term, and entering it under the wrong one silently tests against a different, squashed-looking ellipse. Forgetting to subtract h and k before squaring is the second most common slip, and it stays hidden only when the ellipse happens to be centered at the origin.
Why does the equation use squared terms instead of a square root?
Squaring removes the sign, so a point 3 units left of center and one 3 units right both contribute the same amount to the sum — matching the ellipse's own left-right symmetry. A square root, as in a plain distance formula, would need two separate root terms with no clean way to combine them, since the two axis lengths differ; the squared form is what reduces to one number comparable against 1.
Does the standard-form test work for a rotated ellipse?
Not directly. This formula assumes the ellipse's axes run parallel to the x- and y-axes, which is what 'standard form' means here. A tilted ellipse needs an added rotation step — replacing x and y with a rotated pair of coordinates before this same test applies — so a point should first be measured along the ellipse's own, unrotated axis directions.
Can the semi-major and semi-minor axes ever be equal?
Yes — when a = b, the ellipse is a circle of radius a, and the test simplifies to (x−h)² + (y−k)² − a², the ordinary circle equation. Nothing about the formula changes structurally; it's simply the case where two lengths that are usually different happen to coincide.