I am interested in the limit as $x\rightarrow\infty$ of the following function:
$$f(x)=\left(\sqrt{(1+ab)(1+ab+(1-a)cx^{-d})}-\sqrt{ab(ab+(1-a)cx^{-d})}\right)^{-x}$$
Here $0<a<1$, $0<b\ll 1$ and $0<c\ll 1$ are small positive constants, and $d$ is a positive variable.
I did some numerical evaluations of this expression, and it seems to me that for $0<d<1/2$, $\lim_{x\rightarrow\infty}f(x)=0$; for $d=1/2$, $\lim_{x\rightarrow\infty}f(x)=e^{g(a,b,c)}$; and for $d>1/2$, $\lim_{x\rightarrow\infty}f(x)=1$. But I am stuck trying to prove that.
I tried putting the expression into the following form:
$$f(x)=\left(\sqrt{(1+ab)(1+ab+(1-a)cx^{-d})}\left(1-\sqrt{\frac{ab(ab+(1-a)cx^{-d})}{(1+ab)(1+ab+(1-a)cx^{-d})}}\right)\right)^{-x}$$
and then applying the usual method of taking its log to obtain the following:
$$\begin{array}{rcl}\log f(x)&=&-\frac{x}{2}\left(\log(1+ab)+\log(1+ab+(1-a)cx^{-d})\right)\\ & &-x\log\left(1-\sqrt{\frac{ab(ab+(1-a)cx^{-d})}{(1+ab)(1+ab+(1-a)cx^{-d})}}\right)\\ &\approx&-\frac{x}{2}\left(2ab+(1-a)cx^{-d}\right)+x\sqrt{\frac{ab(ab+(1-a)cx^{-d})}{(1+ab)(1+ab+(1-a)cx^{-d})}}\end{array}$$
but I don't know what to do with the square root...
Any hints would be appreciated.