Analyzing the Setup
To begin, we visualize the geometry of the given parabola, x2=2y, and the line, y−2x−6=0. Our first mission is to find their points of intersection.
Substituting y=2x+6 into the parabola equation, we obtain:
Factoring this quadratic equation, we find:
This yields two potential x-coordinates: x=6 and x=−2. Since the problem specifies the intersection in the second quadrant, where x must be negative, we reject x=6 and accept x=−2.
Plugging x=−2 back into the line equation, we find y=2(−2)+6=2. Thus, our intersection point is (−2,2), providing the limits of integration as a=−2 and b=2.
The Integral
A Symmetric Challenge
We now face the integral:
Whenever you encounter an integral with symmetric limits ∫−aaf(x)dx, your intuition should immediately jump to the property:
∫−aaf(x)dx=∫0a[f(x)+f(−x)]dx
This is a powerful tool in your JEE arsenal. It allows us to transform a complex integrand into something manageable. Let us define our function as f(x)=1+5x9x2.
The Magic of the King's Property
To apply the property, we calculate f(−x):
f(−x)=1+5−x9(−x)2=1+5x19x2
Multiplying the numerator and denominator by 5x, we simplify this to:
Now, we add f(x) and f(−x):
f(x)+f(−x)=1+5x9x2+1+5x9x2⋅5x=1+5x9x2(1+5x)
The term (1+5x) cancels out beautifully, leaving us with just 9x2. This is the "Aha!" moment where the complex exponential term vanishes.
The Final Victory
Our integral has collapsed from a daunting expression into a simple polynomial:
The anti-derivative of 9x2 is 3x3. Evaluating this from 0 to 2:
I=[3x3]02=3(2)3−3(0)3=3(8)=24
Through the power of geometric visualization and the elegance of definite integral properties, we have tamed the beast. The final answer is 24.