🧮 Algebra

🪁Graphing Quadratics

Opening direction, axis of symmetry and vertex — the three things to read on a parabola, plus counting x-intercepts with the discriminant.

After a basketball leaves your hands, its path is neither a straight line nor a circular arc but a graceful curve that rises, peaks and falls — a parabola. Fountain jets and bridge arches carry its silhouette. Behind the curve stands a very plain function:

y=ax2+bx+cy = ax^2 + bx + c

Plot the simplest parabola first

Start from y=x2y = x^2 and make a table of points (drawn on Cartesian coordinates):

xx2-21-1001122
y=x2y = x^241014

Connect the dots and a bowl-shaped curve appears. Notice its symmetry: x=2x = -2 and x=2x = 2 produce the same yy — squaring eats the minus sign. The lowest point (0,0)(0, 0) is the vertex, and the vertical line that splits the curve into mirror halves is the axis of symmetry.

The opening direction reads a

  • a>0a > 0: the parabola opens upward, like a bowl, and the vertex is the minimum;
  • a<0a < 0: it opens downward, like an umbrella, and the vertex is the maximum.

a|a| controls the build: y=2x2y = 2x^2 already reaches 2 at x=1x = 1, steeper and slimmer than y=x2y = x^2, while y=0.5x2y = 0.5x^2 climbs slowly and looks wider. If a=0a = 0 the square term disappears and only y=bx+cy = bx + c remains — the parabola flattens into a straight line. The coefficient aa is the soul of the parabola.

Axis of symmetry and vertex

For the general form, the axis of symmetry is the vertical line

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

and the vertex sits on it. For example, y=x24x+3y = x^2 - 4x + 3 has axis x=42=2x = -\frac{-4}{2} = 2 and vertex height 48+3=14 - 8 + 3 = -1, namely (2,1)(2, -1).

Where does the formula come from? From symmetry. Substitute x=1x = 1 and you get 0; substitute x=3x = 3 and you get 0 again — two equal-height points must sit symmetrically about the axis, and their midpoint 1+32=2\frac{1+3}{2} = 2 is exactly it.

Do not drop the minus sign

The leading minus in x=b2ax = -\frac{b}{2a} is the easiest thing to lose. In y=x24x+3y = x^2 - 4x + 3 we have b=4b = -4, so 42=2-\frac{-4}{2} = 2 — a negative times a negative turns positive, and the axis lands on the positive side.

The discriminant counts the intercepts

The number of crossings with the x-axis is settled by the discriminant b24acb^2 - 4ac:

  • b24ac>0b^2 - 4ac > 0: two intercepts;
  • b24ac=0b^2 - 4ac = 0: exactly one — the vertex rests on the x-axis;
  • b24ac<0b^2 - 4ac < 0: no intercepts at all.

For y=x21y = x^2 - 1 the discriminant is 0+4=4>00 + 4 = 4 > 0, with intercepts at x=±1x = \pm 1; for y=x2y = x^2 it is 0, one intercept; for y=x2+1y = x^2 + 1 it is 4<0-4 < 0 — even the minimum sits 1 above the ground, never reaching the x-axis. An intercept's x-value is a solution of y=0y = 0, which is exactly what quadratic equations are about.

Sketch a whole parabola

Draw y=x22x3y = x^2 - 2x - 3: the axis is x=22=1x = \frac{2}{2} = 1, the vertex (1,4)(1, -4), and the discriminant 4+12=16>04 + 12 = 16 > 0 promises two intercepts. Plot points: x=1x = -1 gives 0, x=0x = 0 gives 3-3, x=3x = 3 gives 0. The curve dips from (1,0)(-1, 0) down to (1,4)(1, -4) and climbs back to (3,0)(3, 0) — vertex, axis and intercepts all agree.

When is the ball highest

A thrown ball's height is roughly h=5t2+20th = -5t^2 + 20t (meters). Here a=5<0a = -5 < 0, so it opens downward. The peak sits on the axis of symmetry at t=2010=2t = \frac{20}{10} = 2 seconds, where h=20+40=20h = -20 + 40 = 20 meters. The discriminant 400>0400 > 0 gives two zeros: launch at t=0t = 0, landing at t=4t = 4. Read off the vertex and both "when" and "how high" are answered at once.

Check yourself

Quick quiz

  1. 1. Which way does y = −3x² open?

  2. 2. What is the axis of symmetry of y = x² − 6x + 5?

  3. 3. How many x-intercepts does y = x² + 2x + 5 have?