MHB Proving the Formula of Fibonacci Numbers

  • Thread starter Thread starter mathworker
  • Start date Start date
  • Tags Tags
    Numbers
AI Thread Summary
The discussion focuses on proving the relationship between Fibonacci numbers and their sums, specifically that 1 plus the sum of the first n Fibonacci numbers equals the (n+2)th Fibonacci number. The proof is approached using mathematical induction, establishing a base case and an induction hypothesis. An alternative method without induction is also presented, utilizing the properties of Fibonacci numbers to derive the same conclusion. Both methods confirm that the formula holds true for Fibonacci sequences. The conclusion is that the relationship 1 + S_n = t_{n+2} is valid, where S_n is the sum of the first n terms.
mathworker
Messages
110
Reaction score
0
we all know Fibonacci numbers,just for information
they are the numbers of sequence whose $$t_n=t_{n-1}+t_{n-2}$$ and $$t_0=t_1=1$$

$$\text{PROVE THAT:}$$
$$1+S_n=t_{n+2}$$
where,
$$S_n=\text{sum up-to n terms}$$
$$t_n=\text{nth term}$$
 
Mathematics news on Phys.org
Re: fibonacci numbers

We can use induction here (I prefer the notation $F_n$ for the $n$th Fibonacci number). The base case $P_0$ is:

$$1+S_0=F_{0+2}$$

$$1=1$$

This is true. The induction hypothesis $P_k$ is then:

$$1+S_k=F_{k+2}$$

Add $$F_{k+1}$$ to both sides:

$$1+S_k+F_{k+1}=F_{k+2}+F_{k+1}$$

$$1+S_{k+1}=F_{(k+1)+2}$$

We have derived $P_{k+1}$ from $P_{k}$ thereby completing the proof by induction.
 
Re: fibonacci numbers

mathworker said:
we all know Fibonacci numbers,just for information
they are the numbers of sequence whose $$t_n=t_{n-1}+t_{n-2}$$ and $$t_0=t_1=1$$

$$\text{PROVE THAT:}$$
$$1+S_n=t_{n+2}$$
where,
$$S_n=\text{sum up-to n terms}$$
$$t_n=\text{nth term}$$

I'm going to do this without induction. The relation used to rewrite the terms in the sum will be $t_k=t_{k+2}-t_{k+1}$ for $k=0,\ldots,n$.

We have that
\[\begin{aligned}S_n &= t_n + t_{n-1}+t_{n-2}+\ldots+t_3+t_2+t_1+t_0\\ &= \underbrace{(t_{n+2}-t_{n+1})}_{t_n} + \underbrace{(t_{n+1}-t_n)}_{t_{n-1}} +\underbrace{(t_n-t_{n-1})}_{t_{n-2}} + \underbrace{(t_{n-1}-t_{n-2})}_{t_{n-3}} +\ldots+\underbrace{(t_5-t_4)}_{t_3} + \underbrace{(t_4-t_3)}_{t_2} + \underbrace{(t_3-t_2)}_{t_1}+\underbrace{(t_2-t_1)}_{t_0} \\ &= t_{n+2} -t_1\\ &= t_{n+2}-1\end{aligned}\]
Thus, $S_n=t_{n+2}-1\implies \boxed{1+S_n=t_{n+2}}$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Back
Top