Correct me if I am wrong. Find the value(s) of the constant $k$ such that the system of linear equations
$$\left\{\begin{array}{l} x + 2y = 1\\[2ex] k^2x − 2ky = k + 2 \end{array} \right.$$
has:
- No solution
- An infinite number of solutions
- Exactly one solution
Answer:
so the first step is to get row reduction form, which is:
from $ \begin{bmatrix} 1 & 2 \\ k^2 & -2k \\ \end{bmatrix}$,
to $ \begin{bmatrix} 1 & 2 \\ 0 & -2k+2k^2 \\ \end{bmatrix}$,
Hint: 1. No solution when: $$\frac { 1 }{ { k }^{ 2 } } =\frac { 2 }{ -2k } \neq \frac { 1 }{ k+2 } $$ it holds when $k=0$