Analyzing the Setup
Imagine you are standing in front of a coordinate plane. You see two parabolas, y2=2x−1 and y2=4x−3.
Most students immediately think of integrating with respect to x. However, these are not typical vertical parabolas; they open to the right.
If you force yourself to integrate with respect to x, you walk into a trap of square roots and complex, split-region integrals. The secret to mastering JEE Advanced problems is choosing the most elegant path, which in this case is integrating with respect to y.
The Strategic Shift
Since our parabolas are defined as y2=f(x), it is far more natural to express x as a function of y. From our first equation, y2=2x−1, we get:
From the second, y2=4x−3, we get:
Now, the problem transforms from a messy x-integral into a clean, polynomial y-integral. This is the kind of strategic thinking that separates top rankers from the rest.
Finding the Intersection
Before we can calculate the area, we need to know where these curves meet to define our limits of integration. We set x1=x2:
Multiplying by 4, we get 2(y2+1)=y2+3. Expanding this, we find 2y2+2=y2+3, which simplifies beautifully to y2=1.
Thus, our intersection points are y=1 and y=−1.
The Power of Symmetry
We are looking for the area between these two curves. The integral is A=∫−11(xright−xleft)dy.
However, the region is perfectly mirrored across the x-axis. Instead of integrating from −1 to 1, we can integrate from 0 to 1 and multiply by 2 to avoid potential sign errors.
Our integral becomes:
Substituting our expressions, we have:
The Final Calculation
Let us simplify the integrand. Finding a common denominator of 4, we get:
4y2+3−2(y2+1)=4y2+3−2y2−2=41−y2
Now our integral is:
A=2∫0141−y2dy=21∫01(1−y2)dy
Integrating this is straightforward:
Evaluating at the limits, we get 21(1−31)=21(32)=31.
The final result is 31. Remember, in JEE, the most elegant solution is usually the right one.