What Kind of Reality Check Do I Need Quiz
Q&A for How to Calculate the Fibonacci Sequence
Coming soon
Search
-
QuestionIs "Fibonacci" an English word?DanoyachtcaptTop AnswererNo, it is the name of mathematician Leonardo of Pisa.
-
QuestionHow do I deduce Binet's fibonacci number formula?OrangejewsCommunity AnswerOne way is to interpret the recursion as a matrix multiplication. Take a vector of two consecutive terms like (13, 8), multiply by a transition matrix M = (1,1; 1,0) to get the next such vector (21,13). That gives a formula involving M^n, but if you diagonalize M, computing M^n is easy and that formula pops right out.
-
QuestionWho discovered this sequence?WOOHPCommunity AnswerLeonardo Bonacci
-
QuestionWhat are ways to write a ratio?DonaganTop AnswererA:B, A/B, or "A to B."
-
QuestionWhy does it have two 1's at the start?Community AnswerThis is just by definition. Some people even define the sequence to start with 0, 1. You'll still get the same numbers, though.
-
QuestionIs it possible for -2,-2 could be the first two terms in a Fibonacci sequence?Community AnswerNo, because then you would get -4 for the third term. -2 + -2 = -4.
-
QuestionWhat is the 40th term in the Fibonacci Sequence?Community AnswerThe answer is 102,334,155. Where 41 is used instead of 40 because we do not use f-zero in the sequence. You can work this out using any online Fibonacci calculator.
-
QuestionWhat is the square root of minus one (-1)?Community AnswerThe answer is the portal to the world of "imaginary numbers". It is written as the letter "i".
-
QuestionHow is the Fibonacci sequence used in arts?Community AnswerThere may be more examples, but it is often used when you have spokes on a wheel. For instance, you'll often see wheels on a car with 3, 5, or 8 spokes, because it is visually appealing. You also may see fans with 3 or 5 blades. If you take into account the golden ration (Approx. 1.62) which is correlated to the Fibonacci sequence, (see method 2) then you have even more applications. One example is that a lot of rectangle portraits have side lengths with a ratio equal to the golden ratio. It is also often used in drawing composition, by placing the main focuses on a spiral that is defined by the golden ratio (This is called the Golden Spiral).
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit