X and Y Intercept Calculator

Find intercepts for linear equations, quadratic equations, or any line through two points.

ax + by = c

What Are X and Y Intercepts?

Intercepts are the points where a graph crosses the coordinate axes. The x-intercept is where the curve meets the horizontal axis (y = 0), and the y-intercept is where it meets the vertical axis (x = 0). These two points give you an instant visual anchor for graphing any equation — once you know where the line crosses both axes, you can draw it precisely without plotting many points.

Intercepts are fundamental across all areas of mathematics, science, and economics. In a revenue model, the y-intercept might represent fixed costs before any sales begin. The x-intercept might represent the break-even point where revenue equals cost.

How to Find the X-Intercept

The x-intercept occurs where the curve crosses the x-axis — which always means y = 0. Substitute y = 0 into the equation and solve for x:

For y = mx + b: set y = 0 → 0 = mx + b → x = −b/m
For ax + by = c: set y = 0 → ax = c → x = c/a
For y = ax²+bx+c: set y = 0 → use quadratic formula → x = (−b ± √(b²−4ac)) / 2a

How to Find the Y-Intercept

The y-intercept occurs where the curve crosses the y-axis — which always means x = 0. Substitute x = 0 into the equation:

For y = mx + b: set x = 0 → y = b (directly visible)
For ax + by = c: set x = 0 → by = c → y = c/b
For y = ax²+bx+c: set x = 0 → y = c (directly visible)

Intercepts of a Quadratic

A quadratic equation y = ax²+bx+c always has exactly one y-intercept at (0, c). The number of x-intercepts depends on the discriminant Δ = b²−4ac:

Δ > 0

Two distinct x-intercepts

Δ = 0

One x-intercept (vertex on axis)

Δ < 0

No real x-intercepts

Intercepts vs Slope

Together, slope and intercepts fully characterize a straight line. The slope tells you the rate of change (rise over run), while the intercepts anchor the line to specific axis crossings. If you know the x-intercept (a, 0) and y-intercept (0, b), the slope is m = −b/a, and the equation in intercept form is x/a + y/b = 1.

Real-World Uses of Intercepts

Break-even Analysis: The x-intercept of a profit function shows the sales volume at which revenue covers all costs.
Physics: In position-time graphs, the y-intercept gives initial position; in velocity-time graphs it gives initial velocity.
Statistics: In regression, the y-intercept is the predicted value when all predictor variables are zero.
Finance: In depreciation models, the y-intercept is the initial asset value; the x-intercept is when the value reaches zero.

Frequently Asked Questions

The x-intercept is the point (x, 0) where a graph crosses the x-axis. It is found by setting y = 0 in the equation and solving for x. A straight line has exactly one x-intercept (unless it is horizontal, in which case zero, or on the x-axis, infinitely many).
The y-intercept is the point (0, y) where a graph crosses the y-axis. It is found by setting x = 0. For y = mx+b, the y-intercept is simply (0, b). For y = ax²+bx+c it is (0, c).
Set y = 0 and solve for x. Example: for 3x + 4y = 12, set y = 0: 3x = 12, so x = 4. The x-intercept is (4, 0). For y = 2x − 5, set y = 0: 0 = 2x − 5, x = 2.5. The x-intercept is (2.5, 0).
A non-horizontal, non-vertical line can have exactly one x-intercept. A horizontal line y = k ≠ 0 has no x-intercept; y = 0 (the x-axis itself) has infinitely many. Quadratics can have 0, 1, or 2.
The y-intercept is the value of y when x = 0 — often an initial or baseline value. In cost functions it represents fixed costs. In physics it is the initial position or velocity. In regression models it is the expected outcome when all predictors are zero.
A quadratic always has exactly one y-intercept (0, c). It can have 0, 1, or 2 x-intercepts based on the discriminant Δ = b²−4ac: two x-intercepts if Δ > 0, one if Δ = 0, none if Δ < 0.
Intercept form is x/a + y/b = 1, where (a, 0) is the x-intercept and (0, b) is the y-intercept. It makes both intercepts visually obvious and is useful when you know where a line crosses both axes.

Related Calculators