Analyzing the Setup
Imagine you are standing before a massive, complex-looking integral. It is the kind of problem that makes your heart race, the kind that appears on a JEE Advanced paper and whispers, 'You cannot solve me.'
But today, we are going to dismantle that fear. Let us look at our problem:
I=∫e2e4x1(e((lnx)2+1)−1+e((6−lnx)2+1)−1e((lnx)2+1)−1)dx
At first glance, it is a nightmare of exponents and logarithms. But take a deep breath; in the world of calculus, complexity is often just a mask for elegance.
The Key
Substitution
The first thing you should notice is the x1 sitting outside the fraction. This is not a coincidence; it is a beacon. We know that the derivative of lnx is x1.
Let us perform the substitution t=lnx. When we differentiate both sides, we get dt=x1dx.
This substitution is like finding the master key to a locked door. It absorbs the x1 and transforms our integral into something much more manageable.
We must change our limits:
When x=e2, t=ln(e2)=2.
When x=e4, t=ln(e4)=4.
Our integral now becomes:
I=∫24e(t2+1)−1+e((6−t)2+1)−1e(t2+1)−1dt
This is our Equation 1.
The Mirror
King's Property
Now, look at the structure of the integrand. We have a fraction where the denominator is a sum of two terms that look like reflections of each other.
This is the signature of the King's Property:
∫abf(t)dt=∫abf(a+b−t)dt
Here, our limits are a=2 and b=4, so a+b=6. Let us apply this property by replacing every t with (6−t).
The integral becomes:
I=∫24e((6−t)2+1)−1+e((6−(6−t))2+1)−1e((6−t)2+1)−1dt
Look closely at the second term in the denominator: (6−(6−t))2=t2. The sixes cancel out, and we are left with t2.
Our integral is now:
I=∫24e((6−t)2+1)−1+e(t2+1)−1e((6−t)2+1)−1dt
This is Equation 2.
The Grand Finale
Cancellation
Now, the magic happens. We have two expressions for I (Equation 1 and Equation 2). They have the exact same denominator!
Let us add them together:
2I=∫24e(t2+1)−1+e((6−t)2+1)−1e(t2+1)−1+e((6−t)2+1)−1dt
The numerator and denominator are identical. They cancel out to leave us with:
This is the beauty of the JEE Advanced approach. We have reduced a terrifying, non-integrable function into the integral of a constant!
The integral of 1 from 2 to 4 is simply 4−2=2. So, 2I=2, which means I=1.
We have conquered the monster. Remember, in these problems, the goal is never to fight the function head-on, but to find the symmetry that makes the problem collapse into simplicity.