Asymptote

From Wikipedia, the free encyclopedia

(Redirected from Asymptotes)
Jump to: navigation, search

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

 graphed on Cartesian coordinates. The x and y axes are the asymptotes.
f(x)=\tfrac{1}{x} graphed on Cartesian coordinates. The x and y axes are the asymptotes.

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:

  1. f(x) − g(x) → 0.
  2. f(x) / g(x) → 1.
  3. f(x) / g(x) has a nonzero limit.

The graph of a function can have vertical, horizontal and slant asymptotes, e.g. y = x | x |  / x + 1 / x.
The graph of a function can have vertical, horizontal and slant asymptotes, e.g. y = x | x | / x + 1 / x.
A curve can intersect its asymptote, even infinitely many times.
A curve can intersect its asymptote, even infinitely many times.


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.

The graph of a function can have two horizontal asymptotes. An example of such a function would be y = arctan(x).
The graph of a function can have two horizontal asymptotes. An example of such a function would be y = arctan(x).

Suppose f is a function. Then the line y = a is a horizontal asymptote for f if

\lim_{x \to \infty} f(x) = a \,\mbox{ or }  \lim_{x \to -\infty} f(x) = a.

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

\lim_{x \to \infty} f(x) = a \,\mbox{ and }  \lim_{x \to -\infty} f(x) = b

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

\lim_{x\to \infty}\frac{1}{x^2+1}=0

The line x = a is a vertical asymptote of a function f if either of the following conditions is true:

  1. \lim_{x \to a^{-}} f(x)=\pm\infty
  2. \lim_{x \to a^{+}} f(x)=\pm\infty

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

f(x) = \begin{cases} \frac{1}{x} & \mbox{if } x > 0, \\ 5 & \mbox{if  } x \le 0 \end{cases}

As \lim_{x \to 0^{+}} f(x) = \infty, f(x) has a vertical asymptote at 0, even though f(0) = 5.

Another example is ƒ(x) = 1/(x-1) which has a vertical asymptote of x=1 as shown by the limit

\lim_{x\to 1^+}\frac{1}{x-1}=\infty

In the graph of , the y-axis (x = 0) and the line y = x are both asymptotes.
In the graph of f(x)=x+\tfrac{1}{x}, the y-axis (x = 0) and the line y = x are both 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

\lim_{x \to \infty} f(x)-(mx+b) = 0 \, \mbox{ or } \lim_{x \to -\infty} f(x)-(mx+b) = 0

An example is ƒ(x)=(x2-1)/x which has an oblique asmyptote of y=x as seen in the limit

\lim_{x\to\infty}f(x)-x
=\lim_{x\to\infty}\frac{x^2-1}{x}-x
=\lim_{x\to\infty}(x-1/x)-x
=\lim_{x\to\infty}-1/x=0

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

\lim_{x\to\infty}\frac{25(x^3+2x^2+3x+4)}{5x^2+6x+7}-(mx+b)
\lim_{x\to\infty}5x+4+\frac{16x}{5x^2+6x+7}+\frac{72}{5x^2+6x+7}-mx-b
\lim_{x\to\infty}5x-mx+4-b=0, \mbox{ when } m=5, b=4

So the oblique asymptote is y=5x+4.

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

\lim_{x\to\infty}f(x)-g(x)
=\lim_{x\to\infty}\frac{x^3+2x^2+3x+4}{x}-(x^2+2x+3)
=\lim_{x\to\infty}x^2+2x+3+\frac{4}{x}-(x^2+2x+3)
=\lim_{x\to\infty}\frac{4}{x}=0


Also, (ex)/(2x+1) is asymptotic to (ex)/x because of the limit

\lim_{x\to\infty}f(x)/g(x)
=\lim_{x\to\infty}\frac{e^x/(2x+1)}{e^x/x}
=\lim_{x\to\infty}\frac{x}{2x+1}=\frac{1}{2}

However, ex is not asymptotic to (ex)/x because of the limit

\lim_{x\to\infty}f(x)/g(x)
=\lim_{x\to\infty}\frac{e^x}{e^x/x}
=\lim_{x\to\infty}x=\infty

Asymptotes of many elementary functions can be found without the explicit use of limits (although the derivations of such methods typically use limits).

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.

Table listing the cases of horizontal and oblique asymptotes for rational functions
deg(numerator) - deg(denominator) Horizontal/oblique asymptotes Example, asymptote
<0 y=0 \frac{1}{x^2+1}, y=0
0 y="ratio of leading coefficients" \frac{2x^2+7}{3x^2+x+12}, y=\frac{2}{3}
1 1 oblique \frac{2x^3}{3x^2+1}, y=\frac{2}{3}x
>0 None \frac{2x^4}{3x^2+1}, \mbox{none}

In the case of an oblique asymptote, the asymptote is the polynomial term after dividing the numerator and denominator. For example,

\frac{2x^3}{3x^2+1}
=\frac{2}{3}x-\frac{2x}{9x^2+3}
\approx\frac{2}{3}x, \mbox{for large }|x|.

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

f(x)=\frac{x^2-5x+6}{x^3-3x^2+2x}=\frac{(x-2)(x-3)}{x(x-1)(x-2)}

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.

Advanced Search
Included Web Search Engines


Safe Search

close

Top Matching Results

Occasionally Search.com will highlight specialized results that are based on the context of your query. Examples of specialized results include specific links to news, images, or video.

Top Matching Results may highlight information from other Search.com pages, content from the CNET Network of sites, or third party content. The listings are based purely on relevance. Search.com does not receive payment for listings in this section but our partners that provide this data may get paid for listing these products.

Sponsored Links

This section contains paid listings which have been purchased by companies that want to have their sites appear for specific search terms and related content. These listings are administered, sorted and maintained by a third party and are not endorsed by Search.com.

Search Results

Search.com sends your search query to several search engines at one time and integrates the results into one list which has been sorted by relevance using Search.com's proprietary algorithm. You can customize the list of search engines included in your metasearch from the preferences.

The search engines that are used in your metasearch may allow companies to pay to have their Web sites included within the results. To view the Paid Inclusion policy for a specific search engine, please visit their Web site. Search.com does not accept payment or share revenue with any search engine partner for listings in this section.