Given $a>b>2$ both positive integers, which of $a^b$ and $b^a$ is larger?
I tried an induction approach. First I showed that if $b=3$ then any $a \geq4$ satisfied $a^b<b^a$.
Then using that as my base case I tried to show that given any pair of positive integers $a,b$ satisfying $a>b>2$ and $a^b<b^a$, then $(a+1)^{b+1}<(b+1)^{a+1}$ - but that is where I got stuck.
Any help would be appreciated.
The result follows easily using calculus. Here's an elementary approach, which uses the fact that $a, b$ are positive integers.
Consider $n \geq 3$. Then $$(n+1)^n=\sum_{i=0}^{n}{\binom{n}{i}n^{n-i}}=1+n^2+\sum_{i=0}^{n-2}{\binom{n}{i}n^{n-i}}<n^n+\sum_{i=0}^{n-2}{n^n}=n^{n+1}$$ since $\binom{n}{i} \leq n^i$, and $1+n^2<n^n$ for $n \geq 3$.
Therefore $n^{\frac{1}{n}}>(n+1)^{\frac{1}{n+1}}$ for $n \geq 3$. This immediately implies that $a^{\frac{1}{a}}<b^{\frac{1}{b}}$, so $a^b<b^a$.