Continuity of the function $f(x)=\begin{cases}\frac{e^{1/x}-1}{e^{1/x}+1}, \:x\neq0\\0, \quad\:\:\: x=0\end{cases}$ at $x=0$.

59 Views Asked by At

Show that the function $f(x)=\begin{cases}\frac{e^{1/x}-1}{e^{1/x}+1}, \:x\neq0\\0, \quad\:\:\: x=0\end{cases}$ is discontinuous at $x=0$.

My Attempt

From the graph of the function it is clearly discontinuous at $x=0$, enter image description here

$$ f(0)=0\\ LHL=\lim_{x\to 0^-}\frac{e^{\frac{1}{x}}-1}{e^{\frac{1}{x}}+1}=\\ RHL=\lim_{x\to 0^+}\frac{e^{\frac{1}{x}}-1}{e^{\frac{1}{x}}+1}=\\ $$ How do I proceed further and prove $LHL\neq RHL$ ?

2

There are 2 best solutions below

0
On BEST ANSWER

With $x_{n}=1/n$, then $f(x_{n})=\dfrac{e^{n}-1}{e^{n}+1}=\dfrac{1-e^{-n}}{1+e^{-n}}\rightarrow\dfrac{1-0}{1+0}=1$.

With $y_{n}=-1/n$, then $f(y_{n})=\dfrac{e^{-n}-1}{e^{-n}+1}\rightarrow\dfrac{0-1}{0+1}=-1$.

0
On

$\dfrac{e^{1/x}-1}{e^{1/x}+1} =\dfrac{e^{1/x}+1-1-1}{e^{1/x}+1} =1-\dfrac{2}{e^{1/x}+1} $ and $\lim_{x \to 0+} \dfrac{2}{e^{1/x}+1} =0 $ and $\lim_{x \to 0-} \dfrac{2}{e^{1/x}+1} =2 $.