I found the following task in a book and I would be interested if someone has an idea to solve it:
Find all the functions $f$ that satisfy $f(\frac{x+4}{1-x}) + f(x) = x$.
My ideas:
Assuming that $f$ is a power series or making a substitution.
I tried several approaches, but without success.
This was the closest I got. Feel free to point out any mistakes.
We have $$f\left(\frac{x+4}{1-x}\right)+f(x)=x$$
The inside of the first one can be simplified to $\frac{5}{1-x}-1$, so the expression becomes $$f\left(\frac{5}{1-x}-1\right)+f(x)=x\tag{1}$$
Making the transformation $\frac{5}{1-x}-1\rightarrow x$ yields $$f(x)+f\left(1-\frac{5}{x+1}\right)=1-\frac{5}{x+1}\tag{2}$$
Now making the substitution $x\rightarrow -x$ in $(1)$ gives us $$f\left(\frac{5}{1+x}-1\right)+f(-x)=-x$$
Adding this to $(2)$ gives us $$\left[f\left(1-\frac{5}{x+1}\right)+f\left(\frac{5}{1+x}-1\right)\right]+\left[f(x)+f(-x)\right]=1-\frac{5}{x+1}-x\implies \\$$
$$\boxed{\left[f(y)+f(-y)\right]+\left[f(x)+f(-x)\right]=y-x}$$
subject to $y=1-\frac{5}{x+1}$
This looked really good because the lefthand side is the sum of two even functions, while the righthand side is a difference of two odd functions. However, this isn't necessarily a contradiction, since there are two variables. Either way, I think this fully describes the symmetry of the function. I hope this helps someone come to the solution.