作业帮 > 英语 > 作业

4,6,9.10.14.15,……的通项公式

来源:学生作业帮 编辑:搜搜考试网作业帮 分类:英语作业 时间:2024/06/25 16:23:30
4,6,9.10.14.15,……的通项公式
4,6,9.10.14.15,……的通项公式
a(n)=a(n-1)+a(n-2)-1
a(1)=4
a(2)=6
The auxiliary equation of a(n)=a(n-1)+a(n-2)
is x^2-x-1=0
x=(1+sqrt(5))/2 or (1-sqrt(5))/2
So a(n)=c*((1+sqrt(5))/2)^n + d*((1-sqrt(5))/2)^n where c and d are constant
Solve c*((1+sqrt(5))/2) + d*((1-sqrt(5))/2)=4
c*((1+sqrt(5))/2)^2 + d*((1-sqrt(5))/2)^2=6
c=(3-sqrt(5))/sqrt(5) d=(4*(2 sqrt(5)-5))/(5*(sqrt(5)-1))
通项公式=c*((1+sqrt(5))/2)^n+d*((1-sqrt(5))/2)^(n)-2n+3(For n>2)