Purchase Solution

Fibonacci Sequences

Not what you're looking for?

Ask Custom Question

The Fibonacci Sequence is a recursively defined sequence determined by the function:

Fn = 0 if n = 0
Fn = 1 if n = 1
Fn-2 + Fn-1 if n ≥ 2

where n is a natural number.

The first few terms of the sequence are:
F0 = 0, F1 = 1, F2 = 1, F3 = 2, F4 = 3, F5 = 5, F6 = 8, F7 = 13, F8 =21 .....

Consider the formula ( Fn)^2 + ( Fn+1 )^2 = F2n+1.

a) Show that the formula is true for n = 0 and n = 1.
b) Prove the formula is true for all natural numbers n by induction.

Purchase this Solution

Solution Summary

Fibonacci Sequences are investigated.

Purchase this Solution


Free BrainMass Quizzes
Geometry - Real Life Application Problems

Understanding of how geometry applies to in real-world contexts

Exponential Expressions

In this quiz, you will have a chance to practice basic terminology of exponential expressions and how to evaluate them.

Probability Quiz

Some questions on probability

Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.

Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.