9
$\begingroup$

A good approximation of $(1+x)^n$ is $1+xn$ when $|x|n << 1$. Does this approximation have a name? Any leads on estimating the error of the approximation?

  • 0
    Taylor approximation is exactly what I was looking for. Somehow, given that (1+x)^n has a finite expansion, I thought this was about finite series rather than infinite series, and didn't even think of the Taylor expansion. Your comment made me realize that the finite expansion IS the Taylor series, so I can use the integral form of the remainder to estimate how good of an approximation we have. Thanks!2012-10-10

2 Answers 2

6

I would just call it the first order truncation of the Binomial series. If you want more terms of the series, then it's given by $(1+x)^n = 1 + nx + \frac{n(n-1)}{2}x^2 + \frac{n(n-1)(n-2)}{3!}x^3 + \mathcal{O}(x^4)$ for the full series, you can visit the link I provided.

You may also be interested in Bernoulli's inequality

3

I would say it comes from the Bernoulli inequality. You can read it up on Wiki