X and Y Intercept: Definition, Formula & Examples

#Geometry
TL;DR
The x-intercept is where a graph crosses the x-axis (set $y = 0$ and solve), and the y-intercept is where it crosses the y-axis (set $x = 0$ and solve). This guide defines both, gives the find-it method, derives them from line forms, and works through six examples including a real distance problem.
BT
Bhanzu TeamLast updated on July 14, 20268 min read

What Are The X And Y Intercept?

An intercept is a point where a graph crosses or touches one of the axes. There are two:

  • The x-intercept is the point where the graph meets the x-axis. At that point the height is zero, so it has the form $(a, 0)$.

  • The y-intercept is the point where the graph meets the y-axis. At that point the horizontal distance is zero, so it has the form $(0, b)$.

The single fact that unlocks both: on the x-axis every point has $y = 0$, and on the y-axis every point has $x = 0$. That gives the whole method in one line: set the other variable to zero and solve. To find the x-intercept, set $y = 0$; to find the y-intercept, set $x = 0$.

The key idea to hold: an intercept is an axis crossing, and at every axis crossing one coordinate is zero. That zero is what you exploit to find it.

How To Find The X And Y Intercept

The method works for any equation in $x$ and $y$, not just lines.

To find the x-intercept: substitute $y = 0$ and solve for $x$.

To find the y-intercept: substitute $x = 0$ and solve for $y$.

Take the line $5x + 3y = 15$.

For the x-intercept, set $y = 0$:

$$5x + 3(0) = 15$$

$$5x = 15$$

$$x = 3 \quad \Rightarrow \quad (3, 0)$$

For the y-intercept, set $x = 0$:

$$5(0) + 3y = 15$$

$$3y = 15$$

$$y = 5 \quad \Rightarrow \quad (0, 5)$$

These axis crossings live on the x and y axis, the two reference lines of the coordinate plane.

Reading intercepts straight off a line's form

Two standard line forms hand you an intercept directly:

  • Slope-intercept form, $y = mx + c$: the constant $c$ is the y-intercept, so the line crosses the y-axis at $(0, c)$. This is exactly why the slope-intercept form is so useful: the y-intercept is sitting right there.

  • Intercept form, $\dfrac{x}{a} + \dfrac{y}{b} = 1$: here $a$ is the x-intercept and $b$ is the y-intercept, read off without any work.

Examples of X And Y Intercept

These build from a clean line to a slope-intercept read, a curve, and a real situation. Each problem statement is bold; the steps are plain.

Example 1

Find the x- and y-intercepts of $2x + y = 6$.

x-intercept, set $y = 0$:

$$2x = 6 \quad \Rightarrow \quad x = 3 \quad \Rightarrow \quad (3, 0)$$

y-intercept, set $x = 0$:

$$y = 6 \quad \Rightarrow \quad (0, 6)$$

Final answer: x-intercept $(3, 0)$; y-intercept $(0, 6)$.

Example 2

Find the y-intercept of $y = 4x - 7$.

A first instinct is to set $y = 0$ and solve, because "finding an intercept" feels like it always means solving. Let's watch where that goes: $0 = 4x - 7$ gives $x = \frac{7}{4}$, which is the x-intercept, not the y-intercept.

For the y-intercept, set $x = 0$ instead:

$$y = 4(0) - 7 = -7 \quad \Rightarrow \quad (0, -7)$$

Even faster: the equation is already in slope-intercept form $y = mx + c$, so the constant $-7$ is the y-intercept directly.

Final answer: the y-intercept is $(0, -7)$.

Example 3

Find both intercepts of $3x - 4y = 12$.

x-intercept, set $y = 0$:

$$3x = 12 \quad \Rightarrow \quad x = 4 \quad \Rightarrow \quad (4, 0)$$

y-intercept, set $x = 0$:

$$-4y = 12 \quad \Rightarrow \quad y = -3 \quad \Rightarrow \quad (0, -3)$$

Final answer: x-intercept $(4, 0)$; y-intercept $(0, -3)$.

Example 4

Find the x-intercepts of the curve $y = x^2 - 9$.

Intercepts work for curves too. Set $y = 0$:

$$x^2 - 9 = 0$$

$$x^2 = 9$$

$$x = 3 \text{ or } x = -3$$

Final answer: two x-intercepts, $(3, 0)$ and $(-3, 0)$. A curve can cross the x-axis more than once, unlike a straight line.

Example 5

A line has x-intercept $(2, 0)$ and y-intercept $(0, 5)$. Write its equation in intercept form.

Intercept form is $\dfrac{x}{a} + \dfrac{y}{b} = 1$ with $a = 2$ and $b = 5$:

$$\frac{x}{2} + \frac{y}{5} = 1$$

Final answer: $\dfrac{x}{2} + \dfrac{y}{5} = 1$. Because the two intercepts are two points on the line, you could also build the same equation from the two point form.

Example 6

A water tank starts with 60 litres and drains at 4 litres per minute. Write the volume line and find both intercepts, with meaning.

Let $x$ be minutes and $y$ be litres. The line is $y = 60 - 4x$.

