Can anyone help me to solve this problem?
Q: Show that $f:\mathbb{R}\rightarrow\mathbb{R}$, $f(x)=1/ x$ is continuous at any $c\neq 0$.
Notice: (choose your $\delta$ so that you stay away from 0)
I hope someone can solve.
Thanks
Can anyone help me to solve this problem?
Q: Show that $f:\mathbb{R}\rightarrow\mathbb{R}$, $f(x)=1/ x$ is continuous at any $c\neq 0$.
Notice: (choose your $\delta$ so that you stay away from 0)
I hope someone can solve.
Thanks
Suppose $c>0$. If $x > \frac{c}{2}$, then $|\frac{1}{x}-\frac{1}{c}|= \frac{|x-c|}{xc} < \frac{2}{c^2}|x-c|$
So, if $\epsilon>0$, choose $\delta < \min(\frac{c^2\epsilon }{2},\frac{c}{2})$, then if $|x-c|< \delta$, we have (i) $x > \frac{c}{2}$, and from above we have (ii) $|\frac{1}{x}-\frac{1}{c}| < \frac{2}{c^2}\delta \le \epsilon $.
A similar argument applies to $c<0$. Or you could use the fact that $f(x) = -f(-x)$, and use the fact that multiplication by a constant ($-1$, in this case) is continuous, and composition of continuous functions is continuous.
This is can be solved without considering two cases $c<0$ and $c>0$. Because, we have $|\frac{1}{x}-\frac{1}{c}|=\frac{|x-c|}{|x||c|}$. We need find a positive lower bound for $|x|$, it can be done as $x$ is non-zero so $|x|$ should lie right to $0$.
Choosing $|x-c|<|c|/2$, we have $|c|=|c-x+x|\leq |x-c|+|x|\leq |c|/2+|x|$.
$|c|-|c|/2 \leq |x| \implies |c|/2\leq |x|\implies 1/|x|\leq 2/|c|$. This completes the proof.