Foundations of Linear Equations in One Variable
From the linear equations curriculum · Updated Jun 08, 2026
Foundations of Linear Equations in One Variable
TL;DR
Linear equations in one variable are mathematical statements where you're finding the value that makes both sides equal. They follow the pattern ax + b = c, where you isolate x through inverse operations. Master these foundations and you'll solve any linear equation systematically.
1. The Mental Model
Think of a linear equation as a balance scale that's perfectly even. Whatever you do to one side, you must do to the other to keep it balanced. Your goal is to get the variable alone on one side by undoing operations in reverse order. That's the whole idea.
2. The Core Material
What Makes an Equation Linear
A linear equation in one variable has exactly one unknown (usually x) raised only to the first power. No x², no √x, no fractions with x in the denominator. The general form is ax + b = c, where a, b, and c are numbers and a ≠ 0.
Examples of linear equations:
- 3x + 7 = 22
- -2x = 14
- x/4 - 3 = 5
- 0.5x + 1.2 = 3.7
Non-linear equations you'll encounter later:
- x² + 3 = 12 (quadratic)
- 2/x = 8 (rational)
- √x = 4 (radical)
The Golden Rule: Balance and Inverse Operations
Every equation is a statement that two expressions are equal. To solve it, you'll use inverse operations to isolate the variable. Here's your toolkit:
Addition ↔ Subtraction: If something's added to x, subtract it from both sides. If something's subtracted from x, add it to both sides.
Multiplication ↔ Division: If x is multiplied by a number, divide both sides by that number. If x is divided by a number, multiply both sides by that number.
Order matters: Always undo operations in reverse order of operations (PEMDAS backwards). Handle addition and subtraction first, then multiplication and division.
The Four-Step Solution Process
- Simplify each side if needed (combine like terms, distribute, clear fractions)
- Move variable terms to one side using addition/subtraction
- Move constant terms to the other side using addition/subtraction
- Isolate the variable using multiplication/division
Let's see this with 2(x + 3) - 5 = 13:
Step 1: Distribute and simplify
2x + 6 - 5 = 13
2x + 1 = 13
Step 2: Variable terms are already on the left
Step 3: Subtract 1 from both sides
2x = 12
Step 4: Divide both sides by 2
x = 6
Checking Your Answer
Always substitute your answer back into the original equation. If both sides equal the same number, you're correct. Using x = 6:
2(6 + 3) - 5 = 2(9) - 5 = 18 - 5 = 13 ✓
This step catches arithmetic errors and builds confidence in your solution method.
3. Worked Example
Let's solve: 3x/4 - 7 = 2x + 5
Step 1: Clear the fraction by multiplying everything by 4
4 · (3x/4) - 4 · 7 = 4 · 2x + 4 · 5
3x - 28 = 8x + 20
Step 2: Move variable terms to one side
Subtract 3x from both sides:
-28 = 5x + 20
Step 3: Move constant terms to the other side
Subtract 20 from both sides:
-48 = 5x
Step 4: Isolate x
Divide both sides by 5:
x = -48/5 = -9.6
Check our answer:
Original equation: 3x/4 - 7 = 2x + 5
Substitute x = -9.6:
Left side: 3(-9.6)/4 - 7 = -28.8/4 - 7 = -7.2 - 7 = -14.2
Right side: 2(-9.6) + 5 = -19.2 + 5 = -14.2 ✓
Both sides equal -14.2, so our solution is correct.
4. Key Takeaways
4.1 Most Important Concepts
- Linear equations have one variable to the first power only - this guarantees exactly one solution in most cases.
- Whatever you do to one side, do to the other - this maintains the equality and is the foundation of equation solving.
- Use inverse operations in reverse PEMDAS order - undo addition/subtraction before multiplication/division.
- Clear fractions early by multiplying by the LCD - this eliminates messy arithmetic and reduces errors.
- Always check your answer in the original equation - substitution catches mistakes and verifies your solution.
- Combine like terms before moving anything - simplify each side first to see the equation's true structure.
- Keep your work organized in vertical steps - clean presentation helps you spot errors and follow your logic.
4.2 Common Misconceptions
- "I can move terms without changing signs" - Actually, you're adding or subtracting from both sides, which changes the sign of moved terms.
- "Solving means getting numbers on the right side" - Actually, you can solve with the variable on either side or constants on either side.
- "I should distribute before clearing fractions" - Actually, clear fractions first to avoid fractional coefficients throughout your work.
- "If I get x = x, I made an error" - Actually, this means the equation is an identity with infinitely many solutions.
4.3 Compare & Contrast
| Aspect | Linear Equation | Expression | Inequality |
|---|---|---|---|
| Purpose | Find value that makes statement true | Simplify to shortest form | Find range of values |
| Contains | Equal sign (=) | No equal or comparison sign | <, >, ≤, or ≥ sign |
| Solution | Usually one specific number | No "solution" - just simplified form | Range or interval |
| Example | 2x + 3 = 11 | 2x + 3 | 2x + 3 > 11 |
5. Now Try It
Solve this equation step-by-step: (2x - 1)/3 + 4 = (x + 5)/2 - 1. Write out each step clearly, showing what operation you're performing and why. Then check your answer by substituting back into the original equation.
Success looks like: You get a single numerical value for x, and when you substitute it into the original equation, both sides evaluate to the same number.
Get the full linear equations curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account