Analyzing the Setup
Welcome, future engineer. Today, we are not just solving a calculus problem; we are embarking on a journey of geometric visualization. We have a parabola, y=x2+1, a graceful curve that starts at (0,1) and climbs upwards.
We have a point P(2,5) resting on this curve, and a tangent line that kisses the parabola at this exact spot. Our mission is to find the area trapped in the first quadrant by these boundaries. This is a classic JEE Advanced challenge—it tests not just your ability to integrate, but your ability to see the 'negative space' in a problem.
The Tangent as a Linear Approximation
Before we can calculate any area, we must define our boundaries. The parabola is given by y=x2+1. To find the tangent line, we need its slope.
The derivative, dxdy=2x, is the heartbeat of the curve; it tells us the instantaneous rate of change at any point. At our point of interest, x=2, the slope is m=2(2)=4.
Using the point-slope form,
y−y1=m(x−x1), we substitute our point
(2,5) and slope
m=4 to get
y−5=4(x−2). Simplifying this, we arrive at the elegant linear equation:
y=4x−3
This line serves as our primary boundary.
The Art of Subtraction
Now, look at the region. It is bounded by the y-axis (x=0), the x-axis (y=0), the parabola, and the tangent line. If you try to integrate this directly, you might find yourself tangled in complex limits.
Instead, let us use the 'Sculptor's Technique'. Imagine a block of marble representing the area under the parabola from
x=0 to
x=2. This area is defined by the integral:
∫02(x2+1)dx
When we calculate this, we get:
[3x3+x]02=38+2=314
This represents the total area under the curve from the y-axis to the point
P.
However, our region is not the entire area under the parabola. The tangent line cuts through this space. The area we want is the area under the parabola minus the area of the triangle formed by the tangent line and the x-axis.
The Triangle and the Final Calculation
Let us focus on that triangle. Its height is the y-coordinate of point P, which is 5. Its base lies on the x-axis.
To find the base, we determine where the tangent line
y=4x−3 hits the x-axis by setting
y=0:
4x−3=0⇒x=43
The base of our triangle stretches from
x=3/4 to
x=2. The length of this base is
2−43=45.
The area of this right-angled triangle is:
Areatriangle=21×base×height=21×45×5=825
Finally, we perform our subtraction to find the required area:
Required Area=314−825
To subtract these, we find a common denominator of
24:
Required Area=24112−2475=2437
Conclusion
The final result is 2437 square units. It is a beautiful, precise number.
You see, calculus is not just about crunching numbers; it is about decomposing complex shapes into simpler, manageable parts. You have successfully navigated the parabola, the tangent, and the geometry of the coordinate plane. Keep this 'subtraction mindset' with you—it will serve you well in the most difficult problems of your JEE journey.