For each $n\in\mathbb{N}$, define $f_{n}:\mathbb{R}\to\mathbb{R}$ by $$f_{n}(x)=\int_{0}^{n}\frac{\sin(xt)}{e^{t}+x^{2}}\,dt.$$
How to ensure that each $f_{n}$ is continuous on $\mathbb{R}$ by definition of the continuity?
I've tried as follows:
To letting $h\to0$ at last, for any $h\neq0$, small enough, $$|f_{n}(x+h)-f(x)|\le\int_{0}^{n}\left|\frac{\sin((x+h)t)}{e^{t}+(x+h)^{2}}-\frac{\sin(xt)}{e^{t}+x^{2}}\right|dt.$$
In the latter expression, the magnitude of integrand depends on the $h$'s sign.
So, i can't go any further. Give some advice. Thank you!
Hints: $\frac {\sin ((x+h)t)} {e^{t}+(x+h)^{2}} -\frac {\sin (xt)} {e^{t}+x^{2}}$ can be split into wto terms: $\frac {\sin ((x+h)t)} {e^{t}+(x+h)^{2}} -\frac {\sin ((x+h)t)} {e^{t}+x^{2}}$ and $\frac {\sin ((x+h)t)} {e^{t}+x^{2}} -\frac {\sin (xt)} {e^{t}+x^{2}}$. In the first of these terms use the fact that $|sin ((x+h)t)| \leq 1$ and $|\frac 1 {e^{t}+(x+h)^{2}} -\frac 1 {e^{t}+x^{2}}| \leq | {h^{2}+2hx}|$ since $e^{t}+x^{2} \geq 1$ and $e^{t}+(x+h)^{2} \geq 1$. In the second term you can again use the fact that the denominator is $ \geq 1$. So you are left with $|sin((x+h)t-\sin(xt)|$. You can use the fact that $\sin((x+h)t)=\sin xt \cos (ht)+\cos xt \sin (ht)$ to handle this. I hope you can handle the rest of the argument.