Optimizing Area in a Semi-Circle

James99x
Messages
1
Reaction score
0
1. Find the dimensions of the rectangle with the largest area that can be inscribed in the upper semi-circle given by x^2+y^2 ≤ 16, y≥0.
2. I thought I'd use A=lw
3. This is but a guess..so take it with a grain of salt..

height=2x
base= x^2+y^2

A(x) = 2x(x^2+y^2)
= 2x^3+2xy^2

A'(x) = 6x^2+2y^2+4x(dy/dx)(y)


I'm not sure what to really do about this particular problem.
 
Last edited:
Physics news on Phys.org
Hint: start by drawing a diagram. You will see right away what you did wrong.

RGV
 
Are you familiar with LaGrange multipliers? If so, then this problem is easier than it seems.
 
Hi James99x! Welcome to PF! :smile:

You have the wrong "base" for your square...

Beyond that your method is fine! :wink:
 
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