2

I want to show that $ e^{\pi} > \pi ^{e}$?

I was trying to make some functional relations to verify this but I am not able to do so . Any help or hints will be helpful for me.

Thanks

monalisa
  • 4,460

2 Answers2

4

Let $a = e^{\pi}$ and $b = \pi ^{e}$.

Taking logarithms we obtain $a > b$ iff $\frac {\log e}{e} > \frac {\log \pi}{\pi}$

Now consider the function $f(x) = \frac{\ln x}{x}$ and check when $f$ is decreasing?

Srijan
  • 12,518
  • 10
  • 73
  • 115
3

Look at the function $$f(x)=\frac{\log x}x$$

You're looking at $x^y<y^x$, or equivalently $f(x)<f(y)$.

Pedro
  • 122,002