Analyzing the Setup
Welcome, fellow traveler on the JEE journey. Today, we encounter a classic problem that tests not just your calculus skills, but your ability to see through the 'mask' of a function.
We are given a functional equation: f(x2+1)=x4+5x2+2.
At first glance, it looks like a simple polynomial, but the input x2+1 is a transformation. To find the integral ∫03f(x)dx, we must first strip away this transformation and reveal the true identity of f(x).
The Substitution Strategy
We cannot integrate f(x2+1) directly because the variable of integration is x, not x2+1. We need to simplify the input.
Let us introduce a new variable, u, such that u=x2+1. This is our key to the kingdom.
If u=x2+1, then it follows that x2=u−1. Furthermore, x4 is simply (x2)2, which becomes (u−1)2. By making these substitutions, we transform the entire equation into a function of u.
The Algebraic Transformation
Now, let us substitute these into our original equation:
This is where precision matters. Expanding (u−1)2 gives us u2−2u+1. Distributing the 5 gives us 5u−5.
Adding the constant 2, we get the full expression:
Combining like terms, we find that −2u+5u=3u, and 1−5+2=−2. Thus, f(u)=u2+3u−2.
Since u is just a placeholder, we can write f(x)=x2+3x−2. We have successfully unmasked the function!
The Final Integration
With f(x)=x2+3x−2 in hand, the integral ∫03(x2+3x−2)dx becomes a straightforward exercise in the power rule.
We integrate term by term:
∫03(x2+3x−2)dx=[3x3+23x2−2x]03
Evaluating this from 0 to 3, we plug in the upper limit:
(333+23(32)−2(3))=(9+227−6)=3+13.5=16.5
Converting this to a fraction, we get the final result: 233.
A Moment of Reflection
Look at the elegance of this result. We started with a complex-looking composite function and, through the power of substitution and careful algebra, reduced it to a simple quadratic.
This is the essence of JEE Advanced mathematics: taking a seemingly impossible problem and breaking it down into manageable, logical steps. You have mastered the functional transformation. Keep this clarity of thought, and no problem will ever be too daunting. Onward!