Limits

Definition

As seen in the previous topic, we know that functions may not be defined for all xx. If we take some aa and say that we know a function ff is defined over an interval up to but not necessarily including aa, then we can define the limit at aa as:

L=limxaf(x)L = \displaystyle\lim_{x \to a} f(x)

This means that as xx tends to aa we see that f(x)f(x) tends to LL.

One-sided limits

When working with a discontinuous function, there may be points where the limit as xx approaches aa from one side is different than from the other side. There are three main possibilities when looking at limits:

  • Only the left limit is defined
    Suppose that a limit at a point exists only when xx approaches aa from the lower side. We represent this as the limit when xx is sufficiently close to but less than aa:

    limxaf(x)\displaystyle\lim_{x \to a^-} f(x)


  • Only the right limit is defined
    Suppose that a limit at a point exists only when xx approaches aa from the higher side. We represent this as the limit when xx is sufficiently close to but greater than aa:

    limxa+f(x)\displaystyle\lim_{x \to a^+} f(x)


  • Both the left and right limits are defined
    Suppose that a limit at a point exists when xx approaches aa from both sides. However, because the function is discontinuous the two limits return different values. For example, in this case, the left and right limits will be given by:

limx0f(x)=32limx0+f(x)=52\displaystyle\lim_{x \to 0^-} f(x) = \dfrac{3}{2} \qquad \displaystyle\lim_{x \to 0^+} f(x) = \dfrac{5}{2}

discontinuous-function

Limit laws

When calculating limits there are 8 rules that can make them much easier to deal with.

  1. limxa[f(x)+g(x)]=limxaf(x)+limxag(x)\displaystyle\lim_{x \to a} [f(x) + g(x)] = \displaystyle\lim_{x \to a} f(x) + \displaystyle\lim_{x \to a} g(x)

  2. limxa[f(x)g(x)]=limxaf(x)limxag(x)\displaystyle\lim_{x \to a} [f(x) - g(x)] = \displaystyle\lim_{x \to a} f(x) - \displaystyle\lim_{x \to a} g(x)

  3. limxa[cf(x)]=climxaf(x)\displaystyle\lim_{x \to a} [cf(x)] = c \displaystyle\lim_{x \to a} f(x)

  4. limxa[f(x)g(x)]=limxaf(x)×limxag(x)\displaystyle\lim_{x \to a} [f(x) g(x)] = \displaystyle\lim_{x \to a} f(x) \times \displaystyle\lim_{x \to a} g(x)

  5. limxaf(x)g(x)=limxaf(x)limxag(x) if limxag(x),,/=,0\displaystyle\lim_{x \to a} \frac{f(x)}{g(x)} = \dfrac{\displaystyle\lim_{x \to a} f(x)}{\displaystyle\lim_{x \to a} g(x)} \qquad \text{ if } \displaystyle\lim_{x \to a} g(x) \\, \mathrlap{\\,/}{=} \\, 0

  6. limxa[f(x)]n=[limxaf(x)]n\displaystyle\lim_{x \to a} [f(x)]^n = \Big[\displaystyle\lim_{x \to a} f(x) \Big]^n

  7. limxac=c\displaystyle\lim_{x \to a} c = c

  8. limxax=a\displaystyle\lim_{x \to a} x = a

Calculating limits

When finding the values of limits, there are three main techniques depending on the nature of the question.

  • Direct substitution
    This is the simplest case, where either the answer is obvious or you can find it by applying the laws above. Be careful that this only applies if the function is continuous and so the values on either side of aa lead up to the limit.

    limx1x+1=2\displaystyle\lim_{x \to 1} x + 1 = 2

  • Common factors
    When limit laws cannot be applied to solve the problem, your next step is to factorise the function. This is most common when faced with a division where at the limit the denominator would be 0, making the entire function undefined. When this happens, there is often a certain factorisation that will present a factor of one part that already appears as another part of the function and can, therefore, be cancelled out.

    limx1x21x1=limx1(x1)(x+1)x1=limx1x+1\begin{aligned} \displaystyle\lim_{x \to 1} \dfrac{x^2 - 1}{x - 1} &= \displaystyle\lim_{x \to 1} \dfrac{(x - 1)(x + 1)}{x - 1} \\\\ \\\\ &= \displaystyle\lim_{x \to 1} x + 1 \end{aligned}

    As you can see, after factorising this example then reduces down to a problem where you can use direct substitution. Remember that while cancelling a function down may change the value at aa, to find a limit we only need to consider values sufficiently close to aa.

  • Rationalising the function
    Sometimes, especially when dealing with functions containing roots, limit laws cannot be applied right away so we need to rationalise the function. This involves multiplying the whole function by the root over itself, eliminating it without changing the value of any given fraction. Be careful of any negated values and ensure you have your signs correct.

    This is also very often followed by a cancellation step so watch out for values that can be factorised. Speaking of correct negation signs, recall difference of two squares:

    (a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2

L’hopitals rule

Suppose you need to find the limit of a function that is the quotient of two separate functions of xx where the limits of each individually are either both 0 or both infinity. If this is the case then:

limxaf(x)g(x)=limxaf(x)g(x)\displaystyle\lim_{x \to a} \dfrac{f(x)}{g(x)} = \displaystyle\lim_{x \to a} \dfrac{f'(x)}{g'(x)}

The squeeze theorem

Despite all of the different techniques for calculating limits, there are still times when it is not possible. However, in these cases, there are other rules we can use to find a limit, one of which is the squeeze theorem. This dictates that if the limit of a function ff is not known as xx approaches aa but we have two other functions that bound ff on either side such that if:

g(x)f(x)h(x)limxag(x)=limxah(x)=L.g(x) \le f(x) \le h(x) \\\\ \displaystyle\lim_{x \to a} g(x) = \displaystyle\lim_{x \to a} h(x) = L.

Then:

limxaf(x)=L\displaystyle\lim_{x \to a} f(x) = L