No history yet

Understanding Linear Equations

What Makes an Equation Linear?

A linear equation describes a straight line. It's an equation where the variables, usually xx and yy, aren't raised to any power greater than one. You won't find any x2x^2 or y\sqrt{y} here. The relationship between the variables is constant and straightforward, which is why it graphs as a perfectly straight line.

One common way to write a linear equation is the standard form:

Ax+By=CAx + By = C

In this form, xx and yy are our variables. AA, BB, and CC are constants, which are just fixed numbers. For example, 2x+3y=62x + 3y = 6 is a linear equation in standard form. Here, A=2A=2, B=3B=3, and C=6C=6. This form is neat and organized, but it isn't always the most intuitive for understanding the line's properties at a glance.

Slope and Intercept

A more user-friendly format is the slope-intercept form, which is probably the one you'll see most often.

y=mx+by = mx + b

This form tells you two key things about the line just by looking at it: its slope (mm) and its y-intercept (bb).

  • The slope (mm) measures the steepness of the line. It's often described as "rise over run." A slope of 2 means that for every 1 unit you move to the right on the graph, you move 2 units up. A negative slope means the line goes down as you move from left to right.

  • The y-intercept (bb) is the point where the line crosses the vertical y-axis. It's the value of yy when xx is 0.

For the equation y=2x+1y = 2x + 1, the slope is 2 and the y-intercept is 1. The line crosses the y-axis at the point (0,1)(0, 1).

Finding the Intercepts

Intercepts are the points where a line crosses the axes. While the y-intercept is obvious in slope-intercept form, we need a reliable way to find both intercepts for any linear equation. The rule is simple.

  • To find the y-intercept, set x=0x = 0 and solve for yy.
  • To find the x-intercept (where the line crosses the horizontal x-axis), set y=0y = 0 and solve for xx.

Let's use our earlier example, $2x + 3y = 6$.

First, find the y-intercept by setting $x=0$:

2(0)+3y=63y=6y=2\begin{aligned} 2(0) + 3y &= 6 \\ 3y &= 6 \\ y &= 2 \end{aligned}

The y-intercept is at the point (0,2)(0, 2).

Now, find the x-intercept by setting y=0y=0:

2x+3(0)=62x=6x=3\begin{aligned} 2x + 3(0) &= 6 \\ 2x &= 6 \\ x &= 3 \end{aligned}

The x-intercept is at the point (3,0)(3, 0). These two points are often all you need to draw the entire line.

Being able to recognize different forms of linear equations and knowing how to transform them into simpler or more familiar ones is a fundamental skill in solving them.

You can easily convert from standard form to slope-intercept form by just isolating yy. For 2x+3y=62x + 3y = 6:

3y=2x+6y=23x+2\begin{aligned} 3y &= -2x + 6 \\ y &= -\frac{2}{3}x + 2 \end{aligned}

Now we can see the slope is 23-\frac{2}{3} and the y-intercept is 2, which matches what we found. Every form of the equation tells the same story about the line, just in a different way.

Let's check what you've learned.

Quiz Questions 1/5

Which of the following equations is NOT a linear equation?

Quiz Questions 2/5

In the linear equation y=4x+9y = -4x + 9, what does the number -4 represent?

Understanding these basics is the first step toward working with more complex systems and real-world problems.