(that is, a Euclidean vector that can be plugged into the equation).
Remark1.1.2.
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.3.
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.7.
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.8.
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.11.
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,
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.17.
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{.}\)