Here is another Prelim problem from Advanced Calculus.
For $t>0$ and $D>0$ define $g(x,t)$ by $$ g(x,t)=\frac{1}{\sqrt{Dt}}\exp{\frac{-x^2}{4Dt}} $$ Now, for $f:\mathbf{R}\to\mathbf{R}$ being continuous with compact support, define $u(x,t)$ as $$ u(x,t) = \int_{-\infty}^\infty g(x-y,t)f(y)dy $$ Now show for a fixed $x$ (also find C) for $t\to\infty$ $$ u(x,t) = \frac{C}{\sqrt{t}}+O(\frac{1}{t}). $$ This is the third part of the problem, so maybe it would help to know that $$ \frac{\partial u}{\partial t} = D \frac{\partial^2 u}{\partial x^2}. $$
So my plan of attack was to show, with $C = \frac{1}{\sqrt{D}}\int_{-\infty}^\infty f(y)dy$ $$ |\sqrt{t} u(x,t) - C| \leq M \frac{1}{\sqrt{t}} $$ or try to show $$ \frac{1}{\sqrt{D}}\int_{-\infty}^\infty|\exp{\frac{-(x-y)^2}{4Dt}}-1||f(y)|dy $$ but I could not get it to work out.