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?
2026-04-15 06:23:29.1776234209
On
What's the name of the approximation $(1+x)^n \approx 1 + xn$?
73.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
1
On
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
Wikipedia calls it Binomial Approximation.