3 linear equations, for what value lambda no solutions etc.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
Gregg
Messages
452
Reaction score
0

Homework Statement



[tex]\lambda x_1 +x_2=1[/tex]
[tex]x_1 +2\lambda x_2+x_3=2[/tex]
[tex]x_2 +\lambda x_3=1[/tex]

The Attempt at a Solution



The determinant is 0 for Lambda=0 and 1, found the infinite solutions associated with those to be

(1,0,1)+t(-1,1,-1)

and

(0,1,2)+t(1,0,-1)

I need to show a contradiction for some Lambda i.e. row reduction and show that 1=0 if Lambda is equal to some value. I havn't been able to do this? If it is not possible, do I need to show that the nullity is 0 for all Lambda not equal to 1 or 0 (i.e. when the determinant is 0)
 
Physics news on Phys.org
Let's look at this system of equations as a matrix product.
[tex]\begin{bmatrix} \lambda & 1 & 0 \\ 1 & 2\lambda & 1 \\ 0 & 1 & \lambda\end{bmatrix}\begin{bmatrix} x_1\\x_2\\x_3\end{bmatrix}=\begin{bmatrix} 1\\2\\1\end{bmatrix}[/tex]

In symbols, this is Ax = b.

If |A| = 0, A is not invertible, there will be either an infinite number of solutions or none at all.

In calculating |A| I get three values of [itex]\lambda[/itex], not two as you show.
 
So |A|=0 means infinite solutions or none at all. Just check case by case? I found eigenvalues 0,1,-1.

[tex]\lambda = 0 \Rightarrow \text{infinitely many solutions}[/tex]
[tex]\lambda = -1 \Rightarrow \text{no solutions}[/tex]
[tex]\lambda = 1 \Rightarrow \text{infinitely many solutions}[/tex]