Unknownpgr

Which Is Greater, a^b or b^a?

2021-01-01 03:27:09 | English, Korean

This post was translated from Korean into English by AI.

One day, out of the blue, I found myself wondering whether eπe^\pi or πe\pi^e was greater. Of course, it is easy to find out with a calculator, but I wanted to prove which one was greater without using one.

So, on a whim, I proved it.

Here is the proof.


Let us generalize the question and compare aba^b and bab^a for positive numbers aa and bb.

ab>babloga>alogb(x>ylogx>logy)blogaab>alogbab(ab>0)logaa>logbba^b>b^a\\ \leftrightarrow b\log a > a \log b (\because x>y\leftrightarrow\log x> \log y)\\ \leftrightarrow \frac{b\log a}{ab}>\frac{a \log b}{ab} (\because ab>0)\\ \leftrightarrow \frac{\log a}{a}>\frac{\log b}{b}

Now, let

f(x)=logxxf(x) = \frac{\log x}{x}

Then

f(x)=1logxx2f'(x)=\frac{1-\log x}{x^2}

Calculating the values confirms this: eπ23.14e^\pi\sim23.14 and πe22.45\pi^e\sim22.45, so eπe^\pi is slightly greater.


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -