Tuesday, June 27, 2017

The functional equation f(xy)=f(x)f(y)

Let f(x) be a function that satisfies this functional equation, f(xy)=f(x)f(y).



With a little bit of intuition and luck one may come to a conclusion that these are perhaps the solutions of f(x),





  • f(x)=x

  • f(x)=1

  • f(x)=0



However, these solutions are family solutions of f(x)=xn. What I meant by this is that, when n=1 you get the function f(x)=x. When n=0 you get f(x)=1 and when x=0 well you get f(x)=0.
So, it seems f(x)=xn is the genuine solution to that functional equation and when you're taking different values for x and n you're getting bunch of other functions of the same family.




Getting excited by this I tried to take different values for x, for instance when x=2, xn becomes 2n. So, now I'm expecting the function f(x)=2n to satisfy this functional equation f(xy)=f(x)f(y). However, it doesn't. I don't know why it's not satisfying. May I get your explanation?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...