Can You Solve This Integral Without Using Integration by Parts?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
raincheck
Messages
38
Reaction score
0
"Evaluate the integral [0,1] x^3/sqrt[x^2 + 1] by integration by parts"

I know I have to use the integration by parts equation, but I don't know what to make u and what to make dv..
 
Physics news on Phys.org
Try rewriting the integral thus;

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

Now, to determine which term to make u and dv, think about which one will simplify your expression most when you differentiated it and set this to u.
 
You could start by rewriting the integrand:

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

And the apply the integration by parts formula. That should make it easier.
 
OH okay, thank you!
 
Do you have to do it by parts? Much easier to substitute [tex]u = x^2[/tex]