Analyzing the Setup
Welcome, fellow traveler of the JEE landscape. Today, we are exploring a beautiful, symmetric arena defined by three parabolas: y=x2, y=(1−x)2, and y=2x(1−x).
The first two are standard upward-opening parabolas, while the third is a downward-opening one. Together, they carve out a small, elegant region. Our goal is to find the area A of this region and then calculate 540A.
The Vertices of Our Arena
Before we can calculate the area, we must identify the intersection points of these curves.
By setting x2=(1−x)2, we find the intersection of the first two at x=21. Equating the second and third, (1−x)2=2x(1−x), gives us x=31.
Finally, the first and third meet at x2=2x(1−x), which yields x=32. These three points—x=31, x=21, and x=32—are the vertices of our region and define the boundaries of our integration.
The JEE Shortcut
Symmetry
Now, we utilize symmetry to save precious time. The region is perfectly symmetric about the vertical line x=21.
Instead of integrating across the entire range from 31 to 32, we can calculate the area of the left half—from x=31 to x=21—and simply multiply by two. This is the kind of insight that separates the top rankers from the rest.
The Calculus Engine
The area A is given by the integral:
A=2×∫1/31/2[yupper−ylower]dx
In our interval of [31,21], the upper curve is the downward parabola y=2x(1−x), and the lower curve is y=(1−x)2. Our integrand becomes:
2x(1−x)−(1−x)2=2x−2x2−(1−2x+x2)=4x−3x2−1
Integrating this expression term by term, we obtain:
The Final Victory Lap
We evaluate the integral from 31 to 21. At the upper limit x=21:
2(41)−81−21=21−81−21=−81
At the lower limit x=31:
2(91)−271−31=276−1−9=−274
The difference is:
−81−(−274)=274−81=21632−27=2165
Multiplying by our symmetry factor of 2, we get A=1085. Finally, calculating 540A:
The final result is 25. You have navigated the curves, utilized symmetry, and conquered the calculus.