Learn to express the solution set of a system of linear equations in parametric form.
Understand the three possibilities for the number of solutions of a system of linear equations.
Recipe: parametric form.
Vocabulary word:free variable.
Subsection1.3.1Free Variables
There is one possibility for the row reduced form of a matrix that we did not see in Section 1.2.
Example(A System with a Free Variable)
Consider the linear system
We solve it using row reduction:
This row reduced matrix corresponds to the linear system
In what sense is the system solved? We rewrite as
For any value of there is exactly one value of and that make the equations true. But we are free to choose any value of
We have found all solutions: it is the set of all values where
This is called the parametric form for the solution to the linear system. The variable is called a free variable.
Given the parametric form for the solution to a linear system, we can obtain specific solutions by replacing the free variables with any specific real numbers. For instance, setting in the last example gives the solution and setting gives the solution
Definition
Consider a consistent system of equations in the variables Let be a row echelon form of the augmented matrix for this system.
We say that is a free variable if its corresponding column in is not a pivot column.
In the above example, the variable was free because the reduced row echelon form matrix was
In the matrix
the free variables are and (The augmented column is not free because it does not correspond to a variable.)
Recipe: Parametric form
The parametric form of the solution set of a consistent system of linear equations is obtained as follows.
Write the system as an augmented matrix.
Row reduce to reduced row echelon form.
Write the corresponding (solved) system of linear equations.
Move all free variables to the right hand side of the equations.
Moving the free variables to the right hand side of the equations amounts to solving for the non-free variables (the ones that come pivot columns) in terms of the free variables. One can think of the free variables as being independent variables, and the non-free variables being dependent.
Implicit Versus Parameterized Equations
The solution set of the system of linear equations
is a line in as we saw in this example. These equations are called the implicit equations for the line: the line is defined implicitly as the simultaneous solutions to those two equations.
The parametric form
can be written as follows:
This called a parameterized equation for the same line. It is an expression that produces all points of the line in terms of one parameter,
One should think of a system of equations as being an implicit equation for its solution set, and of the parametric form as being the parameterized equation for the same set. The parameteric form is much more explicit: it gives a concrete recipe for producing all solutions.
You can choose any value for the free variables in a (consistent) linear system.
Free variables come from the columns without pivots in a matrix in row echelon form.
There are three possibilities for the reduced row echelon form of the augmented matrix of a linear system.
The last column is a pivot column. In this case, the system is inconsistent. There are zero solutions, i.e., the solution set is empty. For example, the matrix
comes from a linear system with no solutions.
Every column except the last column is a pivot column. In this case, the system has a unique solution. For example, the matrix
tells us that the unique solution is
The last column is not a pivot column, and some other column is not a pivot column either. In this case, the system has infinitely many solutions, corresponding to the infinitely many possible values of the free variable(s). For example, in the system corresponding to the matrix
any values for and yield a solution to the system of equations.