Let $m>0$ and $$A=\left\{\left.(x,y)\right|m\leq x\leq 2m, 0\leq y \leq x+\frac 6{x^2}\right\}$$ Find $m$ such that the are of the set is minimum.
I used the double integral method to do this but however can I do it without it? since this is a 12th grade question and we don't learn double integrals..
This is what I did, area of the set means that we have:
$$\int_m^{2m}\int_0^{x+\frac 6{x^2}}dydx=\int_m^{2m}(x+\frac 6{x^2})dx=\frac {3(m^3+2)}{2m}.$$
So to minimize the are I set $f(m)= \frac {3(m^3+2)}{2m}$ and used derivatives to find the point of minima..
$$f'(m)=\frac 32(\frac {2m^3-2}{m^2})=0 \to m^3=1$$
Leading to a unique solution $m = 1$.
Can I do this without using the double integral and then just basically solving the question?
By using the AM-GM inequality $$ a+b+c\ge3\sqrt[3]{abc}$$ one has $$ m+\frac{2}{m^2}=\frac12m+\frac12m+\frac{2}{m^2}\ge3\sqrt[3]{\frac12m\cdot\frac12m\cdot\frac{2}{m^2}}=\frac{3\sqrt[3]2}{2} $$ and "=" holds if and only if $\frac12m=\frac12m=\frac{2}{m^2}$ or $m=1$. Thus when $m=1$, the area has the minimum.