I've been playing with sine of integer-degree angles; that is, $\sin\left(\frac{k \pi}{180}\right)$, where $k$ is an integer.
I've noticed that you can divide the angle by $2$ and get sine of smaller and smaller angle by solving a quadratic equation for the correct root. One can also divide the angle by $3$ and try to solve cubic equation.
I found the expression for $\sin 3^\circ$. While it's not very short, it consists of some square roots (possibly nested, but not necessarily). The point is:
The expression for $\sin 3^\circ$ does not have to contain any mention of complex numbers. No roots of negative numbers, no $i$'s in the expression.
Of course, you can get smaller angles by dividing by $2$, so you can get a nice expression for $\sin 1.5^\circ$, etc.
Then I've searched for sine of $1^\circ$ and $2^\circ$, and those expressions are somehow odd. They involve imaginary units. However, sine of real number is a real number, so in the end, those expressions shouldn't have a imaginary part. So I thought, "Okay, I will play with these expressions, and eventually I should get something real consisting of some roots (possibly nested), but no complex numbers." And here's the thing:
No matter how hard I tried, my expression either reverted simply to "$\sin 1^\circ$" (which is nice, but does not tell anything apart from fact that the expression was correct), or else it involved complex numbers.
Here's my question:
Is there a way to express $\sin 1^\circ$ through square/cubic roots (possibly nested) of positive real numbers, without any involvement of the imaginary unit? If yes, how? If not, why not?
(In the latter case: Where is the point? What's the essence of having purely real expression vs. some kind of complex mid-steps though the answer is real? How's that connected to a $1^\circ$ vs $3^\circ$?)
Thank you! Sorry if it's a stupid question with an obvious answer.