Limits (Evaluating)

Please read Limits (An Introduction) first

Quick Summary of Limits

Sometimes we can't work something out directly ... but we can see what it should be as we get closer and closer!

Example:

(x2 − 1) (x − 1)

Let's work it out for x=1:

(12 − 1) (1 − 1) = (1 − 1) (1 − 1) = 0 0

Now 0/0 is a difficulty! We don't really know the value of 0/0 (it is "indeterminate"), so we need another way of answering this.

So instead of trying to work it out for x=1 let's try approaching it closer and closer:

Example Continued:

x   (x2 − 1) (x − 1)
0.5   1.50000
0.9   1.90000
0.99   1.99000
0.999   1.99900
0.9999   1.99990
0.99999   1.99999
...   ...

Now we see that as x gets close to 1, then (x2−1) (x−1) gets close to 2

We are now faced with an interesting situation:

We want to give the answer "2" but can't, so instead mathematicians say exactly what is going on by using the special word "limit"

The limit of (x2−1) (x−1) as x approaches 1 is 2

And it is written in symbols as:

limx→1x2−1x−1 = 2

So it is a special way of saying, "ignoring what happens when we get there, but as we get closer and closer the answer gets closer and closer to 2"

As a graph it looks like this:

So, in truth, we cannot say what the value at x=1 is.

But we can say that as we approach 1, the limit is 2.

  graph hole

Evaluating Limits

"Evaluating" means to find the value of (think e-"value"-ating)

In the example above we said the limit was 2 because it looked like it was going to be. But that is not really good enough!

In fact there are many ways to get an accurate answer. Let's look at some:

 

1. Just Put The Value In

The first thing to try is just putting the value of the limit in, and see if it works (in other words substitution).

Example:

limx→10x2   right arrow   102 = 5   yes

Easy!

Example:

limx→1x2−1x−1   right arrow   (1−1)(1−1) = 00   not

No luck. Need to try something else.

 

2. Factors

We can try factoring.

Example:

limx→1x2−1x−1

By factoring (x2−1) into (x−1)(x+1) we get:


limx→1 x2−1x−1 = limx→1 (x−1)(x+1)(x−1)

= limx→1 (x+1)

Now we can just substitiute x=1 to get the limit:

limx→1 (x+1) = 1+1 = 2

3. Conjugate

For some fractions multiplying top and bottom by a conjugate can help.

The conjugate is where we change
the sign in the middle of 2 terms like this:
conjugate 3x+1 is 3x-1

Here is an example where it will help us find a limit:

limx→4 2−√x4−x
  Evaluating this at x=4 gives 0/0, which is not a good answer!

So, let's try some rearranging:

Multiply top and bottom by the conjugate of the top:
2−√x4−x × 2+√x2+√x
Simplify top using (a+b)(a−b) = a2 − b2 :
22 − (√x)2(4−x)(2+√x)
Simplify top further:
4−x(4−x)(2+√x)
Cancel (4−x) from top and bottom:
12+√x
 

So, now we have:

limx→4 2−√x4−x = limx→4 12+√x = 12+√4 = 14

Done!

 

4. Infinite Limits and Rational Functions

A Rational Function is one that is the ratio of two polynomials:  
f(x) = P(x)Q(x)
     
For example, here P(x) = x3 + 2x − 1, and Q(x) = 6x2:  
x3 + 2x − 16x2

By finding the overall Degree of the Function we can find out whether the function's limit is 0, Infinity, -Infinity, or easily calculated from the coefficients.

Read more at Limits To Infinity.

 

5. L'Hôpital's Rule

L'Hôpital's Rule can help us evaluate limits that at first seem to be "indeterminate", such as 00 and .

Read more at L'Hôpital's Rule.

 

6. Formal Method

The formal method sets about proving that we can get as close as we want to the answer by making "x" close to "a".

Read more at Limits (Formal Definition)

 

6770, 6771, 6772, 6773, 6774, 6775, 6776, 6777, 6778, 6779