Introduction to Linear Equations

A linear equation describes a straight-line relationship between variables. In one variable, it looks like 5x − 8 = 12. In two variables, it's y = mx + b. Linear equations are the simplest type of algebraic equation, and mastering them provides the foundation for everything that follows in algebra and calculus.

What makes an equation "linear" is that the variable appears only to the first power — no squares, cubes, or higher exponents. This means the graph of the equation is always a straight line, hence the name.

Learning Objective: By the end of this guide, you will be able to solve linear equations in one variable, convert between slope-intercept and standard form, find intercepts, and interpret slope in real-world contexts.

Solving One-Variable Linear Equations

A linear equation in one variable takes the form ax + b = c. The goal is to isolate x by performing the same operations to both sides.

Step-by-Step Method:

  1. Simplify each side (distribute, combine like terms) if needed
  2. Move all variable terms to one side using addition or subtraction
  3. Move all constant terms to the other side
  4. Divide by the coefficient of the variable
  5. Check your answer by substituting back

Worked Example: Solve 5x − 8 = 12.

  1. Add 8 to both sides: 5x = 20
  2. Divide by 5: x = 4
  3. Check: 5(4) − 8 = 20 − 8 = 12. Correct.

Example with Distribution: Solve 3(x + 2) = 15.

  1. Distribute: 3x + 6 = 15
  2. Subtract 6: 3x = 9
  3. Divide by 3: x = 3
Practice Exercise: Solve 4x + 7 = 3x − 5. Subtract 3x from both sides: x + 7 = −5. Subtract 7: x = −12. Check: 4(−12) + 7 = −41 and 3(−12) − 5 = −41. Correct.

Slope-Intercept Form: y = mx + b

The slope-intercept form makes a linear equation easy to graph and interpret. The coefficient m represents the slope (rise over run), and b represents the y-intercept (where the line crosses the y-axis).

Reading Slope and Intercept: For y = 2x + 3, the slope is 2 (meaning y increases by 2 for each unit increase in x) and the y-intercept is 3 (the point (0, 3)).

Finding Slope from Two Points: Given (x₁, y₁) and (x₂, y₂), the slope m = (y₂ − y₁)/(x₂ − x₁). Example: slope through (1, 2) and (4, 8) is (8 − 2)/(4 − 1) = 6/3 = 2.

Standard Form: Ax + By = C

Standard form is useful for certain types of problems and makes finding x- and y-intercepts straightforward. A, B, and C are integers, and A should be positive.

Converting from Slope-Intercept: To convert y − 3 = 2(x + 1) to standard form:

  1. Distribute: y − 3 = 2x + 2
  2. Move all terms to one side: −2x + y = 5
  3. Multiply by −1 to make x coefficient positive: 2x − y = −5

Finding Intercepts: To find the x-intercept, set y = 0 and solve for x. To find the y-intercept, set x = 0 and solve for y.

Essential Reference Table

The following table summarizes the key forms and their uses:

Form Equation Key Feature Best For
One Variable ax + b = c Single solution Basic equation solving
Slope-Intercept y = mx + b m = slope, b = y-intercept Graphing, interpreting rate
Standard Form Ax + By = C Easy intercept finding Finding intercepts, systems
Point-Slope y − y₁ = m(x − x₁) Uses a point and slope Writing equations from data

Real-World Applications

Linear equations model situations with constant rates of change:

Distance-Rate-Time: If you drive at 60 mph, distance = 60t. This is linear with slope 60.

Cost Analysis: A gym charges a $50 membership fee plus $30 per month. Total cost: C = 50 + 30m. The y-intercept (50) is the fixed cost; the slope (30) is the per-month rate.

Temperature Conversion: Fahrenheit and Celsius are linearly related: F = (9/5)C + 32. The slope (9/5) tells you how much F changes per degree C.

Applied Problem:
A taxi company charges $3.50 to start a ride plus $2.25 per mile. Write an equation for the total cost C in terms of miles m. How much does a 6-mile ride cost?

Solution: C = 3.50 + 2.25m. For m = 6: C = 3.50 + 2.25(6) = 3.50 + 13.50 = $17.00.

Common Mistakes and How to Avoid Them

Summary and Key Takeaways

Linear equations describe constant-rate relationships. Solving one-variable equations means isolating x through balanced operations. The slope-intercept form (y = mx + b) reveals the rate of change and starting value directly, while standard form makes intercept calculations straightforward.

Practice recognizing which form is most useful for a given problem. The ability to convert between forms and interpret slope as a rate of change will serve you in nearly every math and science course that follows.

Further Reading: For related topics, see our guides on Solve for X, Multi-Step Equations, and Algebra Calculator for Students.

For automated calculations and verification, use our Algebra Calculator tools to check your work.