Section1.1Linear Systems, Vector Equations, and Augmented Matrices (LE1)
Learning Outcomes
Translate back and forth between a system of linear equations, a vector equation, and the corresponding augmented matrix.
Subsection1.1.1Warm Up
Activity1.1.1.
Consider the pairs of lines described by the equations below. Decide which of these are parallel, identical, or transverse (i.e., intersect in a single point).
We will find it useful to almost always typeset Euclidean vectors vertically, but the notation \(\left[\begin{array}{cccc}a_1 & a_2 & \cdots & a_n\end{array}\right]^T\) is also valid when vertical typesetting is inconvenient. The set of all Euclidean vectors with \(n\) components is denoted as \(\mathbb R^n\text{,}\) and vectors are often described using the notation \(\vec v\text{.}\)
Each number in the list is called a component, and we use the following definitions for the sum of two vectors, and the product of a real number and a vector:
(that is, a Euclidean vector whose components can be plugged into the equation).
Remark1.1.6.
In previous classes you likely used the variables \(x,y,z\) in equations. However, since this course often deals with equations of four or more variables, we will often write our variables as \(x_i\text{,}\) and assume \(x=x_1,y=x_2,z=x_3,w=x_4\) when convenient.
Definition1.1.7.
A system of linear equations (or a linear system for short) is a collection of one or more linear equations.
A linear system is consistent if its solution set is non-empty (that is, there exists a solution for the system). Otherwise it is inconsistent.
Fact1.1.11.
All linear systems are one of the following:
Consistent with one solution: its solution set contains a single vector, e.g. \(\setList{\left[\begin{array}{c}1\\2\\3\end{array}\right]}\)
Consistent with infinitely-many solutions: its solution set contains infinitely many vectors, e.g. \(\setBuilder
{
\left[\begin{array}{c}1\\2-3a\\a\end{array}\right]
}{
a\in\IR
}\)
Inconsistent: its solution set is the empty set, denoted by either \(\{\}\) or \(\emptyset\text{.}\)
Activity1.1.12.
All inconsistent linear systems contain a logical contradiction. Find a contradiction in this system to show that its solution set is the empty set.
Let \(x_2=a\) where \(a\) is an arbitrary real number, then find an expression for \(x_1\) in terms of \(a\text{.}\) Use this to write the solution set \(\setBuilder
{
\left[\begin{array}{c}
\unknown \\
a
\end{array}\right]
}{
a \in \IR
}\) for the linear system.
\begin{equation*}
\setBuilder
{
\left[\begin{array}{c}
\unknown \\
a \\
\unknown \\
b
\end{array}\right]
}{
a,b \in \IR
}
\end{equation*}
to the linear system by setting \(x_2=a\) and \(x_4=b\text{,}\) and then solving for \(x_1\) and \(x_3\text{.}\)
Observation1.1.15.
Solving linear systems of two variables by graphing or substitution is reasonable for two-variable systems, but these simple techniques won’t usually cut it for equations with more than two variables or more than two equations. For example,
A system of \(m\) linear equations with \(n\) variables is often represented by writing its coefficients and constants in an augmented matrix: the \(m\times n\) matrix of its coefficients augmented with the \(m\) constant values as a final column.
Sometimes, we will find it useful to refer only to the coefficients of the linear system (and ignore its constant terms). We call the \(m\times n\) array consisting of these coefficients a coefficient matrix.
Assume \(j\) and \(k\) are arbitrary real numbers.
Choose values for \(a,b,c\text{,}\) and \(d\text{,}\) such that \(ad-bc = 0\text{.}\) Show that this system is inconsistent.
Prove that, if \(ad-bc \neq 0\text{,}\) the system is consistent with exactly one solution.
Exploration1.1.23.
Given a set \(S\text{,}\) we can define a relation between two arbitrary elements \(a,b \in S\text{.}\) If the two elements are related, we denote this \(a \sim b\text{.}\)
Any relation on a set \(S\) that satisfies the properties below is an equivalence relation.
Reflexive: For any \(a \in S, a \sim a\)
Symmetric: For \(a,b \in S\text{,}\) if \(a\sim b\text{,}\) then \(b \sim a\)
Transitive: for any \(a,b,c \in S, a \sim b \mbox{ and } b \sim c \mbox{ implies } a\sim c\)
For each of the following relations, show that it is or is not an equivalence relation.
For \(a,b, \in \mathbb{R}\text{,}\)\(a \sim b\) if an only if \(a \leq b\text{.}\)
For \(a,b, \in \mathbb{R}\text{,}\)\(a \sim b\) if an only if \(|a|=|b|\text{.}\)