A limit is the value that a mathematical function approaches to as its input approaches some value. In other words, it is the value that a function converges to, but does not necessarily equate to. Limits are used to define derivates (using first principles) and continuity, as well as to find the long-term behaviour of a function (such as with qualitative analysis).
Definition
Limit (Calculus)
Let be a function where , the domain, is a subset of all real numbers (i.e. a real-valued function). Then, the limit of as approaches is given by:
Well, that’s a simplified definition. A more formal (and mathematically correct definition) can be found here: formal definition of a limit.
Limits must be:
- Unique: There cannot be two limits for a given function at the same point. This leads into the Theorem - Limits from different Sides
- Real: Limits must belong to the real set,
- Finite: While x can approach infinity, the limit of must be finite i.e. limits can never be infinity. This property makes solving limits tricky, which is why various methods to evaluate limits exist. However,
Limit Laws
Standard Limits
Theorems
T1: Limits must be equal from both sides ^t1
Let be a function. For the limit, of to be defined at , it must hold that:
- : approaches from the positive (right) side, getting more negative.
- : approaches from the negative (left) side, getting more positive.
Since limits must be unique, piecewise functions cannot have a defined limit if, as the input approaches a value, the function approaches multiple values, even if they aren’t defined at that input value. I.e. cannot equal both and (or however many possible values)
Different Limits?
Take the following graph of the function:
What is ? Is it 1 or -1?
As you can see, limits can have different values if the function is approached from the right or left side. In the example above, because (limit from the right side) and (limit from the left side), the limits from different sides are unequal. Hence, the limit does not exist at .
Solving Limits As X Approaches Infinity
There are multiple methods for solving limits as x approaches infinity (since limits cannot equal infinity) that have unique conditions.
| Function Form | Technique | Notes |
|---|---|---|
| where common terms exist | Divide numerator and denominator by the fastest growing term | The fastest growing term is also used in Big-O Notation |
| Multiply and divide by conjugate | If the function is expressed as then it’s conjugate is | |
| L’Hôpital’s Rule | Both numerator and denominator functions must be differentiable | |
| Else | Sandwich Theorem | It helps when is a harmonic function, or looks to have similar upper and lower bounds. |
Bivariate Limits
See Bivariate Limit
