2nd order recursion (1 Viewer)

Qeru

Well-Known Member
Joined
Dec 30, 2020
Messages
368
Gender
Male
HSC
2021
A few questions to ponder...


The Fibonacci Sequence is defined as follows:





for all integers

One formula for the general formula for is called Binet's formula, which states that, for all non-negative integers :



Question 1
(a) Prove by induction that
.​

(b) Prove, without using induction, that
.​

(c) Hence, simplify
.​

Question 2
(a) List the values of for and note the pattern of the even terms in the sequence. State a theorem related to generalise this pattern and prove it without using induction.

(b) Use induction to show that all terms of the form are divisible by 3.

(c) Prove that is a multiple of 12. You may use the fact that .

Question 3
(a) Show that for all .

(b) Find the smallest integer such that .

(c) Hence, prove that for all integers

Question 4
(a) Using induction, prove that, if then for all integers .

(b) Using the result in part (a), derive Binet's formula.

(c) Use strong induction to provide a different proof of Binet's formula, that

where and .​
Note that is often called the "golden ratio."

(d) Show that
and hence show that as .

(e) Use Binet's formula to prove that
and hence, or otherwise, show that

Question 5
Let

(a) Show that
.​
Note: This result is only true if .

(b) Explain why the result is invalid for and .

(c) Find the value of

Question 6
The Lucas Numbers are a set of numbers that are closely related to the Fibonacci sequence. They are defined by:





for all integers

(a) Prove that for all

(b) Prove that for all integers

(c) A general formula used for calculating large Fibonacci numbers is .

(c)(i) Prove this result by induction on by taking as a constant.

(c)(ii) A result given in question 2(c) was that . Show that this is a special case of the general formula.

(c)(iii) Show that the results in 4(e) are also special cases of this formula.

(d) Use the formula in part (c) to prove that .

(e) Using Binet's formula, derive a general formula for .

(f) Show that and hence prove that is irrational for all .
5
(b) For an infinite GP so since . Therefore Also so . Another more intuitive explanation, satisfies the quadratic in the denominator for so we are dividing by zero. As for x=1, the initial sum becomes the sum of the fibonacci sequence. As the fibanacci sequence increases without bound s(x) diverges.

(c) subbing in x=1/10 gives

Q6

(a). n=1 , n=2 is easy to see. Assume n=k and n=k+1 so and Add these two:







Therefore true for n=k+2.

(b) Using the definition of F_n:





from (a)

(c) n=0: and

n=1: and by definition.

Assume n=k and n=k+1 and add them up to get:









Therefore true for n=k+1.

(ii)Let m=6 and n=6k-6 in the equation in c (i) so:

by knowing what the 5th and 6th fibonacci number is.

(iii) let m=n+1 in the equation in (c) therefore:



let m=n in the equation in (c) therefore:



(d) Using this equation:

from part (a)

(e) from d





The middle equals:

(f)







Also:





since

since



Assume is rational so: where p and q are coprime. Then we have the equation:



Since F_n and L_n are both integers the RHS is irrational since is irrational. However the LHS is clearly rational therefore there is a contradiction and hence is irrational.
 

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
@Qeru has done a great job of providing answers, and I'd like to expand on a few parts...

Question 1(a)
Prove by induction that

.


(a) n=1 is easy to see. Assume: . Add to both sides: , now use the definition of the fibonacci sequence to get: , therefore true for n=k+1.
Qeru's method is sound and correct, outlining the core of the induction proof approach to this question.

Yes, case is easy to see as but I feel it is important that I state what should be obvious:

In an exam, you must put the evidence to show even the obvious.

I am confident that Qeru knows this... but as someone who has taught for a long time and set and marked exams, it is astonishing to me what can be left out of answers in exams. You only need look at the solutions to past trials where there are comments on common mistakes that repeat that sufficient working is needed for "Show" questions to recognise that this remains a common source of lost marks.

Since we are also looking at exam techniques, it is worth noting that there is a shorter proof possible. The hint is in the form of the RHS being a difference between two terms from the Fibonacci sequence. This suggests that a telescoping sequence might be present here, as indeed it is:

Rearranging the recurrence relation, we find that (or equivalently ), which we can use repeatedly in the LHS:



Of course, this approach is not allowed given the question explicitly stated to use induction, but it is worth noting.

