MHB What is the Optimal Rectangle in a Semicircle with Radius R?

drasord
Messages
5
Reaction score
0
I'm really stuck on this problem. Could anyone provide some help?

Find the length and width of the rectangle of largest area that can be inscribed in a semicircle of radius R, assuming that one side of the rectangle lies on the diameter of the semicircle. Also, find the area of this rectangle. Draw a neat diagram.

Thanks!
 
Physics news on Phys.org
Can you show us what you have tried so far so we know where you are stuck and can best offer help?
 
Absolutely - sorry for the delay! This is my understanding of how to "optimize" the problem:

View attachment 1725

So I've found the area, I believe. But I need to find the "rectangle of largest area that can be inscribed in a semicircle of radius R". I'm confused about how to do this. And what does the professor mean by "a neat diagram"?
 

Attachments

  • optimization.png
    optimization.png
    24.4 KB · Views: 99
You have found the correct critical value:

$$x=\frac{R}{\sqrt{2}}$$

The base of the rectangle is $2x$. The height is $y$.

So, what is $$y\left(\frac{R}{\sqrt{2}} \right)$$ ?
 

Attachments

  • alw.png
    alw.png
    18.6 KB · Views: 88
Last edited:
Or now I have to find area:

A = l * w
A = 2R/sqrt(2) * sqrt(R^2/2)
A = sqrt(2) * sqrt(x) * sqrt(x^2)

?
 
The base of the rectangle is:

$$2x=2\cdot\frac{R}{\sqrt{2}}=\sqrt{2}R$$

The height is:

$$y=\sqrt{R^2-\frac{R^2}{2}}=\frac{R}{\sqrt{2}}$$

Thus area = base times height:

$$A=\sqrt{2}R\cdot\frac{R}{\sqrt{2}}=R^2$$
 
Back
Top