How do you find the integral of #(cosx)^2 dx#?
1 Answer
Oct 15, 2015
Use the power reduction identity, then substitution.
Explanation:
# = 1-2sin^2x#
# = 2cos^2x-1#
To reduce an even power of cosine, use
to see that
So,
# = 1/2[intdx+int cos(2x)dx]#
# = 1/2[x+1/2sin(2x)]+C#
You may choose to rewrite the last line as
# = 1/2x+1/4sin(2x)+C#
or as
# = 1/4[2x+sin(2x)]+C#
or in some other way.