From the first determinant, factor out x from C1 and x2 from C2.
Result: x3123149111
Factor Out Common Terms (Part 2)
From the second determinant, factor out x from C1, x2 from C2, and x3 from C3.
Result: x61231491827
Evaluate the First Determinant
Let D1=123149111
Expand along R1: D1=1(4−9)−1(2−3)+1(18−12)
D1=−5+1+6=2
First part simplifies to 2x3.
Evaluate the Second Determinant
Let D2=1231491827
Expand along R1: D2=1(108−72)−1(54−24)+1(18−12)
D2=36−30+6=12
Second part simplifies to 12x6.
Form the Polynomial Equation
Substitute back into the equation: 2x3+12x6=10
Divide by 2 and rearrange: 6x6+x3−5=0
Substitute to Form a Quadratic
Notice the powers are 6 and 3. This is a quadratic in disguise.
Substitute t=x3. Then x6=t2.
The equation becomes: 6t2+t−5=0
Solve the Quadratic Equation
Factorize by splitting the middle term: 6t2+6t−5t−5=0
6t(t+1)−5(t+1)=0
(6t−5)(t+1)=0
Find the Values of t
Set each factor to zero to solve for t:
6t−5=0⟹t=65
t+1=0⟹t=−1
Find Real Roots of x
Recall t=x3. Find real values of x:
Case 1: x3=65⟹x=365 (One distinct real root)
Case 2: x3=−1⟹x=−1 (One distinct real root)
Total number of distinct real values of x is 2.
00:00 / 00:00
The Sigma Insight: Properties of Determinants
Analyzing the Setup
Welcome, future engineers! Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of variables and powers. You see a 3×3 determinant, and your instinct might be to start expanding it row by row.
Stop! Take a breath. In JEE Advanced, whenever you see a determinant that looks overly complicated, it is almost never meant to be expanded directly. There is a hidden structure, a geometric elegance waiting to be revealed.
Look at the given equation:
x2x3xx24x29x21+x31+8x31+27x3=10
Focus your gaze entirely on the third column. Every single element is a sum: 1+(nx)3. This is not a coincidence; it is a breadcrumb trail left by the examiner.
In the language of linear algebra, this column is a sum of two vectors. This is the moment where we apply the Linearity Property of Determinants. We can split this single, intimidating determinant into the sum of two separate, much friendlier determinants.
The Great Splitting
By keeping the first two columns identical, we can isolate the 'one's and the 'cube' terms. Imagine we are peeling back layers of an onion. We write:
Suddenly, the problem feels lighter, doesn't it? We have transformed one complex beast into two smaller, manageable creatures.
The Power of Factoring
Now, let us look at these new determinants. In the first one, look at the first column: x,2x,3x. We can factor out an x.
Look at the second column: x2,4x2,9x2. We can factor out an x2. When we pull these out, they multiply to become x3 outside the determinant. We are left with:
x3123149111
We do the exact same thing for the second determinant. Factor x from C1, x2 from C2, and x3 from C3. This gives us x6 outside! We are left with:
x61231491827
The Numerical Victory
Now, the variables are safely outside. We are left with pure arithmetic. Evaluating the first determinant:
D1=1(4−9)−1(2−3)+1(18−12)=−5+1+6=2
And the second determinant:
D2=1(108−72)−1(54−24)+1(18−12)=36−30+6=12
Our equation has collapsed from a matrix nightmare into a beautiful, simple polynomial: 2x3+12x6=10. Dividing by 2, we get 6x6+x3−5=0.
The Quadratic Disguise
This is the final act. We have a degree-six polynomial, but notice the powers: 6 and 3. The higher power is exactly double the lower one.
This is a quadratic in disguise! Let t=x3. Our equation becomes 6t2+t−5=0.
Factoring this, we get (6t−5)(t+1)=0. This gives us t=5/6 and t=−1.
Since t=x3, we have x3=5/6 and x3=−1. Both equations yield exactly one real root each.
Thus, we have found 2 distinct real values for x. You see? With the right tools and a calm mind, even the most intimidating problems surrender. Keep practicing, keep visualizing, and keep falling in love with the logic!