audio read-through Introduction to Systems of Equations

You may want to review:

First, we firm up some terminology that is important when talking about systems of equations. (Or, skip this review and jump right to the information on systems.)

DEFINITION equation
An equation is a mathematical sentence that uses the verb ‘$\,=\,$’.
DEFINITION equation in one variable
An equation in one variable is an equation that uses only one variable (often, $\,x\,$). The variable may appear any number of times.

For example, ‘$\,4x^3 - x + 3 = 5x - 7\,$’ is an equation in one variable.

DEFINITION equation in two variables
An equation in two variables is an equation that uses two variables (often, $\,x\,$ and $\,y\,$). These two variables may appear any number of times.

For example, ‘$\,2x^2 - xy + 3y^2 = 5x - 7y + 1\,$’ is an equation in two variables.

DEFINITION equation in $\,n\,$ variables
An equation in $\,n\,$ variables is an equation that uses $\,n\,$ variables. The variables may appear any number of times.
DEFINITION inequality
An inequality is a mathematical sentence that uses one of the following verbs: $$ \begin{alignat}{2} &\cssId{s27}{\lt}\ &&\ \ \text{(less than)}\cr &\cssId{s28}{\gt}\ &&\ \ \text{(greater than)}\cr &\cssId{s29}{\le}\ &&\ \ \text{(less than or equal to)}\cr &\cssId{s30}{\ge}\ &&\ \ \text{(greater than or equal to)} \end{alignat} $$

The phrase ‘in $\,n\,$ variables’ also applies to inequalities: for example, ‘$\,x^2 - 3x \gt 4 + x\,$’ is an inequality in one variable.

DEFINITION linear equation in two variables
A linear equation in two variables ($\,x\,$ and $\,y\,$) is an equation that can be written in the form $$\cssId{s36}{ax+by+c=0}\,,$$ where $\,a\,$ and $\,b\,$ are not both zero.

Parameters versus Variables

The equation ‘$\,ax + by + c = 0\,$’ can be a bit confusing. At first glance, it looks like there might be five variables, not two: $\,a\,,$ $\,b\,,$ $\,c\,,$ $\,x\,,$ and $\,y\,.$

The letters $\,a\,,$ $\,b\,$ and $\,c\,,$ however, serve a very different purpose in this equation. They are called parametersthey are constant for any particular equation, but are allowed to vary from equation to equation.

By using parameters, the single equation ‘$\,ax + by + c = 0\,$’ very compactly describes an entire family of equations, including, say:

$$ \begin{align} &\cssId{s47}{2x + 3y + 4 = 0}\cr &\qquad \cssId{s48}{(a = 2,\ b = 3,\ c = 4)}\cr\cr &\cssId{s49}{x - y = 0}\cr &\qquad \cssId{s50}{(a = 1,\ b = -1,\ c = 0)}\cr\cr &\cssId{s51}{\frac13y -\pi = 0}\cr &\qquad \cssId{s52}{(a = 0,\ b = \frac13,\ c = -\pi)} \end{align} $$

Behold the power of the mathematical languagethat a single equation can so simply and concisely describe an infinite number of equations! The constants $\,a\,,$ $\,b\,$ and $\,c\,$ can be any real numbers, as long as $\,a\,$ and $\,b\,$ aren't zero at the same time.

Key Idea of Linearity

Here's the key idea of linearityin a linear equation, the variables must appear as simply as possible. The variables must appear only to the first power. No variables in denominators. No variables inside square roots, and so on.

Here are more examples of linear equations in two variables. Notice that by using the addition property of equality, each of these equations can be put in the form $\,ax + by + c = 0\,$:

$$ \begin{gather} \cssId{s66}{y=3x-5}\cr \cssId{s67}{x+2y-3=0}\cr \cssId{s68}{\frac{2x}{3} - \frac{1}{7}y =\sqrt{5}\,x + 6} \end{gather} $$

