What Is the Axis of Symmetry of a Parabola?
The axis of symmetry of a parabola is the line that divides the parabola into two halves that are exact mirror images of each other. Fold the curve along this line and the two halves land on top of one another. It always passes through the vertex (the turning point of the parabola), through the focus, and it is perpendicular to the directrix.
For a parabola drawn as $y = ax^2 + bx + c$ - the graph of a quadratic - the axis of symmetry is a vertical line. This is the geometric partner of the same idea used in algebra: the purely algebraic treatment of the axis of symmetry works from the quadratic's coefficients, while here we read it off the curve itself, as the line the shape is symmetric about.
The Invisible Line Every Fountain Arc Folds Along
Watch a jet of water rise from a fountain and fall back down. The arc it traces is a parabola, and hidden inside it is a single vertical line the whole curve folds along perfectly: the left half is the mirror image of the right. That line runs straight up through the very top of the arc, the highest point the water reaches. Engineers designing everything from headlight reflectors to suspension bridges rely on this line, because it marks where a parabola peaks and where its two halves balance. That fold line is the axis of symmetry.
What Is the Formula For the Axis of Symmetry of a Parabola?
For a parabola in standard form
$$y = ax^2 + bx + c \qquad (a \neq 0),$$
the axis of symmetry is the vertical line
$$x = -\frac{b}{2a}.$$
The variables mean: $a$ is the coefficient of $x^2$, $b$ is the coefficient of $x$, and $c$ is the constant. Only $a$ and $b$ enter the formula - the constant $c$ shifts the curve up or down but never moves the fold line left or right.
If the parabola is given in vertex form $y = a(x - h)^2 + k$, the axis of symmetry is simply
$$x = h,$$
because $h$ is the $x$-coordinate of the vertex, and the axis always runs through the vertex. Both forms give the same line for the same parabola.
Where Does the Formula x = −b/2a Come From?
The formula falls straight out of completing the square, the same move behind the quadratic formula. Start from the standard form and factor $a$ out of the first two terms:
$$y = a\left(x^2 + \frac{b}{a}x\right) + c$$
Complete the square inside the bracket by adding and subtracting $\left(\dfrac{b}{2a}\right)^2$:
$$y = a\left(x + \frac{b}{2a}\right)^2 - a\left(\frac{b}{2a}\right)^2 + c$$
This is now vertex form, $y = a(x - h)^2 + k$, with
$$h = -\frac{b}{2a}.$$
Since the axis of symmetry passes through the vertex at $x = h$, the axis is $x = -\dfrac{b}{2a}$. The squared term $\left(x + \dfrac{b}{2a}\right)^2$ is what forces the symmetry: it gives the same $y$ for values of $x$ equally far on either side of $-\dfrac{b}{2a}$.
How Do You Find the Axis of Symmetry From a Graph?
You do not need the equation if you can read the graph. Two methods work.
From the vertex. Find the vertex (the highest or lowest point of the curve). The axis of symmetry is the vertical line through it - read off the vertex's $x$-coordinate and write $x = $ that value.
From two symmetric points. Find two points on the parabola at the same height (for example, the two $x$-intercepts). The axis lies exactly halfway between them, so average their $x$-coordinates: $x = \dfrac{x_1 + x_2}{2}$.
The second method is why the axis sits at the midpoint of the roots: the roots are a symmetric pair, so their average is the fold line.
Is the Axis of Symmetry Always Vertical?
No. It is vertical only when the parabola opens up or down, as $y = ax^2 + bx + c$ does. A parabola that opens left or right, written $x = ay^2 + by + c$, has a horizontal axis of symmetry, and the formula becomes $y = -\dfrac{b}{2a}$. In every case the axis passes through the vertex and the focus and is perpendicular to the directrix — the direction just follows the way the parabola opens.
Examples of Axis of Symmetry of a Parabola
Six examples, from a direct substitution to reading the axis off a graph.
Example 1
Find the axis of symmetry of $y = x^2 - 6x + 5$.
Identify the coefficients: $a = 1$, $b = -6$, $c = 5$. Apply the formula.
$x = -\dfrac{b}{2a} = -\dfrac{-6}{2 \times 1} = -\dfrac{-6}{2} = 3$
Final answer: $x = 3$. The two negatives cancel, so the axis lands to the right of the origin.
Example 2
A student finds the axis of symmetry of $y = x^2 - 6x + 5$ by writing "$x = \dfrac{b}{2a} = \dfrac{-6}{2} = -3$." Where does this go wrong?
The tempting move drops the leading minus sign in the formula.
That gives $x = -3$, but a quick check breaks it: the vertex of this parabola is at the minimum of $y = x^2 - 6x + 5$, and plugging $x = -3$ gives $y = 9 + 18 + 5 = 32$, while $x = 3$ gives $y = 9 - 18 + 5 = -4$, which is far lower. The true turning point is at $x = 3$, not $x = -3$.
The correct method keeps the negative sign in $x = -\dfrac{b}{2a}$:
$x = -\dfrac{-6}{2 \times 1} = 3$
Final answer: $x = 3$. The formula is $-\dfrac{b}{2a}$; the sign is part of it.
Example 3
Find the axis of symmetry of $y = 2x^2 + 8x - 3$.
Here $a = 2$, $b = 8$.
$x = -\dfrac{b}{2a} = -\dfrac{8}{2 \times 2} = -\dfrac{8}{4} = -2$
Final answer: $x = -2$. A positive $b$ with positive $a$ pushes the axis to the left of the origin.
Example 4
Find the axis of symmetry of $y = 3(x - 4)^2 + 7$.
This is vertex form, $y = a(x - h)^2 + k$, with $h = 4$.
The axis of symmetry runs through the vertex at $x = h$.
Final answer: $x = 4$. In vertex form the axis is read off directly, no calculation needed.
Example 5
A parabola crosses the x-axis at $x = -1$ and $x = 7$. Find its axis of symmetry.
The two roots are a symmetric pair, so the axis is halfway between them.
$x = \dfrac{x_1 + x_2}{2} = \dfrac{-1 + 7}{2} = \dfrac{6}{2} = 3$
Final answer: $x = 3$. The axis is always the midpoint of the two x-intercepts.
Example 6
Find the axis of symmetry of the left-right parabola $x = y^2 - 4y + 1$.
This parabola opens sideways, so its axis is horizontal and uses $y = -\dfrac{b}{2a}$ with $a = 1$, $b = -4$.
$y = -\dfrac{-4}{2 \times 1} = \dfrac{4}{2} = 2$
Final answer: $y = 2$. For a sideways parabola the axis is a horizontal line; the reasoning step is matching the formula to the direction the curve opens.
Why the Axis of Symmetry Matters: It Locates the Peak and the Focus
The axis of symmetry is not a decorative line through the middle; it is the fastest route to the two things people most want from a parabola.
It finds the vertex. The axis gives the vertex's $x$-coordinate immediately; substitute it back to get the maximum or minimum $y$. This is how optimization problems - maximum height, minimum cost - are solved.
It locates the focus and directrix. The focus sits on the axis, and the directrix is perpendicular to it. Reflector and antenna design starts from this line.
It halves the work. Once you know one half of a parabola, symmetry gives you the other half for free.
What Are the Most Common Mistakes With the Axis of Symmetry of a Parabola?
Three errors account for most wrong answers, and the first is a sign slip almost everyone makes once.
Mistake 1: Dropping the negative sign in −b/2a
Where it slips in: Writing the formula as $\dfrac{b}{2a}$ instead of $-\dfrac{b}{2a}$.
Don't do this: Reporting $x = 3$ as $x = -3$ for $y = x^2 - 6x + 5$.
The correct way: The formula carries a leading minus: $x = -\dfrac{b}{2a}$. When $b$ is itself negative, the two minuses cancel to a positive. The first-instinct error is to read only $\dfrac{b}{2a}$ and lose the sign; substituting the result back to check the vertex height catches it every time.
Mistake 2: Letting the constant c into the formula
Where it slips in: Believing the value of $c$ shifts the axis left or right.
Don't do this: Trying to use $c$ when computing $x = -\dfrac{b}{2a}$.
The correct way: Only $a$ and $b$ set the axis. The constant $c$ moves the parabola vertically but never sideways, so it plays no part. The memoriser who plugs in all three coefficients adds a term that does not belong.
Mistake 3: Assuming the axis is always x = something
Where it slips in: Applying the vertical-axis formula to a sideways parabola.
Don't do this: Writing $x = -\dfrac{b}{2a}$ for $x = y^2 - 4y + 1$.
The correct way: A parabola that opens left or right has a horizontal axis, $y = -\dfrac{b}{2a}$. Match the formula to the direction the curve opens: $y = ax^2 + \dots$ gives a vertical axis, $x = ay^2 + \dots$ gives a horizontal one. The confusion between the two orientations is a common source of wrong answers.
Conclusion
The axis of symmetry of a parabola is the line that folds it into two mirror halves, through the vertex and focus.
For $y = ax^2 + bx + c$ it is $x = -\dfrac{b}{2a}$; in vertex form $y = a(x - h)^2 + k$ it is $x = h$.
It comes from completing the square, and it sits at the midpoint of the two x-intercepts.
Keep the negative sign, ignore $c$, and match the formula to whether the parabola opens up/down or left/right.
To take parabolas and conics further with a teacher, explore Bhanzu's geometry tutor, a high school math tutor, or math classes online.
Practice These to Solidify Your Understanding
Work through these, then check your answers:
Find the axis of symmetry of $y = x^2 + 4x - 1$. (Answer to Question 1: $a = 1$, $b = 4$, so $x = -\tfrac{4}{2} = -2$.)
Find the axis of symmetry of $y = -2x^2 + 12x + 5$. (Answer to Question 2: $x = -\tfrac{12}{2 \times (-2)} = 3$.)
A parabola has x-intercepts at $x = 2$ and $x = 10$. Find its axis of symmetry. (Answer to Question 3: $x = \tfrac{2 + 10}{2} = 6$.)
If Question 2 tripped you, watch the sign when $a$ is negative. Want a trainer to walk parabolas through with your child? Book a free demo class.
Read More
Directrix of a parabola — the line the axis of symmetry meets at a right angle.
Focus of a parabola — the point that sits on the axis of symmetry.
Latus rectum of a parabola — the focal chord perpendicular to the axis.
Coordinate geometry — the plane where the axis is read as an equation.
Standard form to vertex form — the conversion that exposes the axis as $x = h$.
Was this article helpful?
Your feedback helps us write better content
