How to Graph Quadratic Equations

Learn how to graph quadratic equations step by step. Covers standard form, vertex form, finding the vertex, axis of symmetry, x-intercepts, and plotting parabolas.

What Is a Quadratic Equation?

A quadratic equation is a polynomial equation of degree two. Its graph is always a parabola, a smooth U-shaped (or inverted U-shaped) curve. Quadratic equations appear everywhere in physics, engineering, economics, and everyday problem solving. Understanding how to graph them gives you a visual tool for analyzing projectile motion, profit maximization, structural arches, and much more. The general form is y = ax² + bx + c, where a, b, and c are real-number constants and a is not equal to zero.

Standard Form: y = ax² + bx + c

Standard form is the most common way to write a quadratic equation. The coefficient a controls how wide or narrow the parabola is and whether it opens upward or downward. When a is positive the parabola opens upward, creating a minimum point. When a is negative it opens downward, creating a maximum point. Larger absolute values of a produce a narrower parabola, while values of a closer to zero produce a wider one. The coefficient b affects the horizontal position of the vertex, and c is the y-intercept, the point where the parabola crosses the y-axis. You can read the y-intercept directly from the equation: it is the point (0, c).

Vertex Form: y = a(x - h)² + k

Vertex form makes it easy to identify the vertex of the parabola at a glance. In this form, (h, k) is the vertex. The value h shifts the parabola left or right from the origin, and k shifts it up or down. To convert from standard form to vertex form, you complete the square. Start with y = ax² + bx + c, factor out a from the first two terms to get y = a(x² + (b/a)x) + c, then add and subtract (b/(2a))² inside the parentheses. This yields y = a(x - (-b/(2a)))² + (c - b²/(4a)). The vertex is therefore at x = -b/(2a) and y = c - b²/(4a).

Finding the Vertex

The vertex is the turning point of the parabola, either its lowest point (when a > 0) or its highest point (when a < 0). From standard form, calculate the x-coordinate of the vertex using x = -b/(2a). Then substitute that x-value back into the equation to find the y-coordinate. For example, given y = 2x² - 8x + 3, the x-coordinate of the vertex is x = -(-8)/(2 * 2) = 8/4 = 2. Substituting back gives y = 2(4) - 8(2) + 3 = 8 - 16 + 3 = -5. So the vertex is at (2, -5). This single point anchors your entire graph.

Axis of Symmetry

Every parabola has an axis of symmetry, a vertical line that passes through the vertex and divides the parabola into two mirror-image halves. The equation of the axis of symmetry is x = -b/(2a), which is the same as the x-coordinate of the vertex. This symmetry is extremely useful for graphing: once you plot a point on one side of the axis, you know there is a corresponding point at the same height on the other side. For instance, if the axis of symmetry is x = 2 and you know the parabola passes through (0, 3), it must also pass through (4, 3).

Direction of Opening

The sign of the leading coefficient a determines whether the parabola opens upward or downward. If a > 0, the parabola opens upward and the vertex is a minimum. If a < 0, the parabola opens downward and the vertex is a maximum. This is often the first thing to determine when sketching a quadratic, because it tells you the overall shape immediately. A parabola that opens upward looks like a valley, while one that opens downward looks like a hill. The magnitude of a controls the width: |a| > 1 means the parabola is narrower than y = x², and 0 < |a| < 1 means it is wider.

Finding the X-Intercepts

The x-intercepts (also called roots or zeros) are the points where the parabola crosses the x-axis, meaning y = 0. Set ax² + bx + c = 0 and solve using the quadratic formula: x = (-b ± sqrt(b² - 4ac)) / (2a). The discriminant, b² - 4ac, tells you how many x-intercepts exist. If the discriminant is positive, there are two distinct real roots and the parabola crosses the x-axis at two points. If the discriminant is zero, the parabola touches the x-axis at exactly one point (the vertex sits on the axis). If the discriminant is negative, there are no real x-intercepts and the entire parabola sits above or below the x-axis. For example, y = x² - 5x + 6 has discriminant 25 - 24 = 1 > 0, giving roots at x = (5 ± 1)/2, which are x = 3 and x = 2.

Step-by-Step Plotting Process

To graph a quadratic equation by hand, follow these steps. First, identify a, b, and c from the equation. Second, determine whether the parabola opens up or down by checking the sign of a. Third, find the vertex using x = -b/(2a) and substitute to get y. Fourth, draw the axis of symmetry as a dashed vertical line through the vertex. Fifth, find the y-intercept by evaluating f(0) = c and plot (0, c). Sixth, use symmetry to plot the mirror point of the y-intercept across the axis of symmetry. Seventh, find the x-intercepts using the quadratic formula (if they exist). Eighth, choose one or two additional x-values on each side of the vertex, calculate y, and plot those points. Finally, draw a smooth curve through all plotted points. The more points you plot, the more accurate your sketch will be.

Try These Calculators

Put what you learned into practice with these free calculators.

Try It Yourself

Put what you learned into practice with our free graphing calculator.