0

A rectangle is inscribed with its base on the $x$-axis and its upper corners on the parabola $y=7−x^2$. What are the dimensions of such a rectangle with the greatest possible area?

Would this be a basic optimization problem, with the constraint being the area of the rectangle $ A = bh $ and the objective function being the derivative of $y = 7 - x^2$. Just a little confused on how to get this started.

N. F. Taussig
  • 76,571
Evan
  • 11

4 Answers4

1

Note that you can easily see how the rectangle is defined simply from one value of $y$. So express the area of the rectangle in terms of that $y$ value and then you can optimize that expression.

turkeyhundt
  • 7,733
1

Hint

Consider that the lower corners have coodinates $(-x,0)$ and $(+x,0)$. Since the upper corners are along the parabola, their coordinates are $(-x,7-x^2)$ and $(+x,7-x^2)$. So, the area of the rectangle is $$A(x)=2x(7-x^2)$$ and this is the quantity you want to maximize.

What does imply the fact that a function goes through an extremum ? Just apply and when you get the solution, do not forget to apply a famous test which tells if the extremum is a maximum or a minimum.

I am sure that you can take from here.

0

Let the height of the rectangle be $h$. Then the base of the rectangle are the points that solve $h=7-x^2$. That is: $\pm\sqrt{7-h}$ and so has a length of $2\sqrt{7-h}$. So, $A=2h\sqrt{7-h}$. Optimise.

Dale M
  • 2,813
0

Since the function $f$ is symmetric, $A(x)=2xf(x)$.

You need to consider the derivative of $A$ for $x\in[0,x_{\max}]$, where $f(x_{\max})=0$, $x_{\max}>0$.

g.kov
  • 13,581