Faculty of Engineering and Applied Science
2000 Fall
[Note: if you see symbols like ¹ or Þ in various places, then your browser is not reading the style sheet for this Web page properly (or the Symbol font is not installed on your computer). The translation is:
Þ as Þ (implies),Find, if possible, values for k such that the
system of linear equations below will have
(i) | a unique solution | |
(ii) | infinitely many solutions | |
(iii) | no solution |
x | + | y | - | 2 z | = | 1 |
-x | + | 2 y | + | (2k + 5) z | = | 2 |
3 y | + | k2 z | = | k |
[ 1 1 -2 | 1 ] [ -1 2 2k+5 | 2 ] [ 0 3 k^2 | k ]
R2 ¬ R2 + R1:
[ 1 1 -2 | 1 ] [ 0 3 2k+3 | 3 ] [ 0 3 k^2 | k ]
R2 ¬ R2 / 3:
[ 1 1 -2 | 1 ] [ 0 1 (2k/3)+1 | 1 ] [ 0 3 k^2 | k ]
R3 ¬ R3 - 3 R2:
[ 1 1 -2 | 1 ] [ 0 1 (2k/3) + 1 | 1 ] [ 0 0 k^2 - 2k - 3 | k-3 ]
But k2 - 2k - 3 = (k + 1) (k - 3)
Case k = -1:
[ 1 1 -2 | 1 ] [ 0 1 1/3 | 1 ] [ 0 0 0 | -4 ]
Clearly rank(A) < rank(A|b).
Therefore the linear system is inconsistent and has
no solutions when k = -1.
Case k = 3:
[ 1 1 -2 | 1 ] [ 0 1 3 | 1 ] [ 0 0 0 | 0 ]
Clearly rank(A) = rank(A|b) = 2 (< n = 3).
Therefore the linear system has infinitely many solutions
when k = 3.
Case else:
R3 ¬ R3 / ((k + 1) (k - 3)):
[ 1 1 -2 | 1 ] [ 0 1 (2k/3) + 1 | 1 ] [ 0 0 1 | 1/(k+1) ]
Clearly rank(A) = rank(A|b) = n = 3.
Therefore the linear system has a unique solution for all
values of k except -1 and 3.
Answer:
The linear system has
R2 « R3; then
R2 ¬
R2 / 3; then
R3 ¬
R3 + R1; then
R3 ¬
R3 - 3 R2; leading to
[ 1 1 -2 | 1 ] [ 0 1 (k^2)/3 | k/3 ] [ 0 0 3 + 2k - k^2 | 3-k ]
The same conclusions then follow.
[Back to the Index of Problem Set
Questions]
[Back to the Index of Solutions]
[Return to your previous
page]