Question 1(b)
Prove, without using induction, that

.


The idea is to repeatedly use the definition of the fibonacci sequence on the RHS so:







...



This approach certainly works, though I was thinking of proving from the LHS using the difference form of the recurrence relation shown in (a), again producing a telescoping sequence:



Question 1(c)
Hence, simplify

.


Replace n with 2n in the result in (a) then subtract the result in (b) to get:



Qeru's approach uses the standard technique, to add into the series the missing terms and then subtract them:



A similar approach to Qeru's is to extending the result from (a) to (a dummy variable) and derive from there:

 

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
Question 2(a)

List the values of for and note the pattern of the even terms in the sequence. State a theorem related to generalise this pattern and prove it without using induction.


0,1,1,2,3,5,8,13,21,34,55,89,144, even terms are 0,1,3,8,21,55,144... Notice how 3=(2x1)+1. 8=(2x3+1)+1, 21=(2x8+3+1)+1, 55=(2x21+8+3+1)+1 and so on. Therefore a pattern is: . To prove this we use the result in 1(b) replacing n with n-2 to get:





If this was an exam question, looking at Qeru's answer would lead me to two immediate thoughts: (1) There is an ambiguity in this question that I didn't notice, because this isn't at all what I was meaning. (2) Wow! and how I am going to handle the marking for this and the rest of question 2 because the parts are supposed to be related and they aren't.

Qeru has interpreted the phrase "pattern of even terms in this sequence" as referring to the terms with an even index, ie where is even. What I intended was the pattern where the terms themselves are even - that is, the values 0, 2, 8, 34, 144, ... - which are . The theorem I sought was that is even for all .

This is easily proven by induction, but I sought a non-induction proof. I'll leave this here for people to ponder.

Question 2(b)
Use induction to show that all terms of the form are divisible by 3.

k=0 is trivally true. Assume for k=r i.e. where B is an integer. For k=r+1:



assumption and know that F_4=3
This proof is flawed. The statement that would need to be proved, but:







In fact, this can only be true for as the difference increases with .

Question 2(c)
Prove that is a multiple of 12. You may use the fact that .

I am leaving the proofs of all of question 2 incomplete as there are some potential traps in the proofs here that are worth exploring for yourselves.
 

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
Question 3(a)
Show that for all .

Trivial for n=0 and n=1 and n=2 (if you dont count 0 as a natural number). Assume for n=k and n=k+1: and and these two to get:





Qeru's proof is an example of strong induction, which is the form of induction where an assumption stronger than "let be a value of for which the result is true is required. In this case, the induction hypothesis has an assumption for two consecutive values of , which is fine so long as in part A of the induction proof, you prove the result true for two initial values. Qeru has done this and so the proof is valid, but it is an easy mistake to make to skip the second initial value.

This result can be proved by a conventional induction, requiring only the assumption of truth for a single value of , but it is actually more difficult to do than is the strong induction approach that Qeru used. I leave it to people to ponder how to get to with only the assumption that .

Question 3(b)
Find the smallest integer such that .


We can just guess and check this by first writing out a few fibonacci numbers: 0,1,1,2,3,5,8,13 and conclude that m=2 since 5>1x4.
In fact, anything but trial-and-error is likely to be very messy. The clue to this would be that it would be worth 1 mark only, and so there has to be an easy way.

Question 3(c)
Hence, prove that for all integers
m=2 proven in b. m=3 is also easy to verify . Assume for n=k and n=k+1 and Adding these two:



As in part (b), Qeru's strong induction approach simplifies the proof, but again it can be done without strong induction.
 

Qeru

Well-Known Member
Joined
Dec 30, 2020
Messages
368
Gender
Male
HSC
2021
Yeah I don't know what I was thinking for 2, sometimes I'm dumb...
2b
both integers inside the brackets.

2c Ill use strong induction here:

















The first term is divisble by 12 since where M is an integer, using part b. The second and third terms are also divisible by 12 by assumption and strong induction.

Theres probably a smarter way using a and b that im not seeing.
 
Last edited:

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
Question 4(a)
Using induction, prove that, if then for all integers .

base case trivial, assume n=k: prove n=k+1,



Fibonacci definition

using the given identity.



assumption
This is correct, but I suggest it can be made clearer with more specific terminology, such as:



