So i got the equation $4x^2 + 9y^2 = 3600$
What i've done so far is: $A= (2x)(2y) = 4xy$
Then I find the expression of $y$
$9y^2= 3600 -4x^2$ $y = \pm \sqrt{3600 -4x^2 / 9} = 2/3(\sqrt {900 - x^2} \quad 2/3(900 -x^2)^{1/2}$
Then i set $A = 4x(2/3(900 -x^2)^1/2 = (8/3)x(900 -x^2)^1/2$
Taking the derivative $A'(x) = 8/3(900 -x^2)^{1/2} + (8/3)x(1/2)(900 -x^2)^{-1/2}(-2x) = (2400 - (16/3)x^2)/(\sqrt{900-x^2})$
Set the $A' = 0$
$2400 - (16/3)x^2 = 0$ $(16/3)x^2 = 2400$ $(16/3)x = \sqrt{2400} = (20\sqrt{6}) / 3$
$x = (5\sqrt{6})/12$
Then i put the value of x in the equation and get
$A = (8/3)((5 \sqrt 2)/12)(900 - ((5\sqrt 2)/12)^2)^{1/2} = 81.6...$
Is this right or?
You seem to be going in the right direction. There is a mistake somewhere, but your algebra is a bit convoluted, so I cannot find it exactly. Here is what I got following your procedure:
Solve $4x^2+9y^2=3600$ for $y$ to get $$y=\frac23\sqrt{(30-x)(x+30)}.$$ Then, we want to maximize $$A=4xy=\frac{8x}{3}\sqrt{(30-x)(x+30)}.$$ Taking the first order condition we get $$\frac{d}{dx}\left(\frac{8x}{3}\sqrt{(30-x)(x+30)}\right)=0\;\Rightarrow\;-\frac{16}{3}\frac{x^2-450}{\sqrt{900-x²}}=0\;\Rightarrow\;x=15\sqrt{2}.$$ Plugging this back into the formula for $A$ we get $$A=\frac{8*15\sqrt{2}}{3}\sqrt{(30-15\sqrt{2})(15\sqrt{2}+30)}=1200.$$