Can Every Number Be Expressed as a Sum of Fibonacci Numbers?

  • Thread starter SNOOTCHIEBOOCHEE
  • Start date
  • Tags
    Numbers Sums
In summary: There are m+1 ways to choose k from a set of m+1 choices. In summary, there exists a number that is not the sum of the Fibonacci numbers, and it is approximately the number of Fibonacci numbers less than n.
  • #1
SNOOTCHIEBOOCHEE
145
0

Homework Statement



Show (without proof) : For every k, there exists a arbitrarily large n that are not the sum of k fibbonacci numbers.

The Attempt at a Solution

Really i am pretty lost here.

I tried to do a proof by induction, but this didnt work.

Then i realized i am not supposed to do a proof, and have no clue how to show this is true otherwise.

Any thoughts?
 
Last edited:
Physics news on Phys.org
  • #2
"Showing without proof" is a little tricky. Here's a hint. Suppose instead of the Fibonacci numbers you were given the numbers {1,10,100,1000,10000...}. Can you show for every k there is a number so large it can't be expressed as a sum of k powers of ten? Now, what property of the Fibonacci numbers makes them similar to the powers of ten?
 
  • #3
Well a number like k reapeated nines could not be expressed as a sum of k powers of ten.

But i don't really see the relationship between the two.

Also its for all K, there exists a arbitrarily large N such that ...
 
  • #4
I was thinking more of a number with repeated ones, but sure. It's pretty clear it's true without writing a formal proof. The powers of ten are a geometric series. Is the Fibonacci series "like" a geometric series?
 
  • #5
Let's try and actually prove something in powers of ten case, ok? If n is a large number then there are approximately log(n) (log base 10) powers of 10 less than n. For each of the k numbers we can choose anyone of those log(n) numbers. So the number of choices we can make is (log(n))^k. Can you show that for any k there is an n such that (log(n))^k<n?
 
  • #6
Sorry I am still not getting it.

i know that fn = (golden ratio)^n but i don't really see how to do this.

Is there another way?
 
  • #7
SNOOTCHIEBOOCHEE said:
Sorry I am still not getting it.

i know that fn = (golden ratio)^n but i don't really see how to do this.

Is there another way?

Maybe there's another way but I don't know what it is. You tell me. Call Tn the set of the powers of ten less than n. IF you can prove that for sufficiently large n that the number of ways of selecting k members of Tn is less than n, wouldn't that prove it? And, yes, Fn~(golden ratio)^n. If you have a proof for the powers of ten, then you should be able to see how to handle the fibonaccis. Modulo details.
 
  • #8
In class he did a method (by counting) to show that there exist numbers that are not the sum of 2 fibb numbers.

That is.

ther eare only 11 fibb numbers <200 so if 200>= n = fn+fs <= 144

201 choices... 12 choices each

at least 57 #'s <200 are not the sums of 2 fibbs... not sure if this can be used.

Using your method I am guessing we would have to take some Mod 10 of Tn.

and show that K choose Tn < n.

Also applying this method to the fibbonaci one, what modulus base would i have to use? did i even pic the right one for the powers of 10?
 
  • #9
I'm suggesting the same method. So if n is a large number approximately how many Fibonacci's less than n?
 
  • #10
n-1 fibbs less than n?
 
  • #11
SNOOTCHIEBOOCHEE said:
n-1 fibbs less than n?

? Where did that come from? You said that the mth Fibonacci fm is approximately P^m (where P is the golden ratio). So to find the number of fm's less than n you want to solve fm=P^m=n.
 
Last edited:
  • #12
Ok.
(log(n))^m<n

?
 
  • #13
SNOOTCHIEBOOCHEE said:
Ok.
(log(n))^m<n

?

This isn't going very well. Solve P^m=n for m. Take the log of both sides and solve for m. Review a chapter on logs if you have to.
 
  • #14
ok

m= log (n)/ Log (P)
 
  • #15
SNOOTCHIEBOOCHEE said:
ok

m= log (n)/ Log (P)

That's better. So m is approximately the number of fibonacci's less than n. How many ways are there to choose k of them?
 
  • #16
m choose k
 
  • #17
SNOOTCHIEBOOCHEE said:
m choose k

Nope. That's the number of ways to choose k DIFFERENT numbers. These k numbers don't all have to be different. Count by choosing the numbers one at a time. How many choices for the first number? How many choices for the second? Etc. (This is actually counting the number of ordered choices, the number of unordered choices is actually less, but that's ok. Since we are going to show the number of choices is too small anyway.) Come think of it, you don't have to choose k numbers either. You could choose less than k. Let's fix that by making 0 one of the options for a choice as well.
 
  • #18
so it would be m^k then.

would including zero make it (m+1)^k?
 
  • #19
SNOOTCHIEBOOCHEE said:
so it would be m^k then.

would including zero make it (m+1)^k?

Right, but you'll see the +1 doesn't make much difference, and m is only the approximate number of fibonacci's anyway. Let's just go with m^k. Now can you show you can find an n large enough that m^k=(log(n)/log(P))^k<n?
 
  • #20
wouldnt we just have to choose some n larger than log(n) / log (p) ^k?
 
  • #21
SNOOTCHIEBOOCHEE said:
wouldnt we just have to choose some n larger than log(n) / log (p) ^k?

There's an 'n' in both expressions. You can't, for example, just pick an n>n^2. You have show such a choice exists. There is something to prove.
 

1. What are Fibonacci numbers?

Fibonacci numbers are a sequence of numbers where each number is the sum of the two preceding numbers, starting from 0 and 1. The sequence goes like this: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, etc. This sequence was discovered by Leonardo Fibonacci in the 12th century and has many applications in mathematics and science.

2. How do you calculate the sum of Fibonacci numbers?

The sum of Fibonacci numbers can be calculated using a formula: Sn = F(n+2) - 1, where Sn is the sum of the first n Fibonacci numbers and F(n) is the nth Fibonacci number. For example, to find the sum of the first 5 Fibonacci numbers, we use the formula: S5 = F(5+2) - 1 = F(7) - 1 = 13 - 1 = 12.

3. What is the significance of sums of Fibonacci numbers?

Sums of Fibonacci numbers have a variety of applications in mathematics and science, such as in number theory, geometry, and even in the analysis of financial markets. They also have connections to other mathematical concepts, such as the golden ratio and the Pascal's triangle.

4. Are there any patterns in sums of Fibonacci numbers?

Yes, there are many interesting patterns in sums of Fibonacci numbers. For example, the sums of the first n odd Fibonacci numbers form a sequence that is also a Fibonacci sequence. Additionally, the sums of the first n even Fibonacci numbers form a sequence that is a multiple of the nth Fibonacci number.

5. Can sums of Fibonacci numbers be used to solve real-world problems?

Yes, sums of Fibonacci numbers have many real-world applications, especially in finance and economics. For example, they can be used to model stock prices, currency fluctuations, and even population growth. They can also be used in optimization problems and in the analysis of algorithms.

Similar threads

  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
503
  • Calculus and Beyond Homework Help
Replies
24
Views
793
  • Calculus and Beyond Homework Help
Replies
1
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
18
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
4K
Back
Top