Analyzing the Setup
Welcome, my fellow traveler on the path to JEE mastery. Today, we are not just solving a problem; we are embarking on a journey through the elegant architecture of calculus.
We have been presented with an integral equation:
F(x)=e−x∫3x(3t2+2t+4F′(t))dt
At first glance, it looks like a tangled mess of functions, but I want you to see the beauty beneath the surface. This is a classic setup designed to test your ability to transform a complex integral into a manageable differential equation.
The Strategic Rearrangement
Our first instinct, when we see that e−x sitting outside the integral, should be to liberate the integral. It is a barrier, a weight holding us back.
By multiplying both sides by ex, we transform the equation into:
exF(x)=∫3x(3t2+2t+4F′(t))dt
Now, the integral stands alone on the right, and the left side is a product of two functions. We have prepared the battlefield for the next step.
The Newton-Leibniz Revelation
Now, we differentiate both sides with respect to x. On the left, we apply the Product Rule:
dxd[exF(x)]=exF(x)+exF′(x)
On the right, we invoke the Newton-Leibniz rule. It is a powerful tool that allows us to differentiate an integral with respect to its upper limit by replacing the dummy variable t with x.
Equating the two sides, we get:
exF(x)+exF′(x)=3x2+2x+4F′(x)
The LDE Architecture
We are now in the realm of Linear Differential Equations. Let us group the F′(x) terms.
Rearranging, we get:
F′(x)(ex−4)+exF(x)=3x2+2x
To reach the standard form dxdF+P(x)F=Q(x), we divide by (ex−4). This gives us:
dxdF+(ex−4ex)F=ex−43x2+2x
The Integrating Factor Magic
Every LDE has a secret key: the Integrating Factor. We calculate it as I.F.=e∫P(x)dx.
Here, P(x)=ex−4ex. Notice the symmetry; the numerator is the derivative of the denominator.
This makes the integral ∫P(x)dx=ln∣ex−4∣. Thus, the Integrating Factor is:
It is a moment of pure mathematical joy when the terms align so perfectly.
The Final Stretch
Multiplying the LDE by our I.F., we get:
F(x)(ex−4)=∫(3x2+2x)dx=x3+x2+C
To find C, we use our initial condition F(3)=0, which yields C=−36. Our function is:
Finally, we apply the Quotient Rule to find F′(4). After careful calculation, we find:
Comparing this to the given form, we identify α=12 and β=4. The sum α+β=16. You have conquered the problem!