The Art of Structural Integration
Mastering Exponential Rational Functions
Welcome, fellow traveler on the JEE Advanced journey. Today, we are going to demystify a problem that often intimidates students at first glance: the integration of a rational function involving exponentials.
Specifically, we are looking at the integral:
At first, it looks like a mess of ex and e−x terms. But in the world of JEE, complexity is often just a mask for a beautiful, hidden structure. Let us peel back that mask.
Phase 1
The Structural Insight
When you encounter an integral of the form
do not panic. Do not immediately reach for complex substitutions that might lead you into a labyrinth of partial fractions.
Instead, use the 'Numerator Decomposition' technique. We want to force the numerator to reveal its relationship with the denominator.
We define our denominator as D=4ex+7e−x. If we calculate its derivative, D′, we get D′=4ex−7e−x.
Now, we express our numerator N=2ex+3e−x as a linear combination of D and D′:
This is the secret key. By doing this, we transform a difficult integral into two simple ones.
Phase 2
The Algebraic Battle
Now, we set up our identity:
2ex+3e−x=A(4ex+7e−x)+B(4ex−7e−x)
To find A and B, we compare the coefficients of ex and e−x on both sides.
For ex, we have 2=4A+4B, which simplifies to A+B=21. For e−x, we have 3=7A−7B, which simplifies to A−B=73.
Solving this system is a breeze. Adding the two equations gives 2A=21+73=147+6=1413, so A=2813.
Subtracting them gives 2B=21−73=147−6=141, so B=281. We have successfully broken down the numerator into manageable pieces.
Phase 3
The Integration
With A and B in hand, our integral becomes:
∫(A+BDD′)dx=∫Adx+B∫DD′dx
Substituting our values, we get:
∫2813dx+281∫4ex+7e−x4ex−7e−xdx
The first part is trivial: 2813x. The second part is a classic logarithmic integral, ∫f(x)f′(x)dx=loge∣f(x)∣+C.
Thus, the result is:
2813x+281loge(4ex+7e−x)+C
Phase 4
The Final Match
The problem asks us to match this to the form 141(ux+vloge(4ex+7e−x))+C. To do this, we factor out 141 from our result:
141[213x+21loge(4ex+7e−x)]+C
Comparing this to the target form, we immediately see that u=213 and v=21.
The final step is simply to calculate u+v=213+21=214=7.
Conclusion
See? The terror of the exponential integral vanishes when you understand the underlying structure. You didn't just solve a problem; you mastered a technique that will serve you well in many future challenges.
Keep practicing, keep visualizing, and most importantly, keep falling in love with the elegance of mathematics.