Objectives
- 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: free variable.
There is one possibility for the row reduced form of a matrix that we did not see in Section 2.2.
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
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 augmentation column is not free because it does not correspond to a variable.)
The parametric form of the solution set of a consistent system of linear equations is obtained as follows.
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.
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 parametric form is much more explicit: it gives a concrete recipe for producing all solutions.
While you can certainly write parametric solutions in point notation, it turns out that vector notation is ideally suited to writing down parametric forms of solutions.
It is sometimes useful to introduce new letters for the parameters. For instance, instead of writing
you can write
or in vector notation
Of course, since this implies you might think that we haven't gained anything by the extra complexity.
This note describes a subtle point, which you can disregard on first reading.
What we gain from the extra complexity is flexibility to change the parameter. For instance, we could start with
and decide we would prefer to parametrize using Then we can write the solution set as
We could go even further, and change the parameter to Now we can write the solution set as
The three parameterizations above all describe the same line in For instance, if you plug in you get which you can also get by setting or
This note describes a subtle point, which you can disregard on first reading.
What we gain from the extra complexity is flexibility to change the parameter. For instance, we could start with
and decide we would prefer to parametrize using Then we can write the solution set as
We could go even further, and change the parameter to Now we can write the solution set as
The three parameterizations above all describe the same line in For instance, if you plug in you get which you can also get by setting or
You can choose any value for the free variables in a (consistent) linear system.
Free variables come from the columns without pivots (excluding the augmentation column) 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.