Algebra 101 - Unit 13

Lesson 75: Introduction to Systems of Equations

A system of equations is a set of two or more equations with the same variables. The solution to a system is the set of values that satisfy all equations simultaneously.

Systems can be classified as:

Methods for Solving Systems

Common methods include:

For nonlinear systems, substitution or factoring is often used to reduce the system to a single equation.

Examples

Example 1 — Linear System:

Solve:
x + y = 4
2x − y = 1

Solution (Substitution): y = 4 − x → 2x − (4 − x) = 1 → 3x − 4 = 1 → 3x = 5 → x = 5/3 → y = 4 − 5/3 = 7/3

Example 2 — Nonlinear System:

Solve:
y = x²
x + y = 6

Solution: Substitute y = x² → x + x² = 6 → x² + x − 6 = 0 → (x + 3)(x − 2) = 0 → x = −3, 2
Corresponding y-values: y = 9, 4 → Solutions: (−3, 9), (2, 4)

Practice Problems

  1. Solve the system: 2x + y = 5, x − y = 1
  2. Solve the nonlinear system: y = x² − 2, y = 3x − 1
  3. Determine if the system has one solution, no solution, or infinitely many solutions: y = 2x + 3, y = 2x − 5
  4. Solve using substitution: x + y = 7, 3x − y = 5
  5. Graph the system and find the solution: y = −x + 4, y = x²