Sunday, April 21, 2019

functional equations - Are there any real-valued functions, besides logarithms, for which f(xy)=f(x)+f(y)?

Is there any real-valued function, f, which is not a logarithm, such that x,y in , f(x*y) = f(x) + f(y)?



So far, all I can think of is z where z(x) = 0 ∀ x in




EDIT:



Functions having a domain of ℝ^+ or a domain of /{0} are acceptable as well.



What are examples of functions, f, from /{0} to which are not logarithms, such that
∀ x,y in , f(x*y) = f(x) + f(y)?

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...