I'm trying to find the class of differential equations $\frac{\mathrm dx}{\mathrm dt} = f(t,x)$ with $f$ continuous that are invariant under the change of variables $s=2t$ and $y=-x$.
I have come up with this functional equation: $$-\frac{1}{2}f(t,x) = f(2t,-x) \text.$$
Letting $f(t,x) = \frac{q(x)}{p(t)}$ with $p$ and $q$ multiplicative and $p(t) \ne 0$ for all $t$, we get a family of solutions; because $$ f(2t, -x) = \frac{q(-x)}{p(2t)} = \frac{-q(x)}{2p(t)} = -\frac{1}{2} f(t,x) \text. $$ $f(t,x) = \log_a\left(k^{\frac{q(x)}{p(t)}}\right)$ with $k \in \mathbb{R}^+$ gives another type of solutions; because $$ f(2t, -x) = \log_a\left(k^{\frac{-q(x)}{2p(t)}}\right) = -\frac{1}{2} \log_a\left(k^{\frac{q(x)}{p(t)}}\right)= -\frac{1}{2} f(t,x) \text. $$
However, are they all the solutions? Is there a standard method to solve this?