A system of linear equations consists of two or more linear equations with the same variables. The solution to a system is the values of the variables that satisfy all equations simultaneously. These equations appear in real-world problems involving multiple constraints or conditions.
This lesson will cover methods to solve systems of equations: substitution, elimination, and special cases.
1. Definition of a System of Linear Equations
A system of two linear equations in two variables can be written as:
where:
- are real numbers,
- and are variables.
A solution to the system is a pair that satisfies both equations.
Example:
Solve using elimination:
Step 1: Add the equations to eliminate
Step 2: Simplify
Step 3: Substitute into the first equation
Solution:
2. Solving Systems of Equations
There are three primary methods to solve a system of equations:
- Substitution Method
- Elimination Method
- Graphical Interpretation (not covered in detail here)
3. Substitution Method
The substitution method is useful when one equation is already solved for a variable or can be easily manipulated to do so.
Steps:
- Solve one equation for one variable in terms of the other.
- Substitute this expression into the second equation.
- Solve for the remaining variable.
- Use the found value to solve for the other variable.
Example:
Solve using substitution:
Step 1: Substitute into the second equation
Step 2: Expand and solve for
Step 3: Solve for
Solution:
4. Elimination Method
The elimination method is useful when both equations contain the variables in a similar format. It involves adding or subtracting equations to eliminate one variable.
Steps:
- Multiply one or both equations if necessary to align coefficients.
- Add or subtract the equations to eliminate one variable.
- Solve for the remaining variable.
- Substitute the found value into one of the original equations.
Example:
Solve using elimination:
Step 1: Add the equations to eliminate
Step 2: Simplify
Step 3: Substitute into the first equation
Solution:
5. Special Cases
Some systems have no solution or infinitely many solutions.
No Solution (Inconsistent System)
If elimination results in a false statement like:
the system has no solution (parallel lines).
Example:
$$
\begin{cases}
2x + 4y = 8 \
x + 2y = 5
\end{cases}
$$
Multiplying the second equation by 2:
Since , the system has no solution.
Infinite Solutions (Dependent System)
If elimination results in a true statement like:
the system has infinitely many solutions (coincident lines).
Example:
$$
\begin{cases}
4x + 2y = 10 \
2x + y = 5
\end{cases}
$$
Multiplying the second equation by 2:
Since both equations are identical, the system has infinitely many solutions.
6. Practice Problems
Solve the following systems of equations:
Try solving each system and check your answers!

