Solving linear equations and inequalities: An equation of a straight line in a plane
A linear equation with two unknowns
Suppose that \(x\) represents the number \(3\) and \(y\) the number \(2\). Then, for example, holds \(x+1=6-y\). This means that \(x=3, y=2\) satisfies the equation \(x+1=6-y\). For the numbers \(2\) and \(3\) you can write many more equations that they satisfy.
In practice, the situation is the other way around: \(x\) and \(y\) are unknown numbers that satisfy the equation \(x+1=6-y\) and you are trying to find the possible values of \(x\) and \(y\). In other words, you want to solve the equation. This is possible by reduction, i.e. by repeatedly writing an equivalent equation that is simpler than the previous one but has the same solution. In the given example, the equation can be reduced to \(y=5-x\) and that means that for a arbitrary value for \(x\), say \(x=a\), the value of \(y\) is given by \(y=5-a\). The isolation of the variable \(y\) yields a linear formula, that is, a formula of the form \(y=ax+b\) with numbers \(a\) and \(b\).
The given example is of a special type: namely, it refers to a linear equation in \(x\) and \(y\). In this section we focus on the case of a linear equation with two unknowns.
General terminology Let \(x\) and \(y\) be variables.
A linear equation with unknowns \(x\) and \(y\) is an equation that can be reduced through elementary operations to the basic form \[ax+by+c= 0\] where \(a, b,\) and \(c\) are real numbers. We also speak of a linear equation of \(x\) and \(y\), and a linear relationship between \(x\) and \(y\).
There is no unique basic form: the equations \(3x-2y+1=0\) and \(6x-4y+2=0\) both have the basic shape, but they are different and can be carried over into one another through elementary operations.
With an elementary operation we mean expansion of brackets, regrouping of subexpressions, addition or subtraction of the same expression on either side of the equation, or multiplication or division by a nonzero number on both sides of the equation. We speak of a elementary reduction when all the steps in the reduction are elementary operations.
The expression to the left of the equal sign ( \(=\) ) is called the left-hand side of the equation (above that \(ax+ by + c\) ) and the expression on its right is called the right-hand side (above this is \(0\) ).
The terms \(ax, by\) and \(b\) in the left-hand side of the basic form are called terms. The number \(a\) is called the coefficient of \(x\) and \(b\) is the coefficient of \(y\). Terms that do not contain an unknown are called constant terms, or constants for short (above, these are the numbers \(b\) and \(0\)).
A list of two numbers \([r,s]\) is called a solution of the equation if substitution of \(x=r, y=s\) turns the equation into a true statement. All values \(x,y\) in which the equation is true constitute the solution of the equation.
Two linear equations are called equivalent when they have the same solutions because they can be transformed into one another by elementary reduction.
If an equation can be reduced to another by elementary transformations, then the two equations are equivalent.
Substituting \(b=0\), \(a=2\) and \(c=3\) in the above basic form of a linear equation gives \(2x+3=0\). A solution of this equation is \(x=-\frac{3}{2}\). It is even the solution: there are no others.
We say that \(x=-\frac{3}{2}\) is the solution of the equation \(2x+3=0\).
The equation \(x+2=-(x+1)\) is an equivalent linear equation, and thus has the same solution.
This follows from the following reduction.
\[\begin{array}{rclcl} 7x+4y+9&=& 2x+2y+2 &\phantom{x}&\blue{\text{the given equation}}\\7x+4y+9- 2x &=& 2x+2y+2 - 2x &\phantom{x}&\blue{\text{subtraction of }2x\text{ on both sides}}\\5x+4y+9 &=& 2y+2 &\phantom{x}&\blue{\text{simplification}}\\ 5x+4y+9- 2y &=& 2y+2 - 2y &\phantom{x}&\blue{\text{subtraction of }2y\text{ on both sides}}\\5x+2y+9 &=& 2 &\phantom{x}&\blue{\text{simplification}}\\5x +2y+9-2 &=& 2 -2&\phantom{x}&\blue{\text{subtraction of } 2\text{ on both sides}}\\5x+2y+7 &=& 0&\phantom{x}&\blue{\text{simplification}}\end{array}\] So a basic form of the linear equation is \(5x+2y+7=0\).