Leave lesson

Algebra · Graphs of functions

1 / 9

Quadratic graphs

Why a quadratic draws a symmetric parabola, what the roots, y-intercept and turning point each are on the picture, and how the graph solves equations by intersection.

Algebra · Graphs of functions

Quadratic graphs

Why a quadratic draws a symmetric parabola, what the roots, y-intercept and turning point each are on the picture, and how the graph solves equations by intersection.

Why it works

Plot y=x22x3y = x^2 - 2x - 3 by feeding in xx-values:
xx2-21-10011223344
yy55003-34-43-30055
The values fall then rise, and they MIRROR — 5,0,3,4,3,0,55, 0, -3, -4, -3, 0, 5. That symmetry isn't luck: squaring treats ++ and - alike, so every parabola has a vertical line of symmetry through its lowest (or highest) point. The curve is smooth and U-shaped — never pointed, never made of line segments.

The picture is a dictionary of the algebra:
  • Roots — where the curve crosses the xx-axis (y=0y = 0): here
x=1x = -1 and x=3x = 3, exactly the solutions of x22x3=0x^2 - 2x - 3 = 0.
  • yy-intercept — where it crosses the yy-axis (x=0x = 0): the
constant term, (0,3)(0, -3).
  • Turning point — the bottom of the U. By symmetry its xx-value is
MIDWAY between the roots: x=1+32=1x = \frac{-1 + 3}{2} = 1, and y=123=4y = 1 - 2 - 3 = -4: the point (1,4)(1, -4).

Factorised form hands you the sketch. y=(x2)(x+4)y = (x - 2)(x + 4): roots where each bracket dies (22 and 4-4), yy-intercept from x=0x = 0 (8-8), symmetry line midway at x=1x = -1, turning point (1,9)(-1, -9). Four facts, no table.

Graphs solve equations by intersection. The solutions of x22x3=2x^2 - 2x - 3 = 2 are the xx-values where the parabola meets the horizontal line y=2y = 2 — read them off (about 3.43.4 and 1.4-1.4). A graphical answer is an ESTIMATE; the exam says "use the graph", and one decimal place of honesty beats false precision.

A negative x2x^2-coefficient flips the U upside-down — the turning point becomes a maximum. Everything else reads the same way.