0

I am doing some estimations and I cannot think out inequality which should help.

I have $(1+a)^n$ where $a$ is constant very close to $0$. I want to have something of the following form $(1+a)^n\leq1+k(a,n)$.

I found somewhere $(1+a)^n\leq1+\frac{na}{1-na}$ but I have doubts that it is correct.

  • 2
    http://www.lkozma.net/inequalities_cheat_sheet/ineq.pdf, look in the "Bernoulli" section. – Clement C. Mar 19 '17 at 21:07
  • Of potential help: http://math.stackexchange.com/questions/210110/whats-the-name-of-the-approximation-1xn-approx-1-xn – mlc Mar 19 '17 at 21:08

1 Answers1

1

Since $e^x\geq 1+x$ by convexity, $$ (1+a)^n \leq \exp(an)=\frac{1}{\exp(-an)} \leq \frac{1}{1-an}.$$

Jack D'Aurizio
  • 353,855