X Intercept: Definition, Formula & Examples

#Geometry
BT
Bhanzu TeamLast updated on June 14, 20268 min read

What Is the X Intercept?

The x intercept of a graph is the point where the graph crosses, or touches, the x-axis. Because every point on the x-axis has a $y$-coordinate of $0$, the x intercept always has the form $(a, 0)$ for some number $a$. In everyday use, people often call the number $a$ alone "the x intercept," with the understanding that the actual point is $(a, 0)$.

A graph can have one x intercept (a typical line), none (a horizontal line above or below the axis), or several (a parabola can have two, a wave many). This mirrors its partner the y intercept, which is where the same graph crosses the vertical axis instead. The two are found by opposite substitutions, and keeping them straight is half the battle.

How to Find the X Intercept: the Universal Method

One method works for every equation: set $y = 0$ and solve for $x$.

  1. Substitute $y = 0$ everywhere in the equation.

  2. Simplify.

  3. Solve for $x$. Each solution is the x-coordinate of an x intercept.

If solving leaves no real solution, the graph never reaches the x-axis and there is no x intercept. Everything else is a shortcut for special forms.

The X Intercept in Different Equation Forms

The same "set $y = 0$" idea takes a familiar shape in each common form.

Form

Equation

X intercept

Slope-intercept (line)

$y = mx + b$

Set $y = 0$: $x = -\dfrac{b}{m}$, at $(-\tfrac{b}{m}, 0)$

Standard (line)

$ax + by = c$

Set $y = 0$: $x = \dfrac{c}{a}$

General linear

$ax + by + c = 0$

Set $y = 0$: $x = -\dfrac{c}{a}$

Quadratic (parabola)

$y = ax^2 + bx + c$

Set $y = 0$: solve the quadratic for $x$

General function

$y = f(x)$

Solve $f(x) = 0$

For a line, there is exactly one x intercept as long as the slope $m$ is not zero. The coefficient $a$ in the linear forms must be non-zero for the formula to apply, which is just the algebra refusing to divide by zero.

The X Intercept of a Parabola

For a quadratic $y = ax^2 + bx + c$, setting $y = 0$ gives the equation $ax^2 + bx + c = 0$ β€” a quadratic to solve for $x$. The number of x intercepts depends on the discriminant $b^2 - 4ac$:

$$\text{two intercepts if } b^2 - 4ac > 0, \quad \text{one if } = 0, \quad \text{none (real) if } < 0$$

So a parabola can cross the x-axis twice, touch it once at its vertex, or miss it entirely. You can solve $ax^2 + bx + c = 0$ by factoring when it factors cleanly, or by the quadratic formula when it does not. The x intercepts of a parabola are also called its roots or zeros β€” three names for the same points.

Examples of the X Intercept

With the definition and the universal method in place, here is the concept doing real work. The problems build from a one-line solve up to a parabola with two roots.

Example 1

Find the x intercept of the line $y = 2x - 8$.

Set $y = 0$: $0 = 2x - 8$, so $2x = 8$ and $x = 4$.

Final answer: $(4, 0)$, or $x = 4$.

Example 2

Find the x intercept of the line $y = 3x + 6$.

A common first move is to read the x intercept straight off as the constant $6$, treating it like the y intercept. Test that by the definition: the x intercept needs $y = 0$, not $x = 0$. Setting $y = 0$ gives $0 = 3x + 6$, so $3x = -6$ and $x = -2$. The intercept is $-2$, not $6$; the slip is finding the x intercept by reading the constant or by setting the wrong variable to zero.

Done correctly:

$$0 = 3x + 6 ;\Rightarrow; 3x = -6 ;\Rightarrow; x = -2$$

Final answer: $(-2, 0)$, or $x = -2$.

Example 3

Find the x intercept of the line $4x + 5y = 20$.

Set $y = 0$: $4x + 5(0) = 20$, so $4x = 20$ and $x = 5$.

Final answer: $(5, 0)$, or $x = 5$.

Example 4

Find the x intercepts of the parabola $y = x^2 - 5x + 6$.

Set $y = 0$ and factor: $x^2 - 5x + 6 = 0$ factors to $(x - 2)(x - 3) = 0$, so $x = 2$ or $x = 3$.

Final answer: $(2, 0)$ and $(3, 0)$.

Example 5

Does the line $y = 7$ have an x intercept?

The line $y = 7$ is a horizontal line sitting 7 units above the x-axis, so it never reaches $y = 0$. Setting $y = 0$ contradicts $y = 7$.

Final answer: no x intercept.

Example 6

Find the x intercepts of the parabola $y = x^2 - 4x + 5$.

