recategorized by
519 views
3 votes
3 votes

The values of $\eta$ for which the following system of equations

$$\begin{array}  {} x & + & y & + & z & = & 1 \\ x & + & 2y & + & 4z & = & \eta \\ x & + & 4y & + & 10z & = & \eta ^2 \end{array}$$

has a solution are

  1. $\eta=1, -2$
  2. $\eta=-1, -2$
  3. $\eta=3, -3$
  4. $\eta=1, 2$
recategorized by

1 Answer

5 votes
5 votes

Here, the determinant of the coefficient matrix $\begin{vmatrix} 1 & 1 &1 \\ 1 & 2 & 4\\ 1 & 4 & 10 \end{vmatrix}=1(20-16)-1(10-4)+1(4-2)=0$.

So, the system of the equations must have either no solution or infinitely many solutions.

Now using Gaussian elimination method on the systems of equations:

$ \begin{pmatrix} \left.\begin{matrix} 1 & 1 & 1 \\ 1 & 2 & 4 \\ 1 & 4 & 10 \end{matrix} \right| \begin{matrix} 1 \\ \eta \\ \eta^2 \end{matrix} \end{pmatrix} \\ \sim \begin{pmatrix} \left.\begin{matrix} 1 & 1 & 1 \\ 0 & 1 & 3 \\ 0 & 3 & 9 \end{matrix} \right| \begin{matrix} 1 \\ \eta -1 \\ \eta^2 -1 \end{matrix} \end{pmatrix} ;[ r_2 \leftarrow r_2-r_1, r_3\leftarrow r_3-r_1] \\ \sim \begin{pmatrix} \left.\begin{matrix} 1 & 1 & 1 \\ 0 & 1 & 3 \\ 0 & 0 & 0 \end{matrix} \right| \begin{matrix} 1 \\ \eta -1 \\ \eta^2 -1-3(\eta-1) \end{matrix} \end{pmatrix} ;[ r_3 \leftarrow r_3-3 \times r_2]$

 

To have a solution (in fact infinitely many solutions), as the LHS of the final row are all zeros, the RHS of this final row must be zero.

$$ \begin{align}\therefore \eta^2-1-3(\eta-1) &=0 \\ \Rightarrow (\eta -1)(\eta +1-3)&=0 \\ \Rightarrow (\eta-1)(\eta-2)&=0 \\ \Rightarrow \eta &= 1,2\end{align}$$

 

So the correct answer is D.

Related questions

1 votes
1 votes
1 answer
1
Arjun asked Sep 23, 2019
662 views
The value of $\lambda$ such that the system of equation$$\begin{array}{} 2x & – & y & + & 2z & = & 2 \\ x & – & 2y & + & z & = & -4 \\ x & + & y & + & \lambda z & = &...
3 votes
3 votes
3 answers
2
2 votes
2 votes
1 answer
3
Arjun asked Sep 23, 2019
472 views
The determinant $\begin{vmatrix} b+c & c+a & a+b \\ q+r & r+p & p+q \\ y+z & z+x & x+y \end{vmatrix}$ equals$\begin{vmatrix} a & b & c \\ p & q & r \\ x & y & z \end{vm...
3 votes
3 votes
1 answer
4
Arjun asked Sep 23, 2019
546 views
Suppose that $A$ is a $3 \times 3$ real matrix such that for each $u=(u_1, u_2, u_3)’ \in \mathbb{R}^3, \: u’Au=0$ where $u’$ stands for the transpose of $u$. Then ...