3
$\begingroup$

I'm trying to prove that $|\sin(x)| \le 1$, $|\cos(x)| \le 1$ and $|\sin(x)| \le |x|$ for all $x \in \mathbb{R}$ using the power series of sine and cosine :

$$\begin{align*} \sin(x) &= \sum_{k=0}^{+ \infty} (-1)^{k} \frac{x^{2k+1}}{(2k+1)!}\\ \cos(x) &= \sum_{k=0}^{+ \infty} (-1)^{k} \frac{x^{2k}}{(2k)!} \end{align*}$$

Does anyone have an idea ? I've tried to find an upper bound for the partial sums :

$$\left|\sum_{k=0}^{N} (-1)^{k} \frac{x^{2k+1}}{(2k+1)!}\right| $$

but it seems difficult.

Thanks :-)

  • 0
    Homework ? If so, see this [post](http://meta.math.stackexchange.com/questions/1803/how-to-ask-a-homework-question) on meta discussing how to ask a homework question2011-11-02
  • 0
    Take the expansion of $e^{ix}$ and separate the real and imaginary parts, now consider the absolute value of $e^{ix}$.2011-11-02
  • 0
    @Dinesh, I guess the OP will ask how to prove the absolute value of $e^{ix}$ is $1$ **using only its power series**. Back at square one.2011-11-02
  • 0
    @Didier Piau Then I lose.2011-11-02

1 Answers 1