I am stuck on the functional equation
f(f(x))+f(x)=ex
Somebody has suggested to me in the past that I can use Taylor Series to solve some of the harder functional equations, but I'm not sure how to use that to solve this. Help?
If Taylor Series is not the way to go for this functional equation, can somebody tell me what method I should use?
In general, can anybody recommend a few different methods that would be good to keep in mind when dealing with functional equations like this in which functional iteration is present?
Thanks!
Answer
I don't know whether there is a simple solution for the function, but I can show how one would use a Taylor expression here.
First, let us suppose there is a value q which is a fixed point of the function f(x)
f(q)=q
If we fill this in the relation we find:
f(f(q))+f(q)=f(q)+q=2q=eq
The numerical value would be q≈0.693147.
Since we are interested in a smooth function f(x) we know that we could in principle make a Taylor expansion at any point x. If we use the fixed point we would have something like:
f(q+δ)=q+∞∑i=1aiδi
with some still unknown coefficients ai. Having assumed a smooth function f(x) there is at least a small range of values for δ where the series converges.
We can now insert this expansion into the relation we have and work all terms out up to some order O(δn) and group terms with the same power of δ. The first few terms would be :
2q+(a1+a21)δ+(a2+a1a2+a21a2)δ2+⋯=eq+δ=eq+eqδ+eqδ22+…
and since for any small δ this should be the same on both sides we get a lot of equations in the unknown values ai. The lowest order is
2q=eq,
which already assumed. The next one is
a1+a21=eq=2q
from which we find
a1=1±√1+8q2
The sign is not too important and only determines whether we choose x to go to the left or the right. The next equation we get is
a2+a1a2+a21a2=12eq=2q
We can now insert the solution obtained for a1 (or combine the equations) and determine that
a2=q1+2q
This procedure can be continued arbitrarily far and in this particular problem(!) the first equation you encounter for ak is always linear and easy to solve.
Unfortunately going from a "determined" function in terms of a local Taylor expansion to a closed expression, is in general not so easy.
A typical strategy to solve this type of problems would be to start looking for fixed points or symmetries that can be exploited.
No comments:
Post a Comment