updated definition and broken link (#22800)

wrote a simpler definition of asymptotes to my understanding and fixed the broken image under the example.
This commit is contained in:
yukunny
2018-11-23 18:55:44 +08:00
committed by Huyen Nguyen
parent de7f340182
commit 9ef230dd31

View File

@ -3,11 +3,12 @@ title: Asymptotes Worked Examples
--- ---
## Asymptotes Worked Examples ## Asymptotes Worked Examples
Asymptotes of a curve is defined as a line, such that as the curve goes to infinity it will tend to meet that line. Asymptotes is the line of a curve as it approaches infinity, but never crosses the line indefinately.
Example, Example,
Take the curve of f(x) = (1/x) Take the curve of f(x) = (1/x)
![img](https://qph.fs.quoracdn.net/main-qimg-c5be56e1b5d297b9995615a47707f52b.webp) ![img](https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Hyperbola_one_over_x.svg/1600px-Hyperbola_one_over_x.svg.png)
Figure 1: curve of f(x) = (1/x)
Here you can see that the lines x = 0 and y = 0 tends to meet the curve at infinity. Here you can see that the lines x = 0 and y = 0 tends to meet the curve at infinity.