Takeaway: Smart choice of integration variable (dy over dx) saves time and reduces errors!
00:00 / 00:00
The Sigma Insight: Area Bounded by Curves
Solution Diagram
The Geometry of Elegance
Mastering Area Under Curves
Welcome, future engineers! Today, we are not just solving a calculus problem; we are embarking on a journey of geometric intuition.
When you face a problem involving the area bounded by curves, the biggest mistake you can make is to dive straight into the algebra. Stop. Breathe. Visualize.
Let us look at the battlefield: we have y=x2 (an upward-opening parabola), y=−x2 (a downward-opening parabola), and y2=4x−3 (a rightward-opening parabola). These three curves dance together to trap a specific region in the coordinate plane.
Phase 1
The Strategic Choice
In the world of JEE Advanced, the difference between a topper and a struggler is often the choice of the integration variable.
If we were to use vertical strips (dx), we would be forced to break our integral into two distinct pieces because the upper and lower boundaries change their identity at x=43. That is a recipe for calculation errors.
Instead, look at the horizontal perspective. If we use horizontal strips (dy), the right boundary is always the curve y2=4x−3, and the left boundary is always the curve y=x2. This consistency is the hallmark of a well-planned solution. Always look for the path of least resistance!
Phase 2
The Intersection Hunt
Before we can integrate, we must know our limits. We need to find where the upward parabola y=x2 meets the rightward parabola y2=4x−3.
Substituting y=x2 into the second equation gives us (x2)2=4x−3, or:
x4−4x+3=0
Do not let the degree four polynomial intimidate you. As we noted, the sum of the coefficients is zero, which immediately reveals x=1 as a root.
Factoring this, we find (x−1)2(x2+2x+3)=0. Since the quadratic term has no real roots, our intersection point is locked at x=1.
At this point, y=12=1. Thus, our upper intersection point is (1,1), and by symmetry, the lower one is (1,−1).
Phase 3
The Calculus of Symmetry
Now, we set up our integral. Because of the symmetry about the x-axis, we calculate the area of the upper half and multiply by 2.
Our integral becomes:
A=2∫01(xright−xleft)dy
Substituting our expressions for x in terms of y, where xright=4y2+3 and xleft=y, we get:
A=2∫01(4y2+3−y)dy
Let us expand this to make the integration trivial:
A=2∫01(41y2+43−y1/2)dy
Phase 4
The Final Calculation
Applying the power rule, ∫yndy=n+1yn+1, we integrate term by term:
A=2[12y3+43y−32y3/2]01
Substituting the upper limit y=1 (the lower limit y=0 vanishes), we are left with:
A=2(121+43−32)
Finding the common denominator of 12, we get:
A=2(121+9−8)=2(122)=2(61)=31
And there it is: 31 square units. It is not just a number; it is the result of a strategic choice, a careful observation of symmetry, and the disciplined application of calculus.
Remember, in JEE, the math is the tool, but your intuition is the master. Keep practicing, keep visualizing, and keep falling in love with the process!