Functional equation $m(x^y)=m(x)+m(y)$.

98 Views Asked by At

Find all functions $m : \mathbb{R}^+ \to \mathbb{R}^+$ such that$$m(x^y)=m(x)+m(y)$$

2

There are 2 best solutions below

4
On

Set $x=1$ and conclude what the function should be.

0
On

Since the function is true for all positive real values, it should obviously be true for $x=1$.

Substituting $x=1$, we get:

$m(1) = m(1) + m(y) \implies m(y) = 0$

So the function equation becomes : $m(x^y) = m(x)$

You can easily find the function value from here.

Hope the answer is clear !