Graphs Of Quadratic Expressions Explained

#Algebra
TL;DR
Graphs of quadratic expressions are always parabolas, the U-shaped curve of $y = ax^2 + bx + c$. The sign of $a$ decides whether the curve opens up or down, the vertex sits at $x = -\dfrac{b}{2a}$ with the axis of symmetry running through it, $c$ is the y-intercept, and the discriminant $b^2 - 4ac$ tells you whether the curve meets the x-axis at two points, one point, or none.
BT
Bhanzu TeamLast updated on September 6, 202611 min read

What Are Graphs Of Quadratic Expressions?

Graphs of quadratic expressions are the pictures you get when you plot $y = ax^2 + bx + c$ on a coordinate plane, and every one of them is a parabola. A quadratic expression is any expression whose highest power is $2$, with $a \neq 0$. Plot enough $(x, y)$ points from the expression and they never fall on a straight line; they always bend into the same smooth, symmetric U.

The three numbers $a$, $b$, and $c$ are the controls. Each one changes the parabola in a specific, predictable way:

  • The coefficient $a$ sets the direction and the width. It opens the curve up or down and makes it narrow or wide.

  • The coefficient $b$ shifts the curve left or right (together with $a$, it fixes where the turning point lands).

  • The constant $c$ is the height at which the curve crosses the y-axis.

Throughout this article we use one running expression:

$$y = x^2 - 4x + 3$$

Here $a = 1$, $b = -4$, and $c = 3$. By the end you will be able to read its whole graph, the direction, the turning point, the line of symmetry, and every place it crosses an axis, straight from those three numbers.

How Does The Coefficient A Change The Parabola?

The single most important number is $a$, because it decides which way the parabola opens.

  • If $a > 0$, the parabola opens upward, like a valley, and its vertex is the lowest point (a minimum).

  • If $a < 0$, the parabola opens downward, like a hill, and its vertex is the highest point (a maximum).

The size of $a$ controls the width. A large $|a|$ (such as $3$ or $-5$) makes a narrow, steep parabola. A small $|a|$ (such as $0.2$) makes a wide, gentle one. The value $a = 1$ gives the "standard" width you see most often.

Table: How the coefficient a changes the shape of the parabola.

Value of $a$

Opening

Vertex is a

Shape

$a > 0$

Upward (valley)

Minimum

U

$a < 0$

Downward (hill)

Maximum

Inverted U

Large $\lvert a \rvert$

Same direction

Same

Narrow, steep

Small $\lvert a \rvert$

Same direction

Same

Wide, gentle

For our expression $a = 1 > 0$, so $y = x^2 - 4x + 3$ opens upward and has a lowest point.

How Do You Find The Vertex And Axis Of Symmetry?

The vertex is the turning point of the parabola, the single lowest or highest point on the curve. Its x-coordinate comes from one formula:

$$x = -\frac{b}{2a}$$

The axis of symmetry is the vertical line through the vertex, written $x = -\dfrac{b}{2a}$. It splits the parabola into two mirror-image halves, so whatever the curve does on the left of that line, it does in reverse on the right.

Example 1: Find the vertex and axis of symmetry of $y = x^2 - 4x + 3$.

Start with the x-coordinate of the vertex:

$$x = -\frac{b}{2a} = -\frac{-4}{2(1)} = \frac{4}{2} = 2$$

Substitute $x = 2$ back into the expression to get the y-coordinate:

$$y = (2)^2 - 4(2) + 3 = 4 - 8 + 3 = -1$$

Final answer: the vertex is $(2, -1)$, and the axis of symmetry is the line $x = 2$.

Where Does The Parabola Cross The Axes?

A parabola can cross the y-axis and the x-axis, and each crossing comes from a different part of the expression.

The y-intercept is the easiest. Set $x = 0$, and every term with $x$ vanishes, leaving $y = c$. For $y = x^2 - 4x + 3$, the y-intercept is $(0, 3)$.

The x-intercepts (also called the roots or zeroes) are where $y = 0$, so they solve $ax^2 + bx + c = 0$. How many there are depends on the discriminant:

$$D = b^2 - 4ac$$

The sign of $D$ tells you how the parabola sits against the x-axis, before you draw anything:

Table: How the discriminant fixes the number of x-intercepts.

Discriminant $D = b^2 - 4ac$

X-intercepts

What the graph does

$D > 0$

Two

Crosses the x-axis at two points

$D = 0$

One

Just touches the x-axis at the vertex

$D < 0$

None

Sits entirely above or below the x-axis

Example 2: Find the x-intercepts of $y = x^2 - 4x + 3$.

First the discriminant:

$$D = (-4)^2 - 4(1)(3) = 16 - 12 = 4$$

Since $D = 4 > 0$, there are two x-intercepts. Solve $x^2 - 4x + 3 = 0$ by factoring:

