01-06 - Systems of Linear Equations
Phase: 1 | Subject: 01-06 Prerequisites: 01-02-linear-equations.md, 01-05-linear-functions.md Next subject: 01-07-quadratic-expressions.md
Learning Objectives
By the end of this subject, you will be able to:
- Understand what a system of linear equations represents
- Solve systems using the graphical method
- Solve systems using the substitution method
- Solve systems using the elimination method
- Classify systems as consistent, inconsistent, or dependent
Core Content
What is a System?
A system of linear equations is two or more equations that must be true SIMULTANEOUSLY. The solution is the point(s) where the lines intersect.
Example:
$y = 2x + 1 y = -x + 4 $
Both equations must be satisfied by the same (x, y) pair.
Graphical Method
Graph both lines and find where they cross.
Example:
$y = 2x + 1 y = -x + 4 $
Line 1: m = 2, b = 1 — goes through (0, 1) and (1, 3) Line 2: m = -1, b = 4 — goes through (0, 4) and (1, 3)
They intersect at (1, 3). Check: Line 1: y = 2(1) + 1 = 3 ✓. Line 2: y = -1 + 4 = 3 ✓
Limitation: Graphs are approximate. We need algebraic methods for precision.
Substitution Method
Steps: 1. Rearrange one equation to make one variable the subject (usually y = ...) 2. Substitute that expression into the other equation 3. Solve the resulting single equation 4. Substitute back to find the other variable
Example:
$y = 2x + 1 ... (1) 3x + y = 8 ... (2) $
- Equation (1) already has y = 2x + 1
- Substitute into (2): 3x + (2x + 1) = 8
- 5x + 1 = 8
- 5x = 7, so x = 7/5 = 1.4
- Substitute back: y = 2(1.4) + 1 = 2.8 + 1 = 3.8
Solution: (1.4, 3.8) or (7/5, 19/5)
Elimination Method
Steps: 1. Arrange both equations in the same form (usually ax + by = c) 2. Multiply one or both equations so that adding them eliminates one variable 3. Solve for the remaining variable 4. Substitute back
Example:
$2x + 3y = 12 ... (1) x - y = 1 ... (2) $
- Multiply (2) by 3: 3x - 3y = 3 ... (3)
- Add (1) and (3): (2x + 3x) + (3y - 3y) = 12 + 3
- 5x = 15, so x = 3
- Substitute into (2): 3 - y = 1, so y = 2
Solution: (3, 2)
Classifying Systems
| Type | Graphical | Algebraic | Example |
|---|---|---|---|
| Consistent | Lines intersect at one point | One unique solution | y = x + 1, y = 2x - 1 → (2, 3) |
| Inconsistent | Parallel lines (same gradient) | No solution (false statement) | y = 2x + 1, y = 2x - 3 |
| Dependent | Same line (infinitely many points) | Always true statement | y = 2x + 1, 2y = 4x + 2 |
Example of inconsistent:
$y = 3x + 2 y = 3x - 5 $
Subtract: 0 = 7, which is FALSE → no solution.
Example of dependent:
$2x + y = 5 4x + 2y = 10 $
Multiply first by 2: 4x + 2y = 10. Both equations are identical → infinitely many solutions.
Common pitfall — elimination scaling: When multiplying an equation to prepare for elimination, you must multiply EVERY term on BOTH sides. For example, to eliminate y from x - y = 1, multiply by 3 to get 3x - 3y = 3 (not 3x - y = 3). Missing a term is the most common source of wrong answers in elimination.
Key Terms
- Consistent
- Dependent
- Inconsistent
- No solution
Worked Examples
Example 1: Solve by substitution
$x + 2y = 7 3x - y = 5 $
- From first: x = 7 - 2y
- Substitute: 3(7 - 2y) - y = 5
- 21 - 6y - y = 5
- 21 - 7y = 5
- 7y = 16
- y = 16/7
- x = 7 - 2(16/7) = 7 - 32/7 = 49/7 - 32/7 = 17/7
Solution: (17/7, 16/7)
Example 2: Solve by elimination
$2x + 5y = 3 4x - y = 19 $
- Multiply second by 5: 20x - 5y = 95
- Add to first: (2x + 20x) + (5y - 5y) = 3 + 95
- 22x = 98
- x = 98/22 = 49/11
- Substitute: 4(49/11) - y = 19, 196/11 - y = 19
- y = 196/11 - 209/11 = -13/11
Solution: (49/11, -13/11)
Example 3: Classify and solve
$3x - 2y = 4 6x - 4y = 10 $
- Multiply first by 2: 6x - 4y = 8
- Compare: 6x - 4y = 8 vs 6x - 4y = 10
- 8 ≠ 10, so inconsistent system
- No solution — lines are parallel
Quiz
Q1: What does the concept of Consistent primarily refer to in this subject?
A) A historical anecdote about Consistent B) A computational error related to Consistent C) A visual representation of Consistent D) The definition and application of Consistent
Correct: D)
- If you chose A: This is incorrect. Consistent is defined as: the definition and application of consistent. The other options describe different aspects that are not the primary focus.
- If you chose B: This is incorrect. Consistent is defined as: the definition and application of consistent. The other options describe different aspects that are not the primary focus.
- If you chose C: This is incorrect. Consistent is defined as: the definition and application of consistent. The other options describe different aspects that are not the primary focus.
- If you chose D: Consistent is defined as: the definition and application of consistent. The other options describe different aspects that are not the primary focus. Correct!
Q2: What is the primary purpose of Inconsistent?
A) It is used only in advanced research contexts B) It is used to inconsistent in mathematical analysis C) It replaces all other methods in this domain D) It is primarily a historical notation system
Correct: B)
- If you chose A: This is incorrect. Inconsistent serves the purpose described in the correct answer. The other options misrepresent its role.
- If you chose B: Inconsistent serves the purpose described in the correct answer. The other options misrepresent its role. Correct!
- If you chose C: This is incorrect. Inconsistent serves the purpose described in the correct answer. The other options misrepresent its role.
- If you chose D: This is incorrect. Inconsistent serves the purpose described in the correct answer. The other options misrepresent its role.
Q3: Which statement about Dependent is TRUE?
A) Dependent is an advanced topic beyond this subject's scope B) Dependent is not related to this subject C) Dependent is mentioned only as a historical footnote D) Dependent is a fundamental concept covered in this subject
Correct: D)
- If you chose A: This is incorrect. Dependent is a fundamental concept covered in this subject. This subject covers Dependent as part of its core content.
- If you chose B: This is incorrect. Dependent is a fundamental concept covered in this subject. This subject covers Dependent as part of its core content.
- If you chose C: This is incorrect. Dependent is a fundamental concept covered in this subject. This subject covers Dependent as part of its core content.
- If you chose D: Dependent is a fundamental concept covered in this subject. This subject covers Dependent as part of its core content. Correct!
Q4: Based on the worked examples in this subject, what is the correct result?
A) The inverse of the correct answer B) An unrelated numerical value C) A different result from a common mistake D) Solve by substitution
Correct: D)
- If you chose A: This is incorrect. The worked examples show that the result is Solve by substitution. The other options represent common errors.
- If you chose B: This is incorrect. The worked examples show that the result is Solve by substitution. The other options represent common errors.
- If you chose C: This is incorrect. The worked examples show that the result is Solve by substitution. The other options represent common errors.
- If you chose D: The worked examples show that the result is Solve by substitution. The other options represent common errors. Correct!
Q5: How are Dependent and No solution related?
A) Dependent is the inverse of No solution B) Dependent and No solution are closely related concepts C) Dependent and No solution are completely unrelated topics D) Dependent is a special case of No solution
Correct: B)
- If you chose A: This is incorrect. Both Dependent and No solution are covered in this subject as interconnected topics.
- If you chose B: Both Dependent and No solution are covered in this subject as interconnected topics. Correct!
- If you chose C: This is incorrect. Both Dependent and No solution are covered in this subject as interconnected topics.
- If you chose D: This is incorrect. Both Dependent and No solution are covered in this subject as interconnected topics.
Q6: What is a common pitfall when working with What Is A System??
A) A common mistake is confusing What Is A System? with a similar concept B) What Is A System? is always computed the same way in all contexts C) The main error with What Is A System? is using it when it is not needed D) What Is A System? has no common misconceptions
Correct: A)
- If you chose A: Students often confuse What Is A System? with similar-sounding or related concepts. Pay attention to the precise definitions. Correct!
- If you chose B: This is incorrect. Students often confuse What Is A System? with similar-sounding or related concepts. Pay attention to the precise definitions.
- If you chose C: This is incorrect. Students often confuse What Is A System? with similar-sounding or related concepts. Pay attention to the precise definitions.
- If you chose D: This is incorrect. Students often confuse What Is A System? with similar-sounding or related concepts. Pay attention to the precise definitions.
Q7: When should you apply Graphical Method?
A) Avoid Graphical Method unless explicitly instructed B) Graphical Method is not practically useful C) Apply Graphical Method to solve problems in this subject's domain D) Use Graphical Method only in pure mathematics contexts
Correct: C)
- If you chose A: This is incorrect. Graphical Method is a practical tool used throughout this subject to solve relevant problems.
- If you chose B: This is incorrect. Graphical Method is a practical tool used throughout this subject to solve relevant problems.
- If you chose C: Graphical Method is a practical tool used throughout this subject to solve relevant problems. Correct!
- If you chose D: This is incorrect. Graphical Method is a practical tool used throughout this subject to solve relevant problems.
Practice Problems
- Solve by substitution: y = 3x - 2 and x + y = 10
Click for answer
x + 3x - 2 = 10, 4x = 12, x = 3. y = 3(3) - 2 = 7. Solution: (3, 7)
- Solve by elimination: 2x + y = 8 and x - y = 2
Click for answer
Add: 3x = 10, x = 10/3. Substitute: 10/3 - y = 2, y = 4/3. Solution: (10/3, 4/3)
- Solve: 3x + 2y = 1 and 2x - y = 3
Click for answer
Multiply second by 2: 4x - 2y = 6. Add: 7x = 7, x = 1. Then 2(1) - y = 3, y = -1. Solution: (1, -1)
- Classify: y = 2x + 3 and 4x - 2y = -6
Click for answer
Second: -2y = -4x - 6, y = 2x + 3. Same line — dependent system, infinitely many solutions.
- Classify: x + y = 5 and x + y = 8
Click for answer
Same left side, different right side. Inconsistent — no solution.
- Solve: x + 2y = 8 and 3x - y = 7
Click for answer
From first: x = 8 - 2y. Substitute: 3(8 - 2y) - y = 7, 24 - 6y - y = 7, 17 = 7y, y = 17/7. x = 8 - 34/7 = 22/7. Solution: (22/7, 17/7)
- Solve: 2x + 3y = 8 and 4x - y = 7
Click for answer
Multiply second by 3: 12x - 3y = 21. Add: 14x = 29, x = 29/14. y = 4(29/14) - 7 = 116/14 - 98/14 = 18/14 = 9/7. Solution: (29/14, 9/7)
Summary
Key takeaways:
- A system requires both equations to be true simultaneously
- Substitution: isolate one variable, substitute into other equation
- Elimination: combine equations to cancel one variable
- Consistent: one unique solution (lines intersect)
- Inconsistent: no solution (parallel lines)
- Dependent: infinitely many solutions (same line)
- Always verify by substituting into both original equations
Pitfalls
- Multiplying only some terms when scaling for elimination. When multiplying an equation to prepare for elimination, EVERY term on BOTH sides must be multiplied. To eliminate y from x - y = 1, multiplying by 3 gives 3x - 3y = 3, not 3x - y = 3. Missing a term is the most common source of wrong answers.
- Forgetting to substitute back into BOTH original equations for verification. A solution might satisfy one equation but not the other. Always plug (x, y) into both equations to confirm. This catches most arithmetic errors.
- Confusing inconsistent and dependent systems. Both involve equations that look similar. Inconsistent: same left side, different right side (parallel lines, no solution). Dependent: one equation is a multiple of the other (same line, infinitely many solutions). Check by comparing after rearranging both to the same form.
- Choosing the harder variable to isolate in substitution. If one equation is already solved for y, substitute that into the other — don't rearrange the other and make extra work. Look for the path of least resistance.
- Assuming every system has exactly one solution. Two linear equations can intersect (1 solution), be parallel (0 solutions), or coincide (infinitely many). Always classify the system type, not just solve.
Next Steps
Next up: 01-07-quadratic-expressions.md