Loading…

Parabola Equation Calculator and Converter

Math Geometry • Coordinate Geometry

View all topics

Convert parabola equations between standard, vertex, and focus-directrix forms (axis-aligned). Also build a parabola from focus + directrix, from 3 points, or from a general axis-aligned equation. The graph is interactive: drag to pan, wheel/trackpad to zoom, pinch on touch.

Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(), tan(), ln(), log(), abs(). Use * for multiplication.

Mode

Tip: This calculator assumes an axis-aligned parabola (no rotation / no \(xy\) term).

Inputs

Sample: \(y = x^2/4\) → focus \((0,1)\), directrix \(y=-1\).

\(p\) is the signed distance from the vertex to the focus. If \(p>0\): opens up (vertical) or right (horizontal).

The vertex lies halfway between the focus and the directrix along the axis of symmetry.

If the 3 points are degenerate for a parabola (system nearly singular), the solver will warn.

Enter an axis-aligned quadratic with no \(xy\) term where exactly one squared term is present:
\(A x^2 + D x + E y + F = 0\) (vertical) or \(C y^2 + D x + E y + F = 0\) (horizontal)

Example: \(x^2 - 4y = 0\) → \((x-0)^2 = 4(1)(y-0)\) so \(p=1\).

Graph options

The plot uses square units (equal x/y scaling). Tick numbers stay close to their axes.

Ready
Choose a mode and click Calculate.
Parabola diagram (pan/zoom enabled)

Drag to pan • wheel/trackpad to zoom • pinch on touch • “Reset view” fits the geometry.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the standard focus-directrix form of a parabola?

For an axis-aligned parabola, the standard forms are (x - h)^2 = 4p(y - k) for a vertical axis and (y - k)^2 = 4p(x - h) for a horizontal axis. The vertex is (h, k) and p is the signed distance from the vertex to the focus.

How do I find the vertex from y = ax^2 + bx + c?

Complete the square to rewrite the equation as y = a(x - h)^2 + k. The vertex is (h, k) where h = -b/(2a) and k = c - b^2/(4a).

How are the parameters a and p related for an axis-aligned parabola?

In vertical vertex form y = a(x - h)^2 + k, the relationship to the standard form is a = 1/(4p). The sign of p (or a) determines whether the parabola opens up/down (vertical) or right/left (horizontal).

Can this calculator convert rotated parabolas with an xy term?

No. This tool assumes an axis-aligned parabola with no rotation, which means there is no xy term in the equation. Rotated conics require a different method and model.