-2

If $f(xy) = f(x) + f(y)$ for all positive reals $x,y$, what can $f$ be? If given the starting conditions $f(10) = 14$ and $f(40) = 20$. We know $f(40) = f(10) + f(4)$ giving $f(4) = 6$, then $f(4) = 2f(2)$, so $f(2) = 3$, $f(5) = f(10) - f(2)$ so $f(5) = 11$, then $f(500) = f(5) + f(100), f(500) = f(5) + 2f(10)$ giving $11 + 28 = 39$.

Nav Bhatthal
  • 1,057

1 Answers1

2

Edit - this answer is to a previous version of the question that specified $f(xy) = f(x) + f(y)$ for all $x,y\in \mathbb{R}$

This isn't rubbish --- it tells you something useful! In particular it says that $f(1) = 0$, ie $f$ maps one to zero.

Can you figure out something similar about $f(0)$?

Spoiler - don't click this until you've worked it out.

For any $x$, we must have $f(0) + f(x) = f(0\cdot x) = f(0)$, which implies that $f(x) = 0$ for all $x$.

Neal
  • 32,659