What is Fibonacci?
Fibonacci is an infinite sequence, starting with the digits 0 and 1, where each subsequent number is the sum of the two preceding numbers. A portion of this sequence is as follows: 0, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144…The term "Golden Ratio" arises from the application of the Fibonacci sequence. When you take the ratio of any two consecutive numbers in the Fibonacci sequence, it approximates to 1.618. This is known as the Golden Ratio. The larger the two consecutive numbers chosen, the more accurate the Golden Ratio will be.
Additionally, through the Fibonacci sequence, we can also apply some other important ratios such as:
- Ratio 0.382: This is obtained by dividing any number in the Fibonacci sequence by the number two positions to its right. For example, if you choose the number 34, you divide it by 89 to get the ratio 0.382, or if you choose 55, you divide it by 144.
- Ratio 0.236: Unlike 0.382, you take any number and divide it by the number two positions to its right. For example, 21 divided by 89.
Post a Comment