I'm trying to solve this task:
Find all $f(x)$ satistying $3f(-x)+f(x)+f(\frac{1}{x})=x$
I tried to assume $x = 1$ and $x = -1$:
$3f(-1) + 2f(1) = 1$
$3f(1) + 2f(-1) = -1$
Solving this system gives:
$f(-1) = 1, f(1) = -1$
However, I'm not sure what to do next or if this would be helpful at all.
Could somebody please give a hint?
Thanks in advance.
We shall first prove that $f(x)$ is odd. The proof proceeds as follows:
Replacing $x$ with $-x$ in given equation & adding it to original equation, we get $$ \begin{align*} 4(f(x) + f(-x)) + \left( f\left( \frac{1}{x} \right) + f\left( -\frac{1}{x} \right) \right) &= 0\\ \implies 4 \left( f\left( \frac{1}{x} \right) + f\left( -\frac{1}{x} \right) \right) + (f(x) + f(-x)) &= 0 \tag{replace $x$ with $\tfrac{1}{x}$} \end{align*} $$
Hence, $f(x) + f(-x) = 0$, so $f(x)$ is odd.
Thus, $f\left( \tfrac{1}{x} \right) - 2 f(x) = x$ (as $3f(-x) = -3f(x)$)
Replacing $x$ with $\tfrac{1}{x}$ in this equation, we get: $$ \begin{align*} &\implies f(x) - 2 f\left( \frac{1}{x} \right) = \frac{1}{x}\\ &\implies f(x) - 2 (2 f(x) + x) = \frac{1}{x}\\ &\implies f(x) = -\frac{2x + \frac{1}{x}}{3} = -\frac{2x}{3}-\frac{1}{3x}\\ \end{align*} $$