How can an oblique asymptote be $y = x$ , as $x\to \infty$?

484 Views Asked by At

In my Calculus book, an oblique asymptote defined as:

Oblique Asymptote:

the function $y = f(x)$ has an oblique asymptote $y = mx + n$, if:

  1. $$\lim_{x\to \infty} {f(x) \over x} = m$$ where $m$ is a finite number.

  2. $$\lim_{x\to \infty} [{f(x) - mx}] = n$$ where $n$ is a finite number as well.

My problem:

In the exercises book, there's an exercise:

$$f(x) = x + {\sin(x) \over x} $$

I found there's no vertical asymptote, as in the solutions.

But, I also found that there's no oblique asymptote, but the solutions tell the opposite.

My solution:

$$m = \lim_{x \to \infty} x + {\sin x \over x} = \lim_{x \to \infty} x + {0} = \lim_{x \to \infty} {x} = {\infty}. $$

As we can see, by his own definition, the asymptote couldn't be - because $m$ is infinity,

as the definition defines that $m$ and $n$ must be finite.

So how the oblique asymptote is $y = x$?

Thank you!

2

There are 2 best solutions below

3
On BEST ANSWER

We have $$m=\lim_{x\to\infty}\frac{f(x)}{x}=\lim_{x\to\infty}1+\frac{\sin x}{x^2}=1$$ and $$n=\lim_{x\to\infty}f(x)-x=\lim_{x\to\infty}\frac{\sin x}{x}=0$$ so $$y=x$$ is the oblique asymptote of the function at $\infty$

0
On

$m=\lim_{x\to\infty}\frac{f(x)}{x}=\lim_{x\to\infty}1+\frac{\sin x}{x^2}=1$. Now you can continue.