In some example tasks for infinite function series I'm learning from pointwise convergence is proven like we are dealing with sequence instead of series - $\lim_{n \rightarrow \infty}f_n(x)$ when , result being limiting function of a given series.
So, for example if following series is given:
$$ \sum _{n=1}^{\infty} \frac{x}{e^{n^{2}x}} $$
Pointwise convergence is proven by:
$$\lim_{n \rightarrow \infty}\frac{x}{e^{n^{2}x}} = 0$$
I'm not sure if that is correct, anyone could clarify?
Convergence of the n-th term of $\sum a_n$ to $0$ does not guarantee convergence of the series. The given series is not convergent if $x<0$. For $x=0$ it is obviously convergent. For $x>0$ apply ratio test to prove that it is convergent. [ $\lim \frac {a_{n+1}} {a_n}=\lim e^{-2nx} e^{-x} =0 <1$ so the series is convergent.