y-intercept, set $x = 0$:

$$y = 60 \quad \Rightarrow \quad (0, 60)$$

This is the starting volume: 60 litres at time zero.

x-intercept, set $y = 0$:

$$0 = 60 - 4x \quad \Rightarrow \quad x = 15 \quad \Rightarrow \quad (15, 0)$$

This is the moment the tank is empty: 15 minutes.

Final answer: y-intercept $(0, 60)$ = starting volume; x-intercept $(15, 0)$ = the tank runs dry at 15 minutes. Intercepts often carry the most meaningful readings on an applied graph.

Why X And Y Intercept Matter: "Where A Graph Meets The Axes Tells The Story"

Intercepts are usually the most readable points on any graph because each one strips away a variable. The y-intercept is "the value when nothing has happened yet"; the x-intercept is "the value at which the quantity hits zero." Those two readings carry an enormous share of the real meaning.

Where intercepts earn their keep:

  • Start and end points. On a depreciation graph, the y-intercept is the purchase price and the x-intercept is when the asset's value reaches zero.

  • Break-even analysis. In business, the x-intercept of a profit line is the break-even quantity — make fewer and you lose money, make more and you profit.

  • Physics and motion. The y-intercept of a position-time line is the starting position; the x-intercept marks when the object returns to the reference point.

The same reading turns life-or-death in engineering: a fuel-range graph where the x-intercept marks "tank empty" is exactly the point a pilot must never reach unexpectedly. Misreading which axis crossing means what is how a "we have plenty" turns into "we have none."

Common Mistakes With X And Y Intercept

These errors come up the moment a problem asks for one specific intercept.

Mistake 1: Setting the wrong variable to zero

Where it slips in: Wanting the y-intercept but setting $y = 0$, or wanting the x-intercept but setting $x = 0$.

Don't do this: Solving $y = 4x - 7$ with $y = 0$ when the y-intercept was asked for (as in Example 2).

The correct way: To find an intercept, set the other variable to zero. For the y-intercept set $x = 0$; for the x-intercept set $y = 0$. A memory hook: the y-intercept is on the y-axis, where $x = 0$. The rusher who zeroes the matching variable instead of the partner gets the wrong axis crossing.

Mistake 2: Writing an intercept as a single number when a point is expected

Where it slips in: Reporting "the x-intercept is 3" when the question wants the coordinate.

Don't do this: Leaving the answer as $3$ with no indication it is a point on the x-axis.

The correct way: An intercept is a point. The x-intercept is $(3, 0)$ and the y-intercept is $(0, 5)$. Stating just the number is fine in context, but the full coordinate avoids confusion about which axis. The second-guesser who is unsure which axis a bare number belongs to should always write the ordered pair.

Mistake 3: Assuming a line always has both intercepts

Where it slips in: Trying to find an x-intercept for a horizontal line, or a y-intercept for a vertical line.

Don't do this: Searching for where $y = 4$ crosses the x-axis — it never does (it is parallel to the x-axis).

The correct way: A horizontal line $y = c$ (with $c \ne 0$) has only a y-intercept; a vertical line $x = c$ has only an x-intercept. Check whether the line is parallel to an axis before assuming two crossings exist. The student who memorised "every line has two intercepts" stalls on these special cases.

Conclusion

  • The x-intercept $(a, 0)$ is where a graph crosses the x-axis; find it by setting $y = 0$.

  • The y-intercept $(0, b)$ is where a graph crosses the y-axis; find it by setting $x = 0$.

  • In $y = mx + c$, the constant $c$ is the y-intercept directly.

  • Intercepts are points, not single numbers, and a graph can have several x-intercepts or none.

  • On applied graphs, intercepts often carry the key readings: starting value and zero point.

Practice And Next Steps

Practice these problems to solidify your understanding:

  1. Find both intercepts of $4x + 5y = 20$.

  2. Find the y-intercept of $y = -2x + 9$ in one step.

  3. Find the x-intercepts of $y = x^2 - 16$.

To work through more of these with a teacher, explore Bhanzu's geometry tutor, high school math tutor, or math classes online. Want a guided walkthrough of reading intercepts off a real graph? Book a free demo class.

Read More

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

How do you find the x-intercept and y-intercept?
Set $y = 0$ and solve for $x$ to get the x-intercept; set $x = 0$ and solve for $y$ to get the y-intercept. Each crossing makes the other coordinate zero.
Is the y-intercept the same as the constant in $y = mx + c$?
Yes. In slope-intercept form the constant $c$ is the y-intercept, so the line crosses the y-axis at $(0, c)$ without any calculation.
Can a graph have more than one x-intercept?
Yes. A straight line crosses the x-axis at most once, but curves like parabolas can cross it twice (or touch it once, or miss it entirely).
Can a line have no x-intercept?
Yes. A horizontal line such as $y = 4$ runs parallel to the x-axis and never crosses it, so it has no x-intercept — only a y-intercept.
Why are intercepts useful for graphing?
Two points determine a line, and the two intercepts are usually the easiest points to compute. Plot $(a, 0)$ and $(0, b)$, then draw the line through them.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →