[Math] Calculus “Word Problem”

calculusoptimization

Here is the problem:

A rectangle has its base on the $x$-axis and its upper two vertices on the parabola $y=12-x^2$ What is the largest area the rectangle can have, and what are its dimensions?

Well, I don't really know where to start. My initial idea was to find inflection points because I figured that is where the vertices would be, but there are no inflection points because it is a parabola.

Then I though about finding where the derivative and the parabola cross, found it, but I don't know how that will help me.

I really don't know where to start.

Any help is appreciated, thanks.

Best Answer

Have a look at following picture. Does this help? Can you get (using this picture) area of the rectangle?

You should get $A(x)=2x(12-x^2)$ as mentioned in André's comment.

After getting this expression for $A(x)$, can you continue with the solution? What will be $A'(x)$ and where is it equal to zero?

You have $A(x)=24x-2x^3$, which means $$A'(x)=24-6x^2.$$ Solving $A'(x)=0$ gives $x=2$ and $A(x)=2\cdot2\cdot(12-2^2)=2\cdot2\cdot8=32$ as you correctly stated in the comment.

(There is also solution $x=-2$ but that one is not interesting for us - we are looking for $x\ge 0$ since we denote by $x$ the point to the right from $0$.)

parabola and rectangle

Related Question