Analyzing the Setup
Welcome, future engineers. Today, we are going to dismantle a problem that often intimidates students at first glance: the integral
It looks messy, does it not? We have a polynomial trapped inside a fractional power, sitting in the denominator, multiplied by an x2.
In the world of JEE Advanced, these problems are rarely about brute force; they are about recognizing the hidden derivative.
The Algebraic Surgery
The first step in our journey is what I like to call 'Algebraic Surgery.' We need to liberate the term inside the bracket, (x4+1)3/4.
The golden key to this problem is to factor out the highest power of x from inside that bracket. Let us rewrite the term:
Now, we distribute the power of 3/4 to both factors. This gives us (x4)3/4⋅(1+x−4)3/4.
The term (x4)3/4 simplifies beautifully to x3. When we multiply this by the x2 already in the denominator, we get x5.
The denominator is now x5(1+x−4)3/4. The chaos is beginning to organize itself.
The Magic of Substitution
Now that we have
we move the x5 to the numerator as x−5. Our integral now looks like:
Do you see it now? If we differentiate the term inside the bracket, 1+x−4, we get −4x−5.
We have an x−5 sitting right there in the numerator! This is the 'Aha!' moment.
Let us define our substitution: t=1+x−4. Differentiating both sides with respect to x, we get:
The Final Victory
We are in the home stretch. Substituting these values back into our integral, the entire expression transforms into:
This is a simple power rule problem. We pull out the constant −41 and integrate t−3/4 to get:
I=−41⋅1/4t1/4+c=−t1/4+c
Finally, we substitute back t=1+x−4. We get −(1+x−4)1/4+c.
To match standard forms, we rewrite 1+x−4 as x4x4+1. Thus, our final answer is:
What started as a terrifying, complex expression was actually a beautifully orchestrated dance of algebra and calculus. Keep practicing this pattern recognition—it is the hallmark of a true problem solver.