How do you use the epsilon delta definition to find the limit of #((x^2+x-6)/(x-2))# as x approaches #2#?

1 Answer
Oct 30, 2016

The epsilon-delta definition is not useful for finding limits. It is useful for proving that the limit is what I claim it is.

Explanation:

To find #lim_(xrarr2)(x^2+x-6)/(x-2)#, we can use algebra and the following theorem:

If #f(x) = g(x)# for all #x# in an open interval containing #a#, except possibly at #a#, and if #lim_(xrarra)g(x) = L#,

then #lim_(xrarra)f(x) = L#.

(The theorem is proved using the epsilon-delta definition of limit.)

Note that #(x^2+x-6)/(x-2) = ((x+3)(x-2))/(x-2) = x+3# for all #x# except #2#.

Furthermore, by properties of limits (which are proved using the #epsilon-delta# definition) , #lim_(xrarr2)(x+3) = 5#.

Therefore, by the theorem previously cited, #lim_(xrarr2)(x^2+x-6)/(x-2)=5#.

If we have already proved the theorem and property mentioned, then there is nothing more to do. We can be certain that our answer is correct.

If we are just guessing, then we still need to prove that our answer is correct.

Claim: #lim_(xrarr2)(x^2+x-6)/(x-2) = 5#.

Proof

Let #epsilon > 0# be given. Choose #delta = epsilon#. (Note that #delta > 0#.)

For any #x# such that #0 < abs(x-2) < delta#, we have

#abs((x^2+x-6)/(x-2) - 5) = abs(((x+3)(x-2))/(x-2)-5)#

# = abs((x+3)-5)# #" "# (Since #0 < abs(x-2)#, we know that #x != 2#, so we can simplify the fraction.)

# = abs(x-2) < delta = epsilon#.

That is, if #0 < abs(x-2) < delta#, then
#abs((x^2+x-6)/(x-2) - 5) < epsilon#.