How to Find the Maximum Area of a Rectangle on a Parabola

  • Thread starter Thread starter Jude075
  • Start date Start date
  • Tags Tags
    Area Maximum
Jude075
Messages
20
Reaction score
0

Homework Statement


A rectangle has its base on the x-axis and its vertices on the positive portion of the parabola
$$ y=2-3x^2 $$
What is the maximum possible area of this rectangle?
A. (8/27)*181/2 B.(2/9)*181/2 C. (4/15)*301/2 D.(2/15)*301/2 E.(1/3)*121/2

Homework Equations




The Attempt at a Solution


The definite integral (or the area underneath the curve) from 2/3 to-2/3, which are the x-intercepts, is 56/27 .Since the rectangle is inside the parabola, I just need to find the number that is the closest. It is choice C, but the answer turns out to be A.
 
Last edited:
Physics news on Phys.org
The intercepts of y = 2 - 3x^2 are NOT 2/3 and -2/3. Maybe this is your problem?
 
If you draw a rectangle with base length 2x with the conditions you gave, the area of the rectangle is 4x - 6x^3. This function has derivative 4 - 18x^2, which becomes zero at...

Can you continue the solution?
 
If the upper corners of the rectangle are at (x, y) and (-x, y) then the area of the rectangle is 2xy.

Since y= 2- 3x^2, that area is 2x(2- 3x^2)= 4x- 6x^3.
 
So how do you guys use that expression to find its area? Do I derive it or integrate it?
 
Jude075 said:
So how do you guys use that expression to find its area? Do I derive it or integrate it?

You now have a function

A=4x-6x^3

Where A stands for area. For different values of x, you'll get a different value of A, correct? You want to find the maximum area the rectangle can be, hence, you want to find the maximum of A, so how do you do that?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top