Parabola Calculator
Standard parabola x² = 4py (vertical) or y² = 4px (horizontal). Same engine as Conic Section. p ≠ 0. 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 parabola focus, directrix, and equation from focal length p.
- 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 p and orientation
p = 1 vertical focuses at (0, 1) with directrix y = −1. p = 0 is invalid.
Read focus, directrix, and the equation
The vertex is the origin. The quadratic formula page stays at /calc/math/quadratic.
Example calculations
Common configurations with formula and result.
Vertical p = 1
orientation vertical
Horizontal p = 2
orientation horizontal
Parabola 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
- A parabola with focal length p is x² = 4py (vertical, focus (0, p), directrix y = −p) or y² = 4px (horizontal, focus (p, 0), directrix x = −p). This page is mode=parabola on math.geometry.conic. p ≠ 0. Not a second engine. Not CAS.
- What it calculates
- Standard parabola focus, directrix, and equation from focal length p.
- Inputs
- p
- orientation?
- Outputs
- focus_x
- focus_y
- directrix
- equation
- Formula
x² = 4py- Assumptions
- Euclidean plane
- Vertex at the origin
- Axis-aligned
- Not quadratic roots
- Not CAS
- Units
- length (consistent units)
- Boundary conditions
- p = 0 → INVALID_INPUT
- unknown mode → INVALID_MODE
- Example
- p=1 vertical → focus (0, 1)
- Validation cases
2 published on this page · 10/10 tests · Production surface contract 3/3 · View evidence
- p=1 orientation=vertical → focus (0, 1)
- p=2 orientation=horizontal → focus (2, 0)
- 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=parabola on math.geometry.conic, the same engine as /calc/math/conic-section.
Is this the quadratic formula?
No. Roots of ax² + bx + c = 0 stay on /calc/math/quadratic. This page is the geometric parabola.
Where does this run?
Locally in the browser by default. REST and MCP call the same conic-section engine.