A limit is the value that a mathematical function approaches to as it’s 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

Definition

Let , where , the domain, is a subset of all real numbers (i.e. a real-valued function). Then:

As x approaches a, f(x) approaches (or converges) to L

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
  • 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

Theorem - Limits from different Sides

Since limits must be unique, piecewise functions cannot have a defined limit if there are multiple values of the function approaching the same input value, even if they aren’t defined at that input value.

As you can see, limits can have different values if the function is approached from the right or left side. Hence, to solve this problem a simple theorem exists:

In plain words, the limit exists at a point a if, and only if, the right hand and left hand side limits both exist and are equal

Limit Laws

Limit Laws

Link to source

Standard Limits

Standard Limits

The following limits do need any further proof to be used. Make sure to say that they are standard limits in working out.

Link to source

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 FormTechniqueNotes
where common terms existDivide numerator and denominator by the
[[Complexity Analysis#asymptotic-notation
fastest growing term]].
or [[L’Hôpital’s RuleL’Hôpital’s Rule]]
Multiply and divide by conjugateIf the function is expressed as then it’s conjugate is

If all else fails, use the Sandwich Theorem:

Definition

Let all be real-valued functions that operate over a domain of x, where :

In other words, if f(x) is strictly bound between g(x) and h(x) over a domain and both limits of g(x) and h(x) exist and are equal, then the limit of f(x) is equal to the limits of g(x) and h(x).

Link to source