How Do You Solve ∫ x^2 sin x Using Integration by Parts?

bobsmith76
Messages
336
Reaction score
0

Homework Statement



∫ x2 sin x

Homework Equations



uv - ∫ v du

The Attempt at a Solution



u = x2

du = 2x

dv = sin x

v = -cos x

step 1. x2 - cos x - ∫ -cos x 2x

I think -cos x * 2x becomes -2x cos x
so now we have

step 2. x2 - cos x - ∫ -2x cos x

which means I have to integrate by parts again. Here, concentrating on just the right hand side

u = 2x
du = 2
dv = cos x
v = sin x

step 3. 2x sin - ∫ sin x * 2

[after 10 minutes of research I've decided that I have to move that 2 to the left of the integral. That sort of helps. previously I took the antiderivative of 2.]

step 4. 2x sin + 2 -cosx

now add the left hand side part from above

step 5. x2 - cos x

step 6. x2 - cos x + 2x sin x + - 2 cosx + C

the book says the answer is

-x2 cos x + 2x sin x + 2 cos x + C

So I'm almost correct, I just don't understand how they got the negative on x2, Also my right cos x is negative and their's is positive.
 
Last edited:
Physics news on Phys.org
bobsmith76 said:

Homework Statement



∫ x2 sin x

Homework Equations



uv - ∫ v du


The Attempt at a Solution



u = x2

du = 2x

dv = sin x

v = -cos x

step 1. x2 - cos x - ∫ -cos x 2x

You missed a pair of parentheses.

ehild
 
ehild said:
You missed a pair of parentheses.

ehild

There's your answer for the first part of your question. For the second part, remember that ∫ Sin[x] = -Cos[x]
 
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