I want to approximate
$$ f(x) = \left(1+\frac{2}{4x-1}\right)^{x} $$
I begin with the Stirling Approximation
$$ n! \sim \sqrt{2 \pi n} \left(\frac{n}{e}\right)^{n}$$
Raise both sides to the power of $$ \frac{n+1}{4n(n-1)} = A $$
$$(n!)^{A} \sim \left(\sqrt{2 \pi n} \left(\frac{n}{e}\right)^{n}\right)^{A} $$
When I plot this on Desmos it looks fine , However if i let :
$$ n = \left(1+\frac{2}{4x-1}\right )$$
To obtain the desired function
$$ \left(1+\frac{2}{4x-1}\right)^{x} $$
on the right side it does not look Asymptotic as $ x \to \infty $
What can i do , or what function do i use to approximate $ f(x) $ as $x \to \infty$
Thank you very much for your help and time.
Are you looking for $\lim _{x\ \rightarrow \infty \ }\left(1+\frac{2}{4x-1}\right)^x\ $?
If so, $$\lim _{x\ \rightarrow \infty \ }\left(1+\frac{2}{4x-1}\right)^x\ =\lim _{x\ \rightarrow \ \infty \ }\left(1+\frac{1}{\frac{4x-1}{2}}\right)^{\frac{4x-1}{2}\cdot \frac{2x}{4x-1}}=\lim _{x\ \rightarrow \ \infty \ }\left(\left(1+\frac{1}{\frac{4x-1}{2}}\right)^{\frac{4x-1}{2}}\right)^{\lim _{x\ \rightarrow \ \infty \ }\ \frac{2x}{4x-1}}=e^{\frac{1}{2}}=\sqrt{e}.$$