Epsilon-Delta Proof Homework: Understanding the Thought Process

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

Homework Statement



For every ε> 0, there is a δ> 0 such that 1- δ< x <1 + implies 2- ε <7-5x <2 + ε


Homework Equations




The Attempt at a Solution



My understanding of epsilon-delta proofs is very minimal at this point. Was hoping someone would be able to explain your thought process when attempting these kinds of proofs. Thank you!
 
Physics news on Phys.org
hi dainty77! :smile:
dainty77 said:
Was hoping someone would be able to explain your thought process when attempting these kinds of proofs.

my thought process would be to attempt the simplest possible solution first …

ie try δ = kε first (for a constant k),

then δ = kε2, then δ = k√ε and so on :wink:
 
  • Like
Likes   Reactions: 1 person
I would start with [itex]2- \epsilon< 7- 5x[/itex] and see that [itex]-5- \epsilon< -5x[/itex] so that [itex]x< 1+ \epsilon/5[/itex] and [itex]x- 1< \epsilon/5[/itex]. Then turn to [itex]7- 5x< 2+ \epsilon[/itex], so that [itex]-5x< -5+ \epsilon[/itex] and [itex]x> 1- \epsilon/5[/itex], [itex]x- 1> -\epsilon/5[/itex]. Now do you see what [itex]\delta[/itex] must be?
 
  • Like
Likes   Reactions: 1 person
tiny-tim said:
hi dainty77! :smile:


my thought process would be to attempt the simplest possible solution first …

ie try δ = kε first (for a constant k),

then δ = kε2, then δ = k√ε and so on :wink:

I see where you are gettiing at! Let me work on it some more. Thank you for your help!