FACTOID # 44: Three quarters of Japanese kids read comics.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RELATED ARTICLES
People who viewed "Asymptote" also viewed:
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Asymptote

A locally connected curve A is said to be an asymptote of the locally connected curve B when the following is true: Image File history File links Question_mark. ... Asymptote can refer to: Asymptote: A mathematical concept Asymptote (vector graphics language) Asymptote (architects), an architectural design firm This is a disambiguation page: a list of articles associated with the same title. ...

For any positive ε, there exist unbounded connected subsets (pieces of the respective curves) A^primesubseteq A and B^primesubseteq B, such that for every point in A^prime its distance to the nearest point in B^prime is lower than ε.

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. In mathematical analysis and related areas of mathematics, a set is called bounded, if it is, in a certain sense, of finite size. ...


If a curve A has the curve B as an asymptote, one says that A is asymptotic to B. Similarly B is asymptotic to A, so A and B are called asymptotic.


Basically, a linear asymptote is straight line which a curve approaches infinitesimally closely, but never exactly meets the curve - hence both the curve and the straight line both extend infinitely. Infinitesimals have been used to express the idea of objects so small that there is no way to see them or to measure them. ... For other uses, see Infinity (disambiguation). ...

Contents

Asymptotes, graphs and definitions

Meaning

 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. Image File history File links Hyperbola_one_over_x. ... Image File history File links Hyperbola_one_over_x. ... In mathematics, the limit of a function is a fundamental concept in analysis. ...


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. Graph of example function, The mathematical concept of a function expresses the intuitive idea of deterministic dependence between two quantities, one of which is viewed as primary (the independent variable, argument of the function, or its input) and the other as secondary (the value of the function, or output). A...


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.

More formally, curves A and B are asymptotic if and only if there exist continuous functions x_A, y_A, x_B, y_Bcolon[0,1)tomathbb{R}, such that all of the following conditions are all true:

  • forall _{tin[0,1)} (x_A(t),y_A(t))in A
  • forall _{tin[0,1)} (x_B(t),y_B(t))in B
  • lim_{tto 1} x_A(t)=pminfty mbox{ or } lim_{tto 1} y_A(t)=pminfty
  • lim_{tto 1} (x_A(t)-x_B(t))=0
  • lim_{tto 1} (y_A(t)-y_B(t))=0

Multiple asymptotes, intersection

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. Image File history File links Asymptote02. ... Image File history File links Asymptote02. ...


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.


Linear asymptotes

Horizontal asymptotes

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 Image File history File links Asymptote03. ...

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 horizontal asymptote at y=0, as can be seen by the limit

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

Vertical asymptotes

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)=pminfty
  2. lim_{x to a^{+}} f(x)=pminfty

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_{xto 1^+}frac{1}{x-1}=infty

Oblique asymptotes

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 a linear asymptote is not parallel to the x- or y-axis, it is called either an oblique asymptote or slant asymptote. the function f(x) is asymptotic to y = mx + b if


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


Note that y = mx + b is never a vertical asymptote, but can be a horizontal asymptote if m=0.


An example is ƒ(x)=(x2-1)/x which has an oblique asymptote of y=x (m=1, b=0) as seen in the limit

lim_{xtoinfty}f(x)-x
=lim_{xtoinfty}frac{x^2-1}{x}-x
=lim_{xtoinfty}(x-1/x)-x
=lim_{xtoinfty}-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_{xtoinfty}frac{25(x^3+2x^2+3x+4)}{5x^2+6x+7}-(mx+b)
= lim_{xtoinfty}5x+4+frac{16x}{5x^2+6x+7}+frac{72}{5x^2+6x+7}-mx-b
= lim_{xtoinfty} (5x-mx)+ (4-b)=0, mbox{ when } m=5, b=4

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


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

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


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

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

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

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

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).


Rational functions

A rational function has at most one horizontal asymptote or oblique (slant) asymptote, and possibly many vertical asymptotes. In mathematics, a rational function in algebra is a function defined as a ratio of polynomials. ...


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. The degree of a polynomial is the maximum of the degrees of all terms in the polynomial. ...

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
>1 None frac{2x^4}{3x^2+1}, mbox{none}

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)}

Oblique asymptotes

Black: the graph of . Red: the asymptote y = x. Green: difference between the graph and it's asymptote for x = 1,2,3,4,5,6
Black: the graph of f(x)=frac{x^2+x+1}{x+1}. Red: the asymptote y = x. Green: difference between the graph and it's asymptote for x = 1,2,3,4,5,6

When the numerator of a rational function has degree exactly one greater than the denominator, the function has an oblique (slant) asymptote. The asymptote is the polynomial term after dividing the numerator and denominator. This phenomenon occurs because when dividing the fraction, there will be a linear term, and an error term. For example, consider the function In algebra, polynomial long division is an algorithm for dividing a polynomial by another polynomial of lower degree, a generalized version of the familiar arithmetic technique called long division. ...

f(x)=frac{x^2+x+1}{x+1}=x+frac{1}{x+1}

shown to the right. As the value of x increases, f approaches the asymptote y=x. This is because the other term, y=1/(x+1) becomes smaller.


If the degree of the numerator is more than 1 larger than the degree of the denominator, there will generally still be an error term that goes to zero as x increases, but the quotient will not be linear, and the function does not have an oblique asymptote.


The error term need not be so simple, however, as in this example.

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

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 vertical asymptote of f(x), then x=a+k is a vertical asymptote of f(x-h)+k
  • If y=b is a horizontal asymptote of f(x), then y=b+h is a horizontal 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.


See also

In mathematics and applications, particularly the analysis of algorithms, asymptotic analysis is a method of classifying limiting behaviour, by concentrating on some trend. ... In the differential geometry of surfaces, an asymptotic curve is a curve always tangent to an asymptotic direction of the surface (where they exist). ... For other uses, see Big O. In computational complexity theory, big O notation is often used to describe how the size of the input data affects an algorithms usage of computational resources (usually running time or memory). ...

  Results from FactBites:
 
Asymptote - Wikipedia, the free encyclopedia (505 words)
An asymptote is a straight line or curve which a curve approaches as one moves along the curve.
A specific example of 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.
Asymptotes of a graph of a function need not be parallel to the x- or y-axis, as shown by the graph of f(x)=x +1/x, which is asymptotic to the y-axis and the line y = x.
  More results at FactBites »


 

COMMENTARY     

There are 1 more (non-authoritative) comments on this page

Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.