Lesson 9.11,207 words

Sequences

A sequence is a function on the positive integers, and its limit is defined almost exactly like a limit at infinity. The Limit Laws and Squeeze Theorem carry over from functions, monotonic and bounded sequences give a convergence criterion, and the Monotonic Sequence Theorem guarantees a limit exists without naming it.

╌╌╌╌

A sequence is a list of numbers written in a definite order,

The number is the first term, the second, and the th or general term. Every term has a successor, so the list never ends. Because each positive integer determines exactly one term , a sequence is a function whose domain is the set of positive integers. The only reason we write instead of is convention; nothing else about the function idea changes.

The sequence is denoted or . A sequence can be given three ways: by a formula for the general term, by listing terms, or by a rule that has no simple closed form.

  • By formula. generates
  • By a recurrence. The Fibonacci sequence is defined by , , and for , giving — each term is the sum of the two before it.
  • By description alone. Let be the th decimal digit of ; then is a perfectly well-defined sequence with no generating formula.

The index need not start at . The sequence begins at , and begins at .

The limit of a sequence

Because a sequence is a function on the integers, it can be pictured either by plotting its terms on a number line or by plotting the points in the plane. The graph is a set of isolated points, one above each integer. For the points climb toward the line : the gap

can be made as small as we like by taking large enough. We write .

The terms of are isolated points that climb toward the line ; past some index every term lies inside the band of half-width about .

The picture suggests the intuitive definition: if the terms get and stay arbitrarily close to . The precise version copies the definition of a limit at infinity, with the single change that ranges over integers.

Geometrically, no matter how narrow the band is drawn, all terms from some index onward must fall inside it. A smaller usually forces a larger .

If a function of a real variable agrees with the sequence at the integers, its limit at infinity carries over.

The converse fails: a sequence can converge while the interpolating function oscillates. The theorem still handles most evaluations, since it lets us reuse everything known about functions. In particular, since for ,

If grows without bound we write , meaning that for every there is an with whenever . Such a sequence still diverges; it simply diverges to infinity.

Three archetypes. Left: terms settle to a limit (convergent). Middle: terms climb past every bound (divergent to ). Right: terms jump between two values forever and approach nothing (bounded, divergent).

Limit Laws for sequences

The Limit Laws hold for sequences with the same statements and near-identical proofs. If and converge and is constant, then

The Squeeze Theorem also transfers.

A companion fact handles alternating signs: if , then , because squeezes to .

Three tactics cover most evaluations:

  • Divide by the dominant power. For , divide top and bottom by : .
  • Push a continuous function inside. If and is continuous at , then . Since sine is continuous at , .
  • Squeeze when the terms trap between two known limits.

l'Hospital's Rule applies to functions of a real variable, not to a sequence directly; route it through the interpolating function and transfer the result back.

The Squeeze Theorem is the only recourse when no real-variable function interpolates the sequence at all.

Powers, oscillation, and divergence

Two sequences recur often enough to record. The sequence behaves according to the size of .

The sequence converges only for ; outside that range it grows without bound or oscillates, and gives the divergent flip-flop

For the terms grow to ; for they oscillate or grow in magnitude without settling. The case gives , which visits both and infinitely often and therefore approaches no single number. Oscillation between distinct values is the most common way a bounded sequence diverges.

Monotonic and bounded sequences

Two structural properties let us prove convergence even when the limit is unknown.

To show is decreasing, note the denominator grows, so . For the comparison is less obvious, so differentiate : for , so decreases and the sequence decreases too.

Neither property alone forces convergence. The bounded sequence diverges, and the monotonic sequence diverges to infinity. Together, however, they are decisive.

An increasing sequence bounded above by : the terms are forced to crowd together and approach a limit that they never exceed.

The proof rests on the Completeness Axiom of the real numbers: a nonempty set bounded above has a least upper bound. Suppose is increasing and bounded above, and let be the least upper bound of the set . Given , the number is not an upper bound (since is the least one), so for some . Because the sequence increases, for all ; and always. Hence for — the definition of . A symmetric argument, using the greatest lower bound, handles decreasing sequences.

The theorem certifies that a limit exists without producing its value. It underlies the convergence arguments for series of positive terms, whose partial sums increase.

Recursively defined sequences

The Monotonic Sequence Theorem is most useful on sequences given by a recurrence, where no formula for is available. Consider

Computing terms gives , suggesting an increasing sequence approaching .

Increasing. By induction: . If , then , so , i.e. . Thus for all .

Bounded above by . Again by induction: . If , then , so .

Being increasing and bounded, the sequence converges to some . To find , take the limit of both sides of the recurrence. Since and ,

This is the standard two-step method: prove convergence first, then solve a fixed-point equation. Solving is legitimate only once the Monotonic Sequence Theorem guarantees exists; otherwise the algebra can produce a false answer for a divergent sequence.

Cobweb view of : iterating bounces between the map and the diagonal , spiralling into the fixed point where the two lines cross.

A second recurrence shows the method when the map is a square root rather than a line.

The recursion starting from : terms increase and stay below the dashed line , crowding toward it.

Summary of sequence facts

IdeaStatement
Limit of a sequence: terms stay within of past some
Powers converge iff (to , or to at )
Squeeze Theorem with forces
Monotonic Sequence Theorembounded monotonic convergent
Two-step recursion methodprove convergence, then solve the fixed-point equation

The sum of an infinite series is defined as the limit of its sequence of partial sums, so every result above transfers directly to series.

╌╌ END ╌╌