The Art of Pattern Recognition
Taming the Exponential Beast
Imagine you are sitting in the examination hall. You turn the page, and there it is: a daunting integral involving e2x, ex, and e−x all tangled together. Your first instinct might be panic.
You might think, "Do I need to use Integration by Parts? Do I need partial fractions?" Take a deep breath. In JEE Advanced, the most intimidating problems are often the ones that hide the most elegant solutions.
This problem is not a test of your endurance; it is a test of your vision.
Phase 1
Simplifying the Landscape
When you see expressions like e2x, ex, and e−x appearing repeatedly, your brain should immediately scream: Substitution! Let us simplify the landscape by setting ex=t.
This is a classic maneuver. If ex=t, then dx=tdt.
Let us watch the transformation. The integral I=∫(e2x+2ex−e−x−1)e(ex+e−x)dx suddenly becomes much more manageable. Substituting our variables, we get:
I=∫(t2+2t−t1−1)e(t+t1)tdt
By distributing the t1 into the parenthesis, the expression cleans up beautifully:
I=∫(t+2−t21−t1)e(t+t1)dt
Suddenly, the "monster" is gone. We are left with a rational function multiplied by an exponential. This is the moment where you must stop and look for a pattern.
Phase 2
The Hidden Derivative
This is the core of the problem. We are looking at an integral of the form ∫[something]eh(t)dt. Whenever you see this, you should immediately recall the product rule for differentiation:
dtd[f(t)eh(t)]=[f′(t)+f(t)h′(t)]eh(t)
In our case, the exponent is h(t)=t+t1. Let us calculate its derivative: h′(t)=1−t21.
Now, look at our integrand again: (t+2−t1−t21)e(t+t1). We need to find a function f(t) such that its derivative plus f(t) times h′(t) matches our polynomial.
This is where the JEE intuition kicks in. We need a function f(t) that, when differentiated and combined with h′(t), yields our polynomial. Let us test the simplest candidate: f(t)=t+1.
Phase 3
The Verification
If f(t)=t+1, then f′(t)=1. Let us plug this into our product rule template:
f′(t)+f(t)h′(t)=1+(t+1)(1−t21)
Expanding this, we get:
1+(t−t1+1−t21)=t+2−t1−t21
It is a perfect match! The polynomial in our integral is exactly the derivative of (t+1)e(t+1/t). The math has aligned perfectly.
Phase 4
The Final Victory
We are almost there. We have found that the integral is simply (t+1)e(t+1/t)+c. Now, we must return to the world of x.
Substituting t=ex back into our result, we get:
Comparing this to the target form g(x)e(ex+e−x)+c, we can clearly see that g(x)=ex+1. The final step is trivial but satisfying: finding g(0).
And there you have it. What started as a terrifying integral was dismantled by a simple substitution and a keen eye for the product rule.
Remember, in JEE Advanced, the math is rarely trying to trick you with complexity; it is trying to reward you for your ability to see the underlying structure. Keep practicing this pattern recognition, and you will find that even the most intimidating integrals become nothing more than a puzzle waiting to be solved.