3

How do I show the uniform continuity of $\tan^{-1}$ over $\mathbb{R}$ ? I am trying to use the $\epsilon - \delta$ definition. I have just started learning this topic.

user37238
  • 4,017
Aman Mittal
  • 2,091
  • 1
    The derivative is bounded by $1$ hence $\delta=\varepsilon$ works, that is: $$\forall\varepsilon\gt0,\ \forall (x,y),\ |x-y|\leqslant\varepsilon\implies|f(x)-f(y)|\leqslant\varepsilon.$$ – Did Sep 19 '13 at 12:16
  • "derivative is bounded by 1..." the basic book i am refering to uses only the epsilon-delta definition. I do not know the use of deriatives to prove/disprove uniform continuity. can you please suggest some link where i can read about it ? – Aman Mittal Sep 19 '13 at 12:28
  • @AmanMittal: I gave you the technique that uses the derivative. – Mhenni Benghorbal Sep 19 '13 at 12:30
  • @MhenniBenghorbal can you pleas share some link where i can read more about it ? – Aman Mittal Sep 19 '13 at 12:34

4 Answers4

2

Yet another idea. Use $$\arctan(x) - \arctan(y) = \arctan\left(\frac{x - y}{1 + xy} \right)$$ and the uniform continuity of $\arctan$ in the compact interval $[-h,h]$, $h>0$.

2

A related problem. Hint: You can use the mean value theorem.

Added:

$$ \Bigg|\frac{\arctan(x+h)-\arctan(x)}{(x+h)-x}\Bigg| = |\arctan(\zeta)'| \leq 1. $$

$$ \implies \Big|{\arctan(x+h)-\arctan(x)}\Big| \leq |h|< \epsilon=\delta.$$

2

Here $f : x \mapsto\mathbb \tan^{-1}(x)$ is continuous function and $\displaystyle\lim_{x\rightarrow \infty} f(x)$ and $\displaystyle\lim_{x\rightarrow -\infty} f(x)$ exists then $f$ is uniformly continuous.(you can prove this for any continuous function)

jim
  • 3,624
1

Hint: $$ \frac{\mathrm{d}}{\mathrm{d}x}\tan^{-1}(x)=\frac1{1+x^2}\le1 $$

robjohn
  • 345,667
  • Hints were permitted in 2013, if that’s what the downvote is about. Otherwise, I don’t see what’s wrong. I would appreciate a comment. – robjohn Sep 30 '23 at 07:03