markdown
Limits of Sequencesmd ff31ea4
lecture/math/sequence/limits-of-sequences.lecture.n.md
Download PDF

Limits of Sequences

date2026-07-14document_iddoc_8d3f2023189c35c6496ecb66bccbdceadescription数列の収束を ε-N 論法で定義し、発散、等比数列、有理式、はさみうちによる極限判定を説明する。prerequisites数列の基本 / 不等式の基本type講義content_typelecturestatusactiverelateddata/lecture/math/sequence/sequences-portal.lecture.n.md / data/lecture/math/sequence/arithmetic-and-geometric-sequences.lecture.n.md / data/lecture/math/sequence/difference-equation-basics.lecture.n.md / data/lecture/math/sequence/series-basics.lecture.n.md / data/lecture/math/calculus/limits-and-continuity.lecture.n.md
mathsequenceundergraduatelecture

1Introduction

This lecture defines convergence of a sequence to a real number by the ε-N criterion and develops the following principle: a limit is determined not by finitely many initial terms, but by all sufficiently late terms at every requested accuracy.

To analyze the long-term behavior of solutions to difference equations and the partial sums used in the next lecture on series, one must quantify what it means for a sequence to approach a value. We consider real sequences (an)n1 and assume the standard properties of absolute value.

2Terms and Definitions

A sequence (an) {converges} to LR if

ε>0NNnN,|an-L|<ε.

We then write limnan=L or anL. The number ε is the requested error tolerance. The index N may depend on that tolerance, but after N has been chosen, the same estimate must hold for every nN.

A sequence {diverges} if it does not converge to any finite real number. In particular, we write an+ if

MRNNnN,an>M.

Similarly, an- means that all sufficiently late terms lie below every prescribed real bound M. The symbols + and - are not real limit values; they denote particular modes of divergence. For example, (-1)n diverges by oscillation and tends to neither + nor -.

3Basic Properties

A convergent sequence has a unique limit. Indeed, suppose anL and anK with LK. Apply both definitions with ε=|L-K|/3 and choose one sufficiently large n. The triangle inequality gives

|L-K||L-an|+|an-K|<2|L-K|/3,

a contradiction.

Every convergent sequence is also bounded. If anL, choosing ε=1 shows that all sufficiently late terms satisfy |an||L|+1. The finitely many remaining terms have a maximum absolute value, so one constant bounds the entire sequence. Consequently, every unbounded sequence diverges. Boundedness alone does not guarantee convergence, as (-1)n demonstrates.

We shall use the standard limit laws. If anA and bnB, then

an+bnA+B,anbnAB,anbnAB(B0).

In the quotient law, bn0 for all sufficiently large n. These laws follow from the ε-N definition by splitting errors with the triangle inequality and using boundedness of convergent sequences.

4Geometric Sequences

Let an=arn-1. If a=0, the sequence is identically zero. Assume below that a0.

  • If |r|<1, then an0. For 0<|r|<1, put q=1/|r|>1. The binomial theorem gives qm=(1+(q-1))m1+m(q-1). Given ε>0, choose m so that 1+m(q-1)>|a|/ε. Set N=m+1; if nN, then |arn-1||arm|<ε. The case r=0 is immediate.
  • If r=1, then an=a, so the sequence converges to a.
  • If r=-1, the terms alternate between a and -a. If anL, applying the definition along the even and odd indices would make both constant subsequences a and -a converge to L, contrary to uniqueness and a0. Thus the sequence diverges.
  • If r>1, the same binomial estimate shows that rn-1 eventually exceeds every positive number. Hence an+ when a>0, and an- when a<0.
  • If r-1, the sign alternates. When r<-1, the absolute values are also unbounded, so the sequence diverges and tends to neither + nor -.

Thus, for nonzero real a, a finite limit exists exactly when |r|<1 or r=1.

5Sequences Defined by Rational Expressions

Let P and Q be nonzero real polynomials, assume Q(n)0 for all sufficiently large n, and set

an=P(n)Q(n).

Write p=[PARSE ERROR: Undefined("Command(\"deg\")")]P and q=[PARSE ERROR: Undefined("Command(\"deg\")")]Q, and let their leading coefficients be c and d, respectively. For pq, divide the numerator and denominator by nq. For p>q, write an/np-q=P(n)/(np-qQ(n)) and divide its numerator and denominator by np. Applying the limit laws together with 1/nk0 yields:

  • If p<q, then an0.
  • If p=q, then anc/d.
  • If p>q, then an/np-qc/d. Sufficiently late values of this ratio have the same sign as c/d and absolute value at least |c/(2d)|, while np-q eventually exceeds every positive number. Hence an+ when c/d>0 and an- when c/d<0.

For example,

3n2+1n2-2n+5=3+n-21-2n-1+5n-23.

The denominator tends to 10, so the quotient law applies.

6Squeeze Theorem

Suppose that for every sufficiently large n,

bnancn,

and that bnL and cnL. Then anL. Indeed, for every ε>0, sufficiently large n satisfy L-ε<bn and cn<L+ε, and hence |an-L|<ε.

Since |sinn|1 and 1/n0,

-1nsinnn1n.

The squeeze theorem therefore gives sinn/n0. No convergence assumption on sinn itself is required.

7Decision Procedure

  • First distinguish among a candidate finite limit, divergence to infinity, and oscillation.
  • For a geometric factor, separate the cases |r|<1, r=1, r=-1, and |r|>1.
  • For a rational expression, compare the degrees and leading coefficients of its numerator and denominator.
  • When an absolute value can be bounded by a convergent upper bound, apply the squeeze theorem.
  • When invoking a limit law, verify its assumptions, especially the nonvanishing denominator in the quotient law.

8Scope

Because the index in the ε-N definition ranges only over natural numbers, there is no input-distance parameter δ such as the one used in the ε-δ definition of a function limit. Although a sequence may be regarded as the values f(n) of a function at integer points, the behavior of f between those points does not affect convergence of the sequence.

This lecture concerns real sequences. Convergence of complex sequences is defined analogously by replacing absolute value with the complex modulus, but the ordered classification by + and - does not transfer unchanged.

9Basic Formulas

[PARSE ERROR: Undefined("Command(\"boxed\")")]anLε>0NnN,|an-L|<ε
[PARSE ERROR: Undefined("Command(\"boxed\")")]|r|<1rn0
[PARSE ERROR: Undefined("Command(\"boxed\")")]bnancn,bn,cnLanL

10Summary

  • A sequence converges when all sufficiently late terms meet every requested error tolerance.
  • Divergence includes divergence to infinity and oscillation; ± are not finite limit values.
  • Geometric sequences, rational expressions, and squeezing reduce long-term behavior to absolute values, leading terms, and inequalities, respectively.

11Related Lectures

data/lecture/math/sequence/difference-equation-basics.lecture.n.md data/lecture/math/sequence/series-basics.lecture.n.md data/lecture/math/calculus/limits-and-continuity.lecture.n.md
raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる