Last verified · v1.0
Calculator · math
Parabola Calculator (Quadratic Y = Ax² + Bx + C)
Calculate vertex, roots, and axis of symmetry for any parabola y = ax² + bx + c. Enter coefficients a, b, and c for instant results.
Inputs
Calculated Value
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
Understanding the Parabola and the Quadratic Equation
A parabola is a symmetric, U-shaped curve defined by a second-degree polynomial known as a quadratic equation. The standard form is y = ax² + bx + c, where a, b, and c are real-number coefficients and a ≠ 0. When a is positive, the parabola opens upward and has a minimum point; when a is negative, it opens downward and has a maximum point. According to CSUN Mathematics Notes on Parabolas, the leading coefficient a directly controls both the direction and the width of the parabolic curve.
Key Variables Explained
- Coefficient a: The leading coefficient of x². A larger absolute value (e.g., a = 5) produces a narrow, steep parabola; a smaller absolute value (e.g., a = 0.2) produces a wide, shallow one. This value must never equal zero, as that reduces the equation to a straight line.
- Coefficient b: The coefficient of the linear x term. Together with a, it determines the horizontal position of the vertex and the axis of symmetry. Increasing or decreasing b shifts the vertex left or right along the curve.
- Constant c: The y-intercept — the value of y when x = 0. This is the point where the parabola crosses the y-axis and is the most directly readable feature of the standard-form equation.
The Vertex: Peak or Trough of the Parabola
The vertex is the single highest or lowest point on the parabola. Its coordinates are computed as: x-coordinate = −b / (2a) and y-coordinate = c − b² / (4a). The x-coordinate also defines the axis of symmetry, the vertical line x = −b / (2a) about which the parabola is perfectly symmetric. For example, given y = 2x² − 8x + 6, the vertex x-coordinate is −(−8) / (2 × 2) = 2, and the vertex y-coordinate is 2(4) − 8(2) + 6 = −2, placing the vertex at (2, −2). Because a = 2 > 0, this is a minimum point.
Finding Roots with the Quadratic Formula
The roots (zeros or x-intercepts) are the x-values where y = 0. The quadratic formula computes them directly: x = (−b ± √(b² − 4ac)) / (2a). The expression inside the square root, b² − 4ac, is called the discriminant and governs the nature of the solutions:
- Discriminant > 0: Two distinct real roots — the parabola crosses the x-axis at two separate points.
- Discriminant = 0: One repeated real root — the vertex sits directly on the x-axis.
- Discriminant < 0: No real roots — the parabola does not intersect the x-axis, and the solutions are complex numbers.
As explained in detail by Paul's Online Math Notes — Parabolas, evaluating the discriminant is a reliable shortcut for determining the number and type of solutions before applying the full formula.
Axis of Symmetry
The axis of symmetry is the vertical line x = −b / (2a) that divides the parabola into two mirror-image halves. For y = x² − 4x + 3, the axis of symmetry is x = 2. The two roots, x = 1 and x = 3, lie exactly 1 unit on each side of x = 2, confirming the bilateral symmetry. Every point on one side has a mirror image at an equal horizontal distance on the other side, at the same y-value.
Real-World Applications of Parabolas
Parabolic curves appear across physics, engineering, optics, and economics:
- Projectile Motion: A ball launched at 45° with an initial speed of 20 m/s traces a parabolic arc peaking at approximately 10.2 m, modeled by a downward-opening quadratic in time.
- Satellite Dishes and Optics: Parabolic reflectors focus all incoming parallel signals to a single focal point, a principle used in radio telescopes and solar concentrators.
- Structural Engineering: Parabolic suspension cables on bridges (such as the Golden Gate Bridge) distribute load evenly across the span.
- Economics: A revenue function such as R = −2p² + 100p has its vertex at p = 25, revealing the price that maximizes revenue at R = 1,250.
MIT OpenCourseWare examines the arc length of a parabola in Single Variable Calculus Clip 4, demonstrating how the standard quadratic form underpins advanced integration methods. The University of Georgia Instructional Unit on the Parabola offers further step-by-step derivations for both classroom and self-study contexts.
How This Parabola Calculator Works
Enter a non-zero value for coefficient a and any real numbers for b and c. Select the parabola property to compute — vertex coordinates, x-intercepts (roots), axis of symmetry, or y-intercept. The calculator applies the formulas above and returns precise numerical results instantly, handling all three discriminant cases for roots and flagging invalid input when a = 0.
Reference