A system of linear equations can have number of solutions. The pivot positions in the echelon form of the corresponding augmented matrix determine which of these cases occurs.
Existence of Solutions
Theorem (Existence of Solutions).
A linear system is inconsistent if and only if row echelon form of its augmented matrix has a row of the form: where .Such a row corresponds to the equation , which makes the system inconsistent. This is also called a pivot in the augmented column.
When we perform row operations, we're essentially manipulating the equations. If the system is inconsistent, the equations contradict each other in a fundamental way.
For example, consider:
These two equations contradict each other (the same combination cannot equal both 2 and 5). When we row-reduce:
The second row says , which is impossible. The system is inconsistent.
Determine whether the following system is consistent:
Row Reduction to Check Consistency
After row reduction to echelon form, we find that there is a pivot in the augmented column. Thus, this system is inconsistent.
Free Variables and Basic Variables
Once we know a system is consistent, we need to understand either the system has a unique solution or infinite many solutions. This depends on whether there are free variables.
- Basic variables: Variables corresponding to pivot columns
- Free variables: Variables corresponding to non-pivot columns
Consider the following system of linear equations:
Its row reduced echelon form is computed by
- Pivot columns: Columns 1 and 2 (containing boxed pivots)
- Basic variables: and (must be expressed in terms of other variables)
- Free variables: (can take any value)
- Consistent system: Since the augmented column does not contain a pivot
We write the row reduced echelon form of the augmented matrix back to system of linear equations:
Then, we express the basic variables in terms of free variables, and the general solution is:
is free in the sense that we can pick any value for , and the corresponding values for will give us a solution to the system. For example, we can pick , and we get a solution . We can also pick , and we get a solution .
Since can be any real numbers, this system has infinitely many solutions.
Uniqueness of Solutions
Theorem (Uniqueness of Solutions):
For a consistent system, it has a unique solution if and only if there are no free variables.
Decision Flowchart: Determining Number of Solutions
The following flowchart summarizes how to determine the number of solutions for any linear system after row reduction: