Conic Section Calculator
Axis-aligned ellipse, parabola, and hyperbola in standard form. Discovery /ellipse, /parabola, /hyperbola. Not the circle-only page. Not coordinate geometry. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 10/10 tests · Production surface contract 3/3 · v1.0.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Axis-aligned ellipse, parabola, and hyperbola in standard form.
- Scope
- Euclidean plane
- Verification
- Engine tested · 10/10 tests · Production surface contract 3/3 · Specification checked · v1.0.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 3 golden · 2 boundary · 5 property · Production surface contract 3/3 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.0.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (2 capabilities; 162 remain CURRENT) @ 2026-09-20T09:01:12.147Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Choose ellipse, parabola, or hyperbola
Ellipse and hyperbola need a > 0 and b > 0. Parabola needs p ≠ 0 and vertical or horizontal orientation.
Read foci, eccentricity, and the equation
a = 5, b = 4 is the 5-4-3 ellipse. p = 1 vertical focuses at (0, 1). a = 3, b = 4 hyperbola has c = 5.
Example calculations
Common configurations with formula and result.
5-4 ellipse
a = 5, b = 4
Vertical parabola
p = 1
3-4-5 hyperbola
a = 3, b = 4
Conic Section calculator specification
Version 1.0.0 · Engine tested
- Engine tested 10/10 tests · Production surface contract 3/3
- Named expert review Not performed
- Calculation version 1.0.0
- Definition
- Axis-aligned standard forms: ellipse x²/a² + y²/b² = 1, parabola x² = 4py or y² = 4px, hyperbola x²/a² − y²/b² = 1 (or the vertical swap). a = b is a valid ellipse with e = 0; the circle-only page stays /calc/math/circle. Not rotated (no xy term). Not CAS.
- What it calculates
- Axis-aligned ellipse, parabola, and hyperbola in standard form.
- Inputs
- mode
- a?
- b?
- p?
- orientation?
- Outputs
- equation
- c
- e
- area
- focus_x
- focus_y
- Formula
x²/a² + y²/b² = 1; x² = 4py; x²/a² − y²/b² = 1- Assumptions
- Euclidean plane
- Axis-aligned standard forms
- Not rotated (no xy term)
- Not translated
- Not the circle-only page
- Not coordinate geometry
- Not CAS
- Units
- length (consistent units)
- Boundary conditions
- a ≤ 0 or b ≤ 0 → VALUE_MUST_BE_POSITIVE
- parabola p = 0 → INVALID_INPUT
- unknown mode → INVALID_MODE
- Example
- ellipse a=5 b=4 → c=3, e=0.6
- Validation cases
3 published on this page · 10/10 tests · Production surface contract 3/3 · View evidence
- mode=ellipse a=5 b=4 → c=3 e=0.6
- mode=parabola p=1 → focus (0, 1)
- mode=hyperbola a=3 b=4 → c=5
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.0.0
Related tools
Other calculators in this family: Angle Between Lines Calculator, Circle Calculator, Cone Calculator, Coordinate Geometry Calculator, Cross Product Calculator, Cylinder Calculator, Dot Product Calculator, Ellipse Calculator . Explore all Geometry.
Frequently asked questions
Key distinctions behind the calculation.
Is a = b the circle calculator?
No. a = b is a valid ellipse with e = 0. The circle-only page is /calc/math/circle.
Is this coordinate geometry?
No. Distance, midpoint, slope, two-point line, intersection, and angle stay on /calc/math/coordinate-geometry.
Where does this run?
Locally in the browser by default. REST and MCP call the same conic-section engine.