how to show that a function is unbounded?

$\begingroup$

How to prove that the function $f:(0,2)\to\mathbb{R}, f(x)=\frac{1}{x}$ is unbounded.

I know for a function is unbounded if: $\forall M>0 \exists x\text{ such that }|f(x)|>M$

$\endgroup$ 3

2 Answers

$\begingroup$

If it was bounded by, let us say, $C$, then $$ \left| x \frac{1}{x} \right| \leq C |x|, $$ and hence $\lim_{x \to 0} 1 = 0$.

$\endgroup$ $\begingroup$

$$\lim_{x\to 0^+}\frac{1}{x}=+\infty $$ therefore $$\forall M\geq 0, \exists \delta>0: |x|<\delta\implies |f(x)|> M$$

in particular $$\forall n\in\mathbb N, \exists x_n: |f(x_n)|>n$$ therefore $f$ is unbounded.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like