Memory tip: the fixed point is x=1−qd, and then an−x forms a geometric sequence with common ratio q.
Worked Examples
Example 1: Basic Solution
The sequence {an} satisfies a1=1 and an+1=2an+3. Find the general term formula.
Solution:
Step 1: find the fixed point
x=2x+3⇒x=−3
Step 2: construct a new sequence
bn=an−(−3)=an+3
Then bn+1=2bn and b1=a1+3=4
Step 3: find the general term
bn=4⋅2n−1=2n+1
an=bn−3=2n+1−3
Example 2: A Practical Application
A product sold 100 units in its first year, and in each following year the sales are 1.2 times the previous year plus 50 units. Find the sales in the nth year.
Solution:
Let the sales in the nth year be an units. Then:
a1=100
an+1=1.2an+50
Fixed point: x=1.2x+50, giving x=−250
Let bn=an+250. Then bn+1=1.2bn and b1=350
bn=350⋅1.2n−1
an=350⋅1.2n−1−250
Special Cases
When q=1
The recurrence relation becomes an+1=an+d, which is an arithmetic sequence.
When d=0
The recurrence relation becomes an+1=qan, which is a geometric sequence.
Practice Problems
Exercise 1
The sequence {an} satisfies a1=2 and an+1=3an−4. Find the general term formula.
Reference Answer(2 个标签)
recurrence relationgeometric sequence
Solution:
Fixed point: x=3x−4, giving x=2
Let bn=an−2. Then bn+1=3bn and b1=0
bn=0⋅3n−1=0
an=bn+2=2
Answer: an=2 (a constant sequence)
Exercise 2
The sequence {an} satisfies a1=5 and an+1=2an+1. Find a5.
Reference Answer(2 个标签)
recurrence relationgeometric sequence
Solution:
Fixed point: x=2x+1, giving x=−1
Let bn=an+1. Then bn+1=2bn and b1=6
b5=6⋅24=96
a5=b5−1=95
Answer: a5=95
Exercise 3
The sequence {an} satisfies a1=0 and an+1=21an+3. Find the general term formula.
Reference Answer(2 个标签)
recurrence relationgeometric sequence
Solution:
Fixed point: x=21x+3, giving x=6
Let bn=an−6. Then bn+1=21bn and b1=−6
bn=−6⋅(21)n−1=−6⋅2n−11=−2n12
an=bn+6=6−2n12=6−2n−23
Answer: an=6−3⋅22−n
Summary
Symbols Used in This Article
符号
类型
读音/说明
在本文中的含义
an,an+1
数学符号
a-sub-n / a-sub-n-plus-one
The nth and (n+1)th terms of the sequence
q
数学符号
q
The common ratio (a constant)
d
数学符号
d
The additive term (a constant)
x
数学符号
x
The fixed point
bn
数学符号
b-sub-n
The constructed geometric sequence
a1,b1
数学符号
a/b-sub-one
The first terms of the original and new sequences
1−qd
数学符号
d over one minus q
The fixed point formula
中英对照
中文术语
英文术语
音标
说明
混合型
mixed type
/mɪkst taɪp/
A recurrence containing both multiplication and addition
不动点
fixed point
/fɪkst pɔɪnt/
A point satisfying x=f(x)
不动点法
fixed point method
/fɪkst pɔɪnt ˈmeθəd/
The method of solving recurrence relations via fixed points
等比数列
geometric sequence
/ˌdʒiːəˈmetrɪk ˈsiːkwəns/
A sequence with a fixed common ratio
通项公式
general term formula
/ˈdʒenərəl tɜːm ˈfɔːmjələ/
A formula expressing the nth term directly in terms of n