I have been working on a random function I found with some data I simulated and was wondering if anyone has an idea how to, or perhaps can even find a solution for it. The relationship is: $$ f(x) = 2\cdot f(4x) $$ I have no idea if it's even possible to find an explicit solution for f(x) from this, on the other hand, maybe it's really easy, but I am completely stumped. Anyone want to have a go?
2026-03-27 01:13:57.1774574037
Solution for this equation
36 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
One possibility that comes straight to my mind is $f(x)=|x|^{-1/2}$ (for $x\neq0$). Then $$ f(4x)=\frac{1}{|4x|^{1/2}}=\frac{1}{2}f(x) $$ as you desire.
More generally, you can look for homogeneous functions of degree $-1/2$, i.e. functions $h(x)$ that satisfy $$ h(\lambda x)=\lambda^{-1/2}h(x) $$ for any $\lambda>0$ and then take $\lambda=4$.
Hope it helps.