Das wird dir helfen
Möglichkeit 1:
sin(x)*sin(y) = (cos(x-y)-cos(x+y))/2
Möglichkeit 2:
oder du integrierst partiell
∫sin^2(x)dx=∫sin(x)*sin(x)dx
partielle Integration
=-cos(x)*sin(x)+∫cos^2(x)dx
sin^2(x)+cos^2(x)=1 anwenden
=-cos(x)*sin(x)+∫(1-sin^2(x)))dx
=-cos(x)*sin(x)+x-∫sin^2(x)dx
...
∫sin^2(x)dx=[-cos(x)*sin(x)+x]/2