Tool to find the equations of the asymptotes (horizontal, vertical, oblique or curved) of a function or mathematical expression.
Asymptote of a Function - dCode
Tag(s) : Functions
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
An asymptote is a line (or sometimes a curve) which tends (similarly to a tangent) to the function at infinity.
A function $ f(x) $ has a horizontal asymptote $ y = a $ if
$$ \lim\limits_{x \rightarrow +\infty} f(x)=a $$ and/or $$ \lim\limits_{x \rightarrow -\infty} f(x)=a $$
To find a horizontal asymptote, the calculation of this limit is a sufficient condition.
Example: $ 1/x $ has for asymptote $ y=0 $ because $ \lim\limits_{x \rightarrow \infty} 1/x = 0 $
There can not be more than 2 horizontal asymptotes.
A function $ f(x) $ has a vertical asymptote $ x = a $ if it admits an infinite limit in $ a $ ($ f $ tends to infinity).
$$ \lim\limits_{x \rightarrow \pm a} f(x)=\pm \infty $$
To find a horizontal asymptote, the calculation of this limit is a sufficient condition.
Example: $ 1/x $ has for asymptote $ x=0 $ because $ \lim\limits_{x \rightarrow 0} 1/x = \infty $
Generally, the function is not defined in $ a $, it is necessary to analyze the domain of the function to find potential asymptotes.
There may be an infinite number of vertical asymptotes.
For a rational function (with a fraction: numerator over denominator), values for which the denominator is zero are asymptotes.
A function $ f(x) $ has a slant asymptote $ g(x)=ax+b $ when
$$ \lim\limits_{x \rightarrow \pm \infty} \left( f(x)-g(x)= 0 \right) $$
Computation of slant asymptote may be simplified by calculating this limit:
$$ \lim\limits_{x \rightarrow \pm \infty} \left( \frac{f(x)}{g(x)} = 1 \right) $$
For a rational function applying a polynomial division allows to find an oblique asymptote.
A function $ f(x) $ has a non-linear asymptote $ g(x) $ when
$$ \lim\limits_{x \rightarrow \pm \infty} \left( f(x)-g(x)= 0 \right) $$
The method is the same as the oblique asymptote calculation.
dCode retains ownership of the "Asymptote of a Function" source code. Except explicit open source licence (indicated Creative Commons / free), the "Asymptote of a Function" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Asymptote of a Function" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Asymptote of a Function" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Asymptote of a Function" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Asymptote of a Function on dCode.fr [online website], retrieved on 2024-11-21,