Asymptote
From Wikipedia, the free encyclopedia
A curve A is said to be an asymptote of curve B when the following is true: for any arbitrary positive value d,
(1) There exist points on A beyond which the distance from A to B never exceeds d
(2) There exist points on B beyond which the distance from B to A never exceeds d.
In other words, as one moves along B in some direction, the distance between it and the asymptote A eventually becomes smaller than any distance that one may specify.
If a curve C has the curve L as an asymptote, one says that C is asymptotic to L.
Contents |
[edit] Asymptotes, graphs and definitions
[edit] Meaning
Asymptotes are formally defined using limits. There are many different cases that can be treated separately, such as linear asymptotes (below), although intuitively the two functions become arbitrarily close.
A specific example of linear asymptotes can be found in the graph of the function f(x) = 1/x, in which two asymptotes are seen: the horizontal line y = 0 and the vertical line x = 0.
There are multiple ways of interpreting asymptotic behavior. In particular the statement "A function f(x) is said to be asymptotic to a function g(x) as x → ∞" has any of at least three distinct meanings:
- f(x) − g(x) → 0.
- f(x) / g(x) → 1.
- f(x) / g(x) has a nonzero limit.
[edit] Multiple asymptotes, intersection
A function may have multiple asymptotes, of different or the same kind. One such function with a horizontal, vertical, and oblique asymptote is graphed to the right above.
In particular a function y = ƒ(x) can have at most 2 horizontal or 2 oblique asymptotes (or one of each). There may be any number of vertical asymptotes, such as y=tan(x)
A curve may cross its asymptote repeatedly or may never actually coincide with it. A curve may have multiple asymptotes. Further, it may even intersect an asymptote infinitely many times, as graphed to the left.
[edit] Linear asymptotes
[edit] Horizontal asymptotes
Suppose f is a function. Then the line y = a is a horizontal asymptote for f if
- <math>\lim_{x \to \infty} f(x) = a \,\mbox{ or } \lim_{x \to -\infty} f(x) = a.</math>
Intuitively, this means that f(x) can be made as close as desired to a by making x big enough. How big is big enough depends on how close one wishes to make f(x) to a. This means that far out on the curve, the curve will be close to the line.
Note that if
- <math>\lim_{x \to \infty} f(x) = a \,\mbox{ and } \lim_{x \to -\infty} f(x) = b</math>
then the graph of f has two horizontal asymptotes: y = a and y = b. An example of such a function is the arctangent function.
Another example would be ƒ(x)=1/(x2+1), which has a horiztonal asmyptote at y=0, as can be seen by the limit
- <math>\lim_{x\to \infty}\frac{1}{x^2+1}=0</math>
[edit] Vertical asymptotes
The line x = a is a vertical asymptote of a function f if either of the following conditions is true:
- <math>\lim_{x \to a^{-}} f(x)=\pm\infty</math>
- <math>\lim_{x \to a^{+}} f(x)=\pm\infty</math>
Intuitively, if x = a is an asymptote of f, then, if we imagine x approaching a from one side, the value of f(x) grows without bound; i.e., f(x) becomes large (positively or negatively), and, in fact, becomes larger than any finite value.
Note that f(x) may or may not be defined at a: what the function is doing precisely at x = a does not affect the asymptote. For example, consider the function
- <math>f(x) = \begin{cases} \frac{1}{x} & \mbox{if } x > 0, \\ 5 & \mbox{if } x \le 0 \end{cases}</math>
As <math>\lim_{x \to 0^{+}} f(x) = \infty</math>, f(x) has a vertical asymptote at 0, even though <math>f(0) = 5</math>.
Another example is ƒ(x) = 1/(x-1) which has a vertical asymptote of x=1 as shown by the limit
- <math>\lim_{x\to 1^+}\frac{1}{x-1}=\infty</math>
[edit] Oblique asymptotes
When an asymptote is not parallel to the x- or y-axis, it is called either an oblique asymptote or slant asymptote. If y = mx + b, is any non-vertical line, then the function f(x) is asymptotic to it if
<math>\lim_{x \to \infty} f(x)-(mx+b) = 0 \, \mbox{ or } \lim_{x \to -\infty} f(x)-(mx+b) = 0</math>
An example is ƒ(x)=(x2-1)/x which has an oblique asmyptote of y=x as seen in the limit
- <math>\lim_{x\to\infty}f(x)-x</math>
- <math>=\lim_{x\to\infty}\frac{x^2-1}{x}-x</math>
- <math>=\lim_{x\to\infty}(x-1/x)-x</math>
- <math>=\lim_{x\to\infty}-1/x=0</math>
Computationally identifying an oblique asymptote can be more difficult than a horizontal or vertical asymptote, in particular because the m and b might not be known. It is typical to evaluate the appropriate limit and choose m, b so that it exists. For example, to find the oblique asymptote of y=25(x3+2x2+3x+4)/(5x2+6x+7), one can evaluate the limit
- <math>\lim_{x\to\infty}\frac{25(x^3+2x^2+3x+4)}{5x^2+6x+7}-(mx+b)</math>
- <math>\lim_{x\to\infty}5x+4+\frac{16x}{5x^2+6x+7}+\frac{72}{5x^2+6x+7}-mx-b</math>
- <math>\lim_{x\to\infty}5x-mx+4-b=0, \mbox{ when } m=5, b=4</math>
So the oblique asymptote is y=5x+4.
[edit] Nonlinear asymptotes
Curves may be asymptotic to each other without either being linear. In this case the general characterizations are typically necessary. For example, (x3+2x2+3x+4)/(x) is asymptotic to x2+2x+3 because of the limit
- <math>\lim_{x\to\infty}f(x)-g(x)</math>
- <math>=\lim_{x\to\infty}\frac{x^3+2x^2+3x+4}{x}-(x^2+2x+3)</math>
- <math>=\lim_{x\to\infty}x^2+2x+3+\frac{4}{x}-(x^2+2x+3)</math>
- <math>=\lim_{x\to\infty}\frac{4}{x}=0</math>
Also, (ex)/(2x+1) is asymptotic to (ex)/x because of the limit
- <math>\lim_{x\to\infty}f(x)/g(x)</math>
- <math>=\lim_{x\to\infty}\frac{e^x/(2x+1)}{e^x/x}</math>
- <math>=\lim_{x\to\infty}\frac{x}{2x+1}=\frac{1}{2}</math>
However, ex is not asymptotic to (ex)/x because of the limit
- <math>\lim_{x\to\infty}f(x)/g(x)</math>
- <math>=\lim_{x\to\infty}\frac{e^x}{e^x/x}</math>
- <math>=\lim_{x\to\infty}x=\infty</math>
[edit] Elementary methods for identifying linear asymptotes
Asymptotes of many elementary functions can be found without the explicit use of limits (although the derivations of such methods typically use limits).
[edit] Rational functions
A rational function has at most one horizontal asymptote or oblique (slant) asymptote, and possibly many vertical asymptotes.
The degree of the numerator and degree of the denominator determine whether or not there are any horizontal or oblique asymptotes. The cases are tabulated below, where deg(numerator) is the degree of the numerator, and deg(denominator) is the degree of the denominator.
| deg(numerator) - deg(denominator) | Horizontal/oblique asymptotes | Example, asymptote |
|---|---|---|
| <0 | y=0 | <math>\frac{1}{x^2+1}, y=0</math> |
| 0 | y="ratio of leading coefficients" | <math>\frac{2x^2+7}{3x^2+x+12}, y=\frac{2}{3}</math> |
| 1 | 1 oblique | <math>\frac{2x^3}{3x^2+1}, y=\frac{2}{3}x</math> |
| >0 | None | <math>\frac{2x^4}{3x^2+1}, \mbox{none}</math> |
In the case of an oblique asymptote, the asymptote is the polynomial term after dividing the numerator and denominator. For example,
- <math>\frac{2x^3}{3x^2+1}</math>
- <math>=\frac{2}{3}x-\frac{2x}{9x^2+3}</math>
- <math>\approx\frac{2}{3}x, \mbox{for large }|x|.</math>
The vertical asymptotes occur only when the denominator is zero (If both the numerator and denominator are zero, the multiplicities of the zero are compared). For example, the following function has vertical asymptotes at x=0, and x=1, but not at x=2
- <math>f(x)=\frac{x^2-5x+6}{x^3-3x^2+2x}=\frac{(x-2)(x-3)}{x(x-1)(x-2)}</math>
[edit] Translations of known functions
If a known function has an asymptote (such as y=0 for f(x)=ex), then the translations of it also have an asymptote.
- If x=a is a horizontal asymptote of f(x), then x=a+k is a horizontal asymptote of f(x-h)+k
- If y=b is a vertical asymptote of f(x), then y=b+h is a vertical asymptote of f(x-h)+k
For example, f(x)=ex-1+2 has horizontal asymptote y=0+2=2, and no vertical or oblique asymptotes.
[edit] See also
- Asymptotic analysis
- Asymptotic curve
- Big O notationbg:Асимптота
ca:Asímptota cs:Asymptota da:Asymptote de:Asymptote es:Asíntota eo:Asimptoto fr:Asymptote it:Asintoto he:אסימפטוטה mk:асимптота ja:漸近線 nl:Asymptoot pl:Asymptota pt:Assímptota ru:Асимптота ro:Asimptotă sl:Asimptota sr:Асимптота fi:Asymptootti sv:Asymptot tr:Asimptot uk:Асимптота zh:渐近线

