The following question asks me to find all horizontal, vertical and inclined asymptotes for the following function:
$f(x)=\sqrt{x^2+5x+1}$
I've learnt that to find vertical asymptotes, you let the denominator equal to zero. For horizontal asymptotes, you divide the x's top and bottom with the highest degree. To find inclined or slanted asymptotes if $\displaystyle\lim_{x\to\infty}[f(x)-(mx+c)]=0$ or $\displaystyle\lim_{x\to-\infty}[f(x)-(mx+c)]=0$.
We know that if at least one of the following conditions: $$\lim_{x\to x_0^+}f(x)=\infty,~~\lim_{x\to x_0^-}f(x)=\infty$$ holds, the line $x=x_0$ would be the vertical asymptote and you see that because of the structure of $f(x)$ here, it doesn't have such this line. Also, if at least one of the conditions $$\lim_{x\to +\infty}f(x)=y_0,~~\lim_{x\to -\infty}f(x)=y_0$$ holds so the line $y=y_0$ is the horizontal asymptote, but when $x\to\infty$ we have $$f(x)\sim\sqrt{x^2}=|x|$$ This shows that we don't have any horizontal asymptotes for $f(x)$'s graph. Now think about the following limits: $$m=\lim_{x\to +\infty}\frac{f(x)}{x}=\lim_{x\to +\infty}\frac{|x|}{x}=1$$$b=\lim_{x\to +\infty}[f(x)-mx]=\lim_{x\to +\infty}[\sqrt{x^2+5x+1}-x]=\lim_{x\to +\infty}\left(\frac{(\sqrt{x^2+5x+1}-x)(\sqrt{x^2+5x+1}+x)}{(\sqrt{x^2+5x+1}+x)}\right)=\lim_{x\to +\infty}\left(\frac{(\sqrt{x^2+5x+1})^2-x^2}{(\sqrt{x^2+5x+1}+x)}\right)=\lim_{x\to +\infty}\left(\frac{+5x+1}{|x|\sqrt{1+5/x^2+1/x^2}+x}\right)=\lim_{x\to +\infty}\left(\frac{x(5+1/x)}{2x}\right)=5/2$ We you could find these constants $m$ and $b$, then the line $mx+b$ would be the inclined asymptote. Of course the same lmits may be taken for $m$ and $b$ while $x\to -\infty$.