The Dance of Curves
A Journey Through Symmetry
Welcome, fellow traveler of the JEE path. Today, we aren't just solving an area problem; we are learning to see the hidden architecture of functions.
When you look at the region defined by y≤2∣x∣+1 and y≤x2+1, it is easy to feel overwhelmed by the absolute value or the overlapping boundaries. But take a deep breath. Let us peel back the layers of this problem together.
Phase 1
The Geometry of Symmetry
First, let us look at our players. We have y=x2+1, a classic parabola shifted one unit upward, and y=2∣x∣+1, a sharp V-shape also starting at (0,1).
Notice something beautiful? Both functions are even. If you replace x with −x, the equations remain unchanged.
This tells us that the graph is perfectly symmetric about the y-axis. In the world of JEE, symmetry is your best friend. It means we only need to solve for the right side (x≥0) and then simply double our result. We have effectively halved our workload before even picking up the pen.
Phase 2
The Intersection of Paths
Now, we face the constraint: y≤min(2∣x∣+1,x2+1). This 'min' condition is the heart of the problem. It tells us that the upper boundary of our region is not just one curve, but a composite of two.
To find where the boundary switches from the parabola to the line, we set them equal to each other for x≥0:
Subtracting 1 from both sides gives us x2=2x, which simplifies to x(x−2)=0. We find intersections at x=0 and x=2.
This is our 'switch' point. From x=0 to x=2, the parabola y=x2+1 is the lower curve. Beyond x=2, the linear function y=2x+1 takes over as the lower boundary.
Phase 3
The Calculus of Areas
With our boundaries defined, we move to the integration. We split the area of the right half, let's call it Aright, into two distinct integrals.
First, the parabolic region:
A1=∫02(x2+1)dx=[3x3+x]02=(38+2)=314
Next, we handle the linear region from x=2 to x=3:
A2=∫23(2x+1)dx=[x2+x]23=(9+3)−(4+2)=12−6=6
Phase 4
The Final Synthesis
We are almost there. The area of the right half is the sum of these two parts:
Aright=314+6=314+18=332
Finally, we invoke the symmetry we identified at the very beginning. The total area of the region is twice the area of the right half:
Look at that result. It is elegant, precise, and derived from a clear understanding of how these functions behave. You didn't just calculate an area; you mapped the territory.
Keep this mindset—always visualize, always check for symmetry, and never fear the intersection of curves. You are doing great. The final answer is 364.