Find all functions $f : \mathbb{R}^+ \to \mathbb{R}^+$ satisfying $$f(x)+f(\frac{x}{2})= \frac{x}{2}$$ $\forall x \in \mathbb{R}^+$.
My Attempt :
$-\frac{x}{3} + f(x) = \frac{x}{6} - f(\frac{x}{2})$
Let $g(x) = f(x) - \frac{x}{3}$
so $g(x)=-g(\frac{x}{2})\;$ $\forall x \in \mathbb{R}^+$
then $g(x)=g(\frac{x}{4})$
Please suggest how to proceed.
$$g(x) = g\left(\frac{x}{4}\right) = g\left(\frac{x}{16}\right) = \ldots = g\left(\frac{x}{4^n}\right) \xrightarrow{n\to\infty} g(0) = 0$$
So, $g \equiv 0$, meaning $f(x) = \frac{x}3, \forall x > 0$. But, $f$ is not even defined at $0$, let alone continuous.
– mechanodroid Nov 12 '17 at 15:11