Allday Education

Axis of Symmetry

A quadratic function has the form y=ax2+bx+cy = ax^2 + bx + c, and its graph is a parabola — a symmetric U-shaped curve. Every parabola has a turning point called the vertex, and a vertical mirror line through that vertex called the axis of symmetry. Once you locate the vertex, the rest of the graph is just a few plotted points and their mirror images.

The whole process runs on one formula: the axis of symmetry is x=b2ax = -\dfrac{b}{2a}. Find that xx-value, substitute it back in to get the vertex, plot two or three more points, and mirror them across the axis. Four steps, same every time.

What a, b, and c tell you

Before plotting anything, read the equation. The sign of aa sets the direction: if aa is positive the parabola opens up (the vertex is the lowest point); if aa is negative it opens down (the vertex is the highest point). The size of aa sets the width — a larger absolute value of aa makes a narrower parabola, and a value between 00 and 11 makes a wider one.

The constant cc is a free point: it is the yy-intercept, because substituting x=0x = 0 into ax2+bx+cax^2 + bx + c leaves just cc. The middle coefficient bb has no shortcut meaning by itself — it works together with aa to position the vertex, through the formula in the next section.

The vertex and the axis of symmetry

The axis of symmetry of y=ax2+bx+cy = ax^2 + bx + c is the vertical line x=b2ax = -\dfrac{b}{2a}. The vertex sits on that line, so its xx-coordinate is b2a-\dfrac{b}{2a}; substitute that value into the function to get the vertex's yy-coordinate.

Take y=x22x3y = x^2 - 2x - 3, graphed below. Here a=1a = 1 and b=2b = -2, so the axis of symmetry is x=22(1)=1x = -\dfrac{-2}{2(1)} = 1. Substituting x=1x = 1 gives y=123=4y = 1 - 2 - 3 = -4, so the vertex is (1,4)(1, -4). Since a=1a = 1 is positive, the parabola opens up from that lowest point — and the graph confirms it, crossing the xx-axis at 1-1 and 33 and the yy-axis at 3-3.

-2-112345-4-3-2-1123xy

Plot the vertex, then mirror

Symmetry does half your work. Plot the vertex first. Then pick one or two xx-values on one side of the axis, compute their yy-values, and plot them. Every point you plot has a free twin the same distance from the axis on the other side, at the same height.

The yy-intercept is usually the easiest extra point. For y=x22x3y = x^2 - 2x - 3, the yy-intercept (0,3)(0, -3) sits 11 unit left of the axis x=1x = 1, so its mirror (2,3)(2, -3) sits 11 unit right. That's five points — vertex, two points, two mirrors — which is plenty for a clean parabola.

Worked examples

Example 1: graph from standard form

Find the key features of y=x22x3y = x^2 - 2x - 3 and describe its graph.

Identify the coefficientsa=1,b=2,c=3a = 1, \quad b = -2, \quad c = -3
Axis of symmetryx=b2a=22(1)=1x = -\dfrac{b}{2a} = -\dfrac{-2}{2(1)} = 1
Vertex: substitute x=1x = 1y=(1)22(1)3=4y = (1)^2 - 2(1) - 3 = -4
The yy-intercept is cc, at (0,3)(0, -3); its mirror across x=1x = 1 is (2,3)(2, -3)
Since a>0a > 0, the parabola opens up from the vertex (1,4)(1, -4)

Answer: Vertex (1,4)(1, -4), axis of symmetry x=1x = 1, opens up, yy-intercept (0,3)(0, -3)

Example 2: a parabola that opens down

Find the vertex of y=x2+4x1y = -x^2 + 4x - 1 and tell which way it opens.

Identify the coefficientsa=1,b=4,c=1a = -1, \quad b = 4, \quad c = -1
Axis of symmetryx=b2a=42(1)=2x = -\dfrac{b}{2a} = -\dfrac{4}{2(-1)} = 2
Substitute x=2x = 2y=(2)2+4(2)1y = -(2)^2 + 4(2) - 1
Simplifyy=4+81=3y = -4 + 8 - 1 = 3
Since a<0a < 0, the parabola opens down — the vertex is its highest point

Answer: Vertex (2,3)(2, 3), opening down

Example 3: graph from vertex form

Find the key features of y=(x3)2+1y = (x - 3)^2 + 1.

Vertex form is y=a(xh)2+ky = a(x - h)^2 + k with vertex (h,k)(h, k)h=3,k=1h = 3, \quad k = 1
Read the vertex directly(3,1)(3, 1)
Axis of symmetry is the vertical line through the vertexx=3x = 3
Extra points: x=2x = 2 and x=4x = 4 both give y=1+1=2y = 1 + 1 = 2 — mirror twins
Since a=1a = 1 is positive, the parabola opens up

Answer: Vertex (3,1)(3, 1), axis of symmetry x=3x = 3, opens up

Example 4: a coefficient bigger than 1

Find the vertex of y=2x2+8x+5y = 2x^2 + 8x + 5.

Identify the coefficientsa=2,b=8,c=5a = 2, \quad b = 8, \quad c = 5
Axis of symmetryx=b2a=82(2)=2x = -\dfrac{b}{2a} = -\dfrac{8}{2(2)} = -2
Substitute x=2x = -2y=2(2)2+8(2)+5y = 2(-2)^2 + 8(-2) + 5
Simplifyy=816+5=3y = 8 - 16 + 5 = -3

Answer: Vertex (2,3)(-2, -3)

Try one yourself

-5-4-3-2-112-1123456xy

Common questions

Why does x=b2ax = -\dfrac{b}{2a} give the vertex?

The two xx-intercepts of a parabola (when they exist) sit at equal distances from the axis of symmetry, and b2a-\dfrac{b}{2a} is exactly the midpoint of the quadratic formula's two solutions. The vertex lies on that mirror line, so its xx-coordinate is b2a-\dfrac{b}{2a} — then you substitute back in for the yy-coordinate.

How many points do I need to plot?

Five is the standard: the vertex, two points on one side of the axis, and their two mirror images. The yy-intercept (0,c)(0, c) is usually the easiest of those points, and its mirror comes free.

What if the parabola never crosses the xx-axis?

That's fine — it just means the function has no real zeros, like y=x2+2y = x^2 + 2. You graph it exactly the same way: vertex, axis of symmetry, a few mirrored points. xx-intercepts are a bonus feature, not a requirement for graphing.

Want the video version?

Allday Everyday Math has video lessons, practice, and an AI tutor for every topic, Pre-Algebra through Algebra 2.

Try it for $1