Find the maximum possible value of $$8 \cdot 27^{\log_{6}x}+27 \cdot 8^{\log_{6}x}-x^3$$ $x>0$
How do I deal with the powers which involve logarithm of $x$?
I'm not being able to simplify.
Any suggestion?
Edit:Solved it.It was simple.Just substitute $x^3=6^t$.That makes the expression very simple.Put derivative to 0.x is $6$ simply by observation!
The problem being obviously (according to the input to Wolfran Alpha) $$f(x)=8\times 27^{\log_{6}x}+27\times 8^{\log_{6}x}-x^3$$ start changing variable $y=\log_6(x)$ that is to say $x=6 ^y$. Replacing, $$f(y)=8\times 27^y+27 \times 8^y-6^{3y}$$ Computing derivatives $$f'(y)=8\times 27^y \log (27)+27\times 8^y \log (8)-3\times 6^{3 y} \log (6)$$ Now, inspection $$f'(0)=78 \log (2)+21 \log (3)$$ $$f'(1)=0$$ So, $y=1$ corresponds to an extremum. Now, the second derivative $$f''(y)=8\times 27^y \log ^2(27)+27\times 8^y \log ^2(8)-9\times 6^{3 y} \log ^2(6)$$ $$f''(1)=-3888 \log (2) \log (3) <0$$ So $y=1\implies f(1)=216$ is the maximum.