Analyzing the Setup
In a three-dimensional system of linear equations, the determinant Δ of the coefficient matrix A dictates the geometric behavior of the planes. When Δ=0, the planes are linearly dependent, meaning they do not intersect at a unique point. Instead, they may be parallel or intersect along a common line, leading to either infinite solutions or no solution at all.
We are given the system:
−x+2y+5z=b1
2x−4y+3z=b2
x−2y+2z=b3
To verify the singularity, we calculate the determinant of the coefficient matrix
A:
Δ=−1(−8+6)−2(4−3)+5(−4+4)=2−2=0
The system is indeed singular.
Decoding the DNA of the System
Because Δ=0, the equations are linearly dependent. We seek a relationship of the form P2+λP1=μP3. By comparing the coefficients of x,y, and z, we establish the following ratios:
Solving this system yields λ=71 and μ=713. This relationship represents the "DNA" of the system.
For the system to be consistent, the constants
b1,b2,b3 must satisfy the same linear combination:
b2+71b1=713b3
Multiplying by
7, we obtain the condition for the set
S:
b1+7b2=13b3
The Shortcut to Victory
To find systems that possess a solution for every vector B∈S, we look for systems where the coefficient matrix is invertible. If a matrix has a non-zero determinant ($\Delta
eq 0$), it acts as an invertible map, ensuring a unique solution for any vector B in R3.
If $\Delta
eq 0$, the system is universally consistent. We do not need to check the consistency of each option against S individually; we simply identify which matrices are non-singular.
Testing the Candidates
Testing Option A:
The coefficient matrix is:
Calculating the determinant:
ΔA=1(24−10)−0+1(10−12)=14−2=12
Since
$\Delta_A
eq 0$,
Option A is a valid solution.Testing Option B and C:
In Option B, the third column is a multiple of the second, resulting in Δ=0. In Option C, the first equation is a multiple of the second, also resulting in Δ=0. These systems are singular and do not guarantee a solution for all B∈S.
Testing Option D:
The coefficient matrix is:
Calculating the determinant:
ΔD=1(0−12)−2(−10−3)+5(8−0)=−12+26+40=54
Since
$\Delta_D
eq 0$,
Option D is also a valid solution.Through the elegance of linear algebra, we conclude that the systems with non-zero determinants are Option A and Option D.