Do anyone know how Fibonacci Sequence works?? and what if they give you a question on like sum of the first 14 terms in the Fibonacci Sequence, how do i find it? help!!!
The first numbers in the sequence are 0 and 1, and every number thereafter is the sum of the previous two numbers.
i still don't get it is it like adding?
The function is \(f_{n} = f_{n-1} + f_{n-2}\). That means that any given number in the series is the sum of the number before it and the number before that number. Like I said, the first two numbers in the sequence are 0 and 1. Therefore, the third number would be 0+1, which is 1. The fourth number would be 1+1, which is 2. The fifth number would be 2+1, or 3. The sixth number would be 3+2, or 5. And so on.
what is the n-1 and n-2
So, if you were to write out the series so far, you would have 0,1,1,2,3,5 ...
\(n\) is the term. So, if you're looking for the fifth term in the series, \(n\) = 5. Therefore, the fifth term (\(f_{5}\)) is equal to \(f_{5-1} + f_{5-2}\), which is \(f_{4} + f_{3}\) (the sum of the fourth and third terms in the series).
ok thanks
So let's actually try it. If we wanted \(f_{5}\), we know we need to add \(f_{4} \text{ and } f_{3}\). Since those are 2 and 1, we know that \(f_{5} = 3\).
hummmmmmm..... so since you were looking for 5 you added 2 and 1 and thats why you got f5=3
I was looking for the fifth term in the series, yes. It requires, of course, that I know n-1 and n-2 (in this case, the fourth and third terms, respectively). If you wanted the tenth term but didn't know the eighth and ninth, the formula I gave would be useless. You can of course figure them out one-by-one until you get where you need.
I think you can figure out any number in the series using the square root of 5, but that's more advanced mathematics.
so i would use the formula until i can find the ten if i wanted to right like if it started from 1
Sure, that's one way, although certainly not very efficient if you needed the sum of the first 100 terms.
oh i see...
This appears to be Binet's formula; I'm not sure if it applies. \[f_{n} = \frac{(\frac{1+\sqrt{5}}{2})^{n}-(\frac{1-\sqrt{5}}{2})^{n}}{\sqrt{5}}\]
i think thats another way to find the answers but i know thats part of fibonacci sequence
but im not sure what it is used for
its at the bottom but it only explains it gets a whole number
is it a system of working backward
Okay, I must have made a mistake then, because I started with a formula similar to that. So: \[f_{n} = \frac{(1.618034)^{n} - (-0.618034)^{n}}{\sqrt{5}}\] I tried \(f_{8}\) and got 21, which is right.
did you divide to get 1.618034 and -0.618034
No, calculate each of them to the power of n, then find the difference, and then divide that by the square root of 5.
ohh i see
Don't worry about how to get 1.628... and -0.618... well, if you want to know, you can look on Wikipedia.
ok thank you
They're just \(\frac{1+\sqrt{5}}{2}\) (which is 1.618...) and \(\frac{1-\sqrt{5}}{2}\) (which is -0.618...).
i didnt know there was so many rules on Fibonacci Sequence
Yeah, it's a pretty powerful concept.
Join our real-time social learning platform and learn together with your friends!