Set $y = 0$: $x^2 - 4x + 5 = 0$. The discriminant is $b^2 - 4ac = (-4)^2 - 4(1)(5) = 16 - 20 = -4$, which is negative. A negative discriminant means no real solutions, so the parabola never crosses the x-axis.

Final answer: no real x intercept. (The parabola sits entirely above the x-axis.)

Why the X Intercept Matters Beyond the Graph

The x intercept is "where the quantity hits zero," and that moment is often the most important point on the whole graph.

  • Break-even point. On a profit-versus-units graph, the x intercept is the number of units where profit is zero β€” below it you lose money, above it you gain.

  • Landing and impact. On a height-versus-time graph, the x intercept is when a projectile hits the ground; engineers read it to find range and flight time.

  • Roots of an equation. Solving any equation $f(x) = 0$ is geometrically the same as finding where $y = f(x)$ crosses the x-axis β€” the x intercepts are the solutions.

  • Equilibrium in models. Where a population-change or charge-decay curve crosses zero marks a balance point or a depletion time.

The destination this points toward is root-finding in calculus and computing: methods like Newton's iteration exist precisely to locate x intercepts of complicated functions that do not factor, because "where does this equal zero" is one of the most-asked questions in applied mathematics.

Where Students Trip Up on the X Intercept

Mistake 1: Setting the wrong variable to zero

Where it slips in: Asked for the x intercept, the student sets $x = 0$ and solves for $y$, finding the y intercept by accident.

Don't do this: Set $x = 0$ to find the x intercept.

The correct way: The x intercept crosses the x-axis, so set $y = 0$ and solve for $x$. The y intercept crosses the y-axis, so set $x = 0$. The crossing point names the variable you zero out: x-axis means $y = 0$.

Mistake 2: Reading the constant as the x intercept

Where it slips in: A line is given as $y = mx + b$, and the student calls $b$ the x intercept.

Don't do this: Treat the constant $b$ as where the graph crosses the x-axis.

The correct way: The constant $b$ is the y intercept. For the x intercept, set $y = 0$ and solve, which gives $x = -\dfrac{b}{m}$. The rusher who has just learned that $b$ is the y intercept reaches for it again out of momentum.

Mistake 3: Forcing an x intercept onto a graph that has none

Where it slips in: A horizontal line off the axis, or a parabola with a negative discriminant, never meets the x-axis, yet a student invents an intercept.

Don't do this: Assume every graph has an x intercept.

The correct way: Check whether the graph actually reaches $y = 0$. For $y = x^2 + 1$, setting $y = 0$ gives $x^2 = -1$, which has no real solution β€” no x intercept.

Key Takeaways

  • The x intercept is the point where a graph crosses the x-axis, always of the form $(a, 0)$.

  • The universal method is to set $y = 0$ and solve for $x$.

  • For a line $y = mx + b$, the x intercept is $x = -\dfrac{b}{m}$; for a parabola, solve $ax^2 + bx + c = 0$.

  • A graph may have one, several, or no x intercepts β€” a parabola's count depends on its discriminant.

  • The most common slip is setting the wrong variable to zero; for the x intercept, set $y = 0$.

Practice These Problems to Solidify Your Understanding

  1. Find the x intercept of the line $y = 5x - 15$.

  2. Find the x intercept of the line $2x - 3y = 12$.

  3. Find the x intercepts of the parabola $y = x^2 + x - 6$.

Answer to Question 1: $(3, 0)$. Answer to Question 2: $(6, 0)$. Answer to Question 3: $(-3, 0)$ and $(2, 0)$. If Question 1 gave $-15$, check that you set $y = 0$ and solved for $x$ rather than reading the constant (see Mistake 2).

Want a live Bhanzu trainer to walk your child through intercepts and graphing? Book a free demo class β€” online globally.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

How do you find the x intercept?
Set $y = 0$ in the equation and solve for $x$. Each solution is the x-coordinate of an x intercept, written $(x, 0)$.
What is the x intercept of $y = mx + b$?
It is $x = -\dfrac{b}{m}$, the point $\left(-\tfrac{b}{m}, 0\right)$, found by setting $y = 0$ and solving.
How is the x intercept different from the y intercept?
The x intercept is where a graph crosses the x-axis, found by setting $y = 0$. The y intercept is where it crosses the y-axis, found by setting $x = 0$.
Can a graph have more than one x intercept?
Yes. A parabola can have two, a higher-degree curve or a wave can have many, while a line has at most one.
Does every line have an x intercept?
No. A horizontal line $y = c$ with $c \neq 0$ never crosses the x-axis, so it has no x intercept.
✍️ 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 β†’