I have this equation, and I've tried checking which is bigger,
$ e ^ {3 \pi} \space ? \space 3 ^ {e \pi}$
What I've tried:
$ e ^ {3 \pi} \space ? \space 3 ^ {\pi e} / \sqrt[\pi]{} $
$ e ^ {3} \space ? \space 3 ^ {e}$
$ (e ^ {1\over e}) ^ {3e} \space ? \space (3 ^ {1\over 3}) ^{3e} / \sqrt[3e]{}$
$ e ^ {1\over e} \space ? \space 3 ^ {1\over 3} / \ln()$
$ {1\over e} \space ? \space {1\over 3} \ln(3) $
and now because ln(3) > 1, I assumed the right side was bigger, apparentaly it wasn't. For future references. How do I go about checking which one is bigger?
You have come up till comparing $e^\frac{1}{e}$ and $3^\frac{1}{3}$. Now, observe the function $x^\frac{1}{x}$. Prove that it takes the maximum value at e. This can be done by implicit differentiation.