This kind of problem can be done with
Newton's method.
[tex]\sin ^ 2 \alpha = \frac{\alpha}{2}[/tex]
[tex]\Leftrightarrow 2 \sin ^ 2 \alpha = \alpha[/tex]
[tex]\Leftrightarrow - 2 \sin ^ 2 \alpha + \alpha = 0[/tex]
[tex]\Leftrightarrow \cos (2 \alpha) - 1 + \alpha = 0[/tex]
Now let [tex]f(x) = \cos (2x) + x - 1[/tex]
Since f(0) = 0, that means x = 0 is 1 solution to the question.
Now let's choose x
0.
[itex]f(1) = \cos 2[/itex]. Since [tex]2 \in ]\frac{\pi}{2} ; \ \pi[[/tex], we have: [itex]f(1) = \cos 2 < 0[/itex]
[itex]f(2) = \cos 4 + 1 > 0[/itex].
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:
[tex]x_{n + 1} = x_{n} - \frac{f(x_{n})}{f'(x_{n})}[/tex]. And let n increase without bond. The solution will be [tex]x = \lim_{n \rightarrow \infty} x_n[/tex].
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:
[itex]x \approx 1.39 \mbox{ rad}[/itex]. That may be a typo though.