Another epsilon-delta proof

  • Thread starter bjgawp
  • Start date
  • Tags
    Proof
It would be better if we had 2 \delta |1 - x| < \epsilon instead, and that's why we assume that in the first place.So, if you tried to solve this problem without that extra assumption, you would get stuck at that point.A good way to see if an assumption is helpful is to see if it helps you make additional deductions. If it does, then it is useful, and if it doesn't, then it isn't. In this case, the assumption that 2(3)|x+1| < \epsilon allows us to make additional deductions that we couldn't make otherwise,
  • #1
bjgawp
84
0

Homework Statement


Prove that [tex]\lim_{x\to\\-1}(3-2x^{2})=1 [/tex] The problem isn't figuring out the problem but rather a question about the answer itself.[/



Homework Equations


None really.


The Attempt at a Solution


http://img248.imageshack.us/img248/913/prooffi5.jpg

My question is that what's the difference if we assumed [tex]\delta[/tex] to be another number such as 5? We would wind up with [tex]\delta[/tex] = min{5, [tex]\epsilon[/tex]/14}. How would the two answers differ? Is one answer more accurate or more "right" than the other?
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
If [itex]\delta[/itex] is "assumed to be another number such as 5" then it wouldn't work would it? The whole point is to make certain that |2- 2x2|< 1 isn't it?
 
  • #3
Was that supposed to say [itex]|2 - 2x^2| < \epsilon[/itex]?


I also assume you meant to say "If we had instead assumed [itex]\delta \leq 5[/itex]..."? If you get an answer, then you get an answer. The answer is not unique.


For the record, that image has a minor logic error in it. And even if we ignore that, it's not a complete solution.
 
  • #4
Ooh forgot about that :redface: .

Alright instead of [tex]\delta[/tex] = 5, what about [tex]\delta \eq[/tex] = 0.5? We would get [tex]\delta[/tex] = min{0.5, [tex]\epsilon[/tex]/5}. Again, is this answer more "valid" than [tex]\delta[/tex] = min{1, [tex]\epsilon[/tex]/6}

EDIT: Missed Hurkyl's post. Thanks again! Yeah, I didn't feel like going through the whole formality of the proof. Just wanted to get the point across. Thanks!
 
Last edited:
  • #5
Like I said, if you get an answer, then you get an answer! This sort of technique is rather forgiving; it's rather common that choosing any number between 0 and [itex]+\infty[/itex] for your bound on [itex]\delta[/itex] will lead you to an answer.
 
  • #6
Just out of curiosity, what minor logic error did you refer to? Might help me solve a particular problem I've been having with these proofs.

Where I've said 2|x+1||x-1| < 2(3)|x+1| < [tex]\epsilon[/tex], why is it that we assume 2(3)|x+1| < [tex]\epsilon[/tex]? Seems like we arbitrarily assumed it to make the solution work ... Thanks in advance guys!
 
Last edited:
  • #7
bjgawp said:
Just out of curiosity, what minor logic error did you refer to? Might help me solve a particular problem I've been having with these proofs.

Where I've said 2|x+1||x-1| < 2(3)|x+1| < [tex]\epsilon[/tex], why is it that we assume 2(3)|x+1| < [tex]\epsilon[/tex]? Seems like we arbitrarily assumed it to make the solution work ... Thanks in advance guys!
Good call; that's exactly what I was referring to.

The work in this image -- the "working backwards" preliminary work -- is assuming the conclusion: [itex]|2 - 2x^2| < \epsilon[/itex]. From our other assumption, we also know that [itex]|2 - 2x^2| < 2(3)|x+1|[/itex]. However, we cannot conclude that [itex]2(3)|x + 1| < \epsilon[/itex]. (At least, not immediately)

What we need here is, as you've realized, another assumption. (Though if we make the assumption so that the solution will work, it's not exactly arbitrary. :wink:)

We made the assumption that [itex]\delta \leq 1[/itex] so that we could control the size of [itex]|x - 1|[/itex]. Now, since [itex]2(3)|x+1|[/itex] has appeared naturally, we make the additional assumption that [itex]2(3)|x+1| < \epsilon[/itex] to wedge it into the problem right where we want it.

By making these assumptions, we arrive at an answer that works, so we're happy! But if we were unable to arrive at an answer, we would have to try something else.


Remember that none of this work is the actual solution -- it's the process of working backwards from the answer to figure out what to use as a starting point. Once we have a starting point (e.g. "let [itex]\delta = \min\{1, \epsilon/6\}[/itex]"), then we can work forwards to prove that this really is a solution.

Compare with solving algebra problems -- you manipulate the problem until you get potential solutions, and then you have to plug them back into the original equation to see if they really are solutions. The plugging-in part what you need to do to prove they are solutions -- but the manipulations are the process you used to figure out what the solutions had to be.
 
