3 Non-unique solutions

The key to obtaining a unique solution of the system A X = B is to find A 1 . What happens when A 1 does not exist?

Consider the system

2 x 1 + 3 x 2 = 5 (1)

4 x 1 + 6 x 2 = 10 (2)

In matrix form this becomes

2 3 4 6 x 1 x 2 = 5 10 .

Task!

Identify the matrix A and hence find A 1 .

A = 2 3 4 6 and A = 2 × 6 4 × 3 = 0. Hence A 1 does not exist.

Looking at the original system we see that Equation (2) is simply Equation (1) with all coefficients doubled. In effect we have only one equation for the two unknowns x 1 and x 2 . The equations are consistent and have infinitely many solutions .

If we let x 2 assume a particular value, t say, then x 1 must take the value x 1 = 1 2 ( 5 3 t ) i.e. the solution to the given equations is:

x 2 = t , x 1 = 1 2 ( 5 3 t ) , where t is called a parameter.

For each value of t there are unique values for x 1 and x 2 which satisfy the original system of equations. For example, if t = 1 , then x 2 = 1 , x 1 = 1 , if t = 3 then x 2 = 3 , x 1 = 7 and so on.

Now consider the system

2 x 1 + 3 x 2 = 5 (3)

4 x 1 + 6 x 2 = 9 (4)

Since the left-hand sides are the same as those in the previous system then A is the same and again A 1 does not exist. There is no solution to the Equations (3) and (4).

However, if we double Equation (3) we obtain

4 x 1 + 6 x 2 = 10 ,

which conflicts with Equation (4). There are thus no solutions to (3) and (4) and the equations are said to be inconsistent .

Task!

What can you conclude about the solutions of the following systems?

  1. x 1 2 x 2 = 1 3 x 1 6 x 2 = 3
  2. 3 x 1 + 2 x 2 = 7 6 x 1 4 x 2 = 5

First write the systems in matrix form and find A :

  1. 1 2 3 6 x 1 x 2 = 1 3 | A | = 6 + 6 = 0 ;
  2. 3 2 6 4 x 1 x 2 = 7 5 | A | = 12 + 12 = 0.

Now compare the two equations in each system in turn:

  1. The second equation is 3 times the first equation. There are infinitely many solutions of the

      form   x 2 = t , x 1 = 1 + 2 t  where t is arbitrary.

  2. If we multiply the first equation by ( 2 ) we obtain 6 x 1 4 x 2 = 14 which is in conflict with

      the second equation. The equations are inconsistent and have no solution.