Whether you are sketching linear graphs, finding the boundaries of an optimization model, or determining real-world starting values and zero-points, intercepts are your most useful anchor points.

An intercept is simply a point where a graph crosses or touches one of the coordinate axes. Because axes represent baseline values where one variable equals zero, finding intercepts simplifies complex equations into manageable coordinates.

Graph illustrating the definition of an intercept highlighting where a function crosses the axes
Image Source: Gianpiero Placidi

In this guide, we will break down the mechanics of x- and y-intercepts, introduce the Intercept Form of a Line, explore the geometry of triangles formed by lines and coordinate axes, and work through comprehensive step-by-step exam-style problems.

The best Maths tutors available
Poonam
5
5 (79 reviews)
Poonam
£100
/h
Gift icon
1st lesson free!
Paolo
4.9
4.9 (83 reviews)
Paolo
£35
/h
Gift icon
1st lesson free!
Sehaj
4.9
4.9 (61 reviews)
Sehaj
£60
/h
Gift icon
1st lesson free!
Anthony
5
5 (87 reviews)
Anthony
£15
/h
Gift icon
1st lesson free!
Johann
5
5 (61 reviews)
Johann
£60
/h
Gift icon
1st lesson free!
Tomi
5
5 (40 reviews)
Tomi
£75
/h
Gift icon
1st lesson free!
Hiren
5
5 (34 reviews)
Hiren
£85
/h
Gift icon
1st lesson free!
Harjinder
4.9
4.9 (165 reviews)
Harjinder
£25
/h
Gift icon
1st lesson free!
Poonam
5
5 (79 reviews)
Poonam
£100
/h
Gift icon
1st lesson free!
Paolo
4.9
4.9 (83 reviews)
Paolo
£35
/h
Gift icon
1st lesson free!
Sehaj
4.9
4.9 (61 reviews)
Sehaj
£60
/h
Gift icon
1st lesson free!
Anthony
5
5 (87 reviews)
Anthony
£15
/h
Gift icon
1st lesson free!
Johann
5
5 (61 reviews)
Johann
£60
/h
Gift icon
1st lesson free!
Tomi
5
5 (40 reviews)
Tomi
£75
/h
Gift icon
1st lesson free!
Hiren
5
5 (34 reviews)
Hiren
£85
/h
Gift icon
1st lesson free!
Harjinder
4.9
4.9 (165 reviews)
Harjinder
£25
/h
Gift icon
1st lesson free!
Let's go

What Are Intercepts?

In a standard two-dimensional Cartesian plane defined by a horizontal x-axis (abscissa) and a vertical y-axis (ordinate):

  • The x-intercept: The point where a line or curve intersects the x-axis. At any point on the x-axis, the vertical position is zero (y = 0). Its coordinate is written as (a, 0).
  • The y-intercept: The point where a line or curve intersects the y-axis. At any point on the y-axis, the horizontal position is zero (x = 0). Its coordinate is written as (0, b).
beenhere
Golden Rules of Intercepts

To find the x-intercept, set y = 0 and solve for x.
To find the y-intercept, set x = 0 and solve for y.
Always write your final answer as an (x, y) coordinate pair!

The Intercept Form of a Line

While straight lines are commonly written in slope-intercept form (y = mx + c) or general form (Ax + By + C = 0), there is a specific format called the Intercept Form:

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

Where:

  • a is the non-zero x-intercept (so the line passes through (a, 0)).
  • b is the non-zero y-intercept (so the line passes through (0, b)).

Converting General Form to Intercept Form

Given a general line Ax + By = C (where C0C \neq 0), divide every term by C:

AxC+ByC=1xCA+yCB=1\dfrac{Ax}{C} + \dfrac{By}{C} = 1 \implies \dfrac{x}{\frac{C}{A}} + \dfrac{y}{\frac{C}{B}} = 1

Here, the x-intercept is a=CAa = \dfrac{C}{A} and the y-intercept is b=CBb = \dfrac{C}{B}.

Special Cases Where Intercept Form Fails

Not every straight line can be expressed in intercept form. Watch out for these three exceptions:

  1. Horizontal Lines (y = k, where k0k \neq 0): Parallel to the x-axis. They have a y-intercept at (0, k), but no x-intercept.
  2. Vertical Lines (x = k, where k0k \neq 0): Parallel to the y-axis. They have an x-intercept at (k, 0), but no y-intercept.
  3. Lines Passing Through the Origin (y = mx): Both the x-intercept and y-intercept occur at (0, 0). Because a = 0 and b = 0, dividing by zero is undefined, so the intercept form xa+yb=1\frac{x}{a} + \frac{y}{b} = 1 cannot be used.

Worked Examples

Example 1: Finding the Line Equation from Intercepts

Question: A straight line has an x-intercept of 4 and a y-intercept of -3. Find its equation in standard form Ax + By = C.

Step-by-Step Solution:

Identify the intercepts:

x-intercept a = 4, so the line passes through (4, 0). y-intercept b = -3, so the line passes through (0, -3).

