In an exercise, I am suppose to study this function: $f(x)= ∑ sin(x/k)/k$. The questions are: where is $f$ defined? continuous? differentiable? twice differentiable?
I find that $f$is defined on $\Bbb R$ since $sin(x/k)$and $k$ are both defined on $\Bbb R$.
But then for the continuity I know that an infinite series is continuous if and only if fn(x) is continuous and ∑∞fn(x) converges uniformly . To show that ∑∞fn(x) converges uniformly, I need to show $ | f_n(x)| ≤M_n(x)$ such that $ M_n(x)$ converges.(Weirstrass M test).
But I have $|(sin(x/k)/k)| ≤ 1/k.$ And I know that $∑ 1/k$ diverges. Does it mean that $∑f_n(x)$ does not converge uniformly and thus $f$ is not continuous on $\Bbb R$?
And for $f$ to be differentiable I need it to be continuous is no first place right? And then I do the same test but with the derivatives?
Thank you in advance for your help.