Animated Solution for Mathematics - Matrices and Determinants: If Δ=x−22x−33x−52x−33x−45x−83x−44x−510x−17=Ax3+Bx2+Cx+D, then B+C is equal to :
Select Answer:
Visualized Solution
Analyze the Determinant Δ
Given determinant:
Δ=x−22x−33x−52x−33x−45x−83x−44x−510x−17
The goal is to find B+C from the expansion Ax3+Bx2+Cx+D.
Apply Column Operations
Applying column operations to simplify:
1. C2→C2−C1
2. C3→C3−C1
Result of Column Operations
The determinant becomes:
Δ=x−22x−33x−5x−1x−12x−32x−22x−27x−12
Apply Row Operations
Applying row operations to create zeros:
1. R2→R2−R1
2. R3→R3−R1
Simplified Determinant
The simplified determinant is:
Δ=x−2x−12x−3x−10x−22x−205x−10
Expand Along the Second Row
Expanding along R2:
Δ=−(x−1)x−1x−22x−25x−10
Evaluate the 2×2 Minor
Evaluating the minor:
=−(x−1)[(x−1)⋅5(x−2)−2(x−1)⋅(x−2)]
Factor the Expression
Factoring out common terms:
=−(x−1)[5(x−1)(x−2)−2(x−1)(x−2)]
=−(x−1)[3(x−1)(x−2)]
Δ=−3(x−1)2(x−2)
Expand the Polynomial (Part 1)
Expanding the squared term:
Δ=−3(x2−2x+1)(x−2)
Expand the Polynomial (Part 2)
Multiplying the terms:
Δ=−3(x3−2x2−2x2+4x+x−2)
Δ=−3(x3−4x2+5x−2)
Identify Coefficients B and C
Final expanded form:
Δ=−3x3+12x2−15x+6
Comparing with Ax3+Bx2+Cx+D:
* B=12
* C=−15
Calculate B+C
Final calculation:
B+C=12+(−15)
B+C=−3
The correct option is -3.
00:00 / 00:00
The Sigma Insight: Properties of Determinants
Analyzing the Setup
We are presented with the determinant:
Δ=x−22x−33x−52x−33x−45x−83x−44x−510x−17
At first glance, this looks like a nightmare of coefficients. If you were to expand this using the standard Sarrus rule or cofactor expansion immediately, you would be writing pages of algebra, and the probability of a sign error would be nearly 100%.
But we are not here to brute force; we are here to think.
Phase 1
The Power of Simplification
The secret to mastering determinants lies in the property that adding or subtracting rows or columns does not change the value of the determinant. We want to reduce the 'weight' of these expressions.
If we perform the column operations C2→C2−C1 and C3→C3−C1, the terms become much smaller:
Δ=x−22x−33x−5x−1x−12x−32x−22x−27x−12
Suddenly, the complexity has dropped. We have created common terms like (x−1) and (2x−2). This is the beauty of linear algebra—finding the hidden structure beneath the noise.
Phase 2
The Strategy of Zeros
Now that we have simplified the columns, let us target the rows. Our goal is to create zeros, because zeros are the best friends of a mathematician—they make terms vanish during expansion.
By applying R2→R2−R1 and R3→R3−R1, we arrive at a beautiful state:
Δ=x−2x−12x−3x−10x−22x−205x−10
Look at that second row! It is now (x−1,0,0). This is a gift. Expanding along this row will be effortless.
Phase 3
The Elegant Expansion
We expand along the second row. Remember the cofactor sign convention: the position (2,1) carries a negative sign.
Thus, we have:
Δ=−(x−1)x−1x−22x−25x−10
Now, we evaluate the 2×2 minor. Notice that 2x−2=2(x−1) and 5x−10=5(x−2). Factoring these out, the determinant becomes:
Δ=−(x−1)[(x−1)⋅5(x−2)−2(x−1)⋅(x−2)]
This simplifies to Δ=−(x−1)[3(x−1)(x−2)], which gives us the elegant factored form:
Δ=−3(x−1)2(x−2)
Phase 4
The Final Comparison
We are almost there. We need to match this with Ax3+Bx2+Cx+D. Let us expand our factored form:
Δ=−3(x2−2x+1)(x−2)
Multiplying this out, we get:
Δ=−3(x3−2x2−2x2+4x+x−2)
This simplifies to Δ=−3(x3−4x2+5x−2). Distributing the −3, we find:
Δ=−3x3+12x2−15x+6
By comparing coefficients, we identify B=12 and C=−15. The final step is simply:
B+C=12−15=−3
You see? By choosing the path of simplification over the path of brute force, we turned a daunting problem into a series of logical, satisfying steps. Keep this mindset, and no determinant will ever intimidate you again.