Can asymptotes be curved?

9.1k Views Asked by At

When I was first introduced to the idea of an asymptote, I was taught about horizontal asymptotes (of form $y=a$) and vertical ones ( of form $x=b$).

I was then shown oblique asymptotes-- slanted asymptotes which are not constant (of the form $y=ax+b$).

What happens, though, if we've got a function such as $$f(x)=e^x+\frac{1}{x}?$$

Is $y=e^x$ considered an asymptote in this example?

Another example, just to show you where I'm coming from, is $$g(x)=x^2+\sin(x)$$-- is $y=x^2$ an asymptote in this case?

The reason that I ask is that I don't really see the point in defining oblique asymptotes and not curved ones; surely, if we want to know the behaviour of $y$ as $x \to \infty$, we should include all types of functions as asymptotes.

If asymptotes cannot be curves, then why arbitrarily restrict asymptotes to lines?

3

There are 3 best solutions below

0
On BEST ANSWER

The concept of asymptotes is quite common for curved graphs, although somehow the terminology is not much used outside of the context of lines. The way in which the concept is used is that if one is given a function $f(x)$, it is interesting to study other functions $g(x)$ that are "asymptotic to $f(x)$" in various ways. One meaning of this phrase would be that $$(1) \quad \lim_{x \to +\infty} |f(x)-g(x)|=0 $$ which is exactly what "asymptotic" means in the ordinary sense when the graph of $f(x)$ is a line. Another somewhat different notion is that $$(2) \quad \lim_{x \to +\infty} \frac{f(x)}{g(x)} = 1 $$ which only really makes sense when $f(x)$ and $g(x)$ are nonzero near $+\infty$. There are many other variations on this concept. This discussion falls under the name of "growth types of functions", which are important in computer science and other places; these notes look like a good basic discussion, for example.

And regarding your question of whether $g(x) = x^2 + \sin(x)$ is asymptotic to $y=x^2$, it is asymptotic in sense (2) but not in sense (1).

6
On

"Asymptote," in my view, essentially refers to some kind of limiting behavior of a function. So for instance, we talk about asymptotic series expansions. So from an analytic geometry perspective, we might think of an "asymptote" as a function or relation that describes how another function approaches it arbitrarily closely. For example, $$f(x) = \frac{x-x^2+x^4}{x^2-1}$$ might be thought of as having a parabolic asymptote and two vertical asymptotes, since for "large" $x$, $f(x) \sim x^2$. But I hesitate to say $f(x) = x^2 + \sin x$ has such an asymptote, because the magnitude of $\sin x$ does not diminish as $x$ gets large. enter image description here

0
On

terminology is up to you. However, it is useful, when graphing rational functions, to realize that they are essentially polynomial (or the reciprocal of a polynomial) for large absolute values of the argument. Graph $$ y = \frac{x^5 - 7}{x^3 - 12 x}, $$ for large $|x|,$ $y$ is pretty much $x^2.$