Find the asymptote of $f(x)$ as $x \rightarrow \infty$ where
$$f(x) = \frac{x^3 -x^2 +2}{x-1}$$
The answer key mentioned that the answer is $h(x)=x^2$ where $h(x)$ is the equation of the asymptote of $f(x)$. I beg to differ with this solution:
$$ \begin{align*} f(x) = \frac{x^3 -x^2 +2}{x-1} &= \frac{x^2 (x-1) +2}{x-1}\\ &=x^2+\frac{2}{x-1} \end{align*} $$
With arrangement, we attempt to fit it in the form $f(x) + h(x) =\frac{2}{x-1}$ and so we have $h(x) = -x^2$. So the asymptote of $f(x)$ as $x \rightarrow \infty$ is $y=-x^2$
Any ideas to solve this?