This kind of problem can be done with
Newton's method.
\sin ^ 2 \alpha = \frac{\alpha}{2}
\Leftrightarrow 2 \sin ^ 2 \alpha = \alpha
\Leftrightarrow - 2 \sin ^ 2 \alpha + \alpha = 0
\Leftrightarrow \cos (2 \alpha) - 1 + \alpha = 0
Now let f(x) = \cos (2x) + x - 1
Since f(0) = 0, that means x = 0 is 1 solution to the question.
Now let's choose x
0.
f(1) = \cos 2. Since 2 \in ]\frac{\pi}{2} ; \ \pi[, we have: f(1) = \cos 2 < 0
f(2) = \cos 4 + 1 > 0.
So we have 1 more solution on the interval ]1; 2[.
Pick any x
0 on the interval ]1; 2[.
Then apply the
Newton's method:
x_{n + 1} = x_{n} - \frac{f(x_{n})}{f'(x_{n})}. And let n increase without bond. The solution will be x = \lim_{n \rightarrow \infty} x_n.
If you get x = 0 (just try another x
0) (we already know this solution, we want to find another on the interval ]1; 2[).
You may want to try some x
0 that's closed to 2.
Just try it and see what you get.
So there are 2 solutions to the problem.
Can you go from here?
By the way, I believe you cannot get any solution that reads:
x \approx 1.39 \mbox{ rad}. That may be a typo though.