The Art of the Substitution
Taming the Trigonometric Beast
Welcome, future engineers. Today, we are going to dismantle a problem that, at first glance, looks like a nightmare of calculus. We are looking at the integral:
I=∫(secx+tanx)9/2sec2xdx
When you see an expression like this in a JEE Advanced paper, your heart might skip a beat. You see the sec2x in the numerator, and you see that massive, intimidating power of 9/2 in the denominator.
Most students freeze here. They try to convert everything to sinx and cosx, which leads to a swamp of algebra. But you? You are going to look for the hidden structure.
Phase 1
The Intuition
In calculus, especially in JEE, integration is often about recognizing patterns. Look at the denominator: (secx+tanx). Now, ask yourself: what is the derivative of this expression?
Recall that dxd(secx)=secxtanx and dxd(tanx)=sec2x. If we differentiate t=secx+tanx, we get:
Look at that! If we factor out secx, we get secx(tanx+secx). This is exactly our substitution t multiplied by secx.
This is the 'Aha!' moment. The numerator contains the derivative of the denominator, albeit with a slight complication. This is the signal to proceed with substitution.
Phase 2
The Algebraic Bridge
We have defined t=secx+tanx. Our differential is dxdt=secx⋅t, which implies secxdx=tdt.
But wait—our original integral has sec2xdx. We have accounted for secxdx, but we have one secx left over. How do we express this remaining secx in terms of t?
This is where the fundamental identity sec2x−tan2x=1 becomes our best friend. We factor it as a difference of squares:
Since secx+tanx=t, we immediately see that secx−tanx=t1. Now we have a system of two equations:
1) secx+tanx=t
2) secx−tanx=t1
Adding these two equations eliminates the tanx term, giving us 2secx=t+t1, or simply secx=21(t+t1). We have successfully bridged the gap between the trigonometric world and the algebraic world.
Phase 3
The Transformation
Now, let us rewrite the integral. We split sec2xdx into secx⋅(secxdx). Substituting our expressions, the integral becomes:
Look at the beauty of this transformation. The trigonometric functions have vanished, replaced by a clean, manageable algebraic expression. Let us simplify the integrand:
I=21∫t⋅t9/2t+t−1dt=21∫t11/2t+t−1dt
Distributing the division, we get:
Phase 4
The Final Integration
We are in the home stretch. Applying the power rule ∫tndt=n+1tn+1, we get:
I=21[−7/2t−7/2+−11/2t−11/2]+K
Simplifying the coefficients, the 2 in the denominator cancels with the 2 in the numerator of the fractions:
To match the options, we factor out −t11/21:
Finally, substituting t=secx+tanx back into the equation, we arrive at the solution. This problem wasn't about brute force; it was about recognizing the symmetry between secx and tanx. Keep this logic in your toolkit—it will serve you well in the exam hall.