System of linear equations with a parameter

Click For Summary
SUMMARY

The discussion focuses on determining the value of \(\lambda\) in the linear equation system represented by the matrix \(\begin{pmatrix} 1 &1 &1 &0 \\ 1 &\lambda &1 &0 \\ \lambda &1 &1 &0 \end{pmatrix}\) to ensure that the only solution is the zero solution. It is established that for any \(\lambda \neq 1\), the system has a unique solution at the origin. The determinant of the matrix is calculated as \(-1 + 2\lambda - \lambda^2\), which is non-zero when \(\lambda \neq 1\). The discussion also emphasizes the importance of checking conditions when dividing by expressions that may equal zero.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically systems of linear equations.
  • Familiarity with matrix operations, including row reduction and determinants.
  • Knowledge of homogeneous systems and their properties.
  • Ability to analyze conditions for unique solutions in linear systems.
NEXT STEPS
  • Study the properties of determinants in linear algebra, focusing on conditions for non-zero determinants.
  • Learn about row echelon form and reduced row echelon form in matrix theory.
  • Explore the implications of homogeneous systems in linear algebra.
  • Investigate the concept of parameterized solutions in systems of equations.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators teaching systems of equations and matrix theory.

Yankel
Messages
390
Reaction score
0
Hello all,

I need your help with this tricky problem.

Determine the value of \[\lambda\] so that the following linear equation system of three unknowns has only the zero solution:

\[\begin{pmatrix} 1 &1 &1 &0 \\ 1 &\lambda &1 &0 \\ \lambda &1 &1 &0 \end{pmatrix}\]

I have started working on the system to bring it to the form in which I can answer the question, and after one stage I got here:

\[\begin{pmatrix} 1 &1 &1 &0 \\ 0 &\lambda-1 &0 &0 \\ 0 &1-\lambda &1-\lambda &0 \end{pmatrix}\]

Now here is where I am stuck, I don't know how to proceed, knowing that any division by \[\lambda-1\] or \[1-\lambda\] is not allowed since it can be a division by 0.

Will appreciate your guidance. Thanks.
 
Physics news on Phys.org
Can't you replace the last line by the sum of the last two?

In general, if it makes sense to divide by an expression that may be equal to zero, you can go ahead and divide and note that later you have to go back and examine what happens when the expression does equal zero.

Also, am I missing something or there is a single value of $\lambda$ where the system has infinitely many solutions, while for all other values of $\lambda$ the system has a single zero solution?
 
No, you are not missing anything, this is indeed the answer, and yes, I could have just sum them, a big Oops from my side ! :o

But generally speaking, like you said, so it is legal to divide, as long as I go and check it later ? So in this example:

\[\begin{pmatrix} 1 &k &1 &0 \\ 0 &1-k^{2} &0 &0 \\ 0 &-k^{2}-k-1 &-k &0 \end{pmatrix}\]

I can divide the second row by 1-k^2, then do

\[R_{3}x \mapsto R_{3}-(-k^{2}-k-1)R_{2}\]

?

If to so, I need to check what happen if 1-k^2 is 0. In this case k=1,-1.

The solutions in this case, are that for k=0,1,-1 there is an infinite number of solutions. Getting that directly, means that I have nothing left to check ? Am I correct with my solution ?

Thanks !Edit:

Where should I check the values which comes from the division (that yield division by 0) ? In the original equations ?
 
If you want to avoid the mental gymnastics that go along with dividing by quantities that contain a variable, I would merely bring the (3x3 portion of the) matrix to upper-triangular form and use "back-substitution". So starting with:

$\begin{bmatrix}1&1&1&0\\0&\lambda - 1&0&0\\0&1 - \lambda&1 - \lambda&0 \end{bmatrix}$

by adding row 2 to row 3 we get:

$\begin{bmatrix}1&1&1&0\\0&\lambda - 1&0&0\\0&0&1 - \lambda&0 \end{bmatrix}$

The last row tells us that:

$(1 - \lambda)z = 0$

If we want the ONLY possible solution to be $z = 0$, clearly we can take any $\lambda \neq 1$.

Similarly, the second row tells us:

$(\lambda - 1)y = 0$

and here, again any $\lambda \neq 1$ forces $y= 0$.

Finally, the top row tells us:

$x + y + z = 0$.

If $\lambda \neq 1$, we have $y = z = 0$, which then forces $x = 0$.

Here is another approach:

The system will have a unique solution (the 0-vector, since it is a homogeneous system) iff the determinant of your original 3x3 matrix is non-zero. So let's take the determinant, and see what we discover:

$\begin{vmatrix}1&1&1\\1&\lambda&1\\ \lambda&1&1 \end{vmatrix} = \lambda + \lambda + 1 - \lambda^2 - 1 - 1 = -1 + 2\lambda - \lambda^2$

Thus this is non-zero when:

$\lambda^2 - 2\lambda + 1 \neq 0$

That is, when:

$(\lambda - 1)^2 \neq 0 \implies \lambda - 1 \neq 0 \implies \lambda \neq 1$
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
8
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 23 ·
Replies
23
Views
2K