If, as n increases without bound, the terms an of the sequence {an} get infinitely close to a certain constant A, then the sequence {an} is said to converge toA, and A is called the limit of the sequence.
Let {an} be a sequence and A a constant. If for any given positive number ε (however small), there always exists a positive integer N such that whenever n>N,
∣an−A∣<ε
then the sequence {an} is said to converge to A, written as limn→∞an=A.
符号说明
符号
类型
读音/说明
在本文中的含义
ε
希腊字母
Epsilon(伊普西隆)
An arbitrarily small positive number specifying the degree of closeness
N
变量
N
A positive integer indicating from which term the condition holds
Why do we need a rigorous definition?
The intuitive definition is easy to understand, but not precise enough:
What does “infinitely close” mean?
To what extent does “increase without bound” go?
The rigorous ε-N definition resolves these issues:
∣an−A∣<ε quantifies “closeness”
n>N quantifies “large enough”
This rigor is the foundation of mathematical analysis, allowing us to carry out rigorous proofs.
Analogy: just as laws need precise provisions rather than merely “the general meaning”.
Convergence and Divergence
Convergent: the sequence has a limit
Divergent: the sequence has no limit
Examples of Convergence
Example 1: limn→∞n1=0
Proof (using the ε-N definition):
For any ε>0, to make ∣n1−0∣<ε, i.e., n1<ε, it suffices to take n>ε1.
Take N=⌈ε1⌉ (the smallest integer greater than ε1). Then when n>N, ∣n1−0∣<ε.
Therefore limn→∞n1=0.
Example 2: limn→∞n2n+1=2
n2n+1=2+n1→2
Examples of Divergence
Example 1: an=n diverges (tends to infinity)
Example 2: an=(−1)n diverges (oscillates)
Example 3: an=sinn diverges (irregular oscillation)
Practice Problems
Exercise 1
Use the ε-N definition to prove: limn→∞n21=0
Reference Answer(1 个标签)
limit definition of sequences
Proof:
For any ε>0, to make ∣n21−0∣<ε, i.e., n21<ε, it suffices to have n2>ε1, i.e., n>ε1.
Take N=⌈ε1⌉. Then when n>N, ∣n21−0∣<ε.
Therefore limn→∞n21=0.
Exercise 2
Determine whether the following sequences converge. If they converge, find their limits:
an=n+13n+2
an=n+1n2
an=n(−1)n
Reference Answer(1 个标签)
limit definition of sequences
Solution:
an=n+13n+2=1+n13+n2→13=3, convergent, with limit 3
an=n+1n2=1+n1n→∞, divergent
an=n(−1)n: since ∣an∣=n1→0, we have an→0, convergent, with limit 0
Exercise 3
Prove: if limn→∞an=A, then limn→∞∣an∣=∣A∣
Reference Answer(1 个标签)
limit definition of sequences
Proof:
From limn→∞an=A, for any ε>0, there exists an N such that when n>N, ∣an−A∣<ε.
Using the inequality ∣∣an∣−∣A∣∣≤∣an−A∣ (the triangle inequality for absolute values),