For the function $y=\ln(x)/x$:
Show that maximum value of $y$ occurs when $x = e$.
Using this information, show that $x^e <e^x$ for all positive values of $x$.
Two positive integers, $a$ and $b$, where $a < b$, satisfy the equation $a^b = b^a$. Find $a$ and $b$ , and show that these are unique solutions.
For the first probelm, I was thinking of getting the derivative of the function (which is $(\ln(x)+1)/x^2)$ and using sign charts in order to show the max.
But I'm not sure on how I would use that for the second problem nor the third problem.
Thanks!
Let $$f(x)=\frac{\ln(x)}{x}$$
for $x>0$.
$$f'(x)=\frac{1-\ln(x)}{x^2}$$
$$f'(x)=0\iff \ln(x)=1\iff x=e.$$
thus
$$(\forall x>0) \;\; \frac{\ln(x)}{x}\le f(e)$$ or $$(\forall x>0) \;\; e\ln(x)\le x$$
and $$(\forall x>0)\;\; \ln(x^e)\le \ln(e^x)$$
For the other
$$a^b=b^a \implies b\ln(a)=a\ln(b)$$
$$\implies f(a)=f(b)$$
$$e\approx 2.8 \implies a\in\{0,1,2\}$$
$$\implies a=2\;\; b=4$$