Question
Question: For what real values of k does the following system of equations have a non-zero solution? kx+y+z=0 ...
For what real values of k does the following system of equations have a non-zero solution? kx+y+z=0 x+ky+z=0 x+y+kz=0

The real values of k are 1 and -2.
Solution
The given system of linear equations is:
kx+y+z=0
x+ky+z=0
x+y+kz=0
This is a homogeneous system of linear equations. A homogeneous system has a non-zero solution if and only if the determinant of the coefficient matrix is zero.
The coefficient matrix is:
A=k111k111k
The determinant of the matrix A is calculated as:
det(A)=kk11k−1111k+111k1
det(A)=k(k⋅k−1⋅1)−1(1⋅k−1⋅1)+1(1⋅1−k⋅1)
det(A)=k(k2−1)−(k−1)+(1−k)
det(A)=k3−k−k+1+1−k
det(A)=k3−3k+2
For the system to have a non-zero solution, the determinant must be zero:
det(A)=k3−3k+2=0
We need to find the real roots of this cubic equation. We can test integer divisors of the constant term (2), which are ±1,±2.
For k=1: 13−3(1)+2=1−3+2=0. So, k=1 is a root.
This means (k−1) is a factor of the polynomial k3−3k+2. We can perform polynomial division or synthetic division to find the other factor(s).
Using synthetic division with root 1:
1 | 1 0 -3 2
| 1 1 -2
----------------
1 1 -2 0
The quotient is k2+k−2.
So, k3−3k+2=(k−1)(k2+k−2).
Now, we factor the quadratic k2+k−2. We look for two numbers that multiply to -2 and add to 1. These are 2 and -1.
k2+k−2=(k+2)(k−1).
Substituting this back into the equation:
(k−1)(k−1)(k+2)=0
(k−1)2(k+2)=0
The real values of k for which the determinant is zero are the roots of this equation:
(k−1)2=0⟹k−1=0⟹k=1
k+2=0⟹k=−2
Thus, the real values of k for which the system of equations has a non-zero solution are k=1 and k=−2.