f(x+y) = f(x) + f(y)
if this is true for all x and y ..then
f(0+0) = f(0)+f(0)
f(0) = 2f(0)
=> f(0) = 0
also
f(2) = f(1+1) = f(1)+f(1) = 2f(1)
f(3) = f(1+2) = f(1)+f(2) = f(1)+f(1)+f(1) = 3f(1)
....
for integers we find
f(n) = nf(1) ............1
f(2.5) = f(1+1.5) = f(1) + f(1.5) = f(1)+f(1) + f(0.5)
thus it can be shown that for non integers and in general also
f(x) = [x] f(1) +f( {x} )
where [ ] represents greatest integer function and { } represents fractional part of x
and the answer is not 1+xn as written by the author
now consider
f(x) *f(1/x) = f(x) +f(1/x)
then in this case f(x) = 1+(or)- xn