1.1 KiB
1.1 KiB
Introduction
Every mathematical function can be thought of as a set of ordered pairs, or an input value and an output value.
- Examples include
f(x) = x^2 + 2x + 1, and\{(1, 3), (2, 5), (4, 7)\}.
A limit describes how a function behaves near a point, rather than at that point.*
- As an example, given a well behaved function
f(x)and the fact that:f(1.9) = 8.41f(1.999) = 8.99401f(2.1) = 9.61f(2.01) = 9.061f(2.0001) = 9.0006We can note that the smaller the distance of the input valuexto2, the smaller the distance of the output to9. This is most commonly described in the terms "Asxapproaches2,f(x)approaches9. $ \rarrow$"
Definitions
| Term | Definition |
|---|---|
| Well behaved function | A function that is continuous, has a single value, and is defined everywhere. |