Wednesday, January 6, 2016

functional equations - Examples of functions where $f(ab)=f(a)+f(b)$


What are some examples of continuous (on a certain interval) real or complex functions where $f(ab)=f(a)+f(b)$ (like $\ln x$?)


Answer



Define $g(x)=f(e^x)$. Then $$g(x+y)=f(e^{x+y})=f(e^xe^y)=f(e^x)+f(e^y)=g(x)+g(y).$$


If $f$ is continuous, so is $g$, and it's a well-known exercise to show that $g$ must then be of the form $g(x)=cx$ for some constant $c$ (see Cauchy's functional equation).



Thus, $\ln(x)$ and constant multiples of it are the only examples of the kind you seek.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...