$$(x - 1)(x - 3) = 0$$

So $x = 1$ or $x = 3$, giving intercepts $(1, 0)$ and $(3, 0)$. Notice they sit an equal distance either side of the axis $x = 2$, which is exactly what symmetry promises.

The same family of expressions shows all three cases at once. Keep $a$ and $b$ fixed and change $c$:

  • $y = x^2 - 4x + 3$ has $D = 4 > 0$, so it crosses twice.

  • $y = x^2 - 4x + 4$ has $D = 0$, so it touches the x-axis once, at the vertex $(2, 0)$.

  • $y = x^2 - 4x + 5$ has $D = -4 < 0$, so it never reaches the x-axis and floats above it.

What Is Vertex Form And How Does It Show Transformations?

The vertex form rewrites a quadratic so the turning point is visible at a glance:

$$y = a(x - h)^2 + k$$

Here $(h, k)$ is the vertex directly, and $x = h$ is the axis of symmetry. You reach it from $y = ax^2 + bx + c$ by completing the square. For our running expression:

$$y = x^2 - 4x + 3 = (x - 2)^2 - 1$$

Read off $h = 2$ and $k = -1$, so the vertex is $(2, -1)$, matching Example 1. For a step-by-step method, see standard form to vertex form.

Vertex form is powerful because it reads as a set of moves applied to the basic parabola $y = x^2$:

  • $h$ slides the curve sideways: $(x - 2)^2$ shifts it $2$ units right.

  • $k$ slides the curve up or down: the $-1$ drops it $1$ unit down.

  • $a$ stretches or flips it: a value below $0$ turns the U upside down, a large value narrows it.

So $y = (x - 2)^2 - 1$ is just the familiar $y = x^2$ moved right $2$ and down $1$. Every parabola in the plane is the basic one, relocated and rescaled.

Why Are Graphs Of Quadratic Expressions Always Symmetric?

The mirror symmetry is not a coincidence of drawing; it is built into the algebra. Completing the square turns any quadratic into $y = a(x - h)^2 + k$, and the only place $x$ appears is inside the squared bracket $(x - h)^2$.

Squaring erases the sign of what is inside. A point the same distance to the left of $h$ and to the right of $h$, say $h - d$ and $h + d$, gives $(-d)^2$ and $(+d)^2$, which are equal. Both feed the same $y$. That is the whole reason two points always share a height, and why the line $x = h$ is a perfect mirror.

  • Symmetry gives you free points. Find one x-intercept and reflect it across the axis to get the other, no second calculation needed.

  • Symmetry locates the vertex. The turning point must lie on the mirror line, exactly halfway between the two roots.

That halfway idea is where $x = -\dfrac{b}{2a}$ comes from. The two roots of $ax^2 + bx + c = 0$ average to $-\dfrac{b}{2a}$, and their midpoint is the axis of symmetry. The formula you memorise is really just "the middle of the two crossings".

Who Discovered The Parabola And Its Graph?

The parabola was studied for almost two thousand years before graphs, as we draw them, existed. It began not as a curve on axes but as a slice through a cone.

Two other figures shaped how we see the parabola today:

  • Menaechmus (around 380–320 BCE, Greece) is credited with discovering the conic sections in the first place, while trying to solve the classic problem of doubling the cube.

  • Galileo Galilei (1564–1642, Italy) proved that a thrown object follows a parabola, connecting Apollonius's cone-slice to the arc of every ball, jet of water, and cannon shot.

Where Are Graphs Of Quadratic Expressions Used In The Real World?

The parabola is one of the most useful curves in science and engineering, because it is exactly the shape that "focuses" and the shape that "falls".

  • Projectile motion: a ball, an arrow, or a jet of water follows a parabola, so its graph predicts the maximum height (the vertex) and the landing point (an x-intercept).

  • Satellite dishes and headlights: a parabolic cross-section reflects every incoming signal to a single focus point, or spreads a bulb at the focus into a straight beam. See focus of parabola.

  • Bridges and architecture: cables and arches are shaped to spread load smoothly, and the near-parabolic curve appears in suspension-bridge design.

  • Business and optimization: cost, revenue, and profit models are often quadratic, and the vertex marks the price or quantity that gives the maximum profit or minimum cost.

  • Sports analysis: the flight of a basketball or a golf ball is modelled as a parabola to study the best launch angle.

One curve describes a thrown ball, a telescope mirror, a highway bridge, and a profit forecast. Mathematics keeps reusing the same idea across fields that look nothing alike.

What Are The Most Common Graphs Of Quadratic Expressions Mistakes?

These three errors account for most lost marks when students sketch a parabola, verified against Third Space Learning's "easy mistakes", quadratic-pitfall guides, and common-error write-ups.

Dropping the negative sign in the axis formula.

