I want to calculate the limite of this function when $x\to\infty$.
$\lim_{x\to\infty}\left(\frac{c+\sqrt{x}}{-c+\sqrt{x}}\right)^x\exp(-2c\sqrt{x})$, where $c$ is a constant.
Numerically, I plot a graphic of this function, and I think the answer is 1. But theoretically, I have no idea how to proceed.
Using $\log\left(\frac{1+x}{1-x}\right)=\sum_{n=0}^\infty \frac{2x^{2n+1}}{2n+1}$ we find
$$\begin{align} \left(\frac{c+\sqrt{x}}{-c+\sqrt{x}}\right)^x e^{-2c\sqrt x}&=e^{x\log\left(\frac{1+c/\sqrt{x}}{1-c/\sqrt{x}}\right)}e^{-2c\sqrt x}\\\\ &=\exp\left({2cx^{1/2}\sum_{n=1}^\infty \frac{c^{2n}}{(2n+1)x^{n}}}\right) \end{align}$$
Letting $x\to \infty$, we find
$$\lim_{x\to\infty}\left(\frac{c+\sqrt{x}}{-c+\sqrt{x}}\right)^x e^{-2c\sqrt x}=1 $$