f(x).f(x+1) + f(x) + 1 = 0
My progress so far: turn this into a recursive equation
f(x+1)= -1/ [ f(x) +1]
suppose if f(xo)=k
then , f(xo+4)=k for arbitrary xo and k belonging to R.
Let us select x and x+$ , two real numbers, then
epsilon=f(x)-f(x+$) = $/ (1+x)2
//neglecting $ as it does not matter in the analysis that follows//
if x is negative and greater than -1
will this help? am not able to proceed from here .
2 comments:
f(x+1)=-[f(x)+1]/f(x)
I meant
f(x) = -1/ ( f[x+1] +1)
Post a Comment