6
$\begingroup$

I am collecting some easy problems for my students and now I am facing to the following problem:

Prove that the function $$f(x)=\left(1+\frac{1}{x}\right)^x$$ is increasing in $(0,+\infty)$.

Undoubtedly, they will solve it by using the logarithmic differentiation. I am wonder what can I do if someone wants me to verify it just by doing the definition of increasing function? I think , I am missing somethings here around. Light my way. Thanks!

  • 0
    Well, I tried to adapt the proof here, http://planetmath.org/11nnIsAnIncreasingSequence.html by substituting $n$ and $n+1$ with $\frac{n}{m}$ and $\frac{n+1}{m}$, raising everything to power $m$ and using generalized Bernoulli's inequality. So it would hold for rationals, then by some brilliant continuity argument everything would work out. The generalized Bernoulli's inequality is apparently proven using derivatives so I don't really know if this would be acceptable.2012-12-16
  • 0
    @E.Lim Oh, I just see that you already used the Bernoulli inequality. And I share your concern whether it is elementary.2012-12-16
  • 0
    Great question for committed teachers!2013-04-16

1 Answers 1

3

You can use the Bernoulli inequality $(1+x)^\alpha \geq 1+\alpha x$ for real $x>-1$ and $\alpha \geq 1$. Then for $x>0$ and $\alpha \geq 1$

$$ \alpha x \log(1+\frac{1}{\alpha x}) = x\log(1+\frac{1}{\alpha x})^\alpha \geq x\log(1+\frac{1}{x}). $$

Edit: See E.Lim's comment above. The use of Bernoulli's inequality could be questionable.