No history yet

Understanding Intercepts

Meet the Intercepts

Every straight line graphed on a coordinate plane has to cross the axes somewhere, unless it's perfectly horizontal or vertical and runs parallel to an axis. The points where the line crosses the x-axis and the y-axis are special. They're called the intercepts.

Think of the x and y axes as two main roads that cross. Any other road that isn't parallel to them will eventually intersect both. The intercepts are simply those intersection points. They are key landmarks for understanding the position of our line.

y-intercept

noun

The point where the graph of a line crosses the vertical y-axis. At this point, the x-coordinate is always 0.

x-intercept

noun

The point where the graph of a line crosses the horizontal x-axis. At this point, the y-coordinate is always 0.

Finding Intercepts

Finding the intercepts is a straightforward process. It all comes down to one simple rule for each:

  • To find the y-intercept, set x=0x = 0 and solve for yy.
  • To find the x-intercept, set y=0y = 0 and solve for xx.

This method works for any form of a linear equation. Let's see how it applies to the two most common forms.

Finding an intercept is just a matter of setting the other variable to zero.

From Slope-Intercept Form: y=mx+by = mx + b

The slope-intercept form actually gives you one intercept for free. The 'bb' value is the y-intercept. Why? Let's test our rule by setting x=0x=0.

y=mx+by=m(0)+by=b\begin{aligned}y &= mx + b \\ y &= m(0) + b \\ y &= b\end{aligned}

So, the y-intercept is always at the point (0,b)(0, b).

Let's find both intercepts for the equation y=2x6y = 2x - 6.

Y-intercept: We can see that b=6b = -6, so the y-intercept is (0,6)(0, -6).

X-intercept: Now, we set y=0y = 0 and solve for xx.

0=2x66=2x3=x\begin{aligned}0 &= 2x - 6 \\ 6 &= 2x \\ 3 &= x\end{aligned}

The x-intercept is at the point (3,0)(3, 0).

From Standard Form: Ax+By=CAx + By = C

The process for standard form is the same, but it requires a little algebra for both intercepts. Let's use the equation 4x+3y=124x + 3y = 12 as an example.

Y-intercept: First, set x=0x = 0.

4(0)+3y=123y=12y=4\begin{aligned}4(0) + 3y &= 12 \\ 3y &= 12 \\ y &= 4\end{aligned}

The y-intercept is (0,4)(0, 4).

X-intercept: Next, set y=0y = 0.

4x+3(0)=124x=12x=3\begin{aligned}4x + 3(0) &= 12 \\ 4x &= 12 \\ x &= 3\end{aligned}

The x-intercept is (3,0)(3, 0). Knowing these two points is enough to graph the entire line.

Why Intercepts Matter

Intercepts aren't just abstract points on a graph. They often represent meaningful starting points or break-even values in real-world scenarios.

For example, if a graph shows the amount of money in your savings account over time, the y-intercept is the initial amount of money you started with (at time zero). If a graph shows the distance remaining on a road trip, the x-intercept is the point in time when you arrive at your destination (distance remaining is zero).

Lesson image

Finding the intercepts is a fundamental skill for understanding and graphing linear equations. It gives you two solid points of reference that anchor your line in the coordinate plane.

Quiz Questions 1/5

To find the x-intercept of a line from its equation, what value must you substitute for y?

Quiz Questions 2/5

What are the x- and y-intercepts of the linear equation 4x+2y=84x + 2y = 8?