Last edited:
  • #8
Thank you very much! Things are a bit more clearer than they were. However, just another question. I'm still not see how assuming 2(3)|x + 1| < [tex]\epsilon [/tex] leads us to find the "right" [tex]\delta[/tex]. Just because [tex]\delta \leq [/tex] 1, where's our basis that even with the restriction we placed on |x - 1| that 2(3)|x+1| should be < [tex]\epsilon [/tex]. Just curious where the connection is :) Thanks, once again, for taking your time!
 
  • #9
bjgawp said:
Thank you very much! Things are a bit more clearer than they were. However, just another question. I'm still not see how assuming 2(3)|x + 1| < [tex]\epsilon [/tex] leads us to find the "right" [tex]\delta[/tex]. Just because [tex]\delta \leq [/tex] 1, where's our basis that even with the restriction we placed on |x - 1| that 2(3)|x+1| should be < [tex]\epsilon [/tex]. Just curious where the connection is :) Thanks, once again, for taking your time!

Your goal is to find a choice of [itex]\delta[/itex] that makes [itex]|2 - 2x^2| < \epsilon[/itex].

You have already shown that if [itex]\delta \leq 1[/itex], then [itex]|2 - 2x^2| < 2(3)|x+1|[/itex].


This gives you a lead -- if you can arrange things so that both [itex]\delta \leq 1[/itex] and [itex]2(3)|x+1| < \epsilon[/itex] are true, then you have accomplished your goal.

So, to continue working backward, you make the additional assumption that [itex]2(3)|x+1| < \epsilon[/itex], and see if that helps you deduce anything.

You aren't guaranteed that this will help you find the solution -- but this is something to try. And often, the simple thing works!
 
  • #10
Ooh! That clears it up for me. Do you know of an example where that assumption does NOT work? You don't have to go through the trouble of finding one as you've helped a lot already. Thank you very much :) Now .. onto making sense of proving the limit laws ...
 
  • #11
This very problem is a good example. :smile:

Suppose you didn't think to make the assumption that [itex]\delta \leq 1[/itex]. Then, in the process of working backwards, you might do

[tex]|2 - 2x^2| = 2 |1-x| |1+x| < 2 \delta |1 - x|.[/tex]

Then, the natural thing to do would be to assume that [itex]2 \delta |1 - x| < \epsilon[/itex] and see what happens. Solving for delta, you get:

[tex]\delta < \frac{\epsilon}{2 |1 - x|}[/tex]

Unfortunately, since x can be any value at all, [itex]|1 - x|[/itex] can be arbitrarily large, and this forces us to choose [itex]\delta \leq 0[/itex], which we cannot do.


Incidentally, after meeting this failure, the next step to realize "Okay, the problem is that I had no control on the size of [itex]|1 - x|[/itex]" -- it is this chain of thought that leads you to make an assumption like [itex]\delta \leq 1[/itex].
 

1. What is an epsilon-delta proof?

An epsilon-delta proof is a type of mathematical proof that is commonly used to prove the convergence of a sequence or a function. It involves using the concepts of limits and infinitesimals to show that the output of a function or the elements of a sequence get closer and closer to a specific value as the input or index approaches a certain value.

2. Why are epsilon-delta proofs important?

Epsilon-delta proofs are important because they provide a rigorous and precise way to prove the convergence of a sequence or a function. They are widely used in mathematics and physics to prove the validity of various theorems and formulas.

3. How do you construct an epsilon-delta proof?

To construct an epsilon-delta proof, you first need to understand the definition of a limit and the concept of infinitesimals. Then, you need to choose a suitable epsilon value (usually a small positive number) and use it to find a corresponding delta value (usually a small positive number) that satisfies the definition of a limit. Finally, you need to show that for any input or index value within the delta neighborhood, the output or element of the sequence is within the epsilon neighborhood of the limit value.

4. What are some common mistakes made in epsilon-delta proofs?

Some common mistakes made in epsilon-delta proofs include choosing the wrong epsilon or delta values, not properly understanding the definition of a limit, and not considering all possible cases in the proof. It is important to carefully follow the steps and definitions in constructing an epsilon-delta proof to avoid these mistakes.

5. Can epsilon-delta proofs be applied to all functions or sequences?

No, epsilon-delta proofs can only be applied to functions or sequences that have a well-defined limit. This means that the function or sequence must have a unique output or element for each input or index value, and the output or element must approach a specific value as the input or index approaches a certain value. Functions or sequences that do not have a limit cannot be proved using the epsilon-delta method.

Similar threads

Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Precalculus Mathematics Homework Help
Replies
11
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
Replies
11
Views
1K
  • Topology and Analysis
2
Replies
48
Views
3K
  • Precalculus Mathematics Homework Help
Replies
32
Views
1K
Replies
9
Views
917
Replies
2
Views
776
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
Back
Top