Academy

Intercept Form

Line with x-intercept a and y-intercept b. Fails when the line passes through the origin.
Derivation

A line cuts the xx-axis at A(a,0)A(a, 0) and the yy-axis at B(0,b)B(0, b), where a0a \neq 0 and b0b \neq 0.

Apply the two-point form with P1=(a,0)P_1 = (a, 0) and P2=(0,b)P_2 = (0, b):

y0b0=xa0a\frac{y - 0}{b - 0} = \frac{x - a}{0 - a} yb=xaa=xa+1\frac{y}{b} = \frac{x - a}{-a} = -\frac{x}{a} + 1

Rearranging:

xa+yb=1\boxed{\frac{x}{a} + \frac{y}{b} = 1}

The intercepts aa and bb appear directly as denominators — the form is named for this.

Warning
This form fails when the line passes through the origin ($a = 0$ or $b = 0$), since the intercepts vanish. Use slope-intercept or general form instead.