The Geometry of Linear Systems
Imagine you are standing in a three-dimensional space, looking at three planes defined by our equations. Each equation represents a flat surface. A unique solution exists only if these three planes intersect at a single, precise point.
But what happens when the planes are parallel, or when they intersect along a line, or when they are all the same plane? This is the physical reality behind the algebraic condition D=0.
When the determinant D of the coefficient matrix is zero, the planes do not intersect at a single point. They are either parallel (no solution) or they intersect in a way that creates a line or plane of solutions (infinitely many solutions).
The Determinant as a Gatekeeper
We begin by setting up the determinant of the coefficient matrix:
This determinant is the gatekeeper; it tells us whether the system is well-behaved. Expanding along the first row, we calculate:
D=α(6−α)−2(4α−3)+1(2α2−9)
As we simplify this, we must be meticulous. Distributing the terms, we get:
Combining the like terms, we arrive at the elegant quadratic:
Factoring this, we find D=(α−3)(α+1). This tells us that the system's behavior changes dramatically at α=3 and α=−1. These are our critical values.
The Singularity at α=−1
Let us focus on the case α=−1. At this value, D=0, meaning the system is either inconsistent or dependent.
To distinguish between these, we look at the numerator determinant Dx. We replace the first column of our matrix with the constants from the right-hand side: 1,1, and β:
Expanding this, we get:
Dx=1(6+1)−2(2−β)+1(−1−3β)
Simplifying this, we find Dx=7−4+2β−1−3β, which reduces to Dx=2−β. This is a profound result.
If $\beta
eq 2$, then $D_x
eq 0$, and the system has no solution. However, if β=2, then Dx=0. In this specific scenario, checking Dy and Dz also yields zero, confirming that the system has infinitely many solutions.
The Final Verdict
We are now equipped to evaluate the options. Statement (2) claims that for α=−1, there is no solution for all β∈R.
We have just proven that this is false because when β=2, the system actually has infinitely many solutions. Therefore, statement (2) is the incorrect one.
This problem teaches us that parameters are not just variables; they are the knobs that tune the geometry of the system. By understanding the determinant, we have mastered the system's behavior.