2.3.7 · D3Coordinate Geometry

Worked examples — Intercepts — x-intercept, y-intercept

2,490 words11 min readBack to topic

Before we start, one word we will lean on: an intercept is the spot where a graph crosses an axis. On the flat x-axis every point has "up amount" . On the up-down y-axis every point has "sideways amount" . That is the whole engine.


The scenario matrix

Every problem this topic throws lives in one of these cells. The right column names the example that clears it.

# Case class What makes it different Cleared by
A Both intercepts positive vanilla line, both crossings in the "nice" region Example 1
B A negative intercept a sign flips — where does the crossing move? Example 2
C Line through the origin both intercepts collapse to — degenerate Example 3
D Horizontal line no x-intercept (unless ) Example 4
E Vertical line no y-intercept (unless ) Example 4
F Curve: parabola, two x-intercepts roots = crossings, all signs Example 5
G Curve with no x-intercept discriminant : it floats above the axis Example 6
H Read intercepts backwards to build the equation given crossings, find the line Example 7
I Real-world word problem intercepts carry units and meaning Example 8
J Exam twist — intercept depends on a parameter solve for the value that forces a crossing Example 9

The figures below show cells A, B, C, D/E, F, G so you can see every case.

Figure — Intercepts — x-intercept, y-intercept

The worked examples

Cell A — both intercepts positive

Link back to why this is the fast route: Graphing Straight Lines — two intercepts already give you the whole line.


Cell B — a negative intercept


Cell C — line through the origin (degenerate)


Cells D & E — horizontal and vertical lines (missing intercepts)


Cell F — parabola with two x-intercepts (all signs)


Cell G — curve with NO x-intercept


Cell H — reading intercepts backwards


Cell I — real-world word problem (intercepts carry units)


Cell J — exam twist: intercept fixed by a parameter


Active-recall

Recall Which cell has NO x-intercept, and why?

Cells D and G. A horizontal line () is parallel to the x-axis, and has no real root — both never reach .

Set to find which intercept?
the x-intercept.
For , the y-intercept is?
, point .
Why can't use intercept form?
both intercepts are , so divides by zero.
Does the line have an x-intercept?
No — it is parallel to the x-axis.
x-intercepts of ?
and .
How many x-intercepts does have?
Zero — its discriminant .
For , does the y-intercept depend on ?
No — it is for every .

Connections

  • 2.3.07 Intercepts — x-intercept, y-intercept (Hinglish) — parent topic, Hinglish version.
  • General Equation of a Line (Ax + By = C) — the form Examples 1, 2, 7, 9 live in.
  • Slope-Intercept Form (y = mx + c) — used for the origin line in Example 3.
  • Roots of a Quadratic — the engine behind Cells F and G.
  • Graphing Straight Lines — every example's payoff: two points, done.
  • Distance & Coordinates on the Cartesian Plane — why "on an axis" forces a coordinate to .

Case map

Find an intercept

Zero the OTHER variable

Straight line

Curve like parabola

Both positive - Ex1

A negative one - Ex2

Through origin - Ex3

Horizontal or vertical - Ex4

Two x-crossings - Ex5

No real crossing - Ex6

Build from intercepts - Ex7

Word problem - Ex8

Parameter twist - Ex9