Analyzing the Setup
Welcome, future engineer! Today, we are going to peel back the layers of a problem that, at first glance, looks like a tangled mess of variables. We are asked to evaluate the integral I=∫x5f(x3)dx, given that ∫f(x)dx=ψ(x).
When you see a problem like this, it is natural to feel a bit intimidated. You have a function f with an argument x3, and a coefficient x5 sitting outside. The mismatch is the first thing your brain should flag.
But in the world of JEE Advanced, a mismatch is not a roadblock; it is a hint.
The Algebraic Insight
The secret to this problem lies in the power of x. We have x5 and x3. If we think about the derivative of x3, we get 3x2.
Notice that x5 can be written as x3⋅x2. By splitting the term, we create the x2 that we desperately need to facilitate a substitution.
So, we rewrite our integral as:
I=∫x3⋅f(x3)⋅x2dx
Now, the structure is clear. We have a function of x3 and the derivative of x3 (the x2 term). This is the green light to proceed to substitution.
The Transformation
Let us introduce a new variable, t, where t=x3. Differentiating both sides with respect to x, we get dt=3x2dx, which implies x2dx=31dt.
Now, watch the magic happen. We substitute these into our integral:
I=∫t⋅f(t)⋅31dt
Pulling the constant
31 out, we are left with:
I=31∫tf(t)dt
This is a beautiful, clean integral. We have transformed a complex-looking expression into a standard product of an algebraic function t and a function f(t) whose integral we already know.
The Integration by Parts
Now, we apply the Integration by Parts formula: ∫udv=uv−∫vdu. We choose u=t and dv=f(t)dt.
Why? Because u=t becomes du=dt upon differentiation, which simplifies the expression, and we know that ∫f(t)dt=ψ(t).
Applying the formula, we get:
I=31[tψ(t)−∫1⋅ψ(t)dt]
We are almost there! The structure is emerging.
The Final Reveal
Now, we must return to the world of x. We substitute t=x3 back into our expression. The term tψ(t) becomes x3ψ(x3).
For the integral part, we have
∫ψ(t)dt. Since
t=x3, we know
dt=3x2dx. Substituting these back, we get:
I=31x3ψ(x3)−31∫ψ(x3)(3x2dx)
The
3 and the
31 cancel out perfectly, leaving us with the final result:
I=31x3ψ(x3)−∫x2ψ(x3)dx+C
You see? By breaking the problem down, respecting the substitution, and trusting the Integration by Parts formula, we turned a daunting expression into a simple, elegant solution. Keep practicing this mindset—look for the hidden derivatives, and the path will always reveal itself.