Suppose that a∈(0,1) and that f:R→R. I am trying to solve for f such that
(1+f(x−1))(f(x)−f(x)−1)=(x−a)(1−ax)x.
I really don't know where to start from though. I've tried the method of undetermined coefficients supposing that f is linear and quadratic, but that did not work. I think I need a better guess for a functional form. I am not really looking for the solution, but for some help with where to start from. References are very welcome.
Suggestion from the comments:
The power series,
f(x)=∞∑i=0bixi
leads to the following system of equations:
⋮[x4]:∞∑i=3(i∑j=0bjbi−j)bi−3=(1+a2)b3−a(b2+b4)−2(b0b3+b1b2)[x3]:∞∑i=2(i∑j=0bjbi−j)bi−2=(1+a2)b2−a(b1+b3)−(b21+2b0b2)[x2]:∞∑i=1(i∑j=0bjbi−j)bi−1=(1+a2)b1−a(b0+b2)−2b0b1[x1]:∞∑i=0(i∑j=0bjbi−j)bi=1+(a2−b0)b0−ab1[x0]:∞∑i=0(i∑j=0bjbi−j)bi+1=b1−ab0[x−1]:∞∑i=0(i∑j=0bjbi−j)bi+2=b2[x−2]:∞∑i=0(i∑j=0bjbi−j)bi+3=b3⋮
Answer
Hint (while assuming x≠0,f(x)≠0 etc) ... First note that the RHS is symmetric with respect to x↦1x which becomes obvious if rewritten as (x−a)(1−ax)x=(x−a)(1x−a). This suggests taking the x↦1x counterpart of the identity and equating the two to get:
(1+f(1x))(f(x)−1f(x))=(1+f(x))(f(1x)−1f(1x))⟺f(x)(f(x)+1)(f(x))2−1=f(1x)(f(1x)+1)(f(1x))2−1⟺f(x)f(x)−1=f(1x)f(1x)−1⟺f(x)=f(1x)
Then, with y=f(x)=f(1x), the original identity becomes:
(1+y)(y−1y)=(x−a)(1x−a)
which gives a cubic in y that can be solved to obtain a closed form for y=f(x) though it's not obvious it would be a "nice" one.
No comments:
Post a Comment