Is there any general way to solve basic functional equations?
For example we have algebraic ways to solve algebraic equations (find $x$)!
But for functional equations like :
$$f(x) + f(x-1) = 0$$
or, $$f(x)-f(x^2)=1$$
How does one find $f(x)$?
I can solve one or two using trial and error but when i used WolframAlpha it was able to solve both [Links : 1 and 2] correctly!
Solutions were : 1. $f(x)=-((-1)^x)$ and 2. $f(x)=\dfrac{\log{\log{x}}}{\log{2}}$
How to solve it? I am not asking the about the complicated ones having $f(f(x))$ or $f(x)f(y)$...Just the basic ones having just $x^n$ or $2x-1$ or something like that...
P.S. - I have seen a lot of questions similar to this but none of theme were general or answered my question...
