Fibonacci Variation: Find the Recurrence Relation

  • Thread starter Thread starter Jim01
  • Start date Start date
  • Tags Tags
    Variation
AI Thread Summary
The discussion focuses on finding a recurrence relation for the number of rabbit pairs, Sn, based on specific breeding conditions. Initially, the user calculates the number of pairs for the first few months but struggles to derive a general formula. They note that each pair produces three new pairs after the first two months, which is crucial for establishing the recurrence relation. A hint suggests examining the monthly increases to identify the contributing pairs. Ultimately, the user is encouraged to recognize the pattern in the growth of rabbit pairs to formulate the correct recurrence relation.
Jim01
Messages
36
Reaction score
0

Homework Statement



A single pair of rabbits (male and female) is born at the beginning of a year. Assume the following conditions:

(1) Rabbit pairs are not fertile during their first two months of life, but thereafter give birth to three new male/female pairs at the end of every month.

(2) No rabbits die

(a) Let Sn = the number of pairs of rabbits alive at the end of month n, for each ionterger n>=1, and let S0 = 1. Find a recurrence relation for S0, S1, S2, ...



Homework Equations



Original Fibonacci equation = Fn = Fk-1 + Fk - 2, where F0 = 1 and F1 = 1.



The Attempt at a Solution



I have drawn a genealogy chart to the 7th generation and have come up with

S0 = 1,
S1 = 1,
S2 = 1,
S3 = 4,
S4 = 7,
S5 = 10,
S6 = 22,
S7 = 43,

The problem is that I cannot figure out a way to come up with the equation which would give me the recurrence relation.

I tried doing Fn = Fk-1 + Fk - 2 + Fk - 3 +1, but that doesn't work unless n >= 3 and does not work past S4. I've tried several other combinations as well but I can't figure it out.

Is this one of those problems where you just have to "see" the answer or is there a procedure I can use to get it?
 
Physics news on Phys.org
Explain how you calculated S6 and S7. That should give you a clue as to what the recurrence relation is.
 
vela said:
Explain how you calculated S6 and S7. That should give you a clue as to what the recurrence relation is.

I didn't calculate it. I drew it out. I was hoping that if I knew what what the various numbers were it would jump out at me. I was wrong. I know there is a pattern, and I know that the previous S numbers have something to do with it, I just can't see it. I'll keep working on it.
 
The number 3 should appear in your recurrence relation somewhere because each pair produces 3 additional pairs every month.

Hint: Look at the increase from month to month and figure out how many pairs were responsible for that increase.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top