Find the minimum value for $x^x$ for $x$ a positive real number
If $x$ and $y$ are positive real numbers, show that $y^x + x^y > 1$
Asked
Active
Viewed 375 times
-1
-
2Bold characters are not necessary. For 1, write $x^x=\exp(x\log x)$ and study the variations of $x\log x$. – Julien Mar 03 '13 at 17:02
1 Answers
5
$\frac{d}{dx}{x^x}=x^x(\ln(x)+1)$. Thus $x^x$ is decreasing for $x<\frac{1}{e}$, increasing for $x>\frac{1}{e}$, and attains its minimum of $e^{-\frac{1}{e}}$ at $x=\frac{1}{e}$.
If $x \geq 1$, then $x^y+y^x>x^y \geq 1$.
Similarly if $y\geq 1$, then $x^y+y^x>y^x \geq 1$.
Finally if $0<x, y<1$, let $x=\frac{1}{1+a}, y=\frac{1}{1+b}, 0<a, b$, so that the inequality becomes $\frac{1}{(1+a)^y}+\frac{1}{(1+b)^x}>1$. By Bernoulli's inequality, since $0<x, y<1$ and $0<a, b$, we have $(1+a)^y \leq 1+ya$ and $(1+b)^x \leq 1+xb$. Thus $\frac{1}{(1+a)^y}+\frac{1}{(1+b)^x} \geq \frac{1}{1+ya}+\frac{1}{1+xb}=\frac{2+a+b}{1+a+b}>1$
William Elliot
- 17,598
Ivan Loh
- 16,955
-
-
Bernoulli's inequality seems to be the best way to go about it, after you are left with the case $0<x, y<1$. – Ivan Loh Mar 04 '13 at 15:42
-
-
$\frac{1}{1+ya}+\frac{1}{1+xb}=\frac{1}{1+\frac{a}{1+b}}+\frac{1}{1+\frac{b}{1+a}}=\frac{1+b}{1+b+a}+\frac{1+a}{1+a+b}$ – Ivan Loh Mar 04 '13 at 23:59