I need to find limit for: $$\lim_{x \to \infty} = \frac{x^2}{x-1}$$
I could solve this easily with L'hopital's rule. Taking derivative of both numerator and denumatorator gives:
$$\lim_{x \to \infty} = \frac{2x}{1} = \infty$$
But is there a way to solve this without using it? I tried multiplying both parts of the fraction with conjugate $(x+1)$, and then dividing with largest element. But I get zero in the denumerator.
Yes, there is, and for such simple problems, L’Hopital’s rule should never be used. When dealing with limits of rational functions (polynomial divided by polynomial), you always factor the highest powers from the numerator and denominator: \begin{align} \frac{x^2}{x-1}=\frac{x^2\cdot(1)}{x\cdot\left(1-\frac{1}{x}\right)}=x\cdot\frac{1}{1-\frac{1}{x}}. \end{align} As $x\to\infty$, the first term which is just $x$ obviously approaches $\infty$. The fraction on the other hand approaches $\frac{1}{1-0}=1$. Hence, their product approaches $\infty$.
This reasoning will show you more generally that if $f(x)=\frac{a_nx^n+\dots +a_0}{b_mx^m+\cdots +b_0}$ is a rational function with $a_n,b_m\neq 0$, then