2.3.7 · D2Coordinate Geometry

Visual walkthrough — Intercepts — x-intercept, y-intercept

1,663 words8 min readBack to topic

Step 1 — Draw the two roads first (the grid itself)

WHAT. Before any line, we lay down the flat playground: two number lines crossing at a point called the origin, written . The flat one going left–right is the x-axis; the up–down one is the y-axis.

WHY. Every symbol we later write is a set of instructions for finding a dot on this grid. If we don't fix what "sideways amount" and "up amount" mean, no formula can mean anything. A dot is named by a pair : = how far right, = how far up.

PICTURE. In the figure, the horizontal orange line is the x-axis, the vertical violet line is the y-axis. Notice the key fact printed in the corners: anywhere you stand on the x-axis, your up-amount is ; anywhere on the y-axis, your sideways-amount is . That single observation is the seed of everything.

Figure — Intercepts — x-intercept, y-intercept

Step 2 — Put a slanted line on the grid and watch where it touches

WHAT. Now drop a straight line across the grid so it crosses both roads. Mark the two touching dots with big circles.

WHY. A line is infinitely long — we can't list all its dots. But two dots are enough to pin a line down completely, and the cheapest two to compute are the road-crossings, because at each crossing one coordinate is forced to zero and a whole chunk of the equation vanishes. We are hunting the two easiest dots.

PICTURE. The magenta line crosses the x-axis at a dot sitting flat on the orange road, and crosses the y-axis at a dot sitting on the violet road. Look carefully: the x-crossing dot has no height (it's on the flat road), and the y-crossing dot has no sideways (it's on the up-down road).

Figure — Intercepts — x-intercept, y-intercept

Step 3 — Start from the general line and kill one term

WHAT. Take any straight line written as . Here are fixed numbers (the "recipe" of that particular line). We set to hunt the x-intercept.

WHY. From Step 1, the x-intercept dot lives on the x-axis, so its up-amount is . Substituting is not a trick — it is us standing on the flat road and asking "how far right am I?"

The middle term dies. What survives:

PICTURE. The figure fades the term to grey (it vanished) and highlights only . The surviving dot slides onto the x-axis at .

Figure — Intercepts — x-intercept, y-intercept

Step 4 — Do the mirror move to get the y-intercept

WHAT. Same line , but now set to hunt the y-intercept.

WHY. By symmetry with Step 3: the y-intercept dot lives on the y-axis, where the sideways-amount is . Standing on the up-down road, we ask "how high am I?"

Now the first term dies:

PICTURE. This time the term is greyed out and the dot climbs the violet y-axis to height .

Figure — Intercepts — x-intercept, y-intercept

Step 5 — Rescale the equation so the right side becomes

WHAT. We now transform into the clean intercept form. The move: divide every term by .

WHY. We want the equation to show its own intercepts on its face. Dividing by makes the right-hand side , and is the magic number because at a crossing exactly one fraction equals and the other equals . Watch:

Now flip each coefficient into the denominator using the nicknames from Steps 3–4. Since , we have , so . Likewise :

PICTURE. The figure shows each fraction as a progress bar: is "what fraction of the way to the x-intercept," is "what fraction of the way to the y-intercept." Their sum is always exactly on the line.

Figure — Intercepts — x-intercept, y-intercept

Step 6 — Read the form back and check the two corners

WHAT. We verify the formula reproduces the two dots we started with.

WHY. A derivation is only trustworthy if running it forward lands back on the pictures from Step 2.

  • Put : ✓ — the x-crossing dot .
  • Put : ✓ — the y-crossing dot .

PICTURE. The two progress bars from Step 5 shown at the corners: at the x-axis the first bar is full (value ) and the second is empty (value ); at the y-axis they swap.

Figure — Intercepts — x-intercept, y-intercept

Step 7 — The degenerate case: a line through the origin

WHAT. Consider . It passes through , so setting and both point to the same dot, the origin. So and .

WHY. The intercept form has and in the denominators. If either is we would divide by zero — forbidden. The picture must fail here, and seeing why is the whole point.

PICTURE. The line slices straight through the origin: the two "different" crossing dots have collapsed into one. There is no separate x-intercept and y-intercept to name, so the machine has nothing to grab.

Figure — Intercepts — x-intercept, y-intercept

The one-picture summary

Everything above compressed: the general line, the two forced-zero crossings, the divide-by- rescale, and the final with both progress bars.

Figure — Intercepts — x-intercept, y-intercept
Recall Feynman retelling — the whole walk in plain words

We drew two roads on graph paper: the flat one and the up-down one. A straight line touches each road once. Where it touches the flat road, its height is zero; where it touches the up-down road, its sideways is zero. So to find those two touch-dots we just erase one part of the line's recipe by setting a coordinate to zero — sideways dies for one, height dies for the other. That gives us two nickname numbers, (how far right the flat touch is) and (how high the up-down touch is). Finally we scrub the whole equation by dividing by the number on the right, so it becomes "fraction of the way to the x-touch plus fraction of the way to the y-touch equals one." At each corner one fraction is full and the other empty. The only line this fails for is one that goes through the very centre point, because then both touches are the same dot and there's nothing to divide by.

Recall Quick self-check

Why divide the whole equation by ? ::: To make the right side , so each term becomes a "fraction of the way to that intercept." What forces the term to vanish for the x-intercept? ::: We set (the x-axis has height zero), so . Why does have no intercept form? ::: It passes through the origin, so and we'd divide by zero.


Connections

  • General Equation of a Line (Ax + By = C) — the starting recipe we transformed.
  • Slope-Intercept Form (y = mx + c) — the fallback for origin lines; is the y-intercept.
  • Graphing Straight Lines — two intercept dots are all you need to draw.
  • Roots of a Quadratic — same "set " idea gives a curve's x-crossings.
  • Distance & Coordinates on the Cartesian Plane — why standing on an axis forces a coordinate to .