Question 4(b)
Using the result in part (a), derive Binet's formula.

Solving the initial quadratic gives solutions: and let these be and respectively. Therefore we have the simultaneous equations:





Subtracting the equations gives:







So:
Yes, good job!

Question 4(c)
Use strong induction to provide a different proof of Binet's formula, that



where and .

Note that is often called the "golden ratio."

n=0,1 basic algebra. Assume true for n=k and n=k+1 and adding:





But we know and since these two constants satisfy the equation:

I was thinking of this as a stand-alone question and thus without part (a) where and are established, but these are easily proven from the values and the method is certainly correct.

Question 4(d)
Show that



and hence show that as .


also: .

As since therefore:
Yes, though more working would be appropriate for a "Show" question, especially for and the limit.

Question 4(e)
Use Binet's formula to prove that



and hence, or otherwise, show that











By product of roots:



it was proven eariler that



To prove the second identity we use the prev identity:



and: Replacing n with n-1 gives:



Now using the definition of the fibonacci sequence in eqn 1:



subbing in eqn 2:









The first part of the proof is fine.

The second part was a little unclear, with references to equations 1 and 2 that aren't clearly defined. It can also be shortened.

Having established that

We can thus see that

And then (1) - (2) gives:

 

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
Yeah I don't know what I was thinking for 2, sometimes I'm dumb...
2b
both integers inside the brackets.

2c Ill use strong induction here:

















The first term is divisble by 12 since where M is an integer, using part b. The second and third terms are also divisible by 12 by assumption and strong induction.
Ok, 2(b) is fine.

2(c) works and strong induction does cut it down (the approach of going from to is certainly much longer) but there is an easier way still. The result given is a hint, see if you can see how to use it.

As an extra hint, I note that the intended 2(a) is still there... :)
 

Qeru

Well-Known Member
Joined
Dec 30, 2020
Messages
368
Gender
Male
HSC
2021
Question 8 - Challenge
In question 2, I gave the formula .

A few posts up, @Qeru's answer to 2(b) derived the .

In replying to that answer and commenting on 2(c), I stated that .

All of these are identities provide ways to write in terms of and .

See if you can find a generalisation, or even a formula for in terms of and and prove it is true.


I am marking this as a "Challenge" as it written too broadly to be an exam question, though it could be an exam question with some structure provided.
Isn't this just question 6c?
 

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
Isn't this just question 6c?
Yes, though in a less structured form... :(

I've removed it. Using the 6(c) formula makes the direct approach to 2(c) much easier, though of course you couldn't use it in an exam without a proof.
 

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
Question 5

Let

(a) Show that



Note: This result is only true if .


Ok Ill show my thought process anyways.

Question 5, the first thing I see is the result as well as the condition: . Without even thinking about how to solve it, the condition should look really familiar if you have done sequences/series, it's very similar to the condition for the infinite geometric sequence. So I know I have to do something with the formula:

So the first thing we can learn from this is to know formulas inside out and the look for clues throughout the question.

The next thing I note is how am I actually going to use this formula, and an idea is to use the binet formula descrived eariler (always look for ways to use previous parts of the question) so I replace F_k to get:







Ok that was the hard part done then from here it's just applying the formula so:



From here I pause and think what I need to get at the end, and see that it has a common denominator so logically we should form a common denominator:



Now I know I have to expand out the denominator so: . Since and and by using simple year 11 algebra. Expanding out the numerator gives: again by simple algebra. So in total:



So the stuff I did in this question can apply to like 99% of grinding/algebra questions.

1. Most of highschool math is about manipulating symbols and changing forms of stuff. If you master basic algebra+basic identites taught most of these type of questions become a breeze (the only exception I would say is perms/combs+some reasoning questions).

2. Always think about how you are going to relate what you know the question. In this case I knew I had to use the GP sum formula but didn't know how at first (it's ok not to know completely how to do a question at first infact thats normal). Then you gradually unwind the puzzle i.e. using binet's formula made F_k quantifable so that allowed me to use the GP sum formula.

3. Try to look at what you are trying to get to in show questions. Show questions are really cheating because you already know the answer and someone else did the work and got to there, so try to fathom how they got to that point. (again the 1-x-x^2 in the denominator screamed GP sum to me as well as the restriction).

