If $f:\Bbb{R}\to\Bbb{R}$ satisfies $f(x+y)=f(x)+f(y)$ for all real $x$ and $y$, and $f(1)=0$, find $f(x)$.
By definition,
$$f'(x)= \frac{f(x+h)-f(x)}{h}$$
when $h$ tends to zero.
Using the given statement,
$$f'(x)= \frac{f(h)}{h}$$
Since $f(0)=0$, $$f'(x)= f(h)+\frac{f(0)}{h}$$ or, $$f'(x)=f'(0)$$ which means $f(x)=mx+C$. However, I am not able to determine these constants.
Moreover, is there any way to do it without calculus?
Please help.
Thanks.