Question
Optimising rectangle area between two parabolas
Original question: 5. A rectangle is placed between two parabolas with equations and . The lower two vertices of the rectangle touch the -axis and the top vertices of the rectangle touch the upper parabola. The length of the rectangle is units.
(a) Show that the total area of the rectangle, , is given by .
(b) Determine the value of which maximises the area and calculate the minimum area.
Expert Verified Solution
Key concept: This question combines geometric constraints with algebraic modelling to produce and maximize a cubic area function.
Step by step
Set up the model
The rectangle is placed between the parabolas
The lower vertices lie on the x-axis, and the top vertices touch the upper parabola. The rectangle has length units, so its width is related to the horizontal position of the vertices and its height comes from the parabola value.
The problem states that the total area is
That is the function to maximize.
Why the area is a cubic
The upper parabola gives the height of the rectangle, and the horizontal dimension contributes another factor of . When the geometry is simplified, one linear factor and one quadratic factor combine to form a cubic polynomial. The given result
captures that relationship exactly.
Maximise the area
Differentiate:
Set the derivative equal to zero:
since must be positive in this geometric context.
Now check that this gives a maximum. The second derivative is
which is negative for positive . So gives a maximum area.
Substitute into the area function:
So the maximum area is
Final answer
The value of that maximises the area is , and the maximum area is .
Useful check
Because is an odd cubic with a positive linear term and negative cubic term, it rises first and then falls. That shape matches the existence of a single positive maximum.
Pitfall alert
A common mistake is to ignore the domain. Here, represents a physical length, so negative solutions from must be rejected. Another error is to stop at the derivative and forget to verify that the stationary point is a maximum. For cubic optimisation, the second derivative test or a sign chart is a good safeguard. Some students also mix up area and height, which leads to the wrong function entirely.
Try different conditions
If the area function were changed to , the same derivative method would give , so the maximizing value would be . If the rectangle had to fit between a different pair of curves, the first job would be to rebuild the area formula from the new geometry before differentiating. The optimization method would stay the same even though the constants change.
Further reading
cubic function, stationary point, second derivative test
FAQ
How do you find the x-value that maximises the rectangle area?
Differentiate A(x)=6x-x^3 to get A'(x)=6-3x^2. Set the derivative to zero, solve x^2=2, and keep the positive root x=√2 because x is a length.
How do you calculate the maximum area from the cubic function?
Substitute x=√2 into A(x)=6x-x^3. This gives 6√2-(√2)^3=4√2, so the maximum area is 4√2 square units.