Lets use a square cardboard paper (side $s$) to make an open box. Remove four small squares from each corner and fold to make a rectangular box of height $x$.
To compute maximum possible volume, we can use AM-GM :
$$ \sqrt[3]{(s-2x)(s-2x)\color{blue}{4}x} \le \dfrac{(s-2x)+(s-2x)+\color{blue}{4}x}{3} $$
$$ \Rightarrow V \le \dfrac{2}{27}s^3$$
Note : This matches the result obtained from calculus.
Next take a rectangular paper ($L \times B$) where $L > B$.
But AM-GM won't apply directly this time, since $L-2x > B-2x$.
This can be easily done by calculus. But I want to know if a valid solution using inequalities or other pre-Calculus methods exists?
I tried :
Let $(L-2x)=\lambda (B-2x)$ for maximum capacity. Then AM-GM,
$$ \sqrt[3]{(L-2x)\lambda(B-2x)(2+2\lambda)x} \le \dfrac{(L-2x)+\lambda(B-2x)+(2+2\lambda)x}{3} $$
$$ \Rightarrow 2\lambda(1+\lambda)V \le \frac{1}{27}(L+\lambda B)^3$$
where $$ (L-2x)=\lambda(B-2x)=(2+2\lambda)x $$
gives a quadratic in $\lambda$ : $$\dfrac{\lambda (\lambda+2)}{2\lambda+1} = \dfrac{L}{B} = r$$
One obtains
$$ V \le \dfrac{(r+\lambda)^3}{\lambda (\lambda+1)} \dfrac{B^3}{54} $$
Is this correct? If it's incorrect, can this solution be improved? Or, does a different solution using pre-Calculus methods exist?
Thank you for your time!