How do you prove that the limit of #x^2 = 9# as x approaches 3 using the epsilon delta proof?
1 Answer
See below.
Explanation:
Prove
The epsilon delta proof for limits is easier understood when one is familiar with the definitions of the terms involved. Most useful will be the definition of the limit of a function.
#lim_(x->c)f(x)=L#
Definition:
- Let
#f: D->RR# - Let
#c# be an accumulation point of#D# - We say that the limit of
#f(x)# at#c# is the real number#L# provided that:
for every
#epsilon>0# , there exists#delta>0# such that#abs(f(x)-L)< epsilon# whenever#0< abs(x-c)< delta# .
In our case:
#f(x)=x^2# #c=3# #L=9#
We then need to find an expression for
#abs(x^2-9)< epsilon" "# when#" "0< abs(x-3)< delta#
So:
#abs(x^2-9)< epsilon#
Since the concept of the limit only applies when
We are looking at the maximum values for both cases.
So we know that we must have:
#abs((x-3)(x+3))< 7delta=epsilon#
Then our two restrictions are:
#abs(x-3)<1# and#abs(x-3)< delta/7#
We want a
Note that all of the above steps come from the definition of the limit of a function as provided above.
Proof. Let
#-1< x-3 <1#
#=>2< x< 4#
#=>5< x+ 3< 7#
#=>abs( x+3)< 7#
Also, if
#abs(x^2-9)=abs((x-3)(x+3))#
#<7*abs(x-3)#
#<=7*epsilon/7=epsilon" " square#
Another way to go about working out the scratch work is as follows:
We know we need
#=>abs(x-3)< epsilon/(abs(x+3))#
#=>delta < epsilon/(abs(x+3))#
So, for
#abs(x-3)< epsilon/(abs(x+3))#
we can see that the RHS is at a minimum when
#:. delta=epsilon/7#