Thats pretty much all I have to say. Not sure if that was useful at all lol.
Qeru, I am really really really impressed with this answer. Recognising the way to use Binet's Formula and infinite series is beyond what most MX2 students can do. Seriously, I didn't expect that anyone would see this way to do the question. I was contemplating putting up a similar question on the Lucas numbers and providing the structure to get to the series interpretation and hence demonstrate the reason for the bounds, and you've jumped through the process backwards to get the forms of . MX2 readers should be aware that the insight that Qeru has shown is not expected and the question was intended to approached in a different way. The advice on looking for clues in the form and structure of questions is excellent, too, and worth bearing in mind.

I'll let people ponder the answer that I was thinking of, but I will say that it starts with the given form of and does not involved Binet's Formula.

Question 5(b)
Explain why the result is invalid for and .

For an infinite GP so since . Therefore Also so . Another more intuitive explanation, satisfies the quadratic in the denominator for so we are dividing by zero. As for x=1, the initial sum becomes the sum of the fibonacci sequence. As the fibanacci sequence increases without bound s(x) diverges.
In an exam, I would not accept an answer that amounts to


What I would want was the "more intuitive" explanation that Qeru gave, something like:



Similarly, the series form of gives , which is well-defined and positive (as every term is positive except for . However, the result requires



and so the result is not valid at .

However, I would award credit for an answer that uses the condition if that condition was independently proven in the answer given, which Qeru has (mostly) done. All that was missing was to note that there are two GPs and so the conditions require both and and since , it follows that the intersection of these inequalities (and hence the overall condition) is .

Question 5(c)
Find the value of



subbing in x=1/10 gives
And this substitution yields a valid result as the condition is satisfied ().

This is an excellent example of a really easy mark that can be sitting in a difficult question, which most student (at least) should be able to pick up. Just because you can't derive (a) doesn't mean you can't assume it and use it to do (b) and (c).
 

Qeru

Well-Known Member
Joined
Dec 30, 2020
Messages
368
Gender
Male
HSC
2021
Question 5

Let

(a) Show that



Note: This result is only true if .



Qeru, I am really really really impressed with this answer. Recognising the way to use Binet's Formula and infinite series is beyond what most MX2 students can do. Seriously, I didn't expect that anyone would see this way to do the question. I was contemplating putting up a similar question on the Lucas numbers and providing the structure to get to the series interpretation and hence demonstrate the reason for the bounds, and you've jumped through the process backwards to get the forms of . MX2 readers should be aware that the insight that Qeru has shown is not expected and the question was intended to approached in a different way. The advice on looking for clues in the form and structure of questions is excellent, too, and worth bearing in mind.

I'll let people ponder the answer that I was thinking of, but I will say that it starts with the given form of and does not involved Binet's Formula.

Question 5(b)
Explain why the result is invalid for and .



In an exam, I would not accept an answer that amounts to



What I would want was the "more intuitive" explanation that Qeru gave, something like:



Similarly, the series form of gives , which is well-defined and positive (as every term is positive except for . However, the result requires



and so the result is not valid at .

However, I would award credit for an answer that uses the condition if that condition was independently proven in the answer given, which Qeru has (mostly) done. All that was missing was to note that there are two GPs and so the conditions require both and and since , it follows that the intersection of these inequalities (and hence the overall condition) is .

Question 5(c)
Find the value of





And this substitution yields a valid result as the condition is satisfied ().

This is an excellent example of a really easy mark that can be sitting in a difficult question, which most student (at least) should be able to pick up. Just because you can't derive (a) doesn't mean you can't assume it and use it to do (b) and (c).
Not really a big fan of this method as we would have to prove the series is convergent first (which is much easier using the GP way).



multiply both sides by x

adding the two equations above

Since

multiply both sides by x then add F_1x







 

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
Not really a big fan of this method as we would have to prove the series is convergent first (which is much easier using the GP way).



multiply both sides by x

adding the two equations above

Since

multiply both sides by x then add F_1x







Yes, though the notion of establishing the radius of convergence is beyond MX2 requirements except for GPs.

A faster approach would be to expand and show that you get .

Having said that, the approach Qeru uses above allows the result to be derived without actually knowing the result in advance.
 
Last edited:

idkkdi

Well-Known Member
Joined
Aug 2, 2019
Messages
2,478
Gender
Male
HSC
2021
Yes, though the notion of establishing the radius of convergence is beyond MX2 requirements except for GPs.

A faster approach would be to expand and show that you get .
Seriously are you going to write a textbook with qs? I would buy.
 

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
I want to preface this post with a reminder that @Qeru's first solution to the Fibonacci question is exceptional. I commented that it was not the approach that I anticipated and Qeru gave an alternative approach, being the one I had been expecting, and I then said that:

A faster approach would be to expand and show that you get .

Having said that, the approach Qeru uses above allows the result to be derived without actually knowing the result in advance.
So, here is a structured question for the Lucas numbers that builds towards Qeru's first approach in a way that I think would be fair for an MX2 exam...

Question 8

The Lucas numbers are defined above as , , and for integers . Let


(a) By considering the series and , express in the form


where and are polynomials and has a higher degree than .

If you can't get an answer, open the spoiler to see the that you seek and then prove it is correct. That is, show that and then explain why it follows that LHS = RHS.


Only once you have got the closed form of should you open the next spoiler for the rest of the question.

(b) Using the method of partial fractions, show that


(c) Hence, using the formula for the limiting sum of a GP, find an expression for in terms of and .

(d) Find the condition that must be satisfied for the result you derived in part (a) to be a valid closed form for the original series .

(e) Letting , find an expression for


(f) Hence, find the smallest positive integer for which


can be calculated and determine the sum in terms of .

(g) Find the set of all values where but such that


is rational, or prove that no such values exist.

(h) Find

 
Last edited:

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
Question 9

It was shown in question 6(f) that the Lucas and Fibonacci numbers are related by


It was also proved that must be irrational for all integers .

(a) Explain why must be irrational for all non-zero integers .

(b) Suppose is a constant such . Without using mathematical induction, prove that .

(c) Hence, prove that for all even integers .
 

username_2

Active Member
Joined
Aug 1, 2020
Messages
116
Gender
Male
HSC
2020
lol. I feel like a dumb idiot even though im starting uni in a month. :)
 

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
Question 10

Consider the function


(a) Discuss the behaviour of as for a constant .

(b) Define as the set containing the ratios of the ()-th to the -th Fibonacci number for integers and construct two sequences, , and . That is




Are these sequences finite? Are they bounded? Discuss.

(c) Hence, using part (a) or otherwise, and assuming that the terms in are strictly increasing decreasing and those in are strictly decreasing increasing, prove that both sequences approach the same limit and find it.

(d) Challenge: Prove that the terms in are strictly increasing decreasing and those in are strictly decreasing increasing.

Edit note: Following Qeru's post below, I have corrected my mistake in mixing up increasing (which is what the terms in the sequence are doing) and decreasing (which is what the terms in the sequence are doing). I have also modified the start of part (c) so that it is a "hence or otherwise" question.
 
Last edited:

CM_Tutor

Moderator
Moderator
Joined
Mar 11, 2004
Messages
2,644
Gender
Male
HSC
N/A
lol. I feel like a dumb idiot even though im starting uni in a month. :)
My specialty is challenging the most able students :D

Addendum: I'm not trying to make anyone feel dumb, though. These are challenging questions. I hope that those students who can't do them will learn something about techniques / approaches and the proof topic by looking at them and their answers.
 
Last edited:

Qeru

Well-Known Member
Joined
Dec 30, 2020
Messages
368
Gender
Male
HSC
2021
Question 10

Consider the function


(a) Discuss the behaviour of as for a constant .

(b) Define as the set containing the ratios of the ()-th to the -th Fibonacci number for integers and construct two sequences, , and . That is




Are these sequences finite? Are they bounded? Discuss.

(c) Assuming that the terms in are strictly increasing and those in are strictly decreasing, prove that both sequences approach the same limit and find it.

(d) Challenge: Prove that the terms in are strictly increasing and those in are strictly decreasing.
(a) As implies and since both of absolute value less than 1. So

(b) where k is a positive integer. But since the fibonacci sequence is strictly increasing with equality at k=1.

Similarily: where k is a positive integer. Also

So both sequences are bounded and finite.

(b) Aren't terms in S_E decreasing and S_O increasing (other way around), or am I misundestanding? i.e. .

Now to find the limit we can use binet's formula:



Note that and So as . Exactly the same logic for to get

(d) Again I think it's the other way around?
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top