TOPIC

Graphing parabolas for given quadratic functions

MY PROGRESS

Pug Score

0%

Study Points

+0

Overview

Watch

Read

Next Steps


Get Started

Get unlimited access to all videos, practice problems, and study tools.

Unlimited practice
Full videos

Back to Menu

Topic Progress

Pug Score

0%

Videos Watched

0/0

Read

Not viewed


Study Points

+0

Read

Graphing Parabolas for Given Quadratic Functions

Learn how to graph parabolas from quadratic functions in standard or vertex form. This lesson walks through finding the vertex, axis of symmetry, and intercepts, then plotting points to sketch an accurate parabola, with fully worked examples and diagrams.

What does the graph of a quadratic function look like?

Any quadratic function, whether it is written as \(y = ax^2 + bx + c\) (standard form) or \(y = a(x-h)^2 + k\) (vertex form), graphs as a U-shaped curve called a parabola. To graph a parabola well, you do not need to plot dozens of random points — you need a small set of key features and a handful of well-chosen points around them.

Before graphing, it helps to know the vocabulary covered in characteristics of quadratic functions: the vertex, the axis of symmetry, the direction of opening, and the intercepts. Once those are set, plotting the curve is mostly mechanical.

Key features to find first

For \(y = ax^2 + bx + c\):

  • Direction of opening: if \(a > 0\) the parabola opens upward; if \(a < 0\) it opens downward.
  • Vertex: the turning point of the curve, either a minimum (opens up) or maximum (opens down). You can find it using the vertex formula \(x = -\frac{b}{2a}\), then substitute back to get the \(y\)-coordinate.
  • Axis of symmetry: the vertical line \(x = -\frac{b}{2a}\) that passes through the vertex; the two halves of the parabola are mirror images across it.
  • \(y\)-intercept: set \(x = 0\), which gives \(y = c\).
  • \(x\)-intercepts: set \(y = 0\) and solve \(ax^2 + bx + c = 0\) by factoring, the quadratic formula, or completing the square (a parabola may have zero, one, or two \(x\)-intercepts).

Steps to graph a quadratic function

  1. Identify \(a\), \(b\), and \(c\) (or \(a\), \(h\), \(k\) in vertex form) and note the direction of opening.
  2. Find the vertex and draw a light dashed vertical line through it — this is the axis of symmetry.
  3. Find the \(y\)-intercept and, if possible, the \(x\)-intercept(s).
  4. Choose one or two extra \(x\)-values on one side of the vertex, calculate their \(y\)-values, and use symmetry to get the matching points on the other side.
  5. Plot all the points and connect them with a smooth curve — never with straight line segments.

Worked example: graphing from standard form

Graph \(y = x^2 - 4x + 3\).

Here \(a = 1\), \(b = -4\), \(c = 3\), and \(a > 0\), so the parabola opens upward.

Vertex: \(x = -\frac{b}{2a} = -\frac{-4}{2(1)} = 2\). Substituting, \(y = (2)^2 - 4(2) + 3 = -1\). Vertex: \((2, -1)\).

\(y\)-intercept: \(x = 0\) gives \(y = 3\), so \((0, 3)\).

\(x\)-intercepts: \(x^2 - 4x + 3 = (x-1)(x-3) = 0\), so \(x = 1\) and \(x = 3\).

Plotting the vertex \((2, -1)\), the intercepts, and the axis of symmetry \(x = 2\) is enough to sketch a smooth, symmetric curve:

Graph of y equals x squared minus 4x plus 3, an upward parabola with vertex at (2, -1) Plot of y = x**2 - 4*x + 3 for x in [-1, 5] -1 0 1 2 3 4 5 -2 0 2 4 6 8 x y vertex (2, -1) x-intercept x-intercept y-intercept
Graph of \(y = x^2 - 4x + 3\), opening upward with vertex \((2, -1)\).

Worked example: graphing from vertex form

Graph \(y = -2(x-1)^2 + 3\).

This is already in vertex form \(y = a(x-h)^2+k\), with \(a = -2\), \(h = 1\), \(k = 3\).

Vertex: \((h, k) = (1, 3)\), and since \(a = -2 < 0\), the parabola opens downward with a maximum at the vertex.

Extra point: at \(x = 2\), \(y = -2(2-1)^2 + 3 = 1\), giving point \((2, 1)\). By symmetry across \(x = 1\), the point \((0, 1)\) also lies on the curve.

If a function is given in standard form and the vertex is not obvious, you can rewrite it in vertex form using the method in converting from standard form to vertex form before plotting.

Graph of y equals negative 2 times the quantity x minus 1 squared plus 3, a downward parabola with vertex at (1, 3) Plot of y = -2*(x-1)**2 + 3 for x in [-2, 4] -2 -1 0 1 2 3 4 -15 -10 -5 0 5 x y vertex (1, 3) point (2, 1) point (0, 1)
Graph of \(y = -2(x-1)^2 + 3\), opening downward with vertex \((1, 3)\).

Common mistakes to avoid

  • Forgetting to check the sign of \(a\) and drawing the parabola opening the wrong way.
  • Connecting plotted points with straight segments instead of a smooth curve.
  • Mixing up the vertex \((h, k)\) sign in vertex form — remember it is \(x - h\), so \(y = a(x+3)^2+k\) has vertex \(x = -3\), not \(x = 3\).
  • Plotting only two or three points, which can hide the true curvature near the vertex.

Putting it all together

Whether a quadratic function is given in standard or vertex form, the graphing process is the same: find the vertex and axis of symmetry, find the intercepts, add one or two extra points, and use symmetry to sketch a smooth parabola. If instead you are given a graph and asked to work out its equation, that reverse process is covered in finding the quadratic function for a given parabola.

Related lessons