Question
Let A(4, 4) and B(9, 6) be points on the parabola, y 2 = 4x. Let C be chosen on the arc AOB of the parabola, where O is the origin, such that the area of ACB is maximum. Then, the area (in sq. units) of ACB, is :
Options
Solution
This problem requires a blend of coordinate geometry, parametric equations, and differential calculus to find the maximum area of a triangle with one vertex moving along a parabolic arc.
Let's begin by outlining the fundamental concepts and the strategy we'll employ.
Key Concepts and Strategy
- Parametric Representation of a Parabola: For a parabola of the form , any point on the parabola can be conveniently expressed in parametric coordinates as . This representation simplifies calculations significantly as it reduces two variables () to a single parameter ().
- Area of a Triangle using Coordinates: Given three vertices , , and , the area of the triangle formed by these points can be calculated using the determinant formula: This formula is robust and efficient, especially when dealing with variable coordinates. The absolute value ensures the area is always positive.
- Maximization using Differential Calculus: To find the maximum value of a function, we use its first derivative.
- We set the first derivative of the area function (with respect to the parameter ) to zero to find critical points.
- The second derivative test (or analyzing the nature of the function) helps confirm if a critical point corresponds to a maximum.
- Geometric Condition for Maximum Area: For a triangle with a fixed base (say, AB), its area is maximized when the height from the third vertex (C) to the base is maximum. This geometrically implies that the tangent to the curve at point C must be parallel to the base AB. This condition provides an elegant alternative or verification method for finding the optimal position of C.
Step-by-Step Solution
1. Parameterizing the Parabola and Identifying Points
The given parabola is .
- Why this step: Using a parametric form simplifies the coordinates of point C, making the area calculation a function of a single variable .
- Comparing with the standard form , we see that .
- Therefore, any point on this parabola can be represented parametrically as .
Let's find the parameter values for the given fixed points A and B:
- For point : We use the -coordinate to find : . (We can verify with the -coordinate: , which matches.)
- For point : We use the -coordinate to find : . (We can verify with the -coordinate: , which matches.)
Point is chosen on the arc of the parabola, where is the origin. The origin corresponds to (since and ). This means that the parameter for point must lie between and . So, for point , we have . This range is crucial for ensuring we are considering the correct arc and for interpreting the sign of the area function later.
2. Expressing the Area of as a Function of
-
Why this step: Our goal is to maximize the area, so we need a mathematical expression for the area in terms of the variable parameter .
-
Let the coordinates of the vertices be , , and .
-
The area of , denoted by , is given by the determinant formula:
-
Let's expand the determinant along the third column for clarity. Remember the sign pattern for cofactor expansion: .
-
Now, simplify the expression:
-
Why check the sign of D: The area formula uses an absolute value. To remove it correctly, we need to know if is positive or negative within the relevant range of .
-
Consider the quadratic function . To find its roots, set : Divide by : Factor the quadratic: The roots are and .
-
Since the coefficient of in is negative (), the parabola represented by opens downwards. This means that for any value strictly between its roots, will be positive.
-
Our range for is , which is exactly between the roots. Therefore, for , is positive, and we can remove the absolute value signs: This is our area function, which we need to maximize.
3. Maximizing the Area Function
-
Why this step: We use calculus to find the value of that yields the largest possible area.
-
To find the maximum area, we take the first derivative of with respect to and set it to zero to find the critical points.
-
Set the derivative to zero:
-
This value is indeed within our allowed range for point C, .
-
Why confirm it's a maximum: We use the second derivative test to ensure this critical point corresponds to a maximum, not a minimum or an inflection point. Since the second derivative is , which is negative (), the function has a local maximum at .
Alternative (Geometric) Verification:
- Why this alternative: As discussed in the key concepts, the area of is maximized when the tangent to the parabola at C is parallel to the chord AB. This provides an independent way to find the optimal and verify our calculus result.
- Slope of chord AB: Using points and :
- Slope of tangent at C: The equation of the parabola is . Differentiate implicitly with respect to : At point , the slope of the tangent is .
- Equating slopes for maximum area: For maximum area, : This confirms our result obtained through differential calculus, significantly increasing our confidence in the solution.
4. Calculating the Maximum Area
- **Why