It is well known how we can arrive to the power series definition of trigonometric functions starting from their definition in terms of the unit circle. I'm trying to do the converse, i.e. start from the definition of trigonometric functions by their power series and prove that we can parametrize the unit circle with them and that an angle of $\theta$ radians subtends an arc of length $\theta$ (in the unit circle, of course). Here is what I have done so far.
Define $\displaystyle \pi :=2\int \limits _{-1}^1\sqrt{1-x^2}\,dx$ the area of the unit circle, and define$$C(x):=\sum \limits _{n=0}^\infty \frac{(-1)^n}{(2n)!}x^{2n}$$and$$S(x):=\sum \limits _{n=0}^\infty \frac{(-1)^n}{(2n+1)!}x^{2n+1}.$$The ratio test shows that this functions have infinite convergence radius, so they are in $\mathcal{C}^\infty (\mathbb{R})$, and it is clear that $C$ is an even function and $S$ is an odd function. Differentiating gives $\dfrac{d}{dx}C(x)=-S(x)$ and $\dfrac{d}{dx}S(x)=C(x)$.
Now we prove that they verify the addition formulae for $\sin$ and $\cos$, i.e. that $S(x+y)=S(x)C(y)+C(x)S(y)$ and $C(x+y)=C(x)C(y)-S(x)S(y)$ for all $x,y\in \mathbb{R}$.
Fix $y\in \mathbb{R}$ and define$$F(x):=S(x+y)-S(x)C(y)-C(x)S(y).$$Then we have that$$F'(x)=C(x+y)-C(x)C(y)+S(x)S(y).$$Now observe that $F''(x)=-F(x)$, hence$$2F'(x)[F(x)+F''(x)]=0$$and therefore$$\frac{d}{dx}\left [(F(x))^2+(F'(x))^2\right ]=0$$for all $x\in \mathbb{R}$, hence $F(x)=0$ for all $x\in \mathbb{R}$ and $F'(x)=0$ for all $x\in \mathbb{R}$, this proves that $S(x+y)=S(x)C(y)+C(x)S(y)$ and $C(x+y)=C(x)C(y)-S(x)S(y)$ for all $x,y\in \mathbb{R}$. Using that $C$ is even and $S$ is odd we find that $S(x\pm y)=S(x)C(y)\pm C(x)S(y)$ and that $C(x\pm y)=C(x)C(y)\mp S(x)S(y)$, this also gives the Pythagorean Identity$$(C(x))^2+(S(x))^2=C(x-x)=C(0)=1$$which implies that $C(x),S(x)\in [-1,1]$ for all $x\in \mathbb{R}$.
Now I want to prove that we can parametrize the unit circle using $C$ and $S$. The Pythagorean Identity implies that $(C(x),S(x))$ is in the unit circle for all $x\in \mathbb{R}$, but I don't know how to prove that every point in the unit circle has the form $(C(x_0),S(x_0))$ for some $x_0\in \mathbb{R}$.
We now prove that the perimeter of the unit circle is $2\pi$. By symmetry, it is enough to prove that the perimeter of the upper half of the unit circle is $\pi$. This curve can be parametrized as $\alpha (t):=\left (t,\sqrt{1-t^2}\right )$ for $t\in [-1,1]$, hence $\alpha '(t)=\left (1,-\dfrac{t}{\sqrt{1-t^2}}\right )$, and therefore $\|\alpha '(t)\|=\dfrac{1}{\sqrt{1-t^2}}$. To prove that the perimeter of the upper half of the unit circle is $\pi$, we have to prove that$$\int \limits _{-1}^1\frac{1}{\sqrt{1-t^2}}\,dt=2\int \limits _{-1}^1\sqrt{1-t^2}\,dt$$i.e. we have to prove that$$\int \limits _{-1}^1\frac{1}{\sqrt{1-t^2}}-2\sqrt{1-t^2}\,dt=0.$$But$$\frac{d}{dt}\left (-t\sqrt{1-t^2}\right )=\frac{1}{\sqrt{1-t^2}}-2\sqrt{1-t^2}$$and therefore$$\int \limits _{-1}^1\frac{1}{\sqrt{1-t^2}}-2\sqrt{1-t^2}\,dt=\left .-t\sqrt{1-t^2}\right |_{-1}^1=0$$as wanted.
Now assuming that we can parametrize the unit circle using $C$ and $S$, then we can show with line integration that the length of the portion of the unit circle that goes from $(1,0)$ to $(C(x),S(x))$ in counterclockwise sense is exactly $x$. In particular, this would prove that $C$ and $S$ are periodic with period $2\pi$ and that $C(x)=\cos x$ and $S(x)=\sin x$ for $x\in [0,2\pi ]$, and therefore over all of $\mathbb{R}$.
So my question here is: How can we prove that the functions $C$ and $S$ defined as the power series of (what then are going to be) the cosine and the sine functions can be used to parametrize the unit circle?