Which approximation allows for the following?
$$ \left(1-\frac{1}{x}\right)^n \approx e^{-n/x} $$
Here both $x$ and $n$ are variables.
Which approximation allows for the following?
$$ \left(1-\frac{1}{x}\right)^n \approx e^{-n/x} $$
Here both $x$ and $n$ are variables.
On
The binomial theorem gives the approximation $$ \left(1-\frac{1}{x}\right)^n \approx {1-\frac{n}{x}} $$ and the series expansion of $e^{-n/x}$ gives the approximation $$ e^{-n/x} \approx {1-\frac{n}{x}} $$ hence the result.
The $n$ doesn't matter: If $(1-\frac1x)\approx e^{-1/x}$, then I raise both sides to the $n$th power to get your approximation.
The Taylor series (or MacLaurin series) of $e^y$ is $e^y\approx 1+y+\frac{y^2}2+...$ The linear approximation is $e^y\approx 1+y$, which works when $y$ is small.
Now put $y=-1/x$, and get $1-\frac1x\approx e^{-1/x}$ which works when $x$ is large.