Analyzing the Setup
Welcome, future engineers! Today, we are tackling an integral that might look like a tangled mess of trigonometric functions at first glance:
When you see an expression like this, it is natural to feel a moment of hesitation. But remember, in the world of JEE Advanced, complexity is often just a mask for a beautiful, underlying structure. Our goal is to peel back that mask.
The Great Simplification
The first step in our journey is to simplify the landscape. We have tanx everywhere, which is a ratio of sinx and cosx. By substituting tanx=cosxsinx, we transform our integral into:
I=∫cosxsinx−25(cosxsinx)dx
To clear the clutter, we multiply the numerator and the denominator by cosx. Suddenly, the chaos vanishes, and we are left with a much cleaner, more elegant form:
This is the moment where the problem shifts from 'impossible' to 'solvable'.
The Linear Combination Strategy
Now, we face a fraction where both the numerator and the denominator are linear combinations of sinx and cosx. This is a classic scenario in calculus.
We want to express the numerator, 5sinx, as a combination of the denominator, (sinx−2cosx), and its derivative. Let us calculate that derivative first:
dxd(sinx−2cosx)=cosx+2sinx
So, we set up our identity:
5sinx=A(sinx−2cosx)+B(cosx+2sinx)
This is the 'secret key' to the problem. By finding the constants A and B, we can split this single, difficult integral into two manageable pieces.
Solving for the Constants
We expand the right side of our identity:
5sinx=(A+2B)sinx+(−2A+B)cosx
By comparing the coefficients of sinx and cosx on both sides, we get a system of linear equations:
From the second equation, we see that B=2A. Substituting this into the first equation, we get A+2(2A)=5, which simplifies to 5A=5, giving us A=1. Consequently, B=2.
The Final Integration
With A=1 and B=2, our integral becomes:
I=∫sinx−2cosx1(sinx−2cosx)+2(cosx+2sinx)dx
We split this into two parts:
I=∫1dx+2∫sinx−2cosxcosx+2sinxdx
The first part is trivial: ∫1dx=x. The second part is a standard integral of the form ∫f(x)f′(x)dx, which evaluates to ln∣f(x)∣.
Thus, the second part becomes 2ln∣sinx−2cosx∣. Adding the constant of integration k, we arrive at our final result:
Comparing this to the given form x+aln∣sinx−2cosx∣+k, we immediately see that a=2. You have successfully navigated the complexity and emerged victorious.