Analyzing the Setup
Welcome, future engineer. Today, we are not just solving an integral; we are exploring the architecture of a shape. Imagine standing on a coordinate plane.
To your left, a parabola y=(x+1)2 rises like a mountain, its vertex anchored at (−1,0). To your right, its twin, y=(x−1)2, mirrors it with a vertex at (1,0).
They are two dancers facing each other, and between them lies a void. Then, a horizontal line y=1/4 cuts across them, creating a trapped pocket of space. This is the region we must measure.
The Power of Symmetry
In JEE Advanced, the most elegant solution is often the one that recognizes the hidden order in chaos. Look at our curves. The entire system is symmetric about the y-axis.
The left side is a perfect reflection of the right. Why calculate the entire area when we can calculate half and simply double it? This is the mindset of a topper.
We will focus our energy on the right side, from x=0 to the point where the parabola meets the line.
Setting the Stage
First, we must find our limits. Where does the parabola y=(x−1)2 meet the line y=1/4? We set them equal:
Taking the square root, we get x−1=±1/2. Since we are looking at the right side, we take the positive root: x=1/2.
Now, our integral is defined. We are integrating the height of the region, which is the vertical distance between the upper curve (the line) and the lower curve (the parabola).
Note: To ensure a positive area, we integrate the upper boundary minus the lower boundary.
Area=2∫01/2(41−(x−1)2)dx
The Integration
I know that seeing an integral can sometimes induce anxiety, but let us break it down. We integrate term by term.
The integral of 1/4 is 4x, and the integral of (x−1)2 is 3(x−1)3. Now, we apply the Fundamental Theorem of Calculus.
We evaluate this expression at the upper limit of 1/2 and subtract the value at the lower limit of 0:
Area=2[4x−3(x−1)3]01/2
At x=1/2, the first term is 41/2=1/8. The second term becomes:
3(1/2−1)3=3(−1/2)3=−241
At the lower limit of x=0, the first term is 0, and the second term is 3(0−1)3=−1/3.
The Final Triumph
Now, we combine these values:
Area=2[(81−(−241))−(0−(−31))]
Simplifying the expression inside the brackets:
Area=2[(243+241)−31]=2[244−31]
Correction on orientation: Since we calculated the area of the region bounded by the line above the parabola, the magnitude is:
Area = 1/3 square units.
See how the complexity dissolved into a simple fraction? That is the beauty of calculus. Keep practicing this visualization, and you will find that no problem can stand against you.