2

Prove that for every real number $x > −1$ and every $n = 1,2,\ldots,$ $$(1+x)^n ≥1+nx.$$

I don't know where to begin so I haven't tried anything.

E W H Lee
  • 2,336

2 Answers2

1

this the so called Bernoulli inequality, $(1+x)^n\geq 1+nx$ we can prove it by induction

0

let $f(x) = (1+x)^n - 1 - nx$. Can you find what the variations of $f$ are?


Alternative:

let $g(x) = (1+x)^n$. Then $n\ge 1\implies g$ is convex. Let $x>-1$. Using the mean value theorem, $$ g(x) = g(0) + xg'(0) + g''(c) $$for a certain $c$ between $0$ and $x$. As $g''\ge 0$, $$ g(x) \ge g(0) + xg'(0) = 1+nx $$

mookid
  • 28,236