21

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

scjorge
  • 571
  • 2
    Can you include what you've tried? For example, write down what continuity of $f$ at $c$ means in terms of $\delta$ and $\varepsilon$. – Sammy Black Apr 08 '13 at 06:51
  • do you mean the definition of continuous? thanks – leena adam Apr 08 '13 at 06:58
  • For any $x$ such that $|x - c| < \delta$, $|\tfrac{1}{x} - \tfrac{1}{c}| < \varepsilon$. – Sammy Black Apr 08 '13 at 06:59
  • @leenaadam: Yes, that is just a different way of saying the same thing. Do you know the definition of continuous? Try writing down what that definition says, replacing in the definition your particular function $f(x)=\frac{1}{x}$. – Zev Chonoles Apr 08 '13 at 07:00
  • 1
    This question seems like a duplicate of http://math.stackexchange.com/q/12462/264 – Zev Chonoles Apr 08 '13 at 07:01
  • 1
    Play with the $\varepsilon$ inequality to try to determine how to choose $\delta$ (in terms of $\varepsilon$) to force the inequality. – Sammy Black Apr 08 '13 at 07:02
  • I recently posted an answer at math.stackexchange.com/q/12462/264, so you should just take a look at that answer. – Angel Oct 22 '21 at 15:49

2 Answers2

25

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.

copper.hat
  • 172,524
1

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.