Solving a System with Infinitely Many Solutions

Example

Solve the system: 

LaTeX: 8x-2y=-48x2y=4

LaTeX: -4x+y=24x+y=2

Solution

Divide both sides of the first equation by 2, and add the result to the second equation.

LaTeX: 4x-y=-24xy=2

LaTeX: -4x+y=24x+y=2

_______________

LaTeX: 0=00=0

The last equation is clearly true.

Since the result, 0 = 0, is a true statement, which indicates that the equations of the original system are equivalent. Any ordered pair (x, y) that satisfies either equation will satisfy the system. Solve for y in the second equation.

LaTeX: -4x+y=24x+y=2

LaTeX: y=4x+2y=4x+2

The solutions of the system can be written in the form of a set of ordered pairs (x, 4x + 2), for any real number x. Some ordered pairs in the solution set are (0, 4(0)+2), or (0, 2), and (1, 4(1)+2) or (1, 6), as well as (3, 14), and (-2, -6).

Graph of a consistent system with infinitely many solutions.PNG

As shown here, the equations of the original system are dependent and lead to the same straight-line graph. The solution set can be written {(x, 4x + 2)}.

Note

In the algebraic solution for the example above, we wrote the solution set with the variable x arbitrary. We could write the solution set with y arbitrary.

LaTeX: \lbrace\left(\frac{y-2}{4}\right),y\rbrace{(y24),y}

By selecting values for y and solving for x in this ordered pair, we can find individual solutions. Verify again that (0, 2) is a solution by letting y = 2 and solving for x to obtain LaTeX: \frac{2-2}{4}=0224=0.