Show that $(1+\frac{1}{x})^x(1+\frac{1}{x})>e$ for $x>0$. My idea is:
$(1+\frac{1}{x})^x(1+\frac{1}{x})>(1+\frac{1}{x})^x\rightarrow e$, as $x\rightarrow \infty $. So from the permanence theorem of the sign I conclude that $(1+\frac{1}{x})^x(1+\frac{1}{x})>e$.
to do: check my idea

- 63
-
Compare with https://math.stackexchange.com/questions/3087004/show-that-forall-n-in-bbb-n-e-left11-over-n-rightn-left1-1-ove . – user90369 Jan 15 '21 at 21:44
-
Ok thanks but briefly my solving is right or not? – willie Jan 15 '21 at 21:55
-
It's $,(1+\frac{1}{x})^{x+1}>e>(1+\frac{1}{x})^x,$ and therefore your argumentation doesn't work. – user90369 Jan 26 '21 at 15:40
2 Answers
It doesn't work, because $$ \Bigl(1+\dfrac{1}{x}\Bigr)^{\!x}<e $$ You want to prove that, for $x>0$, $$ \Bigl(1+\dfrac{1}{x}\Bigr)^{\!x+1}>e $$ which is equivalent to $$ f(x)=(x+1)\log\Bigl(1+\dfrac{1}{x}\Bigr)>1 \tag{*} $$ Consider $$ f'(x)=\log\Bigl(1+\dfrac{1}{x}\Bigr)+(x+1)\Bigl(\frac{1}{x+1}-\frac{1}{x}\Bigr) =1-\Bigl(1+\frac{1}{x}\Bigr)+\log\Bigl(1+\dfrac{1}{x}\Bigr) $$ OK, let's simplify the thing: set $g(t)=1-t+\log t$, for $t>1$; then $g'(t)=(1-t)/t$<0. Hence $g$ is decreasing and its limit at $1$ is $0$. Thus $g(t)<0$ for $t>1$ and we conclude that $f'(x)<0$.
Therefore $f$ is decreasing; since its limit at $\infty$ is $1$, we have verified the inequality (*).
We can also verify the first statement in a similar way. Consider $$ F(x)=x\log\Bigl(1+\frac{1}{x}\Bigr) $$ Then $$ F'(x)=\log\Bigl(1+\frac{1}{x}\Bigr)+x\Bigl(\frac{1}{x+1}-\frac{1}{x}\Bigr)=-\log\Bigl(\frac{x}{x+1}\Bigr)+\frac{x}{x+1}-1 $$ Consider $G(t)=t-1-\log t$, so that $G'(t)=(t-1)/t$, which is negative for $0<t<1$ and $G(1)=0$. Therefore $F'(x)>0$ and so $F$ is increasing. Since its limit at $\infty$ is $1$, we have the desired inequality.

- 238,574
-
My solving does not work because $(1+\frac{1}{x})^x$ is increasing for x>0? – willie Jan 15 '21 at 22:23
-
1@willie Yes, and its limit is $e$, so these values are all less than $e$. – egreg Jan 15 '21 at 22:47
-
Similar to @egreg's answer, consider that you look for the minimum value of $$f(x)=(x+1)\log\Bigl(1+\dfrac{1}{x}\Bigr) $$ We have $$f'(x)=\log \left(1+\frac{1}{x}\right)-\frac{1}{x}\qquad \text{and} \qquad f''(x)=\frac{1}{x^2(x+1)}$$ The first derivative is always negative and the second derivative is positive.
Expanding $f(x)$ as a series $$f(x)=1+\frac{1}{2 x}-\frac{1}{6 x^2}+\frac{1}{12 x^3}+O\left(\frac{1}{x^4}\right)$$ $$e^{f(x)}=e\left(1+\frac{1}{2 x}-\frac{1}{24 x^2}+\frac{1}{48 x^3}+O\left(\frac{1}{x^4}\right)\right)$$

- 260,315