This is with reference to this video. If you could not watch the video, I have written the shortcut trick below.
Lets say we have a limit extended to infinity of a polynomial function N by a polynomial function D (or any rational function), where N and D are numerator and denominator respectively; $$\lim _{x\rightarrow \infty }\dfrac{N}{D}$$
Let us consider the degree of the numerator N and the degree of the denominator D. If the degree of the numerator N is greater than the degree of the denominator N then answer is infinity; $$\lim _{x\rightarrow \infty }\dfrac{N}{D}=\infty $$
If in the numerator N the degree is less than the degree of the denominator D then the answer is zero; $$\lim _{x\rightarrow \infty }\dfrac{N}{D}=0 $$
and if the degree of the numerator N and the degree of the denominator D are equal then the answer is coefficient of the highest power in the numerator upon the coefficient of highest power in the denominator. $$\lim _{x\rightarrow \infty }\dfrac{N}{D}=\dfrac{a}{b} $$, where $a$ and $b$ are the coefficient of the highest power in the numerator and the coefficient of highest power in the denominator respectively.
Examples $$ \begin{array}{l} \lim _{x \rightarrow \infty} \frac{x^{4}-3 x^{2}+1}{x^{2}+5}=\infty \\ \lim _{x \rightarrow \infty} \frac{\sqrt{x^{6}-5 x^{3}+2 x+7}}{x^{5}+4 x^{4}-11 x^{3}}=0 \\ \lim _{x \rightarrow \infty} \frac{2 x^{3}-7 x^{4}+2}{5 x^{4}+3 x^{2}+1}=-\frac{7}{5} \end{array} $$
Why does this shortcut trick work? I found this shortcut trick from this video.
The same shortcut trick has been mentioned by @ParamanandSingh in this answer;
- If the degree of numerator is less than that of the denominator then the limit is $0$.
- If the degree of numerator is equal to that of the denominator then the limit is non-zero and equal to the ratio of leading coefficients of the numerator and denominator.
- If the degree of numerator is more than that of the denominator then the limit is $\infty$ or $-\infty$ depending on whether the ratio of leading coefficients of numerator and denominator is positive or negative.
What is the explanation for this shortcut trick to evaluate $\lim _{x\rightarrow \infty }$? Why does this shortcut trick work?
One of the simpler way to look at this and you can do it as an exercise is to factor out the term with the highest degree for both the numerator and denominator and ponder about it for a second. You will find that essentially (using one of your example) that essentially $$ \lim_{x\to\infty} \frac{x^4-3x^2+1}{x^2+5} = \lim_{x\to\infty} \frac{x^4}{x^2}$$ And this goes for any polynomial with respect to limits as the term with the highest degree grows large.