2.2.6 · D2Functions

Visual walkthrough — Graphs of functions — plotting, reading key features

2,153 words10 min readBack to topic

Before any symbol, let us agree on the stage.


Step 1 — Draw the empty stage (the two axes)

WHAT. We start with a flat plane and draw two number lines crossing at a right angle. The horizontal one we call the ==-axis== (the input line). The vertical one we call the ==-axis== (the output line). Where they cross is the origin, the point .

WHY. A function is a machine: you feed it a number (the input) and it hands back a number (the output). To see both numbers at once we need a place for each: input goes left–right, output goes up–down. Two perpendicular lines give every pair of numbers exactly one home.

PICTURE. The dot in red is the origin. A point is written : walk right by , then up by .

Figure — Graphs of functions — plotting, reading key features

Two words will recur, so let us pin them down now before using them.


Step 2 — Turn the rule into a point

WHAT. Our rule is Feed in one input, say . Then . That single fact becomes the single point .

WHY. The whole graph is defined as the collection of all points . So the smallest possible piece of a graph is one input paired with its one output. We must be able to make one dot before we can make a curve.

PICTURE. The red dot sits directly above at height . Notice the vertical dashed line: it climbs from the input on the -axis up to the output height .

Figure — Graphs of functions — plotting, reading key features

Step 3 — Sample several inputs (make a scatter of dots)

WHAT. We repeat Step 2 for a spread of inputs. Every square below is one honest calculation:

input output dot

WHY. One dot tells you nothing about shape. Several dots, spread across the input line, start to reveal a trend. We deliberately include and because there the output is — those dots sit on the -axis and are special (they are the roots, where the curve crosses the input line).

PICTURE. Five red dots. Read them left to right: the heights go down, then back up. The lowest dot is at .

Figure — Graphs of functions — plotting, reading key features

Step 4 — Find the exact bottom (the vertex) instead of guessing

WHAT. The dots suggest the lowest point is near , but "near" is not good enough. We locate it exactly by completing the square — a rewrite that hides the whole expression inside one perfect square. Watch the middle step, do not skip it: Here is the trick term by term: to build we needed a , but the original had no , so we add and immediately subtract (adding zero, so nothing changes), then combine .

The piece is a square, so it can never be below ; its smallest possible value is , and that happens exactly when , i.e. . There .

WHY THIS TOOL. Why completing the square and not just sampling more dots? Because a square tells us the guaranteed minimum algebraically: always. Sampling could miss the true bottom between two chosen inputs; the square proves the floor is exactly at exactly . This exact turning point is the vertex.

PICTURE. The red dot is the vertex . The dashed vertical line through it is the axis of symmetry: fold the plane along it and the left dots land on the right dots (, ).

Figure — Graphs of functions — plotting, reading key features

Step 5 — Join the dots into the smooth curve

WHAT. Now we sweep a smooth, unbroken curve through all five dots and the vertex, respecting the symmetry from Step 4.

WHY. The dots are only anchors. The function has an output for every real input (the domain is all real numbers), not just our five. The smooth curve fills in the infinitely many dots we did not compute. Between anchors the curve cannot jump, because a polynomial is continuous — no breaks, no holes.

PICTURE. The red curve is the graph of . Trace it left to right: it comes down steeply from the upper left, bottoms out at the red vertex, and climbs back up to the upper right. The black dots are our anchors sitting neatly on it.

Figure — Graphs of functions — plotting, reading key features

Step 6 — Read the personality off the finished picture

WHAT. With the curve drawn, every key feature can now be seen, not computed.

WHY. This is the payoff of plotting: the picture answers questions instantly that algebra answers slowly.

PICTURE. Each label points to where you literally look:

  • -intercept — where the curve crosses the vertical output line.
  • -intercepts / roots and — where it crosses the horizontal input line.
  • Decreasing on the left of the vertex, increasing on the right (see Solving equations graphically for reading crossings).
  • Range — the outputs the curve actually reaches, from the floor upward forever.
Figure — Graphs of functions — plotting, reading key features

Step 7 — The edge case: what if the bowl opened downward or flattened?

WHAT. We tested only an upward bowl. First, a word we now need: the leading coefficient of a polynomial is the number multiplying its highest power of . For the highest power is and its multiplier is , so the leading coefficient is . This one number controls the shape. Two boundary situations must be shown so no reader is surprised:

  1. Downward parabola, e.g. : leading coefficient , so the same shape flipped, giving a maximum at the vertex. Notice this curve sits entirely below the -axis — it never crosses it, so it has no real roots. (Algebraically, its discriminant is negative; a negative discriminant means "no real -intercept.")
  2. Degenerate case — a straight line, e.g. (leading coefficient of is ). No vertex, no turning point at all; it only ever increases (see Transformations of functions).

WHY. The sign of the leading coefficient decides up vs down; when that coefficient vanishes the "parabola" collapses into a line. Covering both signs and zero means the reader has met every possibility.

PICTURE. Left: red upward bowl (minimum, two roots). Middle: red downward bowl (maximum, no real roots). Right: red straight line (no turning point).

Figure — Graphs of functions — plotting, reading key features

The one-picture summary

Everything above, compressed: the empty axes, the five sampled dots, the exact vertex, the smooth red curve, and every labelled feature — on one canvas.

Figure — Graphs of functions — plotting, reading key features
Recall Feynman retelling — say it in plain words

I want to see what the machine does. First I draw two crossing rulers: one for the number I feed in, one for the number that comes out. I pick a few inputs — 0, 1, 2, 3, 4 — do the arithmetic, and drop a dot at each answer's height. The dots go 3, 0, −1, 0, 3: they dip down and come back up, so I suspect a bowl. To find the exact bottom I rewrite the rule as a perfect square minus one — I add and subtract a 4 to build , leaving behind — and since a square can't be negative, the smallest output is −1, right at input 2, on the mirror line ; that's the vertex. I join the dots into a smooth bowl (allowed, because polynomials never break), and now I just read: it hits the up-axis at 3, crosses the flat axis at 1 and 3, falls then rises, and never dips below −1. Finally I remember the bowl could open the other way (a peak instead of a valley, maybe with no roots at all), or flatten into a line if the squared term disappears — so I've covered every case.

Recall Quick self-test

What is the vertex of ? ::: , found from . Why can we join the sampled dots with a smooth curve? ::: is a polynomial, hence continuous — no jumps or holes. What decides whether the vertex is a minimum or a maximum? ::: The sign of the leading coefficient (the multiplier): positive → opens up (minimum), negative → opens down (maximum). What happens to the vertex if the leading coefficient is ? ::: There is no vertex — the graph becomes a straight line with no turning point. When does a parabola have no real roots? ::: When it sits entirely above or below the -axis (negative discriminant), so it never crosses.

Related: Symmetry (even and odd functions) · Asymptotes · Vertical line test · Calculus: derivatives and graphs.