Analyzing the Setup
Imagine you are standing on the Cartesian plane. You see a parabola, y2=2x, opening its arms wide to the right, its vertex anchored at the origin.
Then, a line, y=4x−1, cuts across the scene. The region trapped between them is our target.
The inequality y2≤2x tells us we are inside the parabola, while y≥4x−1 places us above or to the left of the line. This is the 'orange' slice of the plane we need to measure.
The Strategic Choice
Why dy?
In many JEE problems, the choice of axis is the difference between a five-minute solution and a twenty-minute struggle. If we chose to integrate with respect to x, we would face a nightmare: the lower boundary changes, forcing us to split the integral into two pieces.
But look at the horizontal perspective! If we use horizontal strips, the right boundary is always the line:
The left boundary is always the parabola:
This is the path of least resistance.
The Intersection
Finding the Limits
Before we can integrate, we need to know where our journey begins and ends. We equate the x-values of both curves:
Multiplying by 4 gives us 2y2=y+1, or 2y2−y−1=0. Factoring this quadratic, we find (2y+1)(y−1)=0.
Our intersection points are y=1 and y=−21. These are our limits of integration.
The Integration Masterclass
Now, we set up the integral:
We integrate term by term: the integral of 4y is 8y2, the integral of 41 is 4y, and the integral of 2y2 is 6y3. Our expression becomes:
The Final Calculation
Substituting the upper limit y=1 yields:
81+41−61=243+6−4=245
Now, for the lower limit y=−21, we must be vigilant with signs:
8(−1/2)2+4−1/2−6(−1/2)3=321−81+481
Finding a common denominator of 96, this becomes:
Finally, the area is the upper limit value minus the lower limit value:
245−(−967)=9620+967=9627
Simplifying by dividing both numerator and denominator by 3, we arrive at our final answer: 329 square units.