Section 1.5 Systems of Linear Equations
Finding the coefficients needed to describe a given point as a linear combination of other points often requires solving serveral linear equations simultaneously.
Definition 1.5.1.
A linear equation is an equation of the form:
where the \(a_i\) represent specific real numbers called constants, \(b\) is also a real number and \(x\text{,}\) \(y\) and \(z\) are variables or unknowns. The solution to a linear equation is the set of ordered triples of real numbers, \(\ot{x}{y}{z}\) for which the equation is true.
It is often important to be able to find solutions that work for multiple linear equations. To solve such a system of linear equations, transform it into simpler and simpler systems whose solutions are identical to the given system. Then use the simplified system to describe the values of \(x\text{,}\) \(y\) and \(z\) that make all equations in the system true, and give the result using set notation: \(\mathbb{S}= \{\ot{\hspace{.1in}}{\hspace{.1in}}{\hspace{.1in}} | \hspace{.5in} \}\text{.}\) This set may be empty, contain one ordered triple or more than one ordered triple.
Definition 1.5.2.
The three ways that can be used to transform a system of equations into a new system with exactly the same solutions are called elementary row operations. They are:
rearrange the order of the rows
multiply a row by a non-zero number
add a multiple of one row to another
When working with systems of equations it is more efficient to write only the constants, making sure to keep them in columns so their variables can be reattached once the matrix is fully simplified. The result is called an augmented matrix.
The elementary row operations apply to either the system of equations or the associated matrix. Ideally, but not always, the most simplified version looks like:
The solution in this case is a set with one ordered triple:
Checkpoint 1.5.3.
Solve the following system of equations by transforming it into simpler and simpler systems of linear equations whose solution is identical to the given system.
Checkpoint 1.5.4.
Solve the following system of equations. How many solutions are there?
Checkpoint 1.5.5.
Solve the following system of equations. How many solutions are there?
Write the solution in each of the following ways:
Theorem 1.5.6.
There exists a way to transform any system of linear equations in three unknowns into a well defined simplest form using only the three elementary row operations. This simplest form will allow any conditions on the three unknowns to be quickly identified.
(Write an algorithm for simplifying any given system of equations in three unknowns. Describe how to identify when it is completely simplified and how to then identify the solution. Use the term “leading 1” for when 1 is the first non-zero number in a row.)
Discussion Question 1.5.7.
Why are only the elementary row operations allowed when solving a system of equations? As a system of equations is simplified: What produces the possibility for no solutions? What produces the possibility for an infinite number of solutions? What might a fully reduced matrix look like in each case? Consider systems of two, three or four equations.