The Geometry of the Cubic
A Journey into Calculus
Welcome, future engineer! Today, we are not just solving a problem; we are exploring the anatomy of a cubic function. We are looking at y=x(x−1)2 on the interval [0,2].
This isn't just an equation; it is a path. Imagine yourself walking along this curve. It starts at the origin (0,0), climbs to a peak, dips down to kiss the x-axis at (1,0), and then surges upward toward the point (2,2).
Our mission is twofold: to find the 'peaks and valleys' (the extrema) and to measure the 'shadow' (the area) trapped between this curve and the line y=2. Let us begin.
Phase 1
The Hunt for Extrema
To find the maxima and minima, we need to know where the curve stops climbing and starts falling. This happens when the slope of the tangent line is zero. We need the derivative, dxdy.
Our function is a product: u=x and v=(x−1)2. The Product Rule is our best friend here:
Applying this, the derivative of x is 1, and the derivative of (x−1)2 (using the Chain Rule) is 2(x−1). Putting it together, we get y′=1⋅(x−1)2+x⋅2(x−1).
Now, notice the beauty of algebra—we have a common factor of (x−1)! Factoring it out, we get y′=(x−1)[(x−1)+2x]. Simplifying the bracket gives us y′=(x−1)(3x−1).
Setting y′=0, we find our critical points: x=1 and x=31. Evaluating the function at these points, we find the local maximum at x=31 with y=274, and the local minimum at x=1 with y=0. We have mapped the terrain!
Phase 2
The Area Under the Curve
Now, let us tackle the area. We are looking for the region bounded by the line y=2, the y-axis (x=0), and our curve.
The area A is defined by the integral of the 'top' function minus the 'bottom' function:
First, we must expand the integrand. x(x−1)2=x(x2−2x+1)=x3−2x2+x. Subtracting this from 2, we get the polynomial 2−x3+2x2−x.
Using the power rule ∫xndx=n+1xn+1, the integration becomes a rhythmic process:
∫02(2−x3+2x2−x)dx=[2x−4x4+32x3−2x2]02
Phase 3
The Final Calculation
Now, we substitute the limits. At x=2, we have 2(2)−416+32(8)−24.
This simplifies to 4−4+316−2. The 4 and −4 cancel out beautifully, leaving us with 316−2.
Converting 2 to 36, we get 316−6=310.
And there it is! The area is 310 square units. You have navigated the derivative, identified the critical points, and mastered the definite integral. This is the essence of JEE Advanced preparation—not just finding the answer, but understanding the elegant dance of the mathematics behind it. Keep practicing, and keep that curiosity alive!