What is the Integration by Parts Method for Solving Integrals?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
3.141592654
Messages
85
Reaction score
0

Homework Statement



[tex]\int\frac{x^3}{\sqrt{1-x^2}}dx[/tex]

I have to use integration by parts on the above integral.

Homework Equations




The Attempt at a Solution



[tex]u=x^3[/tex]
[tex]du=3x^2dx[/tex]

[tex]dv=\frac{1}{\sqrt{1-x^2}}dx[/tex]
[tex]v=arcsin (x)[/tex]

[tex]=x^3arcsin (x)-3\int\ x^2arcsin (x)dx[/tex]

[tex]u=arcsin (x)[/tex]
[tex]du=\frac{1}{\sqrt{1-x^2}}dx[/tex]

[tex]dv=x^2dx[/tex]
[tex]v=\frac{1}{3}x^3[/tex]

[tex]\int\frac{x^3}{\sqrt{1-x^2}}dx[/tex]=[tex]=x^3arcsin (x)-3[x^2 arcsin(x)-\frac{1}{3} \int\ \frac{x^3}{\sqrt{1-x^2}} dx[/tex]

[tex]\int\frac{x^3}{\sqrt{1-x^2}}dx[/tex][tex]=x^3arcsin (x)-3x^2 arcsin(x) + \int\ \frac{x^3}{\sqrt{1-x^2}} dx[/tex]

Here I was hoping I could move the integral over but, given the signs, that isn't going to work. Any tips on what course I should take instead?
 
Physics news on Phys.org
That isn't going to work because your 2nd application of by parts essentially undoes your first application. Can you think of choosing u and v in another way?
 
Choosing u = x2 works for integration by parts. This leaves you with a somewhat complicated dv, but one that you can integrate to get v, using an ordinary substitution.
 
So setting [tex]u=x^2[/tex] leaves you with [tex]dv=arcsin(x)dx[/tex]. I can see what v would equal by looking at a table of integrals, but I have no idea how I would go about integrating [tex]arcsin(x)[/tex] on my own. I was thinking maybe using Trig. Substitution but I wouldn't really know how to go about it.
 
Sorry, I made a mistake.:(
 
Last edited:
Alright I got it, thanks for your help.