First, we firm up some terminology.
(Or, skip this review and jump right to the information on systems.)
For example, ‘$\,4x^3 - x + 3 = 5x - 7\,$’ is an equation in one variable.
For example, ‘$\,2x^2 - xy + 3y^2 = 5x - 7y + 1\,$’ is an equation in two variables.
The phrase ‘in
[beautiful math coming... please be patient]
$\,n\,$ variables’ also applies to inequalities:
for example,
‘$\,x^2 - 3x \gt 4 + x\,$’
is an inequality in one variable.
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
[beautiful math coming... please be patient]
$\,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:
[beautiful math coming... please be patient]
$$
\begin{align}
2x + 3y + 4 = 0 &\qquad (a = 2,\ b = 3,\ c = 4)\cr
x - y = 0 &\qquad (a = 1,\ b = -1,\ c = 0)\cr
\frac13y -\pi = 0 &\qquad (a = 0,\ b = \frac13,\ c = -\pi)
\end{align}
$$
Behold the power of the mathematical language
that 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.
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\,$:
[beautiful math coming... please be patient]
$$
\begin{gather}
y=3x-5\cr
x+2y-3=0\cr
\frac{2x}{3} - \frac{1}{7}y
=\sqrt{5}\,x + 6
\end{gather}
$$
Recall that every linear equation in two variables graphs as a line.
Notice that in a linear equation
[beautiful math coming... please be patient]
$\,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
[beautiful math coming... please be patient]
$\,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.
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:
[beautiful math coming... please be patient]
$$
\begin{gather}
y=x+1\cr
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:
[beautiful math coming... please be patient]
$$(y=x+1)\ \ \text{ and }\ \ (3x+y=5)$$
For example, $\,x=1\,$ and $\,y=2\,$ is a solution of the system
[beautiful math coming... please be patient]
$$
\begin{gather}
y=x+1\cr
3x+y = 5
\end{gather}
$$
since substitution of
$\,1\,$ for $\,x\,$
and
$\,2\,$ for $\,y\,$ makes both equations true:
[beautiful math coming... please be patient]
$$
\begin{gather}
2 = 1 + 1\cr
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
[beautiful math coming... please be patient]
$\,(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 solutionthe ordered pair $\,(1,2)\,$.
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.
If the two lines are parallel, then there are no points that lie on both lines.
In this case, the system has no solutions.
If the two lines are the same, then there are infinitely many solutionsevery point on the line is a solution!
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.