Analyzing the Geometry of the Intersection
Welcome, fellow explorer of the mathematical landscape! Today, we are tackling a classic JEE Advanced problem that tests not just your integration skills, but your ability to choose the most elegant path.
We are looking for the area bounded by two curves: x(1+y2)=1 and y2=2x.
At first glance, these might look like standard functions, but let's observe their structure. The first curve, x=1+y21, is a variation of the 'Witch of Agnesi,' while the second, x=2y2, is our trusty parabola.
The key to this problem is realizing that both are functions of y. By shifting our perspective to integrate with respect to y, we transform a potentially messy problem into a beautiful, straightforward calculation.
The Strategic Shift
In many calculus problems, we are conditioned to think in terms of y=f(x). But here, the equations practically beg us to use x=g(y).
Let's rewrite them: the first becomes x=1+y21 and the second becomes x=2y2. When we visualize the region, we see that the area is trapped between these two curves.
To find the boundaries of this trap, we must find where they meet. We set them equal:
Solving the Bi-Quadratic
Now, we face the algebra. Cross-multiplying gives us y2(1+y2)=2, which expands to y4+y2−2=0.
This looks like a quadratic in disguise! Let u=y2. Then u2+u−2=0.
Factoring this, we get (u+2)(u−1)=0. Since u=y2 must be non-negative for real y, we discard y2=−2.
We are left with y2=1, which gives us our limits: y=1 and y=−1. These are the vertical boundaries of our integration.
The Elegance of Symmetry
Here is where we save precious time. Notice that both x=1+y21 and x=2y2 are even functions of y.
This means the entire region is perfectly symmetric about the x-axis. Instead of calculating the integral from −1 to 1, we can calculate the area from 0 to 1 and simply double it.
This is a classic JEE trick—always look for symmetry to simplify your work! Our integral becomes:
The Final Integration
Now, we integrate term by term. The integral of 1+y21 is the standard tan−1(y), and the integral of 2y2 is 6y3.
Applying the limits from 0 to 1, we get:
Substituting the upper limit y=1, we get tan−1(1)−61=4π−61. Substituting the lower limit y=0, we get tan−1(0)−0=0.
Finally, multiplying by 2, we arrive at:
And there it is! The final area is 2π−31. Remember, the beauty of these problems lies in the setup. By choosing the right variable and leveraging symmetry, you turn a daunting task into a moment of clarity.