Alice claims that she knows another formula for the Fibonacci numbers: Fn = $e^{n/2−1}$ for $n = 1,2,\cdots$ (where $e = 2.718281828$... is, naturally, the base of the natural logarithm). Is she right? Why or Why not?
2026-03-27 02:38:04.1774579084
Interesting a Fibonacci quesiton. Need help.
148 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I suppose this is some sort of practice on proof techniques. So here is a disproof by counter example:
Using her conjecture, $F_3 = \sqrt{e}$, which obviously is not the 3rd Fibonacci number.
Here is a disproof by contradiction:
Suppose her conjecture was true. Then,
$$F_n + F_{n+1} = e^{\frac{n}{2} - 1} + e^{\frac{n + 1}{2} - 1} = e^{\frac{n}{2}}(e^{-1} + e^{\frac{1}{2}})$$
On the other hand,
$$F_{n + 2} = e^{\frac{n + 2}{2} - 1} = e^{\frac{n}{2}}(e^0)$$
But $e^0 \not = e^{-1} + e^{\frac{1}{2}}$. Hence $F_{n+2} \not = F_n + F_{n + 1}$. So her conjecture must be false.