The Art of the Hidden Derivative
Welcome, future engineer. Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of exponentials and polynomials. We are looking at the integral I(x)=∫x(1+xex)2x+1dx.
When you see an expression like this, it is natural to feel a bit overwhelmed. But remember, in JEE Advanced, complexity is often just a mask for elegance. Our job is to peel back that mask.
Phase 1
The Multiplication Trick
The first thing that should catch your eye is the term (1+xex)2 in the denominator. In the world of calculus, whenever you see a function and its derivative potentially lurking nearby, you are on the right track.
Notice the numerator: x+1. If we differentiate xex, we get ex(1+x). This is almost exactly our numerator! The only thing missing is an ex factor.
So, what do we do? We create it. We multiply the numerator and the denominator by ex. This gives us:
I(x)=∫xex(1+xex)2ex(x+1)dx
Suddenly, the problem transforms. The numerator is now the perfect differential of xex. This is the 'Aha!' moment that separates the casual student from the master.
Phase 2
The Substitution Dance
Now that we have prepared the ground, let us perform the substitution. Let t=1+xex.
Differentiating both sides with respect to x, we get dt=(ex⋅1+x⋅ex)dx, which simplifies beautifully to dt=ex(1+x)dx. Look at that! Our numerator is exactly dt.
What about the xex term in the denominator? Since t=1+xex, it follows that xex=t−1. Substituting these into our integral, we get:
This is a standard rational function. The terror of the exponential has vanished, replaced by a clean, algebraic structure.
Phase 3
Partial Fraction Decomposition
To solve ∫(t−1)t21dt, we use partial fractions. We write:
Multiplying by the common denominator (t−1)t2, we get 1=At2+Bt(t−1)+C(t−1). By setting t=1, we find A=1. By setting t=0, we find C=−1.
Comparing the coefficients of t2, we see A+B=0, which means B=−1. Our integral is now:
Integrating term by term, we get ln∣t−1∣−ln∣t∣+t1+C. Using logarithm properties, this simplifies to ln∣tt−1∣+t1+C.
Phase 4
The Boundary Condition and Final Result
We substitute back t=1+xex to get I(x)=ln∣1+xexxex∣+1+xex1+C. We are given limx→∞I(x)=0.
As x→∞, the term 1+xexxex approaches 1, so ln(1)=0. The term 1+xex1 approaches 0. Thus, 0+0+C=0, implying C=0.
Finally, we calculate I(1):
I(1)=ln(1+ee)+1+e1=ln(e)−ln(1+e)+1+e1=1−ln(1+e)+1+e1
Combining the constants, we get 1+e1+e+1−ln(1+e)=e+1e+2−ln(e+1).
We have arrived at the solution. Remember, the math didn't change; your perspective did. Keep practicing, and keep falling in love with the process.