So I was going through some questions, and these two made me curious:
1) An integrable function is always bounded
2) If a function is defined on an unbounded interval, then it cannot be integrable.
I looked through the fundamental theorem of calculus, but I just don't seem to understand the connection with the boundaries, open or closed. I did see, however, that the theorem starts with : f is continuous on an interval a,b, which I assume is bounded.
Can somebody please explain if integrable functions can indeed be UNBOUNDED?
1) Even with the (improper) Riemann integral, an integrable function need not be bounded.
Counter-example:
The function $f$ defined as $\;f(x)=\begin{cases}\dfrac1{\sqrt x}&\text{if }\; x>0\\f(0)=&\text{whatever you want} \end{cases}$ is integrable on $[0,1]$ and its integral is $$\int_0^1f(x)\,\mathrm d x=\lim_{\varepsilon\to 0} \int_{\varepsilon}^1\dfrac1{\sqrt x}\,\mathrm d x=\lim_{\varepsilon\to 0}2\sqrt x\,\biggr|_\varepsilon^1=2.$$
2) The function $\dfrac 1{1+x^2}$ is defined on $\mathbf R$, and integrable on this interval:$$\int_{-\infty}^{+\infty}\dfrac {\mathrm d x}{1+x^2}=\arctan x\,\biggr|_{-\infty}^{+\infty}=\frac\pi 2-\Bigl(-\frac\pi2\Bigr)=\pi.$$