If I have such limit $\displaystyle\lim_{x \to -\infty} \frac{2x^2-4x}{x+1}$ to calculate.
How can I know if the result if $-\infty$ or $\infty$ if I don't have a way to graph this function and I don't know how this graph looks like?
Because the direct substitution will be like this:
- $\dfrac{2(-\infty)^2-4(-\infty)}{-\infty+1}$
I am always confused when calculating the limit when it is approaching $-\infty$ because it is not as easy as ones that approach $\infty$
Assuming the numerator and denominator are polynomials, you can simply ignore all but the highest power term in numerator and denominator, as the highest power term in each will dominate the others as $x$ moves far away from $0$. In your case, for instance, the function behaves like $\frac{2x^2}{x}=2x$ when $x\to\pm \infty$.
One can justify this by, for instance, dividing numerator and denominator by the highest power term of the denominator (including the coefficient if there is one), and working with the result. In your case $$ \frac{2x^2/x-4x/x}{x/x+1/x}=\frac{2x-4}{1+\frac1x} $$ It should now be easier to see what happens in the limit.