markdown
Arithmetic and Geometric Sequencesmd 4b77ab2
lecture/math/sequence/arithmetic-and-geometric-sequences.lecture.n.md
Download PDF

Arithmetic and Geometric Sequences

date2026-07-14document_iddoc_2e609f0db64f8a2e725977a907f28c82description等差数列と等比数列を漸化式で定義し、一般項と有限和を端点・例外を含めて証明する二言語講義。prerequisites数列の基本type講義content_typelecturestatusactiverelateddata/lecture/math/sequence/sequences-portal.lecture.n.md / data/lecture/math/sequence/sequences-and-recurrences.lecture.n.md / data/lecture/math/sequence/first-order-recurrences.lecture.n.md / data/lecture/math/sequence/limits-of-sequences.lecture.n.md / data/lecture/math/sequence/series-basics.lecture.n.md
mathhighschoolsequencelecture

1Introduction

The central task of this lecture is to distinguish additive change by a constant amount from multiplicative change by a constant factor. We define both classes by recurrences between adjacent terms and prove their general-term and finite-sum formulas.

2Definitions

Consider a real sequence (an)n1. It is an {arithmetic sequence} if there is a constant dR such that

an+1=an+d

for every n1. The number d is its {common difference}. This definition includes constant sequences, for which d=0.

It is a {geometric sequence} if there is a constant rR such that

an+1=ran

for every n1. The number r is a {common ratio}. This definition includes the zero sequence arising from a1=0. For the zero sequence, every r satisfies the recurrence, so the common ratio need not be unique.

3General Terms

3.1Arithmetic Sequences

For every n1,

[PARSE ERROR: Undefined("Command(\"boxed\")")]an=a1+(n-1)d.

At n=1, the right-hand side is a1. For n2, sum ak+1-ak=d over k=1,,n-1:

an-a1=k=1n-1(ak+1-ak)=(n-1)d.

The sum in the middle telescopes because its intermediate terms cancel, proving the formula.

3.2Geometric Sequences

For every n1,

[PARSE ERROR: Undefined("Command(\"boxed\")")]an=a1rn-1.

At n=1, this follows from r0=1. If an=a1rn-1, then an+1=ran=a1rn; mathematical induction proves the formula. This proof uses no division and remains valid when a1=0 or r=0.

4Finite Sums

For 1mN, define

Sm,N:=n=mNan.

There are N-m+1 terms.

4.1Finite Arithmetic Sums

[PARSE ERROR: Undefined("Command(\"boxed\")")]Sm,N=N-m+12(am+aN).

Add the same sum written in reverse order:

2Sm,N=j=0N-m(am+j+aN-j).

The arithmetic property makes every parenthesis equal to am+aN, and there are N-m+1 parentheses. This proves the formula, including the endpoint case m=N, where it gives am.

In particular, for m=1,

[PARSE ERROR: Undefined("Command(\"boxed\")")]n=1Nan=N2{2a1+(N-1)d}=N2(a1+aN).

4.2Finite Geometric Sums

If r1, then

[PARSE ERROR: Undefined("Command(\"boxed\")")]Sm,N=am1-rN-m+11-r.

Write Sm,N=am+amr++amrN-m and subtract rSm,N to obtain

(1-r)Sm,N=am-amrN-m+1.

Division by 1-r0 proves the formula, including m=N. If r=1, that division is invalid and every term equals am, so instead

[PARSE ERROR: Undefined("Command(\"boxed\")")]Sm,N=(N-m+1)am.

Both formulas include am=0.

5Tests by Differences and Ratios

  • If an+1-an=d is the same constant for every n1, the sequence is arithmetic by definition.
  • If an0 for every n1 and an+1/an=r is the same constant, then an+1=ran, so the sequence is geometric.
  • A ratio test cannot be applied where its denominator an is zero. When zero terms may occur, test an+1=ran directly for a single constant r, without division.
  • Agreement among finitely many displayed differences or ratios does not classify an infinite sequence unless the same rule is guaranteed for every unshown term.

For example, 2,5,8,11, has common difference 3 and an=3n-1. The nonzero sequence 5,10,20,40, has ratio 2 and an=5·2n-1. By contrast, 0,0,0, is geometric, but the ratio test is unavailable because 0/0 is undefined.

6Structural Interpretation

The arithmetic general term a1+(n-1)d is affine in the index and is a discrete counterpart of an affine function. When r>0, a geometric sequence consists of the values of the exponential-form function xa1rx-1 at integer points. When r<0 and a10, its signs alternate, while r=0 makes every term after the first zero, so these cases must be distinguished from that correspondence. Moreover, a first-order recurrence an+1=pan+q is arithmetic when p=1; when p1, its deviation from an equilibrium point is geometric.

7Scope

The finite-sum identities in this lecture concern finitely many terms and require no convergence assumption. Summing an infinite geometric series requires additional conditions such as |r|<1. The formulas here do not apply directly when the difference or multiplier depends on the index.

8Basic Formulas

[PARSE ERROR: Undefined("Command(\"boxed\")")]an+1=an+dan=a1+(n-1)d
[PARSE ERROR: Undefined("Command(\"boxed\")")]an+1=ranan=a1rn-1
[PARSE ERROR: Undefined("Command(\"boxed\")")]n=mNan=N-m+12(am+aN)arithmetic)[PARSE ERROR: Undefined("RBrace")]
\boxed{\sum_{n=m}^{N}a_n=\begin{cases}a_m\dfrac{1-r^{N-m+1}}{1-r},&r\ne1,\\(N-m+1)a_m,&r=1\end{cases}\quad\text{(geometric)}}

9Summary

  • Arithmetic sequences are defined by adding a constant amount; geometric sequences are defined by multiplying by a constant factor.
  • General-term and finite-sum formulas must track the first term, last term, and number of terms; a geometric sum must treat r=1 separately.
  • A ratio test requires nonzero denominators. When zero terms occur, test the recurrence directly.

10Related Lectures

data/lecture/math/sequence/sequences-portal.lecture.n.md data/lecture/math/sequence/sequences-and-recurrences.lecture.n.md data/lecture/math/sequence/first-order-recurrences.lecture.n.md data/lecture/math/sequence/limits-of-sequences.lecture.n.md data/lecture/math/sequence/series-basics.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
タブを全て閉じる