Define the real valued function $$ \sin:\mathbb{R} \rightarrow \mathbb{R}, \qquad given ~~by \qquad \sin(x) := x-\frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + \ldots $$
How does one show $\sin(x)$ is bounded using this definition? Note that you are not allowed to use the power series of $\cos(x)$ and try to show $\sin^2(x) + \cos^2(x) =1$ and then prove they are bounded. I want a direct proof using the power series of $\sin(x)$.
Remark: I am looking for a proof that will allow me to modify/mimic the arguments if I am given some DIFFERENT power series that also happens to be bounded (but which doesn't have all the nice properties of sin(x) and cos(x) ). That is the motivation for the question. Take the power series of $\exp(-x^2)$ for example. Why is that bounded?
With the power series, it is obvious that: $$\frac{d}{dx}\sin x = \cos x,\qquad \frac{d}{dx}\cos x=-\sin x,$$ hence from: $$ \frac{d}{dx}(\sin^2(x)+\cos^2(x)) = 2\sin(x)\cos(x)-2\sin(x)\cos(x)=\color{red}{0} $$ it follows that $\sin^2 x+\cos^2 x$ is constant and equal to $\sin^2 0+\cos^2 0 = 1$.
So neither $\sin x$ or $\cos x$ can exceed $1$ in absolute value.
As an alternative approach, notice that the De Moivre's identity: $$\cos x + i\sin x = e^{ix}$$ can be proven through series identities, hence: $$\sin x = \Im\left(e^{ix}\right)$$ gives that $\sin x$ is a $2\pi$-periodic function. Since $\sin x$ is obviously bounded on $[0,2\pi]$ as a continuos function, $\sin x$ is bounded on the whole real line.