PDA

View Full Version : ∫ xSin(x)Sin(2x) dx


PrudensOptimus
Nov7-03, 06:03 PM
A few weeks ago, I saw a post regarding the area under the function xsinxsin2x dx, (x = pi*x/a). After cogitations, I have found the answer:

∫x*Sin(x)*Sin(2x) dx = - xSin(2x)Cos(x) + ∫Cos(x) dx
= Sin(x) - xSin(2x)Cos(x) + C

By assuming u = xsin2x, du = 2xcos2x + sin2x, dv = sinx, v = -cosx. And using the Parts formula.

Hurkyl
Nov7-03, 07:12 PM
The IBP formula is

∫ u dv = uv - ∫ v du

not ∫ v dx


BTW, the key to this is the trig identity
2 sin x cos x = sin 2x