# X Intercept: Definition, Formula & Examples

## 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](/content/math/geometry/y-intercept/index.html), 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=−b/m, at (−b/m,0)    |
| Standard (line)         | ax+by=c                   | Set y=0: x=c/a                   |
| General linear           | ax+by+c=0                 | Set y=0: x=−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²−4ac:

two intercepts if b²−4ac > 0, one if = 0, 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

### 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).

### Example 2

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

Setting y=0 gives 0=3x+6, so 3x=−6 and x=−2. Final answer: (−2,0).

### 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).

### Example 4

**Find the x intercepts of the parabola y=x²−5x+6.**

Set y=0 and factor: x²−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. Final answer: no x intercept.

### Example 6

**Find the x intercepts of the parabola y=x²−4x+5.**

Setting y=0 gives x²−4x+5=0. The discriminant is b²−4ac=(−4)²−4(1)(5)=16−20=−4, which is negative. Final answer: no real x intercept.

## 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.
- **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.

## Where Students Trip Up on the X Intercept

### Mistake 1: Setting the wrong variable to zero

Setting x=0 instead of y=0 can lead to confusion.

### Mistake 2: Reading the constant as the x intercept

The constant b is the y intercept, not the x intercept.

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

Not every graph has an x intercept.

## Key Takeaways

- The **x intercept** is the point where a graph crosses the x-axis, always of the form (a,0).
- Set y=0 and solve for x to find it.
- A graph may have one, several, or no x intercepts — a parabola's count depends on its discriminant.

## 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²+x−6.
