The Calculus of Hidden Patterns
Welcome, future engineer. Today, we are not just solving a problem; we are embarking on a detective mission. When you look at a problem like this, it is easy to feel overwhelmed by the notation.
We have a function f(x), a secondary function F(x)=xf(x), and two mysterious integrals involving derivatives. But take a deep breath. In the world of JEE Advanced, complexity is often just a mask for elegance.
Phase 1
The Detective's Intuition
We are given ∫02xF′(x)dx=6 and ∫02x2F′′(x)dx=40. Our goal is to find F′(2)+∫02F(x)dx.
Notice the pattern? We have an algebraic term (x or x2) multiplied by a derivative (F′(x) or F′′(x)). This is the universal signal for Integration by Parts (IBP).
The IBP formula, ∫udv=uv−∫vdu, is our most powerful tool for 'peeling' away the layers of a derivative. By choosing u to be the algebraic part, we reduce its power upon differentiation, making the integral simpler.
Phase 2
The First Breakthrough
Let us tackle the first integral: ∫02xF′(x)dx=6. We set u=x and dv=F′(x)dx. This implies du=dx and v=F(x).
Applying the IBP formula, we get:
Now, evaluate the boundary term [xF(x)]02. At the upper limit, we have 2F(2). At the lower limit, we have 0⋅F(0), which vanishes into nothingness.
We are left with 2F(2)−∫02F(x)dx=6. The problem states F(x)=xf(x) and f(2)=1, so F(2)=2⋅f(2)=2.
Substituting this back, we get 2(2)−∫02F(x)dx=6. Solving for the integral, we find:
We have successfully captured the first piece of our puzzle!
Phase 3
The Second Connection
Now, let us look at the second integral: ∫02x2F′′(x)dx=40. We apply IBP again. Let u=x2 and dv=F′′(x)dx. Then du=2xdx and v=F′(x).
The formula gives us:
[x2F′(x)]02−∫02(2x)F′(x)dx=40
Evaluating the boundary term at x=2 gives 4F′(2), and at x=0 it vanishes. So we have 4F′(2)−2∫02xF′(x)dx=40.
Look closely at that integral term. It is exactly the first integral we solved! We know ∫02xF′(x)dx=6.
Substituting this in, we get 4F′(2)−2(6)=40. This simplifies to 4F′(2)−12=40, or 4F′(2)=52. Dividing by 4, we find:
The Final Victory
We have arrived at the finish line. We need the sum of F′(2) and ∫02F(x)dx.
We found F′(2)=13 and ∫02F(x)dx=−2. Adding them together:
The elegance of this problem lies not in complex computation, but in the recognition of structure. You didn't need to know the function; you only needed to know how to manipulate its properties. Keep this mindset, and no problem will ever be too difficult for you. The final answer is 11.