Help with Fibonacci Transformation

In summary, the simultaneous transformation T(a; b) = (a+b; a) with initial values a = 1 and b = 0 can be used to efficiently calculate Fibonacci numbers. Starting with T^k(1; 0), the result is (Fk+1; Fk) and this can be shown by induction.
  • #1
Lahooty
5
0

Homework Statement


A more efficient algorithm to calculate Fibonacci numbers applies the simultaneous transformation:

T(a; b) = (a+b; a)

repeatedly with a = 1 and b = 0 as initial values.

What Fibonacci numbers result from T^k(1; 0)? Justify your answer (e.g., as proof by induction in k would be nice).


Homework Equations





The Attempt at a Solution



Let k = 1

T^1(1; 0) = (1; 1) = (F2; F1)

Assume T^k(1; 0) = (Fk+1; Fk) and show T^(k+1)(1; 0) = (Fk+2; Fk+1)

T^(k+1)(1; 0) = T^k(T^1(1; 0)) = T^k(1; 1) = (Fk+2; Fk+1)

Is this enough to conclude my solution and justify the proof? Any help will be greatly appreciated.

Thanks
 
Physics news on Phys.org
  • #2
Lahooty said:
T^k(1; 1) = (Fk+2; Fk+1)
I see no justification for that step. Your inductive hypothesis concerned T^k(1; 0), so you need to derive an expression involving exactly that. Try factorising T^(k+1) differently.
 

What is Fibonacci Transformation?

Fibonacci Transformation is a mathematical concept that involves converting a sequence of numbers into a new sequence using the Fibonacci sequence. It is commonly used in finance and economics to analyze patterns and predict future trends.

How is Fibonacci Transformation calculated?

The Fibonacci Transformation is calculated by taking the difference between each number in the original sequence and the previous number, and then adding the differences together to create a new sequence. This process is repeated until the sequence converges to a fixed number.

What are some real-world applications of Fibonacci Transformation?

Fibonacci Transformation is used in various industries, including finance, economics, and biology. In finance, it can be used to predict stock market trends and make investment decisions. In economics, it is used to analyze economic patterns and forecast future economic conditions. In biology, it can be used to study natural growth patterns in plants and animals.

What are the limitations of Fibonacci Transformation?

Like any mathematical model, Fibonacci Transformation has its limitations. It assumes that the sequence is infinitely long and that the numbers in the sequence are independent of each other. In reality, this may not always be the case, and the results may not accurately predict future trends.

How does Fibonacci Transformation relate to the Golden Ratio?

The Golden Ratio is a mathematical concept that is closely related to Fibonacci Transformation. It is the ratio of two consecutive numbers in the Fibonacci sequence, which approaches approximately 1.618. This ratio is often found in nature and is believed to be aesthetically pleasing, which is why it is also used in art and design.

Similar threads

  • Calculus and Beyond Homework Help
Replies
8
Views
231
  • Calculus and Beyond Homework Help
Replies
1
Views
439
  • Calculus and Beyond Homework Help
Replies
2
Views
496
  • Calculus and Beyond Homework Help
Replies
3
Views
761
  • Calculus and Beyond Homework Help
Replies
1
Views
599
  • Calculus and Beyond Homework Help
Replies
7
Views
279
  • Calculus and Beyond Homework Help
Replies
2
Views
268
  • Calculus and Beyond Homework Help
Replies
7
Views
410
  • Calculus and Beyond Homework Help
Replies
24
Views
793
Replies
0
Views
457
Back
Top