Parabola Calculator
Solve parabola forms from standard, vertex, three-point, or focus/directrix inputs.
Multi-form Shows steps (key values) Classroom-friendly
This version solves vertical parabolas.
Parabola basics
A vertical parabola can be written in several equivalent ways:
Standard form: \( y = ax^2 + bx + c \)
Vertex form: \( y = a(x - h)^2 + k \)
Focus-directrix form: \( (x - h)^2 = 4p (y - k) \)
From standard form you can always find the vertex:
\( h = -\frac{b}{2a}, \quad k = f(h) = a h^2 + b h + c \)
And from vertex form you can always find the focus and directrix:
If \( y = a(x - h)^2 + k \), then \( p = \frac{1}{4a} \)
Focus: \( (h, k + p) \)
Directrix: \( y = k - p \)
Example: parabola through 3 points
Suppose the parabola passes through (0, 2), (1, 0) and (2, 6).
- Plug each point into \( y = ax^2 + bx + c \) to get 3 equations.
- Solve the system to get a, b, c.
- The calculator does this instantly and then gives you vertex, focus and roots.
Parabola Calculator – FAQ
Formula (LaTeX) + variables + units
','\
Standard form: \( y = ax^2 + bx + c \) Vertex form: \( y = a(x - h)^2 + k \) Focus-directrix form: \( (x - h)^2 = 4p (y - k) \)
\( h = -\frac{b}{2a}, \quad k = f(h) = a h^2 + b h + c \)
If \( y = a(x - h)^2 + k \), then \( p = \frac{1}{4a} \) Focus: \( (h, k + p) \) Directrix: \( y = k - p \)
- No variables provided in audit spec.
- NIST — Weights and measures — nist.gov · Accessed 2026-01-19
https://www.nist.gov/pml/weights-and-measures - FTC — Consumer advice — consumer.ftc.gov · Accessed 2026-01-19
https://consumer.ftc.gov/
Last code update: 2026-01-19
- Initial audit spec draft generated from HTML extraction (review required).
- Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
- Confirm sources are authoritative and relevant to the calculator methodology.