The Student
Junior Member
- Joined
- Apr 25, 2012
- Messages
- 241
Question: Consider the Fibonacci sequence defined inductively by a(0) = 1, a(1) = 1, and a(n+1) = a(n) + a(n - 1) for n ≥ 1. Consider the ratio of consecutive terms, b(n) = a(n+1)/a(n), for n ≥ 0. Since n ≥ 1,
b(n) = 1 + 1/b(n-1), show that 1 ≤ b(n) ≤ 2 for all n ≥ 0. The answer: The fact that b(0) = 1/1 = 1 we see that b(n) ≥ 1 for all n ≥ 0. Thus b(n - 1) ≥ 1 for all n ≥ 1. This implies that b(n) ≤ 1 + 1/1 = 2 ∀n≥ 1, so 1 ≤ b(n) ≤ 2 for all n ≥0.
My problem is where the answer claims that "b(n) ≥ 1 for all n ≥ 0". The only way that this seems possible is because of the description "defined inductively"put in the beginning of the question? But I don't know what that really means.
b(n) = 1 + 1/b(n-1), show that 1 ≤ b(n) ≤ 2 for all n ≥ 0. The answer: The fact that b(0) = 1/1 = 1 we see that b(n) ≥ 1 for all n ≥ 0. Thus b(n - 1) ≥ 1 for all n ≥ 1. This implies that b(n) ≤ 1 + 1/1 = 2 ∀n≥ 1, so 1 ≤ b(n) ≤ 2 for all n ≥0.
My problem is where the answer claims that "b(n) ≥ 1 for all n ≥ 0". The only way that this seems possible is because of the description "defined inductively"put in the beginning of the question? But I don't know what that really means.
Last edited: