Analyzing the Setup
Imagine you are standing on the coordinate plane, looking at the elegant curve of the parabola y2=4x. You have two fixed anchors, point A(4,−4) and point B(9,6), connected by a straight chord.
Your mission is to find a point C on the arc AOB that pushes the area of ΔACB to its absolute limit. This is not just a calculation; it is a dance between geometry and calculus.
The Power of Parametric Coordinates
To conquer this problem, we must first speak the language of the parabola. Instead of dealing with messy x and y variables, we use the parametric form.
For any parabola y2=4ax, we can describe any point as (at2,2at). Here, with a=1, our point C becomes (t2,2t).
This transformation is our secret weapon. It reduces the complexity of the curve to a single variable, t. By identifying the parameters for A and B—where A corresponds to t=−2 and B to t=3—we define the playground for our point C: the open interval t∈(−2,3).
Constructing the Area Function
Now, we invoke the classic determinant formula for the area of a triangle:
Area=21∣xA(yB−yC)+xB(yC−yA)+xC(yA−yB)∣
Substituting our coordinates A(4,−4), B(9,6), and C(t2,2t) into this formula, we embark on an algebraic journey. As we expand the terms, we find ourselves with the expression:
Area=21∣4(6−2t)+9(2t−(−4))+t2(−4−6)∣
Simplifying this, we arrive at the quadratic function:
This is the heartbeat of our problem.
The Calculus of Optimization
We have a function, and we want to find its peak. We know that within our interval t∈(−2,3), the expression −t2+t+6 is always positive, so we can safely discard the absolute value.
To find the maximum, we take the derivative:
Setting this to zero yields t=21. This is the moment of truth.
Geometrically, this result is profound: at t=21, the tangent to the parabola is perfectly parallel to the chord AB. The slope of AB is 2, and the slope of the tangent at C is also 2.
The Final Triumph
With t=21 in hand, we return to our area function S(t)=5(6+t−t2). Substituting t=21, we calculate:
Simplifying this, we get:
5(424+2−1)=5(425)=4125
Thus, the maximum area is 3141 square units. You have successfully navigated the geometry, the algebra, and the calculus to find the peak.