Albert1
- 1,221
- 0
$f(5)=10$
$f(n+3)=\dfrac {f(n)-1}{f(n)+1},\,\, for \,\, all \,\,n\in N$
find f(2009)
$f(n+3)=\dfrac {f(n)-1}{f(n)+1},\,\, for \,\, all \,\,n\in N$
find f(2009)
The value of f(2009) in the recursive sequence defined by f(n+3) = (f(n) - 1) / (f(n) + 1) with the initial condition f(5) = 10 is determined to be 10. The sequence exhibits periodicity with a cycle of 4, as derived from the transformation a(n+2) = -1/a(n). Consequently, since 668 is divisible by 4, it follows that a(668) equals the initial value a(0), which is 10.
PREREQUISITESMathematicians, students studying discrete mathematics, and anyone interested in the analysis of recursive sequences and difference equations.
Albert said:$f(5)=10$
$f(n+3)=\dfrac {f(n)-1}{f(n)+1},\,\, for \,\, all \,\,n\in N$
find f(2009)
Albert said:$f(5)=10$
$f(n+3)=\dfrac {f(n)-1}{f(n)+1},\,\, for \,\, all \,\,n\in N$
find f(2009)