Analyzing the Setup
The system of linear equations is given by:
1) x+y+z=6
2) 2x+5y+az=36
3) x+2y+3z=b
To determine the nature of the solutions, we examine the determinant of the coefficient matrix, Δ. This determinant acts as the "DNA" of the system, dictating whether a unique solution exists or if the system is singular.
The Critical Moment
We define the coefficient matrix and calculate its determinant:
Expanding along the first row:
Simplifying the expression:
For the system to have infinitely many solutions, the determinant must be zero. Setting Δ=0 yields 8−a=0, which gives us the first key: a=8.
The Geometry of Dependence
With a=8, we substitute this value back into the system:
1) x+y+z=6
2) 2x+5y+8z=36
3) x+2y+3z=b
We perform row operations to analyze the consistency of the system. First, we eliminate x from the second equation using R2→R2−2R1:
(2x−2x)+(5y−2y)+(8z−2z)=36−12⇒3y+6z=24⇒y+2z=8
Next, we eliminate x from the third equation using R3→R3−R1:
(x−x)+(2y−y)+(3z−z)=b−6⇒y+2z=b−6
The Final Calculation
We are left with two derived equations: y+2z=8 and y+2z=b−6. For the system to possess infinitely many solutions, these two equations must be consistent and represent the same line.
This requires the constants on the right-hand side to be equal:
Thus, the values that unlock the system are a=8 and b=14. At these values, the equations become linearly dependent, resulting in infinitely many solutions.