In the complexity analysis of an algorithm, I encountered this function in $x$ for some small positive constants $a$, $b$ with $a>b>1$.
$$f(x)={(a/b)^{\log_a(x(a-1)+1)}-1\over x(a/b-1)}$$
What is the asymptoptic growth of $f(x)$ as $x\to\infty$? Note that $f(x)\to0$ as $x\to\infty$ and I believe there are asymptoptics of the form
$$f(x)\sim{c\over\root d\of x}+\mathcal{O}(x^{-1})$$
for some constants $c$, and $d$ but I didn't find any way to isolate $x$.