justwild said:
Please provide any alternative methods.
Sure. What you came up with is a very neat proof. But it looks a little "tailor-made" (post hoc) to the question. By which I mean that you chose to multiply by 2sin2 because of that term in the RHS.
Here's a slightly longer, but more general, method:
Start by recognising that your series S is composed of sines of arguments in arithmetic progression. Let the first term be "a" and the common difference be "d". Pranav has posted this form above.
This sum can also be represented as the Imaginary part of this complex series i.e. S = Im(z), where:
z = e^{ia} + e^{i(a + d)} + ... + e^{i[a + (n-1)d]}
which is in fact a geometric series. Sum it the usual way.
z = \frac{e^{ia}(e^{ind} - 1)}{e^{id} - 1}
Multiply both top and bottom by the complex conjugate of the denominator ("realise the denominator"), group terms, simplify:
z = \frac{e^{i[a+(n-1)d]} - e^{[i(a+nd)]} - e^{i(a-d)} + e^{ia}}{2(1 - \cos d)}
from which you extract the imaginary part:
S = \frac{\sin{[a+(n-1)d]} - \sin{[(a+nd)]} - \sin{(a-d)} + \sin{a}}{2(1 - \cos d)}
This is a general formula that allows you to compute the sum of a series of sines of arguments in AP. If you replace the sin with cos in the formula, you'll get the same for sums of cosines. The formula can likely be simplified further, but I just applied it in that form for this question.
Now simply plug in a = 2 degrees, d = 4 degrees. Technically, in analysis, we generally work in radian measure, but since we didn't do any differentiation or integration, the choice of measure doesn't matter here, and the formula still holds.
So:
S = \frac{\sin 58 - \sin 62 - \sin{(-2)} + \sin 2}{2(1 - \cos 4)}
apply factor formula (i.e. \sin A - \sin B = 2\sin{\frac{A-B}{2}}\cos{\frac{A+B}{2}}) to the first two terms and simplify:
S = \frac{-2\sin 2\cos 60 + 2\sin 2}{2(1 - \cos 4)} = \frac{\sin 2}{2(1 - \cos 4)}
Finally, apply half-angle (or double-angle) formula to the denominator:
S = \frac{\sin 2}{2(1 - 1 + 2\sin^2 2)} = \frac{\sin 2}{4\sin^2 2} = \frac{1}{4\sin 2}
as required.