Where Does the Line Meet the X-Axis? Finding X-Intercepts
What Is an X-Intercept Anyway?
An x-intercept is the point where a graph crosses the x-axis. That's it. No fancy definition needed. At that point, the y-value is always zero.
The x-intercept is written as an ordered pair (x, 0). If someone asks "where does the line meet the x-axis?" they're asking for the x-coordinate where y equals zero.
This is one of the most basic concepts in algebra, yet plenty of students mess it up because they forget the simple rule: set y to zero and solve for x.
The Universal Method: Set Y = 0
No matter what kind of equation you're working with—linear, quadratic, polynomial—finding x-intercepts follows the same process:
- Replace y with 0 (or solve for where the equation equals zero)
- Solve the resulting equation for x
- Write your answer as (x, 0)
That's the entire method. Everything else is just variations on how complicated the algebra gets.
Finding X-Intercepts in Linear Equations
Linear equations form straight lines. Finding x-intercepts here is straightforward because you're just solving a basic equation.
Example: y = 2x + 6
Step 1: Set y = 0
0 = 2x + 6
Step 2: Solve for x
0 - 6 = 2x
-6 = 2x
x = -3
Step 3: Write as ordered pair
X-intercept: (-3, 0)
You can verify this by graphing. The line crosses the x-axis at -3. No surprise.
Example: 3x + 2y = 12
This equation isn't solved for y, but that doesn't change anything. You still set y = 0.
3x + 2(0) = 12
3x = 12
x = 4
X-intercept: (4, 0)
If you wanted the y-intercept too (for graphing), you'd set x = 0 instead. But we're focused on x-intercepts here.
Finding X-Intercepts in Quadratic Equations
Quadratic equations are parabolas. They can cross the x-axis zero, one, or two times. This is where things get more interesting.
The equation form is typically y = ax² + bx + c. To find x-intercepts, set y = 0 and solve.
Example: y = x² - 5x + 6
0 = x² - 5x + 6
Now factor:
0 = (x - 2)(x - 3)
Set each factor to zero:
x - 2 = 0 → x = 2
x - 3 = 0 → x = 3
This parabola crosses the x-axis at (2, 0) and (3, 0). Two intercepts.
When Factoring Doesn't Work
Not every quadratic factors nicely. Use the quadratic formula when factoring fails:
x = (-b ± √(b² - 4ac)) / 2a
The part under the square root (b² - 4ac) tells you what happens:
- Positive → two x-intercepts
- Zero → one x-intercept (the parabola touches but doesn't cross)
- Negative → no x-intercepts (the parabola stays entirely above or below the x-axis)
Example: y = x² + 4x + 5
0 = x² + 4x + 5
a = 1, b = 4, c = 5
Discriminant: 4² - 4(1)(5) = 16 - 20 = -4
Since -4 is negative, this parabola has no x-intercepts. It never crosses the x-axis.
How to Check Your Work
Always verify by plugging your x-intercept back into the original equation. If y doesn't equal zero, you made a mistake.
Using the earlier example y = x² - 5x + 6:
Check x = 2: (2)² - 5(2) + 6 = 4 - 10 + 6 = 0 ✓
Check x = 3: (3)² - 5(3) + 6 = 9 - 15 + 6 = 0 ✓
Both check out. If they didn't, you'd know to redo your algebra.
Quick Reference: Methods by Equation Type
| Equation Type | Method | Possible Intercepts |
|---|---|---|
| Linear (y = mx + b) | Set y = 0, solve for x | Exactly 1 |
| Quadratic (y = ax² + bx + c) | Factor or use quadratic formula | 0, 1, or 2 |
| Factored (y = a(x - r₁)(x - r₂)) | Set each factor to zero | Directly visible: r₁ and r₂ |
| Horizontal line (y = c) | Check if c = 0 | Infinite if y = 0, none otherwise |
Common Mistakes to Avoid
- Forgetting to set y = 0. This is the #1 error. The x-intercept is where y is zero, not where x is zero.
- Solving for y instead of x. Some students solve the equation for x first, then get confused. Just set y to zero and work from there.
- Dropping negative signs. When you move terms across the equals sign, signs change. Watch out for this especially with subtraction.
- Ignoring the discriminant. In quadratics, a negative discriminant means no x-intercepts. Students sometimes force an answer that doesn't exist.
Practical Applications
You won't find x-intercepts just to pass a test. They show up in real situations:
- Break-even analysis: Finding when revenue equals costs (profit = 0)
- Physics: Projectile motion—where does the object hit the ground?
- Data analysis: Identifying thresholds or critical points in models
The math isn't abstract. It's how you calculate when something hits zero.
The Bottom Line
Finding x-intercepts is simple: set y = 0 and solve for x. Linear equations give you one answer. Quadratics give you zero, one, or two. Factor when you can, use the quadratic formula when you can't.
Don't overthink it. The process never changes, no matter how complicated the equation looks.