Mathwords logoMathwords

Finding Intercepts of an Equation — Definition, Formula & Examples

Finding intercepts of an equation means determining the points where the graph of that equation crosses the x-axis and the y-axis. You find the x-intercept by setting y=0y = 0 and solving for xx, and the y-intercept by setting x=0x = 0 and solving for yy.

The x-intercept of an equation in two variables is any point (a,0)(a, 0) satisfying the equation, and the y-intercept is any point (0,b)(0, b) satisfying the equation. These are found by substituting y=0y = 0 or x=0x = 0, respectively, and solving for the remaining variable.

How It Works

Every point on the x-axis has a yy-coordinate of zero, so plugging y=0y = 0 into the equation isolates where the graph meets the x-axis. Likewise, every point on the y-axis has an xx-coordinate of zero, so plugging x=0x = 0 reveals where the graph meets the y-axis. For linear equations, there is at most one x-intercept and one y-intercept. For nonlinear equations like parabolas, there can be zero, one, or multiple x-intercepts. Once you find the intercepts, you can plot them and use them as anchor points to sketch the graph quickly.

Worked Example

Problem: Find the x-intercept and y-intercept of the equation 3x + 4y = 12.
Find the x-intercept: Set y = 0 and solve for x.
3x+4(0)=12    3x=12    x=43x + 4(0) = 12 \implies 3x = 12 \implies x = 4
Find the y-intercept: Set x = 0 and solve for y.
3(0)+4y=12    4y=12    y=33(0) + 4y = 12 \implies 4y = 12 \implies y = 3
Answer: The x-intercept is (4,0)(4, 0) and the y-intercept is (0,3)(0, 3).

Why It Matters

Finding intercepts is one of the fastest ways to sketch a line or curve without creating a full table of values. It appears constantly in algebra, precalculus, and standardized tests like the SAT whenever you need to graph an equation or interpret where a quantity equals zero.

Common Mistakes

Mistake: Setting x = 0 to find the x-intercept (or y = 0 to find the y-intercept).
Correction: Remember: to find where the graph crosses a particular axis, set the other variable to zero. Set y = 0 for the x-intercept and x = 0 for the y-intercept.