x n + 1 = 1 − x n 1 + x n Consider the recurrence relation above with x 0 = 2 0 1 6 . Compute ⌊ 1 0 0 0 0 ∣ x 2 0 1 8 ∣ ⌋ .
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.
x(n+1)*x(n-1)=-1. Either a term is x(0) or -1/x(0). Accordingly we have x(2018) as -1/x(0). Please note that the term in (.) is in subscript.
Problem Loading...
Note Loading...
Set Loading...
The function f ( x ) = 1 − x 1 + x looks very suspicious, indeed quick algebra shows that
f 2 ( x ) = 1 − 1 − x 1 + x 1 + 1 − x 1 + x = 1 − x − ( 1 + x ) 1 − x + 1 + x = − x 1 .
From here it is then easily seen that f 4 ( x ) = x by applying the above line twice, and thus
x 2 0 1 8 = f 2 0 1 8 ( 2 0 1 6 ) = f 2 ( 2 0 1 6 ) = − 2 0 1 6 1 and the required value is ⌊ 2 0 1 6 1 0 0 0 0 ⌋ = 4 .