What's the Difference Between Epsilon-Delta and Epsilon-N Definitions?

  • Context: Undergrad 
  • Thread starter Thread starter j@zz!
  • Start date Start date
  • Tags Tags
    Definitions Epsilon
Click For Summary

Discussion Overview

The discussion centers on the distinctions between the epsilon-delta and epsilon-n definitions in the context of mathematical convergence and continuity. Participants explore the definitions' applications, particularly regarding sequences, series, and functions, while seeking clarification on their meanings and contexts.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant inquires whether the epsilon-n definition pertains to convergence and the epsilon-delta definition pertains to continuity, expressing confusion about their meanings.
  • Another participant recalls that the epsilon-delta definition was previously associated with limits, questioning if there has been a change in its definition over time.
  • A participant provides a detailed explanation of the epsilon-n definition for convergence, particularly for sequences of functions, and contrasts it with the epsilon-delta definition for continuity, asking for clarification on the context of these definitions.
  • One participant illustrates convergence using a geometric series example, explaining how to determine the limit through the sequence of partial sums and the relationship with epsilon.
  • A participant notes that the condition n > N is applicable only to sequences and series, while the condition |x - x₀| < δ is relevant for continuous variables and limits of functions.
  • Another participant references specific online resources for the epsilon-delta definition of continuity and limits, indicating a desire to understand the differences between these definitions.

Areas of Agreement / Disagreement

Participants express varying interpretations of the definitions, with some agreeing on their applications to convergence and continuity, while others raise questions and seek clarification. The discussion remains unresolved regarding the precise distinctions and contexts of the definitions.

Contextual Notes

Participants have not fully established the assumptions or contexts for the definitions, leading to potential ambiguities in their applications. The discussion touches on sequences, series, and functions without a consensus on how these definitions interrelate.

j@zz!
Messages
1
Reaction score
0
I'm have some trouble distinguising definitions and require some help please:

is the epsilon-n def. for convergence?

is the epsilon-delta def. for continuity?

if this is correct could you slighlt elaborate on what it actually means; I'm quite confused and any help would do!:confused:
 
Physics news on Phys.org
I am sure when i read the epsilon-delta definition some 3-4 years back, they were defining "limits". Did they change the definition or something now?

-- AI
 
The epsilon-n def. for convergence? If you mean for a sequence of functions it is

[tex]f_{n}(x) \rightarrow f(x)[/tex] pointwise

if, and only if

[tex]\forall \epsilon >0 , \exists N\in\mathbb{N} \mbox{ such that } n\geq N \Rightarrow \left| f_{n}(x) - f(x)\right| < \epsilon[/tex]

For continuity:

f(x) is continuous at x=a if, and only if

[tex]\forall \epsilon >0 , \exists \delta >0 \mbox{ such that } \left| x - a\right| < \delta \Rightarrow \left| f(x) - f(a)\right| < \epsilon[/tex]

But I have made some assumptions, could you be more explicit about what exactly the context of these defintions is? Are you dealing with real functions of a real variable? General metric spaces?
 
j@zz! said:
I'm have some trouble distinguising definitions and require some help please:
is the epsilon-n def. for convergence?
Alright, let's say we have a series like:
[tex]\sum_{n=1}^{\infty}(\frac{1}{2})^n[/tex]
We know that this series converges to 1. If you were to start adding up the beginning terms you would get closer and closer to one. Taking the first four terms gives 1/2 + 1/4 + 1/8 + 1/16 = 15/16. Taking the fifth term gives 31/32. Taking the sixth term brings us even closer. But how do we know the limit to which the series converges is 1? To do this, we examine the sequence of partial sums (the numbers you get by adding the first term, the first and second, and so on). This sequence is something like {1/2,3/4,7/8,15/16...}. Now what would be a reasonable definition of convergence? Clearly we can't expect the sum to ever reach one in a finite number of terms, but it does get very close. The definition we chose is that if I were to pick any number, call it [itex]\epsilon[/itex], then no matter how tiny I picked it to be (as long as it is greater than zero), you could come up with a number, call it N, so that all the terms in the sequence after and including n=N are 'within epsilon' of the limit. So if I picked epsilon to be .1, then you could chose N to be 4, because the fourth term in the sequence is 15/16, and 1-15/16=1/16=.0625<0.1, and for any term in the sequence after this, the difference is even less. But this is not enough to guarantee that the limit is 1. You have to show that you will be able to find an N no matter how small I choose [itex]\epsilon[/itex], as long as [itex]\epsilon>0[/itex]. To do this, remember the formula for a geometric series:
[tex]\sum_{n=1}^{N}r^n=\frac{r-r^{N+1}}{1-r}[/tex]
So we want the difference between one and the sum to be less than [itex]\epsilon[/itex]:
[tex]1-\sum_{n=1}^{N}(\frac{1}{2})^n =1-\frac{.5-.5^{N+1}}{1-.5}<\epsilon[/tex]
[tex]1-\frac{.5-.5^{N+1}}{.5}<\epsilon[/tex]
[tex]1-(\frac{.5}{.5}-\frac{.5^{N+1}}{.5})<\epsilon[/tex]
[tex]1-1+\frac{.5^{N+1}}{.5}<\epsilon[/tex]
[tex]2\times .5^{N+1}<\epsilon[/tex]
[tex].5^{N}<\epsilon[/tex]
[tex]2^{-N}<\epsilon[/tex]
[tex]-N<\log_{2}{\epsilon}[/tex]
[tex]N>-\log_{2}{\epsilon}[/tex]
So as long as we choose N to be greater than [itex]-\log_{2} {\epsilon}[/itex], we are guaranteed that the sequence is within epsilon of the limit for all [itex]n\geq N[/itex]. Note that sometime a series will be above its limit, so the condition that the series is 'within epsilon of the limit' is written as [itex]|S_n-L|<\epsilon[/itex] for all [itex]n \geq N[/itex] where [itex]S_n[/itex] is the nth term in the sequence of partial sums and L is the limit(which in this example was 1).
 
Last edited:
The condition n> N only makes sense when n is a positive integer: it can only apply to sequences and series.

The condition [itex]|x- x_0|< \delta[/itex] only makes sense for continuous variables: it can only apply to limits of functions.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 23 ·
Replies
23
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 25 ·
Replies
25
Views
4K