Analyzing the Setup
Have you ever looked at an integral and felt like it was staring back at you, daring you to try and solve it? That is exactly how this problem feels. We are faced with f(x)=∫(x2+1+2x7)25x8+7x6dx.
It looks like a nightmare of powers and brackets. But in JEE Advanced, complexity is often just a mask for elegance. Let's peel back that mask together.
The Art of Observation
Before we jump into any calculations, let's look at the structure. We have a rational function with a squared denominator. In calculus, when you see a complex expression raised to a power in the denominator, your first instinct should be: "Can I make the numerator look like the derivative of the inside of that bracket?"
If we let u=x2+1+2x7, then du=(2x+14x6)dx. That does not match our numerator (5x8+7x6). This tells us that a direct substitution will not work, and we need to perform some "algebraic surgery" first.
The Highest Power Trick
This is where the magic happens. We look at the expression inside the bracket: x2+1+2x7. The highest power here is x7. Let's force it out.
(x2+1+2x7)2=[x7(x7x2+x71+2)]2
Because the whole expression is squared, the x7 term comes out as (x7)2, which is x14. Now our denominator looks like this:
The Transformation
Now, we take that x14 and move it to the numerator. We divide the original numerator by x14:
x145x8+7x6=5x8−14+7x6−14=5x−6+7x−8
Suddenly, the integral looks completely different:
f(x)=∫(x−5+x−7+2)25x−6+7x−8dx
The "Aha!" Moment
Now, let's look at the expression inside the bracket again: t=x−5+x−7+2. If we differentiate this with respect to x, we get:
Look at that! It is almost exactly our numerator. If we multiply by −1, we get −(5x−6+7x−8)=dxdt. This means our numerator times dx is just −dt.
The entire, terrifying integral has collapsed into:
The Final Stretch
Integrating t−2 is a standard power rule application. The integral of tn is n+1tn+1. Here, n=−2, so we get:
Now, we back-substitute t=x−5+x−7+2:
To make this look cleaner, multiply the numerator and denominator by x7:
We are given f(0)=0. Plugging in x=0 gives us 0+C=0, so C=0. Finally, we evaluate f(1):
f(1)=12+1+2(1)717=1+1+21=41
Since f(1)=K1, we conclude that K=4.