Nidhogg
- 11
- 0
I'm looking for a good, general explanation of how to do delta/epsilon proofs. I've searched all over the web but this stuff is just really confusing. Let me start with a problem, show my attempt at a solution, and then maybe you guys can explain it in a way that will make sense to me.
Prove that: \lim_{x \rightarrow 2} 3x + 1 = 7
If (0 < |x-a| < \delta) implies (|f(x) - L| < \epsilon), then \lim_{x\rightarrow a} f(x) = L.
We want to prove that: \lim_{x \rightarrow 2} 3x + 1 = 7 To do this, we must show that (0 < |x- 2| < \delta) implies: (|3x + 1 - 7| < \epsilon) So I start by taking: 3x + 1 = 7 and simplifying it to 3x - 6 = 0 Which we can set to being less than epsilon as a way of choosing a delta, thus |3x - 6| < \epsilon which means that 3|x-2| < \epsilon so I can choose \delta = \frac{\epsilon}{3}. Now I can assume that 0 < |x - 2| < \delta, and since \delta = \frac{\epsilon}{3} this means that 0 < |x - 2| < \frac{\epsilon}{3}
At this point, I just draw a blank. I feel as if I have everything I need to complete the proof, but I'm missing something, and all the explanations I read don't seem to help. Can someone please help me get this through my thick skull?
Homework Statement
Prove that: \lim_{x \rightarrow 2} 3x + 1 = 7
Homework Equations
If (0 < |x-a| < \delta) implies (|f(x) - L| < \epsilon), then \lim_{x\rightarrow a} f(x) = L.
The Attempt at a Solution
We want to prove that: \lim_{x \rightarrow 2} 3x + 1 = 7 To do this, we must show that (0 < |x- 2| < \delta) implies: (|3x + 1 - 7| < \epsilon) So I start by taking: 3x + 1 = 7 and simplifying it to 3x - 6 = 0 Which we can set to being less than epsilon as a way of choosing a delta, thus |3x - 6| < \epsilon which means that 3|x-2| < \epsilon so I can choose \delta = \frac{\epsilon}{3}. Now I can assume that 0 < |x - 2| < \delta, and since \delta = \frac{\epsilon}{3} this means that 0 < |x - 2| < \frac{\epsilon}{3}
At this point, I just draw a blank. I feel as if I have everything I need to complete the proof, but I'm missing something, and all the explanations I read don't seem to help. Can someone please help me get this through my thick skull?
Last edited: