For small values of $x$, the following widely used approximations follow immediately by Taylor expansion:
- $\sin x \approx x$
- $\cos x \approx 1-\frac{x^2}{2}$
- $\tan x \approx x +\frac{x^3}{3}$
I am looking for a justification of these approximations without the use of series expansions.
By purely geometric considerations, it is easy to see that for small values of $x$, we have
$$ \sin x < x < \tan x.$$
Division by $\cos x$ and an application of the squeeze lemma yield
$$\frac{\sin x}{x}\xrightarrow{x\to0}1$$
and hence the approximation (1.). Using the identity $\cos x = 1-2 \sin^2 \frac{x}{2}$, the approximation (2.) also follows.
Can one justify the approximation (3.) by a similarly elementary argument without using Taylor expansion?
I tried around using the angle addition theorems, but I did not really get anywhere, mainly because I could not make the factor $\frac13$ appear anywhere.