Here are a few functional equations that I made up that I thought that the math SE community would enjoy.
Just so everybody knows, I don't "need help" with these problems - they are simply for the enjoyment of anybody who is interested, and they all have non-constant solutions.
Have fun!
$$f(x+1)^2-4f(x)^2=f(2x+1)+2f(2x)$$ $$g(x)+g(x+1)=x+2$$ $$h(x)+h(x+1)=h\bigg(\sqrt{x^3+x^2-2x+1}\bigg)$$
Solutions to (1) include $f(x) = 0$, $f(x) = -1$, and $f(x) = \dfrac{r^x}{r-2}$ where (if you want real solutions) $r > 0$ and $r \ne 2$.
(2) is an inhomogeneous linear equation, so the general solution is a particular solution plus the general solution of the homogeneous equation. Yanko found a particular solution $g(x) = \frac{x}{2} + \frac{3}{4}$. The homogeneous equation $$ g(x) + g(x+1) = 0 $$ has general solution $$ g(x + n) = (-1)^n g(x), \ n \in \mathbb Z, \; x \in [0,1)$$ with $g$ defined arbitrarily on $[0,1)$. If you want the solution to be continuous, require $\lim_{x \to 1-} g(x) = -g(0)$.