Use the Gauss-Jordan process to determine for which value (s) of λ will the following system have no solutions?
"\\begin{bmatrix}\n 1 & 2 & -3 & 4\\\\\n 3 & -1 & 5 & 2\\\\\n 4 & 1 & \u03bb2 -14 & \u03bb +2\n\\end{bmatrix}"
In the process of solving the system by the Gauss method, we must obtain at least one equation, where there will be zeros in front of all the x, and on the right the number is not equal to 0:
"\\begin{bmatrix}\n1&2&-3&4 \\\\\n3& -1&5&2\\\\\n4&1&2\\lambda-14&\\lambda+2\n\\end{bmatrix}"
Subtract from the second line the first multiplied by 3, and from the third - the first multiplied by 4:
"\\begin{bmatrix}\n1&2&-3&4 \\\\\n0& -7&14&-10\\\\\n0&-7&2\\lambda-2&\\lambda-14\n\\end{bmatrix}"
Subtract the second from the third line and divide the second by -7:
"\\begin{bmatrix}\n1&2&-3&4 \\\\\n0& 1&-2&\\frac{10}7\\\\\n0&0&2\\lambda-16&\\lambda-4\n\\end{bmatrix}"
The system will not have solutions if:
"\\begin{cases}\n2\\lambda-16=0\\\\\n\\lambda-4\\not =0\n\\end{cases}\n\\implies\\begin{cases}\n\\lambda=8\\\\\n\\lambda \\not =4\n\\end{cases}"
Checking:
"\\begin{bmatrix}\n1&2&-3&4 \\\\\n0& 1&-2&\\frac{10}7\\\\\n0&0&0&4\n\\end{bmatrix}"
We get: "0x_1 + 0x_2 + 0x_3 = 4 \\to" the system has no solutions.
Answer: "\\lambda=8"
Comments
Leave a comment