y n + 1 = 2 1 ( 3 y n + 5 y n 2 − 4 )
Define a sequence ( y n ) n ≥ 0 by the above recurrence relation such that y 0 = 1 , n ∈ Z . Find the smallest value of n such that y n is not an integer.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This solution would be much more motivated if we first calculated the series of y n , and then observed that it satisfied the linear recurrence y n + 2 − 3 y n + 1 + y n = 0 .
Note that the last paragraph of your solution still has a gap. What you have concluded is that "for all n , we must either have y n + 1 = y n or y n + 1 + y n − 1 = 3 y n ". What you have only shown, is that for n = 0 , the first equation does not hold. You have to explain why "for all n , the first equation does not hold".
What's this? Please recheck your solution. I don't agree to it. I'm obtaining y 1 = 2 , y 2 = 5
This solution would be much more motivated if we first calculated the series of y n , and then observed that it satisfied the linear recurrence y n + 2 − 3 y n + 1 + y n = 0 .
Note that the last paragraph of your solution still has a gap. What you have concluded is that "for all n , we must either have y n + 1 = y n or y n + 1 + y n − 1 = 3 y n ". What you have only shown, is that for n = 0 , the first equation does not hold. You have to explain why "for all n , the first equation does not hold".
Problem Loading...
Note Loading...
Set Loading...
It can actually be proved by induction that y n ∈ Z ∀ n ∈ N . But we shall try to prove that in actual way.
y n + 1 = 2 1 ( 3 y n + 5 y n 2 − 4 ) ( 2 y n + 1 − 3 y n ) 2 = 5 y n 2 − 4 y n + 1 2 − 3 y n y n + 1 + y n 2 = − 1
Replace n with n − 1 .
y n 2 − 3 y n − 1 y n + y n − 1 2 = − 1
Subtracting last two equations,
y n + 1 2 − 3 y n y n + 1 + 3 y n − 1 y n − y n − 1 2 = 0
Simplifying above yields two equations, either y n + 1 = y n or y n + 1 + y n − 1 = 3 y n .
If y n + 1 = y n , we get y 1 = y 0 = 1 . But from the given reccurence we get y 1 = 2 . So, y n + 1 = y n .
So, it implies that y n + 1 + y n − 1 = 3 y n . But, we have y 0 = 1 and from the given reccurence y 1 = 2 . So, the reccurence y n + 1 = 3 y n − y n − 1 always produces integers because the coefficients of the reccurence relation are integers and the initial values are also integers.