Solving ∫x sin^3x dx with Integration by Parts

  • Thread starter Thread starter Bimpo
  • Start date Start date
  • Tags Tags
    Dx
Bimpo
Messages
9
Reaction score
0

Homework Statement



Finding ∫x sin^3x dx

Homework Equations



I don't think this is needed

The Attempt at a Solution


∫x sin^3x dx using integration by parts u = x, du = dx, dv = sin^3x, v = 1/3cos^3x - cosx
= (x)(1/3cos^3x - cosx) - ∫1/3cos^3x - ∫cosx dx
= (x)(1/3cos^3x - cosx) - 1/3∫cos^3x dx + (sinx)
= (x)(1/3cos^3x - cosx) - 1/3∫cos^2xcosx dx + (sinx)
= (x)(1/3cos^3x - cosx) - 1/3∫(1-sin^2x)(cosx) dx + (sinx)
= (x)(1/3cos^3x - cosx) - (1/3∫cosx dx - ∫cosxsin^2x dx) + (sinx)
= (x)(1/3cos^3x - cosx) - (1/3 (-sinx) - ∫cosxsin^2x dx) + (sinx)
using subsitution u = sinx, du = cosx dx
= (x)(1/3cos^3x - cosx) - (1/3 (-sinx) - ∫u^2 du) + (sinx)
= (x)(1/3cos^3x - cosx) - (1/3 (-sinx) - 1/3u^3) + (sinx)
then subsitute back
= (x)(1/3cos^3x - cosx) - (1/3 (-sinx) - 1/3sin^3x) + (sinx) + C

Anything I did wrong?
Anyway to do this much easier/faster?
 
Physics news on Phys.org
Don't integrate by parts. Not yet, at least.

Use the half-angle identity:
sin2x = 1/2(1 - cos(2x))
 
Ok, I do that then
I'll get something like:

= 1/2∫(1-cos2x)xsinx dx
= 1/2∫xsinx - ∫xsinxcos2x dx <-- I get stuck here
 
You can always check your answer by differentiating it and seeing if you recover the integrand.
 
Bimpo said:

Homework Statement



Finding ∫x sin^3x dx

The Attempt at a Solution


∫x sin^3x dx using integration by parts u = x, du = dx, dv = sin^3x  dx, v = 1/3cos^3x - cosx
To find v by integrating, I would rewrite sin3 x as

sin3 x = (1 - cos2 x)sin  x
= sin  x - sin  x   cos2 x​

This is fairly easy to integrate.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top