Proving limit by definition

goody

New member
Joined
Mar 30, 2020
Messages
2
Hi, can anybody help me with this two limits? I have to prove them by the definition of limit. Thanks.
 

Attachments

  • limitka.png
    limitka.png
    2.9 KB · Views: 0
  • limitka2.png
    limitka2.png
    3 KB · Views: 0
Please post your favorite definition of a limit. Do you understand it? Have you worked through an example of a proof the question requires?
 
Yes, I know how definition of limit works and I practised a couple of examples which were pretty simple, but this is something new for me when x approaches -1. We have online school now so not everything is easy. I'd like to see how it works so I can practise another, maybe even more difficult examples.
 
Given ϵ>0,  δ>0\epsilon>0, \ \exists \ \delta >0 such that f(x)a<ϵ whenever 0<xa<δ \left| f(x) - a\right|<\epsilon \ whenever \ 0<\left| x - a\right|<\delta
Now do whatever you can to turn f(x)a<ϵ into xa<g(ϵ). \left| f(x) - a\right|<\epsilon \ into \ \left| x - a\right|< g(\epsilon).
Finally define δ=g(ϵ)\delta = g(\epsilon)
 
We want to show that limx1x2+1=2\displaystyle \lim_{x\to -1} x^2+ 1= 2. I would start by noting that (x2+1)2=x21=(x1)(x+1)\displaystyle |(x^2+ 1)- 2|= |x^2- 1|= |(x- 1)(x+ 1)|.

Now, if |x- 1|< 1 (chosen pretty much arbitrarily) then -1< x- 1< 1 so 0< x< 2 and 1< x+ 1< 3. So |(x-1)(x+ 1)|< 3|x- 1|. That will be less than any given ϵ>0\displaystyle \epsilon> 0, 3x1<ϵ\displaystyle 3|x- 1|< \epsilon if x1<ϵ3\displaystyle |x- 1< \frac{\epsilon}{3}.

Now, I notice that when Lev888 said"Please post your favorite definition of a limit. Do you understand it?" you responded that you understood it but did NOT post it!

The one I would use is "limxaf(x)=L\displaystyle lim_{x\to a} f(x)= L if and only if, for any ϵ>0\displaystyle \epsilon> 0, there exist δ>0\displaystyle \delta> 0 such that if xa<δ\displaystyle |x-a|<\delta then f(x)L<ϵ\displaystyle |f(x)- L|< \epsilon."

Here we can say that for any ϵ>0\displaystyle \epsilon> 0 we can take δ=ϵ3\displaystyle \delta= \frac{\epsilon}{3}. Then, if |x- 1| is less than or equal to the smaller of δ=ϵ3\displaystyle \delta= \frac{\epsilon}{3} and 1, so that both x1<ϵ3\displaystyle x- 1< \frac{\epsilon}{3} and x+1<3\displaystyle x+1< 3 then (x2+1)2=x21=(x1)(x+1)<3(ϵ3)=ϵ\displaystyle |(x^2+1)-2|= |x^2- 1|= |(x-1)(x+1)|< |3\left(\frac{\epsilon}{3}\right)|= \epsilon.
 
Top