Analyzing the Setup
Imagine you are standing in a vast, three-dimensional space. You have three planes, each defined by a linear equation. In a perfect world, these planes intersect at a single, beautiful point—a unique solution.
But today, we are looking for something different. We are looking for the moments where the system breaks down, where the planes refuse to meet, where the system is inconsistent.
This is the essence of the problem before us. We are given a system of three linear equations involving a parameter λ. Our goal is to find the values of λ that render this system unsolvable.
The Gatekeeper
The Determinant
To understand why a system fails, we must look at the coefficient matrix. The determinant of this matrix, denoted as Δ, acts as the gatekeeper of existence.
If $\Delta
eq 0$, the system is well-behaved and has a unique solution. But if Δ=0, the gatekeeper has closed the door. The planes are either parallel, or they form a prism-like structure where they never share a common point.
To begin our journey, we must construct this determinant:
We set this equal to zero, because that is the condition for the system to be inconsistent.
The Algebraic Grind
Expanding the Matrix
Now, we must expand this determinant. We expand along the first row.
The first term is 6λ multiplied by the minor:
This gives us 6λ(18λ2−8).
Next, we move to the second term. Remember the alternating sign rule! The element is −3, so we subtract (−3), which becomes +3. The minor is:
This yields 3(6λ−12). Finally, the third term is +3 multiplied by the minor:
This gives 3(4−18λ). When we combine these, we get the expression:
Δ=6λ(18λ2−8)+3(6λ−12)+3(4−18λ)=0
Expanding this, we get:
108λ3−48λ+18λ−36+12−54λ=0
Simplifying this, we arrive at 108λ3−84λ−24=0. Dividing the entire equation by 12, we find the elegant cubic:
The Cubic Challenge
Finding the Roots
We are now at the heart of the problem. We need to solve 9λ3−7λ−2=0.
Look for the 'easy' roots first. Testing λ=1:
Success! Since λ=1 is a root, (λ−1) is a factor. By performing polynomial division, we can factor the cubic into:
Now, we solve the quadratic part: 9λ2+9λ+2=0. Splitting the middle term, we get:
This factors beautifully into (3λ+2)(3λ+1)=0. Thus, our roots are λ=1, λ=−32, and λ=−31.
The Final Victory
We have found our set S={1,−31,−32}. The problem asks for 12∑λ∈S∣λ∣.
Let's calculate the sum of the absolute values:
∣1∣+∣−31∣+∣−32∣=1+31+32=1+1=2
Finally, we multiply by 12:
We have navigated the geometry, conquered the algebra, and emerged victorious. The final answer is 24.