How do I choose delta in an epsilon delta proof without just guessing Concept
I can follow epsilon delta proofs when I read them but I cannot produce one. The step where the proof says let delta equal epsilon over five feels like it came from nowhere. How do people actually find that number, and am I allowed to show the work that got me there or does it have to look clean like the textbook?
@corwin_ashby · 9mo ago · 3 replies
You find delta by working backwards, on scratch paper, and then you write the proof forwards. Those are two separate documents and your textbook only shows you the second one.
Scratch: start from what you want,
|f(x) - L| < ε, and manipulate until you have|x - a| < something. Forf(x) = 3x + 1ata = 2,|3x + 1 - 7| = 3|x - 2|, and you want that under ε, so|x - 2| < ε/3. That is where delta came from.Proof: let
δ = ε/3, assume0 < |x - 2| < δ, then|f(x) - 7| = 3|x - 2| < 3δ = ε. Done. Nothing mysterious, just the scratch work read right to left.Reply
Report
@awkward_ash · 9mo ago
The two documents framing is what I was missing. I kept trying to derive it in the proof itself and getting tangled.
Reply
Report
@napgapnora · 9mo ago
Most graders are fine with you writing the scratch work in the margin or labelling it as such, as long as the actual proof stands alone. Ask yours, it costs nothing.
Reply
Report