Proving Limits with Δ & ε | Homework Statement

  • Thread starter Thread starter DDarthVader
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
DDarthVader
Messages
51
Reaction score
0

Homework Statement


Hello! Now I want to prove this using only δ and ε:[tex]\lim_{x\rightarrow p}f(x)+g(x)=\lim_{x\rightarrow p}f(x)+\lim_{x\rightarrow p}g(x)[/tex]

Homework Equations


The Attempt at a Solution


These are my attempts to solve the problem.
First we start with
[tex]\lim_{x\rightarrow p}f(x)+g(x)[/tex]
if the limit do exist (and we know it does) then
[tex]p-\delta <x<p+\delta \Rightarrow f(p)-\epsilon <f(x)+g(x)<f(p)+\epsilon[/tex]
and it's limit is given by
[tex]0<x-p<\delta \Rightarrow f(x)+g(x)-L<\epsilon[/tex]
[tex]0<x-p<\delta \Rightarrow L>-\epsilon+f(x)+g(x)[/tex]

now we do the same thing for f(x)
if the limit do exit then
[tex]p-\delta <x<p+\delta \Rightarrow f(p)-\epsilon <f(x)<f(p)+\epsilon[/tex]
and it's limit is given by
[tex]0<x-p<\delta \Rightarrow f(x)-L<\epsilon[/tex]
[tex]0<x-p<\delta \Rightarrow L>-\epsilon+f(x)[/tex]

now we do it for g(x)
[tex]p-\delta <x<p+\delta \Rightarrow g(p)-\epsilon <g(x)<g(p)+\epsilon[/tex]
and it's limit is given by
[tex]0<x-p<\delta \Rightarrow g(x)-L<\epsilon[/tex]
[tex]0<x-p<\delta \Rightarrow L>-\epsilon+g(x)[/tex]

Now we see that [tex]L>-\epsilon+g(x)[/tex] and [tex]L>-\epsilon+f(x)[/tex] hence
[tex]f(x)=g(x)[/tex]
Now I'm stuck! I mean, I don't know if what I did is correct so I don't think I should go on...
 
Last edited:
Physics news on Phys.org
DDarthVader said:

Homework Statement


Hello! Now I want to prove this using only δ and ε:[tex]\lim_{x\rightarrow p}f(x)+g(x)=\lim_{x\rightarrow p}f(x)+\lim_{x\rightarrow p}g(x)[/tex]

I think they want you to prove that

[tex]\lim_{x\rightarrow p}(f(x)+g(x))=\lim_{x\rightarrow p}f(x)+\lim_{x\rightarrow p}g(x)[/tex]

Big difference.
 
Yes! Sorry my fault.
Anyway, do you know how to prove it?
 
DDarthVader said:

Homework Statement


Hello! Now I want to prove this using only δ and ε:[tex]\lim_{x\rightarrow p}f(x)+g(x)=\lim_{x\rightarrow p}f(x)+\lim_{x\rightarrow p}g(x)[/tex]

Homework Equations



The Attempt at a Solution


These are my attempts to solve the problem.
First we start with [tex]\lim_{x\rightarrow p}f(x)+g(x)[/tex] if the limit do exist (and we know it does) then [tex]p-\delta <x<p+\delta \Rightarrow f(p)-\epsilon <f(x)+g(x)<f(p)+\epsilon[/tex] and it's limit is given by [tex]0<x-p<\delta \Rightarrow f(x)+g(x)-L<\epsilon[/tex] [tex]0<x-p<\delta \Rightarrow L>-\epsilon+f(x)+g(x)[/tex]
now we do the same thing for f(x)
if the limit do exit then[tex] p-\delta <x<p+\delta \Rightarrow f(p)-\epsilon <f(x)<f(p)+\epsilon[/tex]and it's limit is given by [tex] 0<x-p<\delta \Rightarrow f(x)-L<\epsilon[/tex] [tex]0<x-p<\delta \Rightarrow L>-\epsilon+f(x)[/tex]
now we do it for g(x)[tex] p-\delta <x<p+\delta \Rightarrow g(p)-\epsilon <g(x)<g(p)+\epsilon[/tex]and it's limit is given by[tex]0<x-p<\delta \Rightarrow g(x)-L<\epsilon[/tex][tex]0<x-p<\delta \Rightarrow L>-\epsilon+g(x)[/tex]
Now we see that [tex]L>-\epsilon+g(x)[/tex] and [tex]L>-\epsilon+f(x)[/tex] hence
[tex]f(x)=g(x)[/tex]Now I'm stuck! I mean, I don't know if what I did is correct so I don't think I should go on...
I assume that what need to do is the following.
If [itex]\displaystyle \lim_{x\to \ p}f(x)[/itex] and [itex]\displaystyle \lim_{x\to\ p}g(x)[/itex] exist, then prove that [itex]\displaystyle \lim_{x\to\ p}(f(x)+g(x))=\lim_{x\to\ p}f(x)+\lim_{x\to\ p}g(x)\ .[/itex]​
Given ε > 0, use εf = ε/2 and εg = ε/2 .

You then know that there is some δf and δg .

What should your δ be for the limit of the sum ?
 
Why εf = ε/2 and εg = ε/2?

What should your δ be for the limit of the sum ?
My δ would be δ=min{δf,δg}, correct?
 
DDarthVader said:
Yes! Sorry my fault.
Anyway, do you know how to prove it?

Yes. I already took that class!