How to evaluate $\int \sin^2 x \ dx$

84 Views Asked by At

The fact that sin is squared is really throwing me off, can't seem to relate it to any standard integrals.

3

There are 3 best solutions below

0
On

HINT Remember that $\sin^2 x = 1 - \cos^2 x$ and use the double angle formula.

0
On

Let $$I=\int \sin^2(x)dx$$ and $$J=\int \cos^2(x)dx$$

$$I+J=\int dx=x+C_1$$ $$J-I=\int \cos(2x)dx=\frac{1}{2}\sin(2x)+C_2$$

thus by substraction

$$I=\frac{x}{2}-\frac{1}{4}\sin(2x)+C$$

4
On

$$\int\sin^2xdx\\=\int(1-\cos^2x)dx\\=\int dx-\int\cos^2x dx\\=x-\frac12\int(1+\cos2x)dx\\=x-\frac12x-\frac12\int\cos2x\ dx\\=\frac12x-\frac14\sin2x+C$$