The concept of a limit in calculus addresses the behavior of a function close to a particular input.
Informally, a function has a limit as approaches a value if gets arbitrarily close to as gets sufficiently close to . The value of the function at , , does not matter when determining the limit.
The information above is lifted from a Wikipedia article.
Formal definitions¶
The informal definition of a limit is made precise by the ()-definition, which is presented below.
Two-sided limit¶
The statement is read as “the limit of as approaches is ”. The statement is formally defined as:
The definition can be understood as a challenge-response game. An opponent challenges us with a small positive number , which represents the desired closeness to the limit . We must produce a small positive number , which represents the required closeness to the point . If we can always produce a for any given , the limit exists.
One-sided limits¶
The statement is read as “the limit of as approaches from the right is ”. The statement is defined as:
The statement is read as “the limit of as approaches from the left is ”. The statement is defined as:
One-sided limits consider the behavior of the function as approaches from only one side. The same challenge-response game applies, but the closeness condition on is restricted to one side of .
Relationship¶
The two-sided limit exists if and only if both one-sided limits exist and are equal.