Let $f:(0,\infty )\rightarrow \mathbb{R}$ satisfy $f(xy)=f(x)+f(y)$ and let f be differentiable at x=1. Prove f is differentiable over it's entire domain with derivative $f'(x)=\frac{f'(1)}{x}$
Using the definition of a derivative, $$f'(1)=\lim_{h\to0}(\frac{f(1+h)-f(1)}{h})=\lim_{h\to0}(\frac{f(1+\frac{h}{1})}{h})=\lim_{h\to0}(\frac{f(1+h)}{h})$$
Now similarly, $$f'(x)=\lim_{h\to0}(\frac{f(x+h)-f(x)}{h})=\lim_{h\to0}(\frac{f(1+\frac{h}{x})}{h})$$
This is where I get really stuck, I've tried manipulating this expression as much as I can and can't seem to get any further. Searching online I found this old post: Functional equation $f(xy)=f(x)+f(y)$ and differentiability, and managed to use it to manipulate my expression to the form:
$$f'(x)=\frac{1}{x}\lim_{h\to0}(\frac{f(1+\frac{h}{x})}{\frac{h}{x}})$$
By using the limit laws and dividing through by x. From this point I just can't seem to proceed. I can't see how $f'(1)=\lim_{h\to0}(\frac{f(1+h)}{h}) $ could equal $\lim_{h\to0}(\frac{f(1+\frac{h}{x})}{\frac{h}{x}})$ Any help would be much appreciated.