I have been given the following assignment:
Suppose you have the following sequence of functions:
$f_n(x)=e^{-(x-n)^2}$
Show that the sequence is pointwise convergent to the zero-function on $\mathbb{R}$
Show that the sequence is uniform convergent on an interval $[a,b]$ where $a<b$
I have tried to examen the limit of the sequence, and see if I could get a result, where I could intuitively see that it must be the zero function, but all I end up with is this:
$\lim_{n \rightarrow \infty} f_n(x) = e^{-(x-n)^2} = e^{-x^2-n^2+2nx}$
I can't really see how I would be able to simplify this to something I can work with.
Can someone give a hint as to where I need to start?
Hint: $f_n(x) = g(x-n)$, where $g$ is the "Gaussian" function $g(x) = e^{-x^2}$. Hence the graph of $f_n$ is obtained shifting the one of $g$ to the right of a quantity $n$ (i.e., $f_n$ attains its maximum at $x = n$).