I'm trying to get the asymptotes of a hyperbola of the form $f(x)=\sqrt{1+px^2}$. So I took the derivative giving me:
$${d\over dx}\left(\sqrt{1+px^2} \right)={px\over \sqrt{1+px^2}} $$
Now, giving that the asymptote lines $T(a)$ at some point $(a,f(a))$ of the graph is:
$$T(a)=f'(a)(x-a)+f(a) $$
I decided to take the limit
$$\lim_{a\to\infty}T(a)=\lim_{a\to\infty}\left({pa\over \sqrt{1+pa^2}} \right)(x-a)+ \sqrt{1+pa^2}$$
I tried L'Hopital's rule and didn't work.
If a do a substitution $a=1/u$, such that taking the limit when $u\to 0$ then:
$$\lim_{a\to\infty}\left({pa\over \sqrt{1+pa^2}} \right)(x-a)+ \sqrt{1+pa^2}$$
$$=\lim_{u\to 0}\left({p(1/u)\over \sqrt{1+p(1/u)^2}} \right)(x-(1/u))+ \sqrt{1+p(1/u)^2} $$
$$=\lim_{u\to 0}\left({p\over \sqrt{u^2+p}} \right)\left(ux-1\over u \right)+{{\sqrt{u^2+p}}\over u}$$
$$=\lim_{u\to0}{{pux-p+u^2+p}\over u\sqrt{u^2+p}}=\lim_{u\to 0}{{px+u}\over\sqrt{u^2+p}} $$ $$={px\over \sqrt{p}} $$
And so$\dots$
$$\lim_{a\to\infty}T(a)=x\sqrt{p} $$