Parabola Calculator

Analyze parabolas in vertex or standard form — find vertex, focus, directrix, axis of symmetry, latus rectum, and x/y-intercepts with interactive graph.

Vertex
(0.00, 0.00)
The turning point of the parabola
Focus
(0.00, 0.25)
1/(4|a|) = 0.25 from vertex
Directrix
y = -0.25
Line equidistant from focus on opposite side
Axis of Symmetry
x = 0.00
Vertical line through the vertex
Latus Rectum
1.00
Width of parabola at focus level = |1/a|
Opens
Upward
a = 1.00: minimum at vertex
x-intercepts
0.00
Discriminant: 0.00
y-intercept
0.00
f(0) = 0.00

Parabola Graph

Properties Table

PropertyValueFormula
Vertex formy = 1.00(x − 0.00)² + 0.00y = a(x−h)² + k
Standard formy = 1.00x² + -0.00x + 0.00y = ax² + bx + c
Vertex(0.00, 0.00)(h, k) or (−b/2a, f(−b/2a))
Focus(0.00, 0.25)(h, k + 1/(4a))
Directrixy = -0.25y = k − 1/(4a)
Discriminant0.00b² − 4ac
Planning notes, formulas, and examples

About the Parabola Calculator

A parabola is the set of all points equidistant from a fixed point (the focus) and a fixed line (the directrix). As one of the four conic sections, parabolas appear throughout science, engineering, and everyday life — from satellite dish shapes and projectile trajectories to headlight reflectors and suspension bridge cables.

This calculator accepts input in vertex form y = a(x−h)² + k or standard form y = ax² + bx + c, and computes all key properties: vertex, focus, directrix, axis of symmetry, latus rectum, discriminant, and x/y-intercepts. The interactive graph plots the parabola curve, focus point, and directrix line, while a properties table provides a comprehensive summary.

The parameter a controls the parabola's width and direction: |a| > 1 makes it narrower, |a| < 1 makes it wider, and the sign determines whether it opens upward (minimum) or downward (maximum). Understanding these properties is essential for algebra, calculus (optimization), physics (projectile motion), and engineering (antenna design, optics).

When This Page Helps

Parabola analysis involves converting between vertex and standard forms, computing the focus and directrix from 1/(4a), finding x-intercepts via the quadratic formula, and plotting the curve — all of which require multiple steps that are easy to get wrong. This calculator accepts either form, automatically converts to the other, and displays every property: vertex, focus, directrix, axis of symmetry, latus rectum, discriminant, and intercepts. The interactive graph visualizes the parabola, focus, and directrix together, making abstract conic section properties tangible.

How to Use the Inputs

  1. Choose vertex form or standard form for input.
  2. Enter the coefficients (a, h, k for vertex form or a, b, c for standard form).
  3. Use presets like y = x² or y = −x² + 4 to explore different parabolas.
  4. Adjust the x-range to zoom in or out on the graph.
  5. Review all properties — vertex, focus, directrix, intercepts — in the output cards.
  6. Check the SVG graph for a visual representation.
  7. Use the properties table for a complete mathematical summary.
Formula used
Vertex form: y = a(x − h)² + k Standard form: y = ax² + bx + c Focus: (h, k + 1/(4a)) Directrix: y = k − 1/(4a)

Example Calculation

Result: Vertex (0, 0), Focus (0, 0.25), Directrix y = −0.25

The standard parabola y = x² has its vertex at the origin, focus at (0, 1/4), and directrix y = −1/4.

Tips & Best Practices

  • The coefficient a determines width: smaller |a| = wider parabola.
  • Positive a opens upward (minimum); negative a opens downward (maximum).
  • The focus-directrix distance is 1/(2|a|); each is 1/(4|a|) from the vertex.
  • Every quadratic y = ax² + bx + c can be converted to vertex form by completing the square.
  • The discriminant b²−4ac determines the number of x-intercepts: 2 (>0), 1 (=0), or 0 (<0).

The Reflective Property of Parabolas

A parabola has a remarkable optical property: any ray entering parallel to the axis of symmetry reflects off the curve and passes through the focus. This is why satellite dishes, radio telescopes, and car headlights use parabolic shapes. A satellite dish collects faint signals and concentrates them at the focus-mounted receiver. Conversely, a light source placed at the focus of a parabolic reflector produces a parallel beam — the principle behind flashlights, searchlights, and solar concentrators.

Vertex Form vs. Standard Form

The vertex form y = a(x−h)² + k immediately reveals the vertex (h, k) and direction (sign of a), making it ideal for graphing. The standard form y = ax² + bx + c directly shows the y-intercept (c) and is more convenient for the quadratic formula. Converting between them requires completing the square: factor a from the first two terms, add and subtract (b/2a)² inside the parentheses, and simplify. Mastering this conversion is essential for algebra and pre-calculus courses.

Parabolas in Projectile Motion

Ignoring air resistance, any object thrown at an angle follows a parabolic trajectory. The projectile's height as a function of horizontal distance is y = x·tan(θ) − (gx²)/(2v₀²cos²(θ)), which is a downward-opening parabola (a < 0). The vertex gives the maximum height, and the x-intercepts give the launch point and landing point. The range is maximized at a 45° launch angle. Understanding parabolas makes projectile motion problems in physics intuitive.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • The vertex is the turning point — the minimum (a > 0) or maximum (a < 0) point. In vertex form, it's (h, k).