Where it slips in:

A student writes the axis of symmetry as $x = \dfrac{b}{2a}$ instead of $x = -\dfrac{b}{2a}$, so the whole parabola gets placed on the wrong side of the y-axis.

Don't do this:

Do not forget the leading minus. It is part of the formula, not optional.

The correct way:

Always write $x = -\dfrac{b}{2a}$ and substitute $b$ with its sign attached. For $y = x^2 - 4x + 3$, that is $x = -\dfrac{-4}{2} = 2$, not $-2$.

Thinking $a < 0$ turns the graph into a different shape.

Where it slips in:

A student sees a negative $a$ and draws something that is not a parabola, or assumes the curve is no longer symmetric.

Don't do this:

Do not treat a downward parabola as a new kind of graph. A negative $a$ does not stop the curve being a parabola.

The correct way:

Keep the same U-shape and simply flip it upside down. When $a < 0$ the curve is still a parabola with an axis of symmetry; its vertex is now the highest point instead of the lowest.

Confusing the vertex with the x-intercepts.

Where it slips in:

A student reads the roots off the graph and calls one of them the vertex, or expects the vertex to sit on the x-axis.

Don't do this:

Do not mix the turning point up with the crossings. The vertex is usually not on the x-axis at all.

The correct way:

Find them separately. The x-intercepts solve $y = 0$; the vertex is at $x = -\dfrac{b}{2a}$ with its own y-value. They only coincide in the single case $D = 0$, where the parabola touches the axis exactly at its vertex.

Practice Problems On Graphs Of Quadratic Expressions

Try each before checking. Answers follow every problem.

  1. Which way does $y = -2x^2 + x + 5$ open, and is its vertex a maximum or a minimum?
    (Answer: $a = -2 < 0$, so it opens downward and the vertex is a maximum.)

  2. Find the axis of symmetry of $y = x^2 - 6x + 8$.
    (Answer: $x = -\dfrac{-6}{2(1)} = 3$.)

  3. Find the vertex of $y = x^2 - 6x + 8$.
    (Answer: at $x = 3$, $y = 9 - 18 + 8 = -1$, so the vertex is $(3, -1)$.)

  4. How many x-intercepts does $y = x^2 + 2x + 5$ have?
    (Answer: $D = 2^2 - 4(1)(5) = 4 - 20 = -16 < 0$, so none.)

  5. Write the y-intercept of $y = 3x^2 - 7x - 2$.
    (Answer: set $x = 0$, so $y = -2$; the y-intercept is $(0, -2)$.)

  6. Write $y = x^2 - 6x + 8$ in vertex form.
    (Answer: $y = (x - 3)^2 - 1$.)

Where Should You Go Next After Graphs Of Quadratic Expressions?

The parabola opens onto several connected topics, and each one sharpens a different part of the picture.

  1. Quadratic expressions. Go back to the expression itself, how the terms behave before you ever plot a point.

  2. Roots of quadratic equation. Solve for the exact x-intercepts using factoring, the quadratic formula, and the discriminant.

  3. Parabola. Meet the same curve from the geometry side, as a cone-slice with a focus and a directrix.

If your child is building these foundations, a live Bhanzu trainer teaches graphs of quadratic expressions starting from the "why", the symmetry and the real curves they describe, in the Bhanzu algebra program.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What do the graphs of quadratic expressions always look like?
They are always parabolas, a single smooth U-shaped curve. There are no other shapes; every expression of the form $y = ax^2 + bx + c$ with $a \neq 0$ graphs as a parabola that opens either up or down.
How do you know if a parabola opens up or down?
Look only at the sign of $a$. If $a > 0$ the parabola opens upward with a minimum vertex, and if $a < 0$ it opens downward with a maximum vertex.
What is the fastest way to find the vertex?
Compute $x = -\dfrac{b}{2a}$ for the x-coordinate, then substitute that value back into the expression to get the y-coordinate. Vertex form $y = a(x - h)^2 + k$ shows the vertex $(h, k)$ directly if you already have it.
How does the discriminant relate to graphs of quadratic expressions?
The discriminant $b^2 - 4ac$ counts the x-intercepts on the graph. A positive value means two crossings, zero means the curve just touches the x-axis at its vertex, and a negative value means the parabola never meets the x-axis.
Is the vertex the same as the y-intercept?
No. The y-intercept is where the curve crosses the y-axis, always at $(0, c)$, while the vertex is the turning point at $x = -\dfrac{b}{2a}$. They match only in the rare case where the axis of symmetry is the y-axis itself.
Which curricula teach graphing quadratics?
Quadratic graphs appear in India's NCERT syllabus (quadratic equations in Class 10 and functions in Class 11) and in the United States under the Common Core high-school standards F-IF and A-REI. The topic then recurs throughout precalculus and calculus.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →