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?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
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 |
|||
|
|