The Tangent Trap
A Journey into Trigonometric Integration
Welcome, student. Today, we are going to dismantle a problem that often intimidates students at first glance: the integral of a ratio of tangents. It looks messy, doesn't it?
But in the world of JEE Advanced, complexity is often just a mask for elegance. Let us peel back that mask together.
Phase 1
The Sine-Cosine Bridge
Whenever you see an expression dominated by tanx, your first instinct should be to return to the roots: sine and cosine. Tangents are opaque; they hide the relationship between angles. Sines and cosines are transparent.
By substituting tanθ=cosθsinθ, we transform our integral into:
I=∫cosxsinx−cosαsinαcosxsinx+cosαsinαdx
At this stage, it looks like a nightmare of fractions within fractions. But do not panic. This is the 'messy middle' that precedes every great simplification.
By taking the lowest common multiple (LCM) of cosxcosα in both the numerator and the denominator, the complex fraction collapses. The common denominator cosxcosα cancels out beautifully, leaving us with:
I=∫sinxcosα−cosxsinαsinxcosα+cosxsinαdx
Look at that! The chaos has vanished, replaced by a structure that screams 'trigonometric identity'.
Phase 2
The Art of Angle Manipulation
Now, we recognize the compound angle formulas. The numerator is the expansion of sin(x+α), and the denominator is the expansion of sin(x−α). So, our integral simplifies to:
Here is where the true test of a JEE aspirant lies. We have a mismatch: the numerator has (x+α), but the denominator has (x−α). We cannot integrate this directly.
We need to force the numerator to 'speak the language' of the denominator. We use the 'add and subtract' trick: rewrite x+α as (x−α)+2α. Now, our integral becomes:
I=∫sin(x−α)sin((x−α)+2α)dx
By treating (x−α) as a single block, we can expand the numerator using sin(A+B)=sinAcosB+cosAsinB. This yields:
I=∫sin(x−α)sin(x−α)cos2α+cos(x−α)sin2αdx
Phase 3
The Final Integration and Constant Absorption
We are in the home stretch. Splitting the integral is now trivial. Dividing each term by sin(x−α), we get:
I=∫(cos2α+cot(x−α)sin2α)dx
Since α is a constant, cos2α and sin2α are just constants. Integrating with respect to x, we obtain:
I=xcos2α+sin2αln∣sin(x−α)∣+C
But wait! The problem asks for the form A(x)cos2α+B(x)sin2α+C. Our first term is xcos2α. To match the options, we rewrite x as (x−α)+α.
Thus, xcos2α=(x−α)cos2α+αcos2α. Since αcos2α is a constant, we absorb it into the integration constant C.
The final form is:
(x−α)cos2α+ln∣sin(x−α)∣sin2α+C′
Comparing this to the target form, we identify A(x)=x−α and B(x)=ln∣sin(x−α)∣. We have arrived at the solution, not by brute force, but by understanding the geometric and algebraic soul of the problem. Keep this mindset, and no integral will ever be too daunting.