This might be a silly question. For $f$ an integrable, complex-valued function, its Fourier transform is
$$ \hat{f}(s) = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^{+\infty} e^{-isx}f(x)\, \mathrm{d}x $$
I want to show that if $\int xf(x) \, \mathrm{d}x$ exists then $\hat{f}$ is differentiable, with
$$ (\hat{f})'(s) = - \frac{i}{\sqrt{2\pi}}\int_{-\infty}^{+\infty} xe^{-isx}f(x)\, \mathrm{d}x $$
for every $s$. I tried using the definition of derivative and got to
$$ (\hat{f})'(s) = \lim_{h \to 0}\frac{1}{h}\int_{-\infty}^{+\infty} f(x)e^{-isx}[e^{-ihx}-1] \, \mathrm{d}x $$
and I'm not really sure where to go. Can anyone point me in the right direction? Thanks.