Horizontal and Vertical Lines (either $\,a\,$ is zero, or $\,b\,$ is zero, but not both)

Recall that every linear equation in two variables graphs as a line.

Notice that in a linear equation $\,ax+by+c=0\,,$ $\,a\,$ and $\,b\,$ cannot both be zero, but exactly one of them can be zero. Thus, in the proper context, both $\,x=3\,$ and $\,y=3\,$ can be viewed as equations in two variables, even though you only see one variable!

When viewed as an equation in two variables, the equation $\,x=3\,$ is really the equation $\,x+0y=3\,.$ Its graph is the set of all points of the form $\,(3,y)\,,$ where $\,y\,$ can be any real number. This is a vertical line.

Similarly, when viewed as an equation in two variables, the equation $\,y=3\,$ is really the equation $\,0x+y=3\,.$ Its graph is the set of all points of the form $\,(x,3)\,,$ where $\,x\,$ can be any real number. This is a horizontal line.

So, how are you to know when $\,x=3\,$ is being viewed as an equation in one variable (where the only solution is the number $\,3\,$), or as an equation in two variables (where there is a whole line of solutions)?

Context!

If someone says ‘graph $\,x=3\,$’ then they're usually viewing it an an equation in two variables. When $\,x=3\,$ is viewed as an equation in one variable, then its ‘graph’ is just one dot (at $\,3\,$) on a number line, which is pretty boring!

Need practice working with lines? Study sections 45 and 46 in the online Algebra I curriculum One Mathematical Cat, Please! A First Course in Algebra.

DEFINITION system of equations, unknowns
A system of equations refers to more than one equation. In a system, the variables are often referred to as the unknowns.

In general, the word system (in mathematics) refers to more than one. For example, here is a system of two linear equations in two unknowns:

$$ \begin{gather} \cssId{s103}{y=x+1}\cr \cssId{s104}{3x+y = 5} \end{gather} $$

In a system, the sentences are assumed to be connected with the mathematical word and, even though this word does not explicitly appear.

For example, the system above is really a shorthand for:

$$\cssId{s108}{(y=x+1)\ \ \text{ and }\ \ (3x+y=5)}$$
DEFINITION solution of a system of equations
A solution of a system of equations is a choice for the variable(s) that makes every equation in the system true.

For example, $\,x=1\,$ and $\,y=2\,$ is a solution of the system $$ \begin{gather} \cssId{s114}{y=x+1}\cr \cssId{s115}{3x+y = 5} \end{gather} $$ since substitution of $\,1\,$ for $\,x\,$ and $\,2\,$ for $\,y\,$ makes both equations true:

$$ \begin{gather} \cssId{s117}{2 = 1 + 1}\cr \cssId{s118}{3\cdot 1 + 2 = 5} \end{gather} $$

That is, the point $\,(x,y) = (1,2)\,$ lies on the line $\,y=x+1\,$ and also lies on the line $\,3x+y=5\,.$

Notice that a single solution corresponds to a choice of two numbers. It is convenient to say:

the ordered pair $\,(1,2)\,$ is a solution of the system

Notice that the first coordinate is the $\,x$-value, and the second coordinate is the $\,y$-value. This particular system has only one solution—the ordered pair $\,(1,2)\,.$

How Many Solutions Can a System of Two Linear Equations in Two Unknowns Have?

The answer is simple, since two lines in a plane can only interact in three possible ways:

If the two lines intersect in a single point, then the system has exactly one solution. This is the most common situation.

two lines that intersect at a single point

If the two lines are parallel, then there are no points that lie on both lines. In this case, the system has no solutions.

two lines that are parallel

If the two lines are the same, then there are infinitely many solutionsevery point on the line is a solution!

two lines are the same: infinitely many solutions

Thus, a system of two linear equations in two unknowns has:

You'll learn two methods for solving systems in the next two web exercises: the substitution method and the elimination method.

Concept Practice