1

How to prove that for every real number $x\geq0$ and every integer $n\geq0$ $$1+(n+1)x \le (1+x)^{n+1}.$$

I'm trying with the geometric mean and arithmetic mean inequality, but I don't know what $x_1, x_2, ... $ to get to this.

Servaes
  • 63,261
  • 7
  • 75
  • 163

1 Answers1

3

If $x\geq0$ then by the binomial theorem $$(1+x)^{n+1}=\sum_{k=0}^{n+1}\binom{n+1}{k}x^n\geq\binom{n+1}{0}x^0+\binom{n+1}{1}x^1=1+(n+1)x.$$ If we allow $x<0$ then there exist counterexamples, such as $x=-4$, $n=2$.

Servaes
  • 63,261
  • 7
  • 75
  • 163