Show by induction that:
for all $x>0$ that $(1+2x)^n \geq 1+2nx$
So far I have:
for $n=1 \rightarrow (1+2x)^1 \geq 1+2x$. True!
for $n=k+1 \rightarrow (1+2x)^{k+1} \geq 1+2(k+1)x$
= $(1+2x)^k (1+2x) \geq 1+2xk+2x $
What is te next step to show this is true?
Taking it from where you left it:
$$(1+2x)^k(1+2x)\stackrel{\text{Ind. hypothesis}}\ge(1+2kx)(1+2x)$$
So it is enough to show
$$(1+2kx)(1+2x)\ge1+2(k+1)x$$
and this is true iff (opening parentheses)
$$1+2x+2kx+4kx^2\ge1+2kx+2x\iff4kx^2\ge0$$
and since the last inequality is trivial we're done.
You may want to google "Bernoulli inequality"