Solveeit Logo

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

Answer

The real values of k are 1 and -2.

Explanation

Solution

The given system of linear equations is:

kx+y+z=0kx + y + z = 0

x+ky+z=0x + ky + z = 0

x+y+kz=0x + 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)A = \begin{pmatrix} k & 1 & 1 \\ 1 & k & 1 \\ 1 & 1 & k \end{pmatrix}

The determinant of the matrix AA is calculated as:

det(A)=kk11k1111k+11k11\det(A) = k \begin{vmatrix} k & 1 \\ 1 & k \end{vmatrix} - 1 \begin{vmatrix} 1 & 1 \\ 1 & k \end{vmatrix} + 1 \begin{vmatrix} 1 & k \\ 1 & 1 \end{vmatrix}

det(A)=k(kk11)1(1k11)+1(11k1)\det(A) = k(k \cdot k - 1 \cdot 1) - 1(1 \cdot k - 1 \cdot 1) + 1(1 \cdot 1 - k \cdot 1)

det(A)=k(k21)(k1)+(1k)\det(A) = k(k^2 - 1) - (k - 1) + (1 - k)

det(A)=k3kk+1+1k\det(A) = k^3 - k - k + 1 + 1 - k

det(A)=k33k+2\det(A) = k^3 - 3k + 2

For the system to have a non-zero solution, the determinant must be zero:

det(A)=k33k+2=0\det(A) = k^3 - 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\pm 1, \pm 2.

For k=1k=1: 133(1)+2=13+2=01^3 - 3(1) + 2 = 1 - 3 + 2 = 0. So, k=1k=1 is a root.

This means (k1)(k-1) is a factor of the polynomial k33k+2k^3 - 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+k2k^2 + k - 2.

So, k33k+2=(k1)(k2+k2)k^3 - 3k + 2 = (k-1)(k^2 + k - 2).

Now, we factor the quadratic k2+k2k^2 + k - 2. We look for two numbers that multiply to -2 and add to 1. These are 2 and -1.

k2+k2=(k+2)(k1)k^2 + k - 2 = (k+2)(k-1).

Substituting this back into the equation:

(k1)(k1)(k+2)=0(k-1)(k-1)(k+2) = 0

(k1)2(k+2)=0(k-1)^2(k+2) = 0

The real values of kk for which the determinant is zero are the roots of this equation:

(k1)2=0    k1=0    k=1(k-1)^2 = 0 \implies k-1 = 0 \implies k = 1

k+2=0    k=2k+2 = 0 \implies k = -2

Thus, the real values of kk for which the system of equations has a non-zero solution are k=1k=1 and k=2k=-2.