I need some help optimizing the volume of a box. I've followed Optimization, volume of a box this question along while doing my problem and felt confident I was getting the correct answer. But still, I submitted it in my homework and got it wrong. I double checked, followed it again and can't find where I'm going wrong.
So I have 900cm^2 to use to maximize the volume of a box with no top. My constraint is
$$b^2 + 4bh = 900$$
I solved for H in the constraint and plugged it into the volume equation, simplified to give me.
$$V(b) = \frac{1}{4}b(900b - b^3)$$
I found the critical points of the derivative, giving me [0, 17.32, 300]. When plugged into V(b), 0 and 300 both give smaller values than 17.32. This makes it a maximum and thus is the spot where the volume is correctly optimized, right?
So then I plug 17.32 into my H function
$$h = (900 - b^2) / 4b$$
This gives me 8 as the height of my sides, and my base is 17.32. Plugging these into the volume function gives me
$$V = (17.32)^2 \cdot 8 = 2399.86 \, \text{cm}^2$$
Yet, this is wrong. Can anyone highlight just where I'm going off here?