Given the following function:
$$f(x)= \frac{3x-1}{ \sqrt{3x^2-2x+1}}$$
I want to find the horizontal asymptotes of it, I let the function’s values go up to infinity and down go negative infinity in order to examine its behavior for growth and diminishing. For calculating it neatly I’ve multiplied both the numerator and the denominator by $\frac{1}{x}$. Then squared it and took a root of it at the denominator in order to get it under the original square root. After doing that and examine what would happen I found one horizontal asymptote at $y= \sqrt{3}$ , but according to the answers there’s another one in negative square root of three, what am I missing here?
The shortest way is with equivalents:
$3x^2-2x+1\sim_{\pm\infty}3x^2$, $\;3x-1\sim_{\pm\infty}3x$, so $$ \frac{3x-1}{\sqrt{3x^2-2x+1}}\sim_{\pm\infty}\frac{3x}{\sqrt{3x^2}}=\sqrt3\,\frac x{|x|}=\sqrt3\,\operatorname{sgn}x. $$