This is exactly the general term formula of an arithmetic sequence!
Conclusion: the sequence defined by the recurrence relation an+1=an+d is an arithmetic sequence with common difference d.
Worked Examples
Example 1: Basic Solution
The sequence {an} satisfies a1=3 and an+1=an+5. Find an.
Solution:
This is of the type an+1=an+d, where d=5.
an=a1+(n−1)d=3+(n−1)×5=5n−2
Example 2: A Practical Application
A company made a profit of 1 million yuan in its first year, and its profit increases by 0.2 million yuan every year thereafter. Find the profit in the nth year.
Solution:
Let the profit in the nth year be an (in ten-thousand yuan). Then:
a1=100
an+1=an+20
This is an arithmetic-type recurrence with d=20:
an=100+(n−1)×20=20n+80 (ten-thousand yuan)
Practice Problems
Exercise 1
The sequence {an} satisfies a1=−2 and an+1=an+3. Find a10.
Reference Answer(2 个标签)
recurrence relationarithmetic sequence
Solution:
This is an arithmetic-type recurrence with d=3.
a10=a1+(10−1)×3=−2+27=25
Answer: a10=25
Exercise 2
The sequence {an} satisfies a1=5 and an+1−an=−2. Find the general term formula.
Reference Answer(2 个标签)
recurrence relationarithmetic sequence
Solution:
an+1−an=−2 means an+1=an−2, an arithmetic-type recurrence with d=−2.
an=5+(n−1)×(−2)=5−2n+2=7−2n
Answer: an=7−2n
Exercise 3
The sequence {an} satisfies a3=10 and an+1=an+4. Find a1 and the general term formula.
Reference Answer(2 个标签)
recurrence relationarithmetic sequence
Solution:
This is an arithmetic-type recurrence with d=4, and the general term formula is an=a1+(n−1)×4.
From a3=10:
a1+2×4=10a1=2
Therefore the general term formula is:
an=2+4(n−1)=4n−2
Answer: a1=2, an=4n−2
Summary
Symbols Used in This Article
符号
类型
读音/说明
在本文中的含义
an
数学符号
a-sub-n
The nth term of the sequence
an+1
数学符号
a-sub-n-plus-one
The (n+1)th term of the sequence
a1
数学符号
a-sub-one
The first term of the sequence
d
数学符号
d
The common difference (a constant)
n
数学符号
n
The term number
{an}
数学符号
set of a-sub-n
The sequence
中英对照
中文术语
英文术语
音标
说明
递推关系
recurrence relation
/rɪˈkɜːrəns rɪˈleɪʃən/
A relation defining later terms from earlier ones
等差型
arithmetic type
/ˌærɪθˈmetɪk taɪp/
A recurrence of the form an+1=an+d
公差
common difference
/ˈkɒmən ˈdɪfrəns/
The difference between adjacent terms of an arithmetic sequence
通项公式
general term formula
/ˈdʒenərəl tɜːm ˈfɔːmjələ/
A formula expressing the nth term directly in terms of n