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

kllxzcois2022-10-04 11:39:541条回答

已提交,审核后显示!提交回复

共1条回复
伊雪1 共回答了23个问题 | 采纳率95.7%
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)
1年前

相关推荐