Limit of $\arctan(x)/x$ as $x$ approaches $0$?

$$\lim_{x\rightarrow 0^{+}}\frac{\arctan(x)}{x}= \lim_{h\rightarrow 0^{+}}\frac{\arctan(0+h) -\arctan(0)}{h} = \arctan'(0) = \frac{1}{1+0^2} = 1$$


Recall (see the diagram below) that for $0\le t<{\pi\over2}$:

$$\tag{1} \sin t \le t \le \tan t. $$ Taking $t =\arctan x$ in $(1)$, we have, for $x>0$: $$ \sin\bigl(\arctan(x)\bigr)\le \arctan(x)\le x. $$ But $$ \sin\bigl(\arctan (x)\bigr) ={x\over \sqrt{1+x^2}}; $$ whence, for $x>0$: $$ {x\over \sqrt{1+x^2}}\le \arctan(x)\le x. $$ So, for $x>0$, we have $$ {1\over \sqrt{1+x^2}}\le {\arctan(x)\over x}\le 1; $$ and it follows from the Squeeze Theorem that $$ \lim_{x\rightarrow0^+} {\arctan(x)\over x}=1. $$




enter image description here


If you don't yet have access (which is often the case) to such relatively advanced tools as derivatives, L'Hopital's rule, and series expansion, here is a very simple proof:

Once you know:

$$\lim_{x \rightarrow 0} \frac{\sin x}{x}= 1$$

You can prove that

$$\lim_{x \rightarrow 0} \frac{\tan x}{x}= 1$$

Indeed,

$$\lim_{x \rightarrow 0} \frac{\tan x}{x}= \lim_{x \rightarrow 0} \frac{\sin x}{x \cdot \cos x}= \lim_{x \rightarrow 0} \frac{\sin x}{x} \lim_{x \rightarrow 0} \frac{1}{\cos x}= 1\cdot1 = 1$$

Now you make a simple substitution:

$$t = \arctan x \implies x = \tan t$$

$$x \rightarrow 0 \implies t \rightarrow 0$$

Finally,

$$\lim_{x \rightarrow 0} \frac{\arctan x}{x} = \lim_{t \rightarrow 0} \frac{t}{\tan t} = 1$$ (the last limit equals $1$, as proved above).

If you were actually looking for the proof $\lim_{x \rightarrow 0} \frac{\sin x}{x} = 1$ then there are plenty of nice unit circle proofs on the internet. Maybe you could try this one.