Why Pick Delta as 1 in Limits of Functions?

  • Context: Undergrad 
  • Thread starter Thread starter semidevil
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Discussion Overview

The discussion revolves around the epsilon-delta definition of limits in calculus, specifically addressing how participants choose the delta value in various limit problems. The scope includes theoretical aspects of limits, mathematical reasoning, and examples of specific functions.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant expresses confusion about the choice of delta in limit problems, questioning why delta is set to 1 in one example and 1/2 in another.
  • Another participant challenges the initial function presented, asking for clarification on which function is being discussed, as none of the proposed functions seem to yield the stated limit at x=3.
  • Some participants propose that the function in question is f(x)=|5-3/(x+3)|, which they assert converges to 1/3 as x approaches 3.
  • There is a suggestion that limits involving quotients can be simplified by choosing delta to be less than a manageable number, such as 1, to facilitate calculations.
  • A participant outlines a general approach to proving limits, emphasizing the importance of manipulating the expressions to bound them in terms of delta.
  • Another participant critiques the assumption that delta can be chosen arbitrarily, highlighting the need for careful consideration of the intervals involved.
  • There are discussions about continuity proofs, with participants providing different methods and considerations for bounding expressions involving delta.

Areas of Agreement / Disagreement

Participants do not reach consensus on the specific function or the correct approach to the limit problems discussed. Multiple competing views and interpretations of the functions and their limits remain evident throughout the discussion.

Contextual Notes

Some participants express uncertainty about the assumptions underlying their arguments, particularly regarding the intervals in which x and a lie. The discussion also reflects varying levels of familiarity with the epsilon-delta definition and its application to different types of functions.

semidevil
Messages
156
Reaction score
2
I"m doing some problems regarding limits of functions, and using the epsilon delta defnition, I really have no idea on what they do, and how they pick the delta.

for example:

lim as x to 3 of | 5-3/x+3| = 1/3. after some siimplication, this turns to 4/3|x-3 / x+3| < epsilon. and to find a bound for |x+3| we set delta to 1. and this makes -1 <x-3 < 1. then, they add 6 to both sides, and this becomes -5 <|x+3|<7. after that, it is pretty straight forward.

first question, why did they pick delta as 1? and also, why did they add 6 to the left and right side?

and then, there are other problems such as as limit of x to 2 of 1/ 1 - x = - 1. they pick delta as 1/2, and what do they do from there?
 
Physics news on Phys.org
I have absolutely no idea of what function you're talking about!
Which of these functions do you mean:
a) [tex]f(x)=|\frac{5-3}{x}+3|[/tex]
b)[tex]f(x)=|5-\frac{3}{x}+3|[/tex]
c)[tex]f(x)=|5-\frac{3}{x+3}|[/tex]
Neither of these functions, I might add, have the limit value you are talking about at x=3
 
Arildno,i think it's
[tex]f(x)=|\frac{5-3}{x+3}|[/tex]

Incidentally,this one converges to 1/3,when x----->3

Daniel.
 
"When we have eliminated the impossible, whatever remains, however improbable, is the truth"
(Or something like that..)
 
i think its (5-x)/(x+3) as x-->3.

and the answer is that quotient limits are hard. you soften them up by taking delta less than something easy like 1, and then go from there.
 
The way to do practically all calculus questions splits into two parts.

Generic show lim x tends to a of f(x) is f(a)

1. Just suppose that |x-a|< d play around with |f(x)-f(a)| until you've got something bounding it above in terms of d.

eg.

to show x^2 is continuous on [0,1]

Pretend |x-a|< d , then |x^2-a^2| = |x-a||x+a| < |x+a|d <=2d since x and a both are in the interval [0,1], x+a is at most 2.


So, given e > 0 let d = e/2, then |x-a| <d implies by exactly the same reasoning that |x^2-a^2|<e, so x^2 is continuous at a.

2. Sometimes we don't get such a nice answer, so we can also assume d to be less than some number, for instance 1 if that helps.

For instance to show x^2 is continuous at all points of R, let us assume |x-a|<d<1, then by the above

|x^2-a^2| < d|x+a|

but -1<x-a<1, so 2a-1<x+a<2a+1, ie |x+a| < |2a+1|

so given e >0, let d be e/(2a+1).

The problem I find in students is that they actually think the lecturer plucked d out of thin air by a lucky guess that seemed to work, and can't figure out how they'd guess it. This owes to the fact that mathematicians like to make things look neat when presenting it so they don't "show their working".
 
matt grime said:
to show x^2 is continuous on [0,1]

Pretend |x-a|< d , then |x^2-a^2| = |x-a||x+a| < |x+a|d <=2d since x and a both are in the interval [0,1], x+a is at most 2.


So, given e > 0 let d = e/2, then |x-a| <d implies by exactly the same reasoning that |x^2-a^2|<e, so x^2 is continuous at a.
You really need to take cases, for when epsilon gets big, the result may not hold. |x+a| is not at most 2, because x doesn't have to lie in the interval [0,1]. x lies in the interval (a-d,a+d).

In your example, take for instance a=1, and e=10, then d=5,
but x=5 satisfies |x-1|<5, but |x^2-1^2|=|25-1|=24 >10.

|x+a| is at most 2, if you restrict x to the interval [0,1], this is not possible if a=1, because then d would have to be zero.
Better choose |x+a| at most 3, you can restrict x to the interval [0,2] by choosing d such that |x-a|<2-a. So choose d=min(e/3,2-a) to be on the safe side.

Hopefully I got that right. This is indeed what makes limits difficult.
 
Last edited:
Erm, I think you'll find that x and a are in the interval [0,1] because that was part of the hypothesis. I was proving it continuous on the interval [0,1] (with the obvious subspace topology).
 
Here an easier and more general way:

Let |x-a|<d.
Write |x+a|=|x-a+2a|<=|x-a|+2|a|.
Then |x^2-a^2|<=|x-a|(|x-a|+2|a|)<d^2+2|a|d

So we want d^2+2|a|d to be smaller then any e.
If d<1, then d^2+2|a|d<1+2|a|, so take:

[tex]\delta = min\{\frac{\epsilon}{1+2|a|},1\}[/tex]

The argument holds for any [itex]a\in \mathbb{R}[/itex].
 
  • #10
matt grime said:
Erm, I think you'll find that x and a are in the interval [0,1] because that was part of the hypothesis. I was proving it continuous on the interval [0,1] (with the obvious subspace topology).

Okay, I thought you meant continuous on a particular subset [itex]D\subset \mathbb{R}[/itex], with [itex]D=[0,1][/itex].
 
  • #11
yes, that was the second argument i posted when i removed the condition that x lie in [0,1]
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 25 ·
Replies
25
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K