We know that $$\sin x = x - \frac{1}{3!}x^3 + \frac{1}{5!}x^5 - \cdots = \sum_{n\ge 0} \frac{(-1)^n}{(2n+1)!}x^{2n+1}$$
But how could we derive this without calculus?
There were some approach using $e^{ix} = \cos x + i \sin x$, pls notice I also would like to avoid such definition as to prove $e^{ix} = \cos x + i \sin x$ again we need the expansion of $\sin x$ and $\cos x$.
One approach I tried is to start with $\sin^2 x$: let $$\sin^2 x := \sum_{n\ge 1} a_n x^{2n}$$ Note: I guess such an ansatz as $\sin x$ is an odd function -- so that $\sin x$ has only $x$'s power of odd numbers, so $\sin^2 x$ only has $x$'s power of even numbers.
Now if I can arrive $$\sin^2 x = \sum_{n\ge 1} \frac{(-1)^{n+1} 2^{2n-1} }{(2n)!} x^{2n},$$ then via $\cos^2x = 1-2\sin^2 x$ I can get the expansion of $\cos x$ then $\sin x$.
To derive $a_n$, first I use $\lim_{x\rightarrow 0} \frac{\sin x}{x} = 1$ from geometric interpretation (the arc is almost the opponent edge for small angle $x$), to get $$a_1=1$$
Then from $$\sin^2 2x = 4 \sin^2 x ( 1 - \sin^2 x) \Rightarrow \sin^2 x - \frac14 \sin^2 2x = \sin^4 x, $$ I get $$\sum_{n\ge1} (1-2^{2n-2}) a_n x^{2n} \equiv \left(\sum_n a_n x^{2n}\right)^2$$ This leads to the recursive formula $$ (1-2^{2n}) a_{n+1} = \sum_{k=1}^{n} a_k a_{n-k}, $$ with $a_1=1$, I do get $$a_2=-\frac13, a_3=\frac{2}{45}, a_4 = -\frac{1}{315}, a_5 = \frac{2}{14175}$$ etc, however, I can only get such results via manual calculation -- there is convolution involved, I could not derive a formula for $a_n$.
Is there a way out pls?