Hyperbola Calculator
Standard hyperbola x²/a² − y²/b² = 1 (horizontal) or y²/a² − x²/b² = 1 (vertical). Same engine as Conic Section. 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
- Standard hyperbola foci, eccentricity, and asymptote slope.
- 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
Enter a and b
Both must be positive. a = 3, b = 4 is the 3-4-5 hyperbola with e = 5/3.
Read c, e, and the asymptote slope
Horizontal foci are (±c, 0). Vertical foci are (0, ±c).
Example calculations
Common configurations with formula and result.
3-4-5 hyperbola
a = 3, b = 4, horizontal
Vertical
a = 3, b = 4, vertical
Hyperbola 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
- Horizontal hyperbola x²/a² − y²/b² = 1 with a > 0, b > 0, c = √(a² + b²), e = c/a > 1, asymptotes y = ±(b/a)x. Vertical is y²/a² − x²/b² = 1. This page is mode=hyperbola on math.geometry.conic. Not a second engine. Not CAS.
- What it calculates
- Standard hyperbola foci, eccentricity, and asymptote slope.
- Inputs
- a
- b
- orientation?
- Outputs
- c
- e
- asymptote_slope
- equation
- Formula
x²/a² − y²/b² = 1- Assumptions
- Euclidean plane
- Centered at the origin
- Axis-aligned
- Not ellipse
- Not CAS
- Units
- length (consistent units)
- Boundary conditions
- a ≤ 0 or b ≤ 0 → VALUE_MUST_BE_POSITIVE
- unknown mode → INVALID_MODE
- Example
- a=3 b=4 → c=5, e=5/3
- Validation cases
2 published on this page · 10/10 tests · Production surface contract 3/3 · View evidence
- a=3 b=4 → c=5
- a=3 b=4 orientation=vertical → 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, Conic Section Calculator, Coordinate Geometry Calculator, Cross Product Calculator, Cylinder Calculator, Dot Product Calculator . Explore all Geometry.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second conic engine?
No. It is mode=hyperbola on math.geometry.conic, the same engine as /calc/math/conic-section.
Is this the ellipse calculator?
No. Ellipse eccentricity is in [0, 1). Hyperbola eccentricity is greater than 1. Ellipse stays on /calc/math/ellipse.
Where does this run?
Locally in the browser by default. REST and MCP call the same conic-section engine.