Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we confront a problem that initially looks like a monster.
We have an integral with high-degree polynomials, a matrix with an unknown variable α, and a property of adjoints that tests our theoretical depth. But fear not—every complex problem is just a collection of simple, elegant steps waiting to be uncovered.
The Division Trick
Let us look at our integral: f(x)=∫(1+x2+2x9)27x10+9x8dx. When you see high powers of x trapped inside a squared bracket, your intuition should scream: "Factor out the highest power!"
Inside the denominator, the highest power is x9. When we pull x9 out of the bracket, it must be squared, becoming x18. To maintain the integrity of our fraction, we divide both the numerator and the denominator by x18.
f(x)=∫(x91+x2+2x9)2x187x10+x189x8dx=∫(x−9+x−7+2)27x−8+9x−10dx
Look at that transformation! The chaos of high powers has settled into a clean, manageable expression with negative exponents. This is the beauty of algebraic manipulation.
The Magic of Substitution
Now, let us define our substitution. Let t=x−9+x−7+2.
If we differentiate this with respect to x, we get dt=(−9x−10−7x−8)dx. Notice how the numerator is exactly −(9x−10+7x−8)dx; it is a perfect match!
f(x)=∫t2−dt=∫−t−2dt=t1+C
Substituting back, we get f(x)=x−9+x−7+21+C. Multiplying the numerator and denominator by x9 gives us f(x)=1+x2+2x9x9+C.
With the condition limx→0f(x)=0, we quickly find that C=0. Our function is complete: f(x)=1+x2+2x9x9.
The Derivative and the Matrix
To construct matrix A, we need f′(1). Using the quotient rule on f(x), we find:
f′(x)=(1+x2+2x9)29x8(1+x2+2x9)−x9(2x+18x8)
Plugging in x=1, we get f′(1)=429(4)−1(20)=1636−20=1. Now, our matrix A is defined as:
Expanding the determinant along the first row is a gift. The first two terms are zero, leaving us with 1⋅(41⋅4−α2⋅1)=1−α2.
The Adjoint Property
We are given B=adj(adj A) and ∣B∣=81. The property ∣adj(adj A)∣=∣A∣(n−1)2 is our final key.
Since n=3, we have ∣B∣=∣A∣4=81. This implies ∣A∣=±3.
Setting 1−α2=3 gives α2=−2 (impossible for real α). Setting 1−α2=−3 gives α2=4.
And there it is. Through calculus and linear algebra, we have arrived at the solution. The final answer is 4.