Files
freeCodeCamp/guide/russian/mathematics/asymptotes-worked-examples/index.md
2018-10-16 21:32:40 +05:30

17 lines
946 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Asymptotes Worked Examples
localeTitle: Примеры работы с асимптотами
---
## Примеры работы с асимптотами
Асимптоты кривой определяются как прямая, так что, когда кривая уходит в бесконечность, она будет стремиться соответствовать этой прямой.
Пример, Возьмем кривую f (x) = (1 / x) ![IMG](https://qph.fs.quoracdn.net/main-qimg-c5be56e1b5d297b9995615a47707f52b.webp)
Здесь вы можете видеть, что линии x = 0 и y = 0 стремятся соответствовать кривой на бесконечности.
### Дополнительная информация:
[www.mathsisfun.com/algebra/asymptote](https://www.mathsisfun.com/algebra/asymptote.html)
[Википедия](https://en.wikipedia.org/wiki/Asymptote)