Limits

Introduction

Most people know that there isn't a “biggest” number or a “smallest” number. If they thought about it, most people would also realize that there is no number “closest to zero”. If I asked you to start listing small numbers, you'd probably start with 1/10 then go to 1/100, 1/1000, 1/10000, …. and quickly get the point. The question then arises of how one should talk about really, really big numbers or really, really small numbers? One way to do it is to use limits.

Sequences and Limits

When using limits you ask yourself what happens as some number gets larger or what happens as some number gets smaller. In other words, you consider a sequence of events.

If you don't understand, an example should clear things right up. What happens to the fraction 1/n as n gets larger and larger? Well, starting at n=1 (and assuming that n is an integer), as n gets larger and larger we get a sequence of numbers 1/1,1/2,1/3,1/4,.... Thus, what happens as n gets larger and larger is that 1/n gets smaller and smaller. In fact, 1/n gets closer and closer to zero.

Congratulations! You've just taken your first limit. How would you write this down? There are two ways. One way is to write: if n then 1/n0 (i.e., if n grows without bound then 1/n goes to zero). Another way is to write:

limn1/n=0

which says that the limit of 1/n as n goes to infinity (i.e., as n grows without bound) is zero.

So, how do you talk about situations where some number is getting really large or really small? You talk about what happens “in the limit”.

An Example

Suppose:

f(x)=1x21x

and you are interested in limx1f(x). You can't simply substitute 1 for x since it would lead to a division by 0. One way to avoid this problem is to eliminate 1x from the denominator which can be accomplished in this case by observing that:

f(x)=1x21x=(1+x)

It now becomes clear that limx1f(x)=2.

Formal Definition of a Limit of a Sequence

Suppose x1, x2, …, xn is a sequence of real numbers, then L is the limit of the sequence if for each positive ϵ there is an N such that for all iN we have |xiL|<ϵ.

Finding Limits of Functions

There are a number of simple results/rules that make it very easy to find limits of functions.

  1. If f(x)=mx+b then limxNf=mN+b
  2. If f(x)=xk then limxNf=Nk
  3. Given two functions of x, f1 and f2, with finite limits, L1 and L2 it follows that limxN(f1+f2)=L1+L2
  4. Given two functions of x, f1 and f2, with finite limits, L1 and L2 it follows that then limxN(f1f2)=L1L2
  5. (L'Hopital's Rule) Given two differentiable functions of x, f1 and f2, with infinite limits and derivatives f1 and f2, it follows that limx(f1f2)=limx(f1f2).