Home page for accesible maths 5 Systems of linear equations

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

5.4. Systems with parameters

In this section we handle systems of linear equations with parameters. The difference between a parameter, a variable, and an unknown, is more of a philosophical or psychological difference, than a mathematical one. Mathematically, they are all simply letters that represent numbers. In these notes we will usually call the lower-case letters x,y,z,wvariables”, and most other lower-case letters, like a,b,c,λ,μ will be “parameters”. We will talk about linear systems of equations in the variables x,y, and z, and as coefficients in these equations the parameters a,b, or c might appear. See Example 5.1, where a and k occur as parameters.

The crucial fact to bear in mind is that the solutions of a system of equations with parameters depends on the values that the parameters may take. Hence, we need to discuss each possible case. The following examples provide basic guidelines for doing this.

Example 5.4.1.

  • Solve the system of linear equations in x,y, and z:

    x+7y+3z=2x+5y+2z=12x-2y+kz=cwhere k,c are parameters.

From the start, the question has identified x,y, and z as the “variables”. So when we write the augmented matrix form we treat k and c as coefficients. The variables are the ones which disappear when you convert the system into augmented matrix form. And as usual, we begin the row operations:

A=(173215212-2kc)R1R2R2=r2-r1R3=r3-2r1R3=r3+6r2(1521021100k+2c+4)=Ae.

Here Ae is an echelon form of the matrix A, but it is not in reduced echelon form. Now, we must be very careful. Indeed, our first reflex may be to carry on as before and hence scale each row of Ae in order to get leading coefficients equal to 1. But this requires that the leading coefficients involving parameters are non-zero. This condition determines three cases, as follows:

  • k+20,

  • k+2=0 and c+4=0, and

  • k+2=0 and c+40.

At this stage, we proceed case by case, each leading to a different outcome.

  • k+20 Then, we may divide R3 by (k+2) and carry on until we obtain the reduced echelon form of Ae (hence of A). We thus divide R2 by 2, then do R2=r2-12r3 and finally R1=r1-5r2 and R1=r1-2r3. The resulting augmented matrix has the identity matrix on the left and the right-hand side contains the solution, namely,

    x=-3k+c-22(k+2),y=k-c-22(k+2)andz=c+4k+2.

    All of these are valid expressions, since we have assumed k+20. Therefore, in this case, we have a unique solution.

    This can be interpreted geometrically in 3, as three 2-dimensional planes (corresponding to the three equations) having only a single point in common.

  • k+2=0 and c+4=0 Then, the last row is filled with zeros, and we get that the reduced echelon form of A is

    (10-12-320112120000)  yielding the equationsx-12z=-32y+12z=12.

    Thus, we may freely choose the value for one variable (e.g. z), which will then determine the other two. Therefore there are infinitely many solutions.

    Another way to write this solution is to give one of the variables another name, and think of it as a parameter. For example, say that you give a value λ to z. Then we can write x and y in terms of λ as well. So the complete solution set is:

    {(x,y,z)=(-32+12λ,12-12λ,λ):λ}.

    This is called a parametric equation of a line.

    This answer can be interpreted geometrically by saying that this line lies on all three planes.

  • k+2=0 and c+40 In this case, the system is inconsistent, that is, there are no solutions. Indeed, the last row in the augmented matrix above is

    (000c+4)with c+40,

    saying that 0x+0y+0z=c+40, which is a contradiction.

    This could be interpreted geometrically by saying that there is no point in common among the three planes.