Linear Equations
Linear equations are algebraic equations where each term has an exponent of 1, and the graph is always a straight line. They are fundamental building blocks for understanding how quantities relate to each other at a constant rate of change.
This guide covers key definitions, solving techniques, slope, the three forms of linear equations, graphing, writing equations from given information, memory aids, and a practice quiz.
1Introduction
A linear equation is an algebraic equation in which each term has an exponent of 1, and the graph of the equation is a straight line. They are called "linear" because they describe relationships that produce a straight line when plotted. Unlike more complex equations that produce curves, linear equations depict constant rates of change.
Linear equations are crucial because they allow us to model and solve problems where one quantity changes uniformly with respect to another. They form the basis for more advanced algebra, calculus, and statistics.
Imagine a phone plan that charges $30/month plus $0.10 per text. If you send 200 texts, your bill is y = 0.10(200) + 30 = $50. The relationship between texts sent and total cost forms a straight line — that's a linear equation in action.
Real-World Uses
Budgets & Finance
Total cost = fixed fee + cost per item (e.g. phone plan: base charge + cost per minute).
Distance & Speed
Distance = speed × time. At constant speed, distance grows linearly with time.
Unit Conversions
Converting Celsius to Fahrenheit: F = (9/5)C + 32 — a classic linear equation.
Science Experiments
Hooke's Law (F = kx), Ohm's Law (V = IR) — linear relationships everywhere in physics.
2Key Definitions
Linear Equation
An equation whose graph is a straight line. The highest power of any variable is 1. Example: 2x + 3y = 7.
Variable
A symbol (like x or y) that represents an unknown or changing quantity.
Coefficient
The numerical factor multiplying a variable. In 5x, the coefficient is 5.
Constant
A numerical term without a variable. In 2x + 3 = 7, both 3 and 7 are constants.
Slope (m)
Steepness and direction of a line. The rate of change — "rise over run".
Y-intercept (b)
Where the line crosses the y-axis. At this point, x = 0. Written as (0, b).
X-intercept
Where the line crosses the x-axis. At this point, y = 0. Written as (x, 0).
Solution
The value(s) making the equation true. For one variable, a single number. For two, an ordered pair (x, y).
Slope-intercept form
y = mx + b, where m is slope and b is y-intercept.
Point-slope form
y − y₁ = m(x − x₁), useful when you know slope and a point.
Standard form
Ax + By = C, where A, B, C are typically integers and A, B are not both zero.
Rate of Change
How one quantity changes relative to another. In linear equations, this is constant and equals the slope.
3Solving Linear Equations
Solving a linear equation means finding the value(s) of the variable that make the equation true. The goal is to isolate the variable on one side using inverse operations.
One-Step Equations
x + 7 = 15
x + 7 - 7 = 15 - 7
x = 8
3x = 18
3x / 3 = 18 / 3
x = 6
Two-Step Equations
Solve: 2x - 5 = 11
2x - 5 + 5 = 11 + 5 (add 5)
2x = 16
2x / 2 = 16 / 2 (divide by 2)
x = 8
Multi-Step: Distributing & Combining Like Terms
Distributing
3(x + 4) = 21
3x + 12 = 21
3x = 9
x = 3
Combining Like Terms
5x + 7 - 2x + 3 = 25
3x + 10 = 25
3x = 15
x = 5
Variables on Both Sides
Solve: 4x - 6 = x + 9
4x - x - 6 = x - x + 9 (subtract x)
3x - 6 = 9
3x = 15 (add 6)
x = 5
Equations with Fractions
Solve: x/2 + 1/3 = 5/6 (LCD = 6)
6(x/2) + 6(1/3) = 6(5/6)
3x + 2 = 5
3x = 3
x = 1
Special Cases
No Solution
2x + 3 = 2x + 5
3 = 5 (False!)
The lines are parallel and never intersect.
Infinitely Many Solutions
2x + 3 = 2x + 3
3 = 3 (True!)
The lines are identical (coinciding).
4Slope & Rate of Change
The slope (m) tells us two things about a line: its steepness and its direction. It's calculated as the change in y divided by the change in x.
m = (y₂ − y₁) / (x₂ − x₁)
Rise over run — the vertical change divided by the horizontal change between any two points on the line.
Types of Slopes
Positive Slope (m > 0)
Line rises left to right. As x increases, y increases. Example: y = 2x + 1
Negative Slope (m < 0)
Line falls left to right. As x increases, y decreases. Example: y = -3x + 4
Zero Slope (m = 0)
Horizontal line. y stays constant regardless of x. Example: y = 5
Undefined Slope
Vertical line. x stays constant. Division by zero. Example: x = -2
Interactive: Slope Explorer
Adjust the slope and y-intercept to see how the line y = mx + b changes in real-time.
y = 2x + 1
Slope as Rate of Change
In real-world contexts, slope represents the rate of change — how fast one quantity changes relative to another.
Speed
m = distance / time
(e.g. miles per hour)
Cost per Item
m = cost / item
(e.g. price per unit)
Growth Rate
m = population / year
(e.g. increase per year)
5Forms of Linear Equations
Linear equations can be expressed in several forms, each useful in different situations.
Slope-Intercept
y = mx + b
m = slope, b = y-intercept
Best for: quickly graphing a line
Point-Slope
y − y₁ = m(x − x₁)
m = slope, (x₁, y₁) = a point
Best for: writing equations from a point
Standard Form
Ax + By = C
A, B, C = integer constants
Best for: finding intercepts, systems
Converting Between Forms
Slope-intercept → Standard
y = 2x + 3
-2x + y = 3
2x - y = -3
Standard → Slope-intercept
3x + 4y = 12
4y = -3x + 12
y = (-3/4)x + 3
Point-slope → Slope-intercept
y - 2 = 3(x + 1)
y - 2 = 3x + 3
y = 3x + 5
6Graphing Linear Equations
Plotting from Slope-Intercept Form
This is the most common and often easiest method to graph a linear equation.
- Plot the y-intercept (b): Mark the point (0, b) on the y-axis.
- Use the slope as "rise over run": From the y-intercept, move up/down (rise) and right (run) to find a second point.
- Draw the line: Connect the two points and extend with arrows in both directions.
Using Intercepts
This method works well for equations in standard form (Ax + By = C).
- Find the y-intercept: Set x = 0, solve for y. Plot (0, y).
- Find the x-intercept: Set y = 0, solve for x. Plot (x, 0).
- Draw the line: Connect the two intercepts.
Table of Values
A reliable method: choose several x-values, calculate corresponding y-values, plot the points, and draw the line through them.
Horizontal & Vertical Lines
Horizontal: y = c
Slope = 0. Every point has the same y-coordinate. Flat line through (0, c).
Vertical: x = c
Slope is undefined. Every point has the same x-coordinate. Straight up-and-down through (c, 0).
7Writing Equations from Given Information
Given Slope and a Point
Slope m = 2, point (3, 1)
y - 1 = 2(x - 3)
y - 1 = 2x - 6
y = 2x - 5
Given Two Points
Points (1, 5) and (3, 11)
m = (11 - 5) / (3 - 1) = 6 / 2 = 3
y - 5 = 3(x - 1)
y - 5 = 3x - 3
y = 3x + 2
Given a Graph
- Identify the y-intercept (b) where the line crosses the y-axis.
- Pick two clear points and calculate slope: m = rise / run.
- Write the equation using y = mx + b.
Given a Word Problem
- Identify variables: Assign x (independent) and y (dependent).
- Find slope (m): Look for "per hour," "per item," "each" — these indicate rate.
- Find y-intercept (b): Look for initial fee, base cost, or value when x = 0.
- Write: y = mx + b.