Intercept Form of a Line: Formula & Examples

Intercept Form of a Line: Formula & Examples

TL;DR

The intercept form of a line is ( \frac{x}{a} + \frac{y}{b} = 1 ), where ( a ) is the x-intercept and ( b ) is the y-intercept. This article covers the formula, its derivation, how to read or graph a line straight from its intercepts, the triangle it cuts with the axes, and six worked examples.

What Is the Intercept Form of a Line?

The intercept form of a straight line is the equation

[ \frac{x}{a} + \frac{y}{b} = 1 ],

where a is the x-intercept and b is the y-intercept. The x-intercept is the x-coordinate of the point where the line crosses the x-axis, the point ( (a, 0) ). The y-intercept is the y-coordinate of the point where the line crosses the y-axis, the point ( (0, b) ).

Both intercepts have to be non-zero for this form to exist. If the line passes through the origin, it crosses both axes at the same point ( (0, 0) ), so there is no separate a and b to divide by, and the intercept form cannot be written. A line parallel to either axis is out too: a horizontal line never has an x-intercept, and a vertical line never has a y-intercept.

How Do You Derive the Intercept Form?

A line in intercept form passes through exactly two known points: ( (a, 0) ) on the x-axis and ( (0, b) ) on the y-axis. Two points fix a line, so start from the two-point form.

The two-point form of a line through ( (x_1, y_1) ) and ( (x_2, y_2) ) is

[ y - y_1 = \frac{y_2 - y_1}{x_2 - x_1}(x - x_1). ]

Substitute the two intercept points, ( (x_1, y_1) = (a, 0) ) and ( (x_2, y_2) = (0, b) ):

[ y - 0 = \frac{b - 0}{0 - a}(x - a). ]

This simplifies to:

[ y = -\frac{b}{a}(x - a). ]

Multiply both sides by a:

[ ay = -b(x - a) = -bx + ab. ]

Bring the x-term across:

[ bx + ay = ab. ]

Divide every term by ab (which is non-zero):

[ \frac{bx}{ab} + \frac{ay}{ab} = \frac{ab}{ab};\Rightarrow; \frac{x}{a} + \frac{y}{b} = 1. ]

The Triangle the Line Cuts With the Axes

Because the line meets both axes, it boxes off a right triangle with the origin: one vertex at ( O(0, 0) ), one at ( (a, 0) ), one at ( (0, b) ). The two legs lie along the axes and have lengths ( |a| ) and ( |b| ), so the area is

[ \text{Area} = \frac{1}{2} \times |a| \times |b| = \frac{1}{2}|ab|. ]

How Do You Convert an Equation to Intercept Form?

Most problems hand you a line in standard form, like ( 3x + 4y = 12 ), and ask for the intercept form. The trick is to make the right-hand side equal 1.

  1. Move the constant to the right so the equation reads (terms in x,y)=constant.
  2. Divide every term by that constant.
  3. Rewrite each term in the shape ( \frac{x}{a} + \frac{y}{b} ).

Examples of Intercept Form

Example 1 - Write the intercept form of the line with x-intercept 5 and y-intercept 2.

Substitute ( a = 5 ) and ( b = 2 ) into ( \frac{x}{a} + \frac{y}{b} = 1 ):

[ \frac{x}{5} + \frac{y}{2} = 1. ]

Example 2 - Convert ( 2x + 3y = 6 ) to intercept form, and state the x- and y-intercepts.

Divide by 6:

[ \frac{2x}{6} + \frac{3y}{6} = 1; \Rightarrow; \frac{x}{3} + \frac{y}{2} = 1. ]

Example 3 - A line has x-intercept -4 and y-intercept 5. Write its intercept form.

[ \frac{x}{-4} + \frac{y}{5} = 1. ]

Example 4 - Find the area of the triangle formed by the line ( \frac{x}{6} + \frac{y}{4} = 1 ) and the coordinate axes.

Area:

[ \text{Area} = \frac{1}{2}|(6)(4)| = 12 \text{ square units}. ]

Example 5 - A line passes through ( (0, -3) ) and ( (2, 0) ). Write its intercept form.

[ \frac{x}{2} + \frac{y}{-3} = 1. ]

Why the Intercept Form Earns Its Place

The intercept form is significant because:

Key Takeaways