Prove that the function is bounded: $$f(x) = \frac{1}{x^{2}+1}$$
I'd like to know several (easy) ways of proofing this and I found 2 ways but actually they are so similar, it might just be the same way.. :p
- Every convergent function is bounded.
- If function has infimum and supremum then it's bounded. Is it actually bounded if it just has one of both?
1.
$$\lim_{x\rightarrow\infty}\frac{1}{x^{2}+1}= 0$$
$$\lim_{x\rightarrow-\infty}\frac{1}{x^{2}+1}= 0$$
$\Rightarrow 0$ is limit of function so it's convergent and thus bounded.
But what if we had 2 different values, for $\pm\infty$?
2.Calculate supremum:$$\lim_{x\rightarrow0}\frac{1}{x^{2}+1}= \frac{1}{0+1}=1$$
Calculate infimum:
$$\lim_{x\rightarrow\infty}\frac{1}{x^{2}+1}= 0$$
Thus function is bounded.
Are both ways correct? If you answer, please answer to all my questions.
"Every convergent function is bounded." - Not quite. You may additionally need that it is continuous on all of $\Bbb R$ (or on its domian and that dmoain is a closed subset of $\Bbb R$)
"Is it actually bounded if it just has one of both?" - The function $f(x)=x^2$ has an infimum, but not a supremum. It is bounded from below, but not bounded. Similarly for $f(x)=-x^2$.
"But what if we had 2 different values, for $\pm \infty$" - Doesn't matter. The existence of $\lim_{x\to+\infty}$ shows (together with continuity, see above) that $f$ is bounded on any interval of the form $[a,\infty)$. The existence of $\lim_{x\to-\infty}$ shows (together with continuity, see above) that $f$ is bounded on any interval of the form $(-\infty,a]$. And bounded on both $(-\infty,0]$ and on $[0,\infty)$ implies bounded on $\Bbb R$.
"Calculate Supremum" - You do not make clear that the limits you calculate are in fact the supremum/infimum. Simpler: $x^2\ge 0$ with eqality iff $x=0$. Hence $x^2+1\ge1>0$ with equality iff $x=0$. Hence $\frac1{x^2+1}\le 1$ with equality iff $x=0$. This shows $\sup f(x)=f(0)=1$ as well as $f(x)>0$, i.e., $\inf f(x)\ge 0$. This already suffices to see that $f$ is bounded, but we can see explicitly that $\inf f(x)=0$ by noting that $\lim_{x\to\infty}f(x)=0$.