Originally posted by jesshika
what about
Int (1 + cos2x)sinx dx
do i subsitute 1-2sinx in the above ???
and integrate from there ?
You could substitute cos 2x = 2cos<sup>2</sup>x - 1, and then do the problem using the substitution u = cos x.
Alternately, you could expand to get a cos 2x * sin x term, and then use the products to sums formula
cos
a * sin
b = [sin(
a +
b) - sin(
a -
b)] / 2, with
a = 2x and
b = x.
Thus, cos 2x * sin x = [sin(2x + x) - sin(2x - x)] / 2 = (sin 3x - sin x) / 2
So, int (1 + cos 2x)sin x dx = int sinx + (sin 3x - sin x) / 2 dx = (1 / 2) int sin 3x + sin x dx
Since both methods work, and only differ by a constant, you could then find constants A, B and C such that
cos<sup>3</sup>x = Acos 3x + Bcos x + C - this could be a good exam question.
Note: There are other ways to complete this problem.