Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of powers.
We are looking at the integral:
When you see a rational function where the degree of the denominator is only one higher than the numerator, your intuition should immediately scream "substitution!"
However, if you set u=x4+x, the derivative is 4x3+1. Since our numerator is 2x3−1, they are not a direct match. This is where the true test of an engineer begins: not by brute force, but by strategic manipulation.
The Strategic Pivot
Dividing by x2
Imagine you are a sculptor. To reveal the "statue" hidden within the denominator, we need to perform a clever transformation.
Let us divide both the numerator and the denominator by x2. This is the perfect bridge to connect the x3 term in the numerator to the x4 term in the denominator.
When we divide the numerator, we get:
When we divide the denominator, we get:
Suddenly, the integral transforms into:
Do you see it now? The numerator is exactly the derivative of the denominator. This is the "Aha!" moment that separates the novice from the master.
The Elegant Substitution
Let us define our new variable t=x2+x1. Now, let us find the differential dt.
Differentiating with respect to x, we get:
dxdt=2x−x21⇒dt=(2x−x21)dx
The entire numerator of our integral is swallowed up by dt. The integral simplifies to the most beautiful form in all of calculus:
The Final Polish
Matching the Form
We must now return to the world of x. Substituting back, we get:
Simplifying the fraction inside the logarithm, we have:
If the required options contain a 21 factor, we use the logarithmic identity ln(y)=21ln(y2). Applying this, we rewrite our answer as:
I=21ln(xx3+1)2+C=21lnx2(x3+1)2+C
This is the beauty of JEE mathematics. It is not just about finding the answer; it is about recognizing the different forms of truth. You have navigated the complexity, performed the substitution, and matched the form.