The following has come up in some work I'm doing: If $\frac{f(x+a)}{f(a)}=g(x)$, where $g(x)$ is given and $a \ge 0$ is a constant, what is $f(x)$? We can assume that $g(x)>0 \ \forall x$ . Of course a solution would be great, but I'd appreciate even general information on this equation, such as how it would be referred to (functional equation with translation?), similar equations, etc. Thank you.
2026-04-07 04:46:34.1775537194
function equation with translation of independent variable: $\frac{f(x+a)}{f(a)}=g(x)$
74 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$f(x) = e^x$ and $g(x) = e^x$, in fact: $$f(x+a) = e^{x+a} = e^x e^{a} = f(a) g(x)$$
Note that $g(x) = e^x > 0 ~ \forall x$ as for hypotesis.