markdown
Sequences and Recurrence Relationsmd 8a76edc
lecture/math/sequence/sequences-and-recurrences.lecture.n.md
Download PDF

Sequences and Recurrence Relations

date2026-07-14document_iddoc_b54cc76ed99ddd4b29e2f91e504b5df1description数列の定義、添字規約、明示式と漸化式、初期条件による一意決定を整理し、主要な解法へ接続する二言語講義。type講義content_typelecturestatusactiverelateddata/lecture/math/sequence/sequences-portal.lecture.n.md / data/lecture/math/sequence/shift-operators-and-recurrences.lecture.n.md / data/lecture/math/sequence/recurrence-types-and-strategies.lecture.n.md / data/lecture/math/sequence/arithmetic-and-geometric-sequences.lecture.n.md / data/lecture/math/sequence/first-order-recurrences.lecture.n.md / data/exercise/math/sequence/recurrence-types-and-strategies.exercise.n.md
mathhighschoolsequencelecture

1Introduction

A sequence specifies a term for each natural-number index. An {explicit formula} computes every term directly from its index, whereas a {recurrence relation} determines later terms from known ones. These are two fundamental ways to describe the same mathematical object. This lecture explains their meanings, the role of initial conditions, and their principal examples before directing the reader to the subsequent methods.

2Sequences and Indices

A real sequence (an)n1 is a function that assigns a real number an to every integer n1. We call an the nth term and a1 the initial term. Unless stated otherwise, this lecture starts indices at n=1,2,3,. Thus, imposing an update equation an+1=F(n,an) “for every n1” successively governs a2,a3, wherever F is defined.

One may instead start indices at 0. Under that convention the initial term is a0, and, for example, the formula corresponding to a1rn-1 becomes a0rn. Indexing conventions must not be mixed.

3Explicit Formulas and Recurrences

An explicit formula, such as

an=2n+1(n1),

specifies an directly from n. By contrast, a recurrence together with an initial condition, such as

an+1=an+2(n1),a1=3,

specifies relations among the terms and a starting value. Both descriptions give the sequence 3,5,7,. An explicit formula is convenient for computing a selected term, while a recurrence naturally expresses change between adjacent terms or a generative process.

4Initial Conditions and Uniqueness

A recurrence alone need not determine a unique sequence. For example,

an+1=2an

generates 1,2,4, when a1=1, but 3,6,12, when a1=3. The value of a1 is required.

More generally, suppose that

an+1=F(n,an)(n1)

is accompanied by the initial condition a1=cR, and F:N1×RR assigns one real number to every input. A unique real sequence then exists: a1 determines a2=F(1,a1), and every term similarly determines the next.

A second-order recurrence that determines an+2 from an+1 and an usually requires two consecutive initial values. For example,

an+2=an+1+an(n1),a1=1,a2=1

uniquely generates 1,1,2,3,5,. More generally, let G:N1×RkR and consider the order-k recurrence

an+k=G(n,an,an+1,,an+k-1)(n1).

It uniquely updates the highest-index term from the preceding k terms. Therefore, specifying the k consecutive initial values a1,,ak uniquely determines a real sequence.

5Arithmetic and Geometric Sequences

A constant additive change gives an arithmetic sequence. With common difference d,

an+1=an+d,an=a1+(n-1)d.

A constant multiplicative change gives a geometric sequence. With common ratio r,

an+1=ran,an=a1rn-1.

The former is recognized through the difference an+1-an and the latter through a common multiplier. When an=0, the quotient an+1/an is undefined, so geometric behavior must be tested through an+1=ran without division. The lecture on arithmetic and geometric sequences proves the general-term and finite-sum formulas and handles their exceptional cases.

data/lecture/math/sequence/arithmetic-and-geometric-sequences.lecture.n.md

6A Basic First-Order Recurrence

For constants p,q, consider

an+1=pan+q.

If p=1, then an+1=an+q, so the sequence is arithmetic. If p1, the equilibrium point

α=q1-p

satisfies α=pα+q; that is, α is a {fixed point} of the update map xpx+q. Define bn:=an-α. Then

bn+1=pbn,

so the deviation from equilibrium is geometric. Consequently,

an=α+(a1-α)pn-1.

The lecture on first-order recurrences gives the detailed derivation, behavior for different values of p, and examples.

data/lecture/math/sequence/first-order-recurrences.lecture.n.md

7Choosing a Method

  • If the difference is constant, use an arithmetic sequence.
  • If every update uses the same multiplier, use a geometric sequence.
  • For an+1=pan+q, subtract an equilibrium point to obtain geometric form.
  • When several preceding terms occur, identify the order and coefficient structure and examine whether methods such as a characteristic equation apply.
  • To treat index shifts and differences uniformly, use the shift operator.

The lecture on recurrence types and strategies develops classification and method selection. The lecture on shift operators and recurrences develops the shift operator E and the difference operator Δ=E-I.

data/lecture/math/sequence/recurrence-types-and-strategies.lecture.n.md data/lecture/math/sequence/shift-operators-and-recurrences.lecture.n.md

8Cautions in Application

Finitely many displayed terms cannot uniquely determine the rule of an infinite sequence: infinitely many sequences can agree on those terms and differ later. Moreover, when a recurrence contains fractions or square roots, one must check that its right-hand side is defined at every stage. Even a formal update rule with initial conditions need not produce all later terms within the specified number system.

9Summary

  • A sequence (an)n1 is a function assigning a term an to every integer n1.
  • An explicit formula specifies an directly from the index; a recurrence specifies later terms from known ones.
  • Unique recursive determination requires suitable initial conditions for the order and a uniquely defined value at every update.
  • Arithmetic form, geometric form, and an equilibrium shift are the basic tools for first-order recurrences.

10Related Lectures

data/lecture/math/sequence/sequences-portal.lecture.n.md data/lecture/math/sequence/arithmetic-and-geometric-sequences.lecture.n.md data/lecture/math/sequence/first-order-recurrences.lecture.n.md data/lecture/math/sequence/shift-operators-and-recurrences.lecture.n.md data/lecture/math/sequence/recurrence-types-and-strategies.lecture.n.md

11Exercises

data/exercise/math/sequence/recurrence-types-and-strategies.exercise.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
タブを全て閉じる