How to Graph a Quadratic Equation: Step-by-Step Guide
Knowing how to graph a quadratic equation is one of the core skills in algebra — once you can draw a parabola accurately, you can read off its roots, vertex, and range at a glance instead of calculating each one separately. A quadratic equation in two variables has the form y = ax² + bx + c, and its graph is always a U-shaped (or inverted-U-shaped) curve called a parabola. This guide walks through every step needed to graph a quadratic equation from scratch, with two fully worked examples, common mistakes to avoid, and practice problems with solutions.
Contents
- 01What Is a Parabola? Understanding the Graph of a Quadratic Equation
- 02Five Key Features of a Quadratic Graph
- 03How to Graph a Quadratic Equation Step by Step — Full Worked Example
- 04Three Forms of a Quadratic Equation and Which to Use for Graphing
- 05Worked Example 2: Graphing a Downward-Opening Parabola
- 06Common Mistakes When Graphing a Quadratic Equation
- 07Practice Problems: Graph These Quadratic Equations
- 08FAQ: Graphing Quadratic Equations
What Is a Parabola? Understanding the Graph of a Quadratic Equation
Every quadratic equation y = ax² + bx + c produces a parabola when graphed on a coordinate plane. The value of a, the coefficient of x², controls the parabola's direction and width: when a > 0, the parabola opens upward (a 'cup' shape); when a < 0, it opens downward (a 'cap' shape). The larger |a| is, the narrower the parabola; the smaller |a| is, the wider it spreads. The parabola is perfectly symmetric — if you fold the graph along its central vertical line, both halves match exactly. That line of symmetry is called the axis of symmetry, and the point where the parabola turns (either its lowest point when opening up, or its highest point when opening down) is called the vertex. Before you plot a single point, identifying the vertex and axis of symmetry gives you the skeleton of the graph, and everything else fills in from there. Graphing a quadratic equation is much faster when you treat these two features as your starting point rather than plotting many random x-values.
If a > 0, the parabola opens upward (vertex is a minimum). If a < 0, it opens downward (vertex is a maximum).
Five Key Features of a Quadratic Graph
Before drawing the parabola, identify these five features. Together they give you enough points to sketch an accurate graph — you typically need no more than 5 to 7 plotted points total.
1. 1. Vertex — the turning point
The vertex is the point (h, k) where the parabola changes direction. For the standard form y = ax² + bx + c, the x-coordinate of the vertex is h = −b / (2a). Substitute h back into the equation to find the y-coordinate k. For example, in y = x² − 4x + 3: h = −(−4) / (2 × 1) = 4/2 = 2, then k = (2)² − 4(2) + 3 = 4 − 8 + 3 = −1. Vertex: (2, −1).
2. 2. Axis of symmetry — the mirror line
The axis of symmetry is the vertical line x = h, where h is the x-coordinate of the vertex. It divides the parabola into two mirror-image halves. For y = x² − 4x + 3, the axis of symmetry is x = 2. When you plot points to the left of x = 2, their mirror images on the right side of x = 2 are guaranteed to lie on the parabola — this cuts your plotting work in half.
3. 3. Y-intercept — where the parabola crosses the y-axis
Set x = 0 in the equation. For y = ax² + bx + c, substituting x = 0 always gives y = c. So the y-intercept is simply the constant term c, and its coordinates are (0, c). For y = x² − 4x + 3, the y-intercept is (0, 3). This is usually the easiest point to find and gives you a quick anchor on the left side of the graph (if h > 0).
4. 4. X-intercepts (roots) — where the parabola crosses the x-axis
Set y = 0 and solve the resulting quadratic equation ax² + bx + c = 0 using factoring, completing the square, or the quadratic formula x = (−b ± √(b² − 4ac)) / 2a. The discriminant b² − 4ac tells you how many x-intercepts exist: positive → two distinct x-intercepts; zero → one x-intercept (the vertex sits on the x-axis); negative → no real x-intercepts (the parabola does not cross the x-axis). For y = x² − 4x + 3: discriminant = (−4)² − 4(1)(3) = 16 − 12 = 4. √4 = 2. Roots: x = (4 + 2)/2 = 3 and x = (4 − 2)/2 = 1. X-intercepts: (1, 0) and (3, 0).
5. 5. A symmetric point — mirror of the y-intercept
Once you have the y-intercept (0, c), find its mirror image across the axis of symmetry. The x-intercept's mirror is located at x = 2h − 0 = 2h. For y = x² − 4x + 3 with axis x = 2, the mirror of (0, 3) is (4, 3). You now have this point for free, without any calculation. Plotting both the y-intercept and its mirror image gives you two more confirmed points on the parabola.
Vertex x-coordinate formula: h = −b / (2a). This single formula is the key to graphing any quadratic equation in standard form.
How to Graph a Quadratic Equation Step by Step — Full Worked Example
The following walkthrough shows how to graph a quadratic equation completely, using y = x² − 4x + 3 as the example. This is a standard-form quadratic with a = 1, b = −4, and c = 3. Follow each step in order; by the end you will have six labeled points and a smooth parabola passing through all of them.
1. Step 1: Identify a, b, and c
Write out the values clearly before doing any arithmetic. For y = x² − 4x + 3: a = 1, b = −4, c = 3. Confirm that a ≠ 0 (if a = 0, the equation is linear, not quadratic). Since a = 1 > 0, the parabola opens upward and the vertex will be a minimum point.
2. Step 2: Find the vertex using h = −b / (2a)
h = −(−4) / (2 × 1) = 4/2 = 2. Substitute x = 2 into the original equation: k = (2)² − 4(2) + 3 = 4 − 8 + 3 = −1. Vertex: (2, −1). This is the lowest point on the parabola. Draw a dot at (2, −1) and draw a dashed vertical line through x = 2 to represent the axis of symmetry.
3. Step 3: Find the y-intercept
Set x = 0: y = 0² − 4(0) + 3 = 3. Y-intercept: (0, 3). Plot this point. Its mirror image across x = 2 is at x = 4, so also plot (4, 3). These two points are at the same height and equal distances from the axis, confirming the symmetry.
4. Step 4: Find the x-intercepts
Set y = 0: x² − 4x + 3 = 0. Factor: find two numbers multiplying to 3 and adding to −4 → the pair (−3, −1). So (x − 3)(x − 1) = 0, giving x = 3 or x = 1. X-intercepts: (1, 0) and (3, 0). Both are symmetric about x = 2: the midpoint of 1 and 3 is (1 + 3)/2 = 2 ✓. Plot both points on the x-axis.
5. Step 5: Plot one additional point and draw the parabola
Choose x = −1 (two units left of the axis) for an extra point to define the width: y = (−1)² − 4(−1) + 3 = 1 + 4 + 3 = 8. Point: (−1, 8). Its mirror image is at x = 2 × 2 − (−1) = 5, so also plot (5, 8). Now you have six points: (−1, 8), (0, 3), (1, 0), vertex (2, −1), (3, 0), (4, 3), (5, 8). Draw a smooth U-shaped curve through all six points, making sure the lowest point is the vertex.
Always plot the vertex first, then use symmetry to generate extra points for free — every point left of the axis has a matching point at the same height on the right.
Three Forms of a Quadratic Equation and Which to Use for Graphing
Quadratic equations appear in three algebraic forms, and each one gives you different graph features immediately. Recognizing the form before you start saves significant calculation time.
1. Standard form: y = ax² + bx + c
The most common form in textbooks. Gives the y-intercept directly (y-intercept = c). Find the vertex using h = −b/(2a), then k = f(h). Best when you need to compute the discriminant or use the quadratic formula to find x-intercepts. Example: y = 2x² − 8x + 6 has y-intercept (0, 6) immediately, and vertex at h = 8/4 = 2, k = 2(4) − 8(2) + 6 = 8 − 16 + 6 = −2, so vertex (2, −2).
2. Vertex form: y = a(x − h)² + k
Gives the vertex (h, k) directly from the equation — no formula needed. Also shows the direction (sign of a) and relative width immediately. To find x-intercepts, set y = 0: a(x − h)² = −k, so (x − h)² = −k/a, giving x = h ± √(−k/a) when −k/a ≥ 0. Example: y = 3(x − 1)² − 12 has vertex (1, −12), a = 3 > 0 so opens upward. X-intercepts: (x − 1)² = 4, x − 1 = ±2, so x = 3 or x = −1. Intercepts: (3, 0) and (−1, 0).
3. Factored form: y = a(x − r₁)(x − r₂)
Gives x-intercepts (roots) r₁ and r₂ directly. The axis of symmetry falls exactly halfway between the two roots: x = (r₁ + r₂)/2. The vertex x-coordinate is this midpoint. Example: y = (x − 1)(x − 5) has x-intercepts (1, 0) and (5, 0). Axis of symmetry: x = (1 + 5)/2 = 3. Vertex: y = (3 − 1)(3 − 5) = (2)(−2) = −4, so vertex (3, −4). This is the fastest form to use when the roots are given or visible by inspection.
Standard form → easy y-intercept. Vertex form → easy vertex. Factored form → easy x-intercepts. Convert between forms depending on which features you need first.
Worked Example 2: Graphing a Downward-Opening Parabola
This second example uses a negative leading coefficient and non-integer intercepts to show how to graph a quadratic equation when the numbers are less convenient. Equation: y = −2x² + 8x − 6. Here a = −2, b = 8, c = −6. Because a = −2 < 0, the parabola opens downward and the vertex will be a maximum (highest point).
1. Find the vertex
h = −b / (2a) = −8 / (2 × (−2)) = −8 / (−4) = 2. k = −2(2)² + 8(2) − 6 = −2(4) + 16 − 6 = −8 + 16 − 6 = 2. Vertex: (2, 2). This is the highest point on the parabola. Axis of symmetry: x = 2.
2. Find the y-intercept and its mirror
Y-intercept: set x = 0. y = −2(0) + 8(0) − 6 = −6. Y-intercept: (0, −6). Mirror across x = 2: x = 2 × 2 − 0 = 4. So (4, −6) is also on the parabola. Check: y = −2(4)² + 8(4) − 6 = −32 + 32 − 6 = −6 ✓. Both points are below the x-axis, so the y-intercept sits in the lower half of the graph.
3. Find the x-intercepts
Set y = 0: −2x² + 8x − 6 = 0. Divide every term by −2: x² − 4x + 3 = 0. Factor: (x − 3)(x − 1) = 0. X-intercepts: (1, 0) and (3, 0). Note: this is the same pair of intercepts as Example 1. The two parabolas y = x² − 4x + 3 and y = −2x² + 8x − 6 share x-intercepts but have different vertices and open in opposite directions.
4. Plot and draw
Collected points: (0, −6), (1, 0), (2, 2) — vertex, (3, 0), (4, −6). Add one more: x = −1 gives y = −2(1) + 8(−1) − 6 = −2 − 8 − 6 = −16; mirror at x = 5 gives (5, −16). Draw a smooth inverted-U curve through these points. The curve should reach its peak exactly at (2, 2) and fall symmetrically on both sides, crossing the x-axis at (1, 0) and (3, 0).
Common Mistakes When Graphing a Quadratic Equation
Most graphing errors come from a small number of predictable habits. Recognizing each one in advance helps you avoid losing points on tests.
1. Using the wrong sign for h in the vertex formula
The vertex formula is h = −b / (2a), not h = b / (2a). For y = x² − 6x + 5, b = −6, so h = −(−6) / (2 × 1) = 6/2 = 3. Many students forget the leading negative and write h = −6/2 = −3, which places the vertex in the wrong location and shifts the entire graph. Always write the full formula with the negative sign before substituting.
2. Confusing vertex form coordinates: y = a(x − h)² + k
In vertex form y = a(x − h)² + k, the vertex is at (h, k), NOT at (−h, k). The subtraction inside the parentheses means the x-coordinate of the vertex is positive when the equation shows (x − 3). So y = 2(x − 3)² + 1 has vertex (3, 1), not (−3, 1). This is the most common vertex form error.
3. Drawing a V-shape instead of a smooth curve
A parabola is always a smooth, rounded curve — it never comes to a sharp point at the vertex. A V-shape is the graph of an absolute value function, not a quadratic. Near the vertex, the parabola flattens out before curving away. Plot 5-6 points and connect them with a single smooth stroke to avoid the V-shape habit.
4. Forgetting that a negative discriminant means no x-intercepts
If b² − 4ac < 0, the parabola does not cross the x-axis at all — it sits entirely above it (a > 0) or entirely below it (a < 0). Setting y = 0 and getting a negative under the square root is not an error; it just means the graph has no x-intercepts. The vertex and y-intercept are still real and must be plotted.
5. Not using symmetry to check plotted points
After graphing, check that your plotted points obey the symmetry rule: any point (x, y) on the parabola should have a matching point (2h − x, y) at the same height on the other side of the axis. If your points are not symmetric about x = h, you have an arithmetic error somewhere. Symmetry is a free consistency check that catches most mistakes before you finish.
A parabola is smooth and symmetric. If your graph has a sharp corner or the two halves look different, recheck the vertex calculation and your plotted points.
Practice Problems: Graph These Quadratic Equations
Work through each problem on your own before reading the solution. For each one, find the vertex, axis of symmetry, y-intercept, and x-intercepts, then list at least 5 points.
1. Problem 1 — y = x² + 2x − 8
a = 1, b = 2, c = −8. Vertex: h = −2/(2×1) = −1; k = (−1)² + 2(−1) − 8 = 1 − 2 − 8 = −9. Vertex: (−1, −9). Axis: x = −1. Y-intercept: (0, −8). X-intercepts: x² + 2x − 8 = 0 → (x + 4)(x − 2) = 0 → x = −4 or x = 2. Intercepts: (−4, 0) and (2, 0). Mirror of y-intercept: x = 2×(−1) − 0 = −2, point (−2, −8). Five points to plot: (−4, 0), (−2, −8), (−1, −9), (0, −8), (2, 0). The parabola opens upward with a minimum at (−1, −9).
2. Problem 2 — y = −x² + 4x
a = −1, b = 4, c = 0. Vertex: h = −4/(2×(−1)) = −4/(−2) = 2; k = −(2)² + 4(2) = −4 + 8 = 4. Vertex: (2, 4). Axis: x = 2. Y-intercept: (0, 0) — the graph passes through the origin. X-intercepts: set y = 0 → −x² + 4x = 0 → −x(x − 4) = 0 → x = 0 or x = 4. Intercepts: (0, 0) and (4, 0). Note that the y-intercept and one x-intercept coincide at the origin. At x = −1: y = −1 − 4 = −5; mirror at x = 5: y = −5. Five points: (−1, −5), (0, 0), (2, 4), (4, 0), (5, −5). Opens downward with a maximum at (2, 4).
3. Problem 3 — y = 2(x − 3)² − 8 (vertex form)
Vertex form: vertex is (3, −8) directly from the equation. a = 2 > 0, so opens upward. X-intercepts: set y = 0 → 2(x − 3)² = 8 → (x − 3)² = 4 → x − 3 = ±2 → x = 5 or x = 1. Intercepts: (1, 0) and (5, 0). Y-intercept: set x = 0 → y = 2(0 − 3)² − 8 = 2(9) − 8 = 18 − 8 = 10. Y-intercept: (0, 10); mirror at (6, 10). Five points: (0, 10), (1, 0), (3, −8), (5, 0), (6, 10). Opens upward with minimum at (3, −8).
4. Problem 4 — y = x² + 4x + 7 (no real x-intercepts)
a = 1, b = 4, c = 7. Vertex: h = −4/2 = −2; k = 4 − 8 + 7 = 3. Vertex: (−2, 3). Discriminant: 4² − 4(1)(7) = 16 − 28 = −12 < 0. No real x-intercepts — the parabola sits entirely above the x-axis. Y-intercept: (0, 7). Mirror: (−4, 7). Extra point at x = 1: y = 1 + 4 + 7 = 12; mirror at x = −5: (−5, 12). Five points to plot: (−5, 12), (−4, 7), (−2, 3), (0, 7), (1, 12). The lowest point is the vertex (−2, 3), which is above the x-axis, confirming no crossings.
FAQ: Graphing Quadratic Equations
These are the questions students ask most often when learning how to graph a quadratic equation for the first time.
1. How many points do I need to accurately graph a quadratic equation?
A minimum of 5 points gives a reliable sketch: the vertex and two points on each side. For a more precise graph, use 7 points: the vertex, y-intercept, its mirror, the two x-intercepts (if they exist), and one extra point on each outer edge. More points only matter if the scale is large — for most homework and test problems, 5 clearly labeled points plus a smooth curve is sufficient.
2. What is the difference between standard form and vertex form for graphing?
Both forms describe the same parabola; they just hand you different features for free. Standard form y = ax² + bx + c gives the y-intercept immediately (y = c when x = 0). Vertex form y = a(x − h)² + k gives the vertex immediately — no calculation needed. If a problem gives you an equation in standard form and asks you to graph it, convert to vertex form by completing the square to get the vertex, or just use h = −b/(2a). The conversion is worth doing if you will need the vertex repeatedly.
3. Can a parabola have only one x-intercept?
Yes. When the discriminant b² − 4ac = 0, the vertex sits exactly on the x-axis and the parabola touches the x-axis at one point — this is called a repeated root or a tangent point. The single x-intercept equals the vertex's x-coordinate (h). For example, y = x² − 6x + 9 = (x − 3)² has vertex (3, 0) and only one x-intercept at x = 3.
4. How do I find the range of a quadratic from its graph?
The range depends on whether the parabola opens up or down. If a > 0 (opens upward), the minimum value is k (the y-coordinate of the vertex), so the range is y ≥ k, written [k, ∞). If a < 0 (opens downward), the maximum value is k, so the range is y ≤ k, written (−∞, k]. For y = x² − 4x + 3 with vertex (2, −1), the range is y ≥ −1.
5. What does the graph tell me about the solutions to ax² + bx + c = 0?
The x-intercepts of the graph y = ax² + bx + c are the solutions to the equation ax² + bx + c = 0. Two x-intercepts → two distinct real solutions. One x-intercept → one repeated real solution. No x-intercepts → no real solutions (the solutions are complex numbers). Reading the roots from a graph is an important visual check — if your algebraic answer gives x = 1 and x = 3, but your graph only crosses the x-axis once, you know an error was made.
Related Articles
Quadratic Equation Problems: Practice Sets With Full Solutions
Work through 8 quadratic equation problems covering factoring, the quadratic formula, and word problems — all with full step-by-step solutions.
Walk Me Through How to Use the Quadratic Equation
A detailed walkthrough of the quadratic formula with seven steps, three worked examples, and the most common sign errors explained.
Quadratic Equation Word Problems: 13 Homework Exercises
Apply quadratic equations to real-world scenarios — area, projectile motion, and number problems — with complete solutions.
Related Math Solvers
Step-by-Step Solutions
Get detailed explanations for every step, not just the final answer.
Concept Explainer
Understand the 'why' behind every formula with deep concept breakdowns.
AI Math Tutor
Ask follow-up questions and get personalized explanations 24/7.
Related Subjects
Quadratic Equation Problems
Practice solving quadratic equations with 8 worked examples using factoring, the quadratic formula, and completing the square.
Algebra Formula Solving
Learn to rearrange and solve algebraic formulas — a skill that connects directly to converting quadratic forms.
Geometry Problems
Quadratic equations appear naturally in geometry — area and perimeter problems often produce quadratics that you can now graph.