Substitute into Intercept Form:

x4+y3=1x4y3=1\dfrac{x}{4} + \dfrac{y}{-3} = 1 \implies \dfrac{x}{4} - \dfrac{y}{3} = 1

Convert to Standard Form:

Multiply every term by the common denominator 12:

12(x4)12(y3)=12(1)12\left(\dfrac{x}{4}\right) - 12\left(\dfrac{y}{3}\right) = 12(1)

𝟑𝐱𝟒𝐲=𝟏𝟐\mathbf{3x - 4y = 12}

Example 2: Converting to Intercept Form

Question: Convert the linear equation 3x - 4y = 24 into intercept form. State its x-intercept and y-intercept.

Step-by-Step Solution:

Divide by the constant on the right side (24):

3x244y24=2424\dfrac{3x}{24} - \dfrac{4y}{24} = \dfrac{24}{24}

Simplify each fraction:

x8y6=1x8+y6=1\dfrac{x}{8} - \dfrac{y}{6} = 1 \implies \dfrac{x}{8} + \dfrac{y}{-6} = 1

State the Intercepts:

x-intercept a=8(𝟖,𝟎)a = 8 \implies \mathbf{(8, 0)}

y-intercept b=6(𝟎,𝟔)b = -6 \implies \mathbf{(0, -6)}

Example 3: Finding Intercepts and Area Bounded by the Axes

Question:

A straight line has the equation 5x + 3y = 30.

  1. Convert the equation into intercept form.
  2. State the coordinates of the x-intercept and y-intercept.
  3. Calculate the area of the right-angled triangle formed by the line and the coordinate axes.

Step-by-Step Solution:

Step 1: Convert to Intercept Form

Divide every term by the constant on the right side (30):

5x30+3y30=3030\dfrac{5x}{30} + \dfrac{3y}{30} = \dfrac{30}{30}

Simplify each fraction to standard intercept form (xa+yb=1)\left(\dfrac{x}{a} + \dfrac{y}{b} = 1\right):

x6+y10=1\dfrac{x}{6} + \dfrac{y}{10} = 1

Step 2: State the Intercepts as Coordinates

  • x-intercept: a=6(𝟔,𝟎)a = 6 \implies \mathbf{(6, 0)}
  • y-intercept: b=10(𝟎,𝟏𝟎)b = 10 \implies \mathbf{(0, 10)}

Step 3: Calculate the Area of the Bounded Triangle

The triangle formed by the origin (0, 0), (a, 0), and (0, b) is a right-angled triangle with a base of length |a|\vert{}a\vert{} and a perpendicular height of length |b|\vert{}b\vert{}:

Area=12×base×height=12×|a|×|b|\text{Area} = \dfrac{1}{2} \times \text{base} \times \text{height} = \dfrac{1}{2} \times \vert{}a\vert{} \times \vert{}b\vert{}

Area=12×6×10=𝟑𝟎 square units\text{Area} = \dfrac{1}{2} \times 6 \times 10 = \mathbf{30\text{ square units}}

Practice Questions & Solutions

1

A straight line has an x-intercept of 5 and a y-intercept of 2. Find its equation in standard form Ax + By = C.

Solution

Identify the intercepts:

x-intercept a = 5, so the line passes through (5, 0).

y-intercept b = 2, so the line passes through (0, 2).

Substitute into Intercept Form:

Convert to Standard Form:

Multiply every term by the common denominator 10:

2

Convert the linear equation 2x + 5y = 20 into intercept form. State its x-intercept and y-intercept as coordinate pairs.

Solution

Divide by the constant on the right side (20):

Simplify each fraction:

State the Intercepts:

x-intercept:

y-intercept:

3

A straight line has an x-intercept of -3 and a y-intercept of 6. Find its equation in standard form Ax + By = C.

Solution

Identify the intercepts:

x-intercept a = -3, so the line passes through (-3, 0).

y-intercept b = 6, so the line passes through (0, 6).

Substitute into Intercept Form:

Convert to Standard Form:

Multiply every term by the common denominator 6:

Multiply by -1 to keep the x-coefficient positive:

4

Convert the linear equation 4x - 3y = -12 into intercept form. State its x-intercept and y-intercept as coordinate pairs.

Solution

Divide by the constant on the right side (-12):

Simplify each fraction:

State the Intercepts:

x-intercept:

y-intercept:

5

A straight line passes through the points (-2, 0) and (0, -5). Find its equation in standard form Ax + By = C.

Solution

Identify the intercepts from the coordinates:

The point (-2, 0) gives x-intercept a = -2.

The point (0, -5) gives y-intercept b = -5.

Substitute into Intercept Form:

Convert to Standard Form:

Multiply every term by -10:

Summarise with AI:

Did you like this article? Rate it!

4.00 (18 rating(s))
Loading...

Gianpiero Placidi

UK-based Chemistry graduate with a passion for education, providing clear explanations and thoughtful guidance to inspire student success.