I've got it down to the the end but it ends up becoming infinity-infinity which is indeterminate?
Show that integral $\int_{-t}^tx\,dx=0$ limit as t approaches infinity
3
$\begingroup$
calculus
improper-integrals
-
3That integral is identically zero for all $t$. Hence, the limit is trivially zero. – 2017-02-20
-
0You are right, you get an indeterminate form. But you can very well compute its limit. – 2017-02-20
1 Answers
6
We have $$\int_{-t}^t x \; \mathrm d x = \frac{1}{2} \left((-t)^2 -t^2 \right)=0.$$ Hence $$\lim_{t\to \infty} \int_{-t}^t x \; \mathrm d x =0.$$
Edit: Let $f:\mathbf R \to \mathbf R$ be a function. We set
$$\int_{-\infty}^\infty f(x) \; \mathrm{d} x := \lim_{\alpha \searrow-\infty} \int_\alpha^c f(x) \; \mathrm{d} x + \lim_{\beta \nearrow \infty} \int_c^\beta f(x) \; \mathrm{d} x$$ where $-\infty < c <\infty$ if and only if the both integrals on the right side are finite. That means that we have $$\lim_{t\to \infty} \int_{-t}^t x \; \mathrm d x \neq \int_{-\infty}^\infty x \; \mathrm d x $$ in your case because both integrals (on the right side) would be divergent.
-
1You mean limit as $t \to \infty$ So $\lim_{t\to \infty} \int_{-t}^t x \; \mathrm d x =\lim_{t\to \infty}0=0$. Also, for the questioner, let me add that $\lim_{t\to \infty} \int_{-t}^t x \; \mathrm d x \neq \int_{-\infty}^{\infty} x \; \mathrm d x.$ – 2017-02-20
-
0@AaronMeyerowtiz Thank you! – 2017-02-20