Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Concept of using limits to find horizontal asymptotes.

Writer Sebastian Wright
$\begingroup$

$$y=\dfrac{(\sin x)^3}{x^2}$$ My professor explained how to do this problem by using limits. I am a little confused as to why he used limits because in the past we were told to look at the coefficients of the biggest degrees. I have done some searching online and found that if you take the limit of a function as it approaches $\infty$ or $-\infty$, you would get the horizontal asymptotes. I have also came across someone saying that the coefficients do not matter and only the degrees matter. Is this true for all cases? In the past I was told to use the ratio of the coefficients of the largest degree and that would be the horizontal asymptote. Is this not the case when you are using limits to find the horizontal asymptotes? If not, could someone give me an example when the coeffcients are used?

$\endgroup$

2 Answers

$\begingroup$

You can look at the degrees if the numerator and denominator are both polynomials. In general, it's not so simple; in general there isn't even anything you can identify as a "degree". Here, the numerator is not a polynomial, and it's not so simple.

If you try to pretend that $(\sin x)^3$ is a third-degree polynomial, you will get the wrong answer.

You can use the coefficients of the highest-degree terms of the numerator and denominator when the numerator and denominator are polymomials. For example,

$$\frac{12x^2+7x+17}{3x^2-8}$$

has a horizontal asymptote at $y=4$, and

$$\frac{7x+17}{3x^2-8}$$

has one at $y=0$.

$\endgroup$ 2 $\begingroup$

Consider the degrees of the numerator and denominator when both are polynomials. If they have the same degree, we only need to consider the coefficients of the highest powers; however, if their degrees differ, then either the numerator has a higher power or a lower power. In the former case, the limit tends to $\infty$ or $-\infty$, depending on the sign of its coefficient ($+\infty$ if the coefficient is positive, and $-\infty$ if it is a negative coefficient). Consider, for example, $$\lim_{x\to\infty}\frac{x^2+1}{x+1}.$$ The numerator has a higher power, and the numerator and denominator are positive, hence the limit is $+\infty$.

In the latter case, the limit always goes to zero, as in the example $$\lim_{x\to\infty}\frac{x+1}{x^2+1}.$$

Note that if the numerator has a higher power by only $1$ degree, we can use long division of polynomials to actually calculate the oblique asymptote. Considering the first example, we can calculate $$\frac{x^2+1}{x+1}=x-1+\frac{2}{x+1}.$$ As $x$ gets big, the last term goes to zero, thus the oblique asymptote is $$x-1.$$

In cases where they're not both polynomials, we usually have to rely on some bounds. In your example, we know $-1\leq\sin(x)\leq 1$, and the limits become easy to calculate. That is, we have $$\lim_{x\to\infty}\frac{-1}{x^3}=0\leq\lim_{x\to\infty}\frac{\left(\sin x\right)^3}{x^3}\leq0=\lim_{x\to\infty}\frac{1}{x^3}$$

$\endgroup$ 5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy