your instinct might be to panic. It looks like a chaotic mess of trigonometric identities, but remember, in the JEE Advanced arena, complexity is often a mask for simplicity. Our goal is to peel back that mask.
Phase 1
The Surgical Strike
If you try to expand this determinant directly, you will find yourself drowning in a sea of trigonometric terms. That is the trap. The examiner wants to see if you can spot the structure.
Look at the first column: secx in the first row and 1 in the third row. This is a golden opportunity. By applying the row operation R1→R1−secx⋅R3, we can create a zero in the first position.
But wait, look at the second column! cosx and cos2x. When we perform the same operation, cosx−secx⋅cos2x becomes cosx−(cosx1)⋅cos2x=cosx−cosx=0. Just like that, we have two zeros in the first row!
Phase 2
The Algebraic Dance
With two zeros in the first row, the determinant collapses. We are left with the third element of the first row multiplied by the minor of the remaining 2×2 matrix.
The minor is
cos2x1cos2xcos2x
which simplifies to cos4x−cos2x=−cos2xsin2x.
When you multiply this by the third element, the expression simplifies beautifully to f(x)=−sin2x−cos5x. It is a moment of pure mathematical elegance—the chaos has vanished, leaving behind a clean, integrable function.
Phase 3
The Integration Finale
Now, we face the integral
I=∫0π/2(−sin2x−cos5x)dx
We use the linearity of the integral to split this into two parts. And here, we bring in our heavy artillery: Wallis' Formula.
For ∫0π/2sin2xdx, the power is even, so we get:
21⋅2π=4π
For ∫0π/2cos5xdx, the power is odd, so we get:
54⋅32=158
Combining these with the negative sign, we arrive at our final answer:
−(6015π+32)
You have conquered the beast! Keep this mindset—look for the structure, simplify, and then execute.