The Logarithmic Veil
Unmasking the Problem
Welcome, fellow traveler on the JEE journey. Today, we face a problem that looks like a monster. When you first glance at the integral
∫e4logex+5e3logex−7e2logexe3loge2x+5e2loge2xdx
it is natural to feel a surge of anxiety. The exponentials, the logarithms, and the powers create a chaotic appearance, but remember: complexity is often a disguise.
In this article, we are going to peel back the layers of this problem, not with brute force, but with the elegance of logarithmic properties. We are going to transform this 'transcendental nightmare' into a simple, beautiful algebraic fraction.
Phase 1
Stripping the Exponents
To begin, we need our toolkit. Recall the two most powerful identities for this problem:
1. The Power Rule: nlogea=loge(an)
2. The Inverse Property: elogef(x)=f(x)
Combining these, we get the 'magic wand': enlogef(x)=(f(x))n. Let's apply this to our numerator.
The term e3loge2x becomes (2x)3, which is 8x3. Similarly, 5e2loge2x becomes 5(2x)2, which is 5(4x2)=20x2. Our numerator is now a clean 8x3+20x2.
Now, look at the denominator. Using the same logic, e4logex becomes x4, 5e3logex becomes 5x3, and −7e2logex becomes −7x2.
Suddenly, the 'scary' expression has vanished, leaving us with a standard rational function:
Phase 2
The Algebraic Reveal
Now that we have a rational function, we look for common factors. Notice that every term in the numerator and denominator contains at least x2. Since the problem guarantees x>0, we can safely factor out x2 and cancel it:
I=∫x2(x2+5x−7)x2(8x+20)dx=∫x2+5x−78x+20dx
Take a moment to appreciate this. We have reduced a complex exponential integral into a simple rational integral. This is the heart of JEE problem-solving: simplifying the expression until the path forward becomes obvious.
Phase 3
The Calculus Insight
Now, we reach the final act. We have the integral ∫x2+5x−78x+20dx. Whenever you see a rational function, your first instinct should be to check the derivative of the denominator.
Let f(x)=x2+5x−7. Then, f′(x)=2x+5.
Look at our numerator: 8x+20. If we factor out a 4, we get 4(2x+5). It is a perfect match!
The numerator is exactly 4 times the derivative of the denominator. This is the 'Aha!' moment. We can use the substitution t=x2+5x−7, which gives dt=(2x+5)dx.
The integral becomes:
Substituting back t=x2+5x−7, we arrive at our final answer:
Final Thoughts
This problem was never about complex integration techniques. It was about pattern recognition and the confidence to simplify.
When you face such problems in the exam, do not panic. Strip away the layers, look for the underlying structure, and trust your tools. You have the power to solve these; just take it one step at a time.