I was doing a exercise and I don't understand a part of it.
- Calculate the maximum value of $f (x, y, z) = \ln x + \ln y + 3 \ln z$ on the portion of the sphere $x^2+y^2+z^2=5r^2$ in the first octant. Use this result to show that $abc^3\leq 27\big((a+b+c)/5\big)^5$, for all $a,b,c >0$.
I got it do the first part of the problem, but i do not know what i should have to do in the second part, that ask to show that expression. ty I took a picture :)
Denote: $x=\sqrt{a}, y=\sqrt{b}, z=\sqrt{c}$. Then: $$\begin{align}f (x, y, z) = \ln x + \ln y + 3 \ln z&\le 5\ln r+3\ln \sqrt{3} \Rightarrow \\ \ln (xyz^3)&\le \ln (r^5\cdot \sqrt{27}) \Rightarrow \\ xyz^3&\le \sqrt{27}\cdot r^5\Rightarrow \\ \sqrt{abc^3}&\le \sqrt{27}\cdot \left(\sqrt{\frac{a+b+c}{5}}\right)^5 \Rightarrow \\ abc^3&\le 27\cdot \left(\frac{a+b+c}{5}\right)^5.\end{align}$$