Step 1: Concept
For a system of linear equations to be consistent, the rank of the coefficient matrix must be equal to the rank of the augmented matrix.
Step 2: Meaning
Any row operation that reduces a row of the coefficient matrix to zero must also reduce the corresponding entry in the constants column to zero.
Step 3: Analysis
The augmented matrix is:
\[ \left[ \begin{array}{ccc|c} 1 & 1 & 1 & 1 \\ 1 & 2 & 4 & \eta \\ 1 & 4 & 10 & \eta^2 \end{array} \right] \]
Apply the row operations: \[ R_2 \rightarrow R_2 - R_1,\qquad R_3 \rightarrow R_3 - R_1 \]
\[ \left[ \begin{array}{ccc|c} 1 & 1 & 1 & 1 \\ 0 & 1 & 3 & \eta - 1 \\ 0 & 3 & 9 & \eta^2 - 1 \end{array} \right] \]
Now perform: \[ R_3 \rightarrow R_3 - 3R_2 \]
\[ \left[ \begin{array}{ccc|c} 1 & 1 & 1 & 1 \\ 0 & 1 & 3 & \eta - 1 \\ 0 & 0 & 0 & (\eta^2 - 1) - 3(\eta - 1) \end{array} \right] \]
For consistency, the last entry of the augmented matrix must be zero:
\[ (\eta^2 - 1) - 3(\eta - 1) = 0 \] \[ \eta^2 - 3\eta + 2 = 0 \] \[ (\eta - 1)(\eta - 2) = 0 \] \[ \eta = 1 \quad \text{or} \quad \eta = 2 \]
Step 4: Conclusion
The given system of equations is consistent only when:
\[ \eta = 1 \quad \text{or} \quad \eta = 2 \]
Final Answer: (A) \( \eta = 1 \text{ or } \eta = 2 \)
| List-I | List-II | ||
|---|---|---|---|
| (A) | $f(x) = \frac{|x+2|}{x+2} , x \ne -2 $ | (I) | $[\frac{1}{3} , 1 ]$ |
| (B) | $(x)=|[x]|,x \in [R$ | (II) | Z |
| (C) | $h(x) = |x - [x]| , x \in [R$ | (III) | W |
| (D) | $f(x) = \frac{1}{2 - \sin 3x} , x \in [R$ | (IV) | [0, 1) |
| (V) | { -1, 1} | ||
| List I | List II | ||
|---|---|---|---|
| (A) | $\lambda=8, \mu \neq 15$ | 1. | Infinitely many solutions |
| (B) | $\lambda \neq 8, \mu \in R$ | 2. | No solution |
| (C) | $\lambda=8, \mu=15$ | 3. | Unique solution |