I have a question about finding the value of a certain function that I cannot wrap my head around.
The question is: Given a function $f(x)$ satisfying $$f(x) + 2f\left(\frac{1}{1-x}\right) = x,$$ Then find $f(2).$
So far, I have tried plugging 2 into the original equation to yield $f(2) + 2f(-1) = 2.$
Next, I plugged $\displaystyle \frac{1}{2}$ into the original equation to yield $\displaystyle f\left(\frac{1}{2}\right) + 2f(2) = \frac{1}{2}$.
However, I do not know how to solve this system of equations for $f(2).$
Please let me know of any hints you may have. Many thanks.