博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
斐波那契数列通项公式的推导
阅读量:6580 次
发布时间:2019-06-24

本文共 844 字,大约阅读时间需要 2 分钟。

\(F_n=F_{n-1}+F_{n-2}\)

\(\frac{1}{-k}=\frac{1-k}{1}\)

\(k=\frac{1+\sqrt{5}}{2}\)

\(F_n-\frac{1+\sqrt{5}}{2}F_{n-1}=\frac{1-\sqrt{5}}{2}(F_{n-1}-\frac{1+\sqrt{5}}{2}F_{n-2})\)

\(T_n=F_n-\frac{1+\sqrt{5}}{2}F_{n-1}=\frac{1-\sqrt{5}}{2}T_{n-1}\)

\(T_1=1,T_n=(\frac{1-\sqrt{5}}{2})^{n-1}\)

\(F_{n+1}=\frac{1+\sqrt{5}}{2}F_n+(\frac{1-\sqrt{5}}{2})^n\)

\(F_{n+1}=\sum_{i=0}^n(\frac{1-\sqrt{5}}{2})^i(\frac{1+\sqrt{5}}{2})^{n-i}\)

\(F_{n+1}=\sum_{i=0}^n (-1)^i(\frac{1+\sqrt{5}}{2})^{n-2i}\)

\(q=-(\frac{1-\sqrt{5}}{2})^2=\frac{\sqrt{5}-3}{2}\)

\(F_{n+1}=\frac{2}{5-\sqrt{5}}[(\frac{1-\sqrt{5}}{2})^{n+2}+(\frac{1+\sqrt{5}}{2})^n]\)

\(F_{n+1}=\frac{\sqrt{5}}{5}[(\frac{1+\sqrt{5}}{2})^{n+1}-(\frac{1-\sqrt{5}}{2})^{n+1}]\)

\(F_n=\frac{\sqrt{5}}{5}[(\frac{1+\sqrt{5}}{2})^n-(\frac{1-\sqrt{5}}{2})^n]\)

转载于:https://www.cnblogs.com/AH2002/p/9865160.html

你可能感兴趣的文章
2018年7月1日笔记
查看>>
尝试使用iReport4.7(基于Ubuntu Desktop 12.04 LTS)
查看>>
动态规划:金矿模型
查看>>
子元素应该margin-top为何会影响父元素【转】
查看>>
AJAX 状态值(readyState)与状态码(status)详解
查看>>
BZOJ3668:[NOI2014]起床困难综合症(贪心)
查看>>
LightOJ 1245(Harmonic Number (II))
查看>>
小知识记录
查看>>
109. Convert Sorted List to Binary Search Tree
查看>>
css3 animate 和关键帧 @-webkit-keyframes
查看>>
文字链接颜色设置
查看>>
图片转流
查看>>
ubunto应用软件
查看>>
HTML 标签说明
查看>>
锋利的jQuery-2--判断jQuery获取到的对象是否存在$().length
查看>>
linux 查询系统版本命令、查询端口号是否被占用命令
查看>>
java笔记八:IO流之字符流与字符缓冲流
查看>>
Docker 命令收集
查看>>
myeclipse注册码生成器
查看>>
怎样快速学好PHP技术之PHP学习方法总结
查看>>