How to integrate x³√(x² - 8)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
waterchan
Messages
23
Reaction score
0
How would you find the integral of x^3 * ( x^2 - 8 )^1/2 ?

I've tried everything I can think of; substitution / trigonometric substitution, partial fractions, integration by parts, but I just can't get the answer. The answer is supposed to be:

1/15(x^2-8)^3/2 * (3x^2 + 16 )
 
Physics news on Phys.org
Separate x^3 into x^2*x, then do integration by parts with x^2 for one and x(x^2-8)^.5 for the other.
 
Or just let u = x2 - 8, so x^3dx = (u+8)du/2.

--J
 
Or you can do trigonometric substitution.

[tex]x = \sqrt{8} sec\theta;[/tex]

[tex]dx = \sqrt{8} sec\theta tan\theta d\theta ;[/tex]

and [tex]x^3 = 8\sqrt{8} sec^3\theta[/tex]

Edit message:

Blah i would definitely go for Justin's substitutions.
 
Last edited:
Trig substitution will definitely work, you can simplify towards the step

[tex]64 \sqrt{(8)} \int sec^{4} \theta~tan^{2} \thetad \theta[/tex]

[tex]64 \sqrt{(8)} \int sec^{2} \theta~(1+tan^{2} \theta )tan^{2} \theta d \theta[/tex]

[tex]u=tan \theta[/tex]

[tex]du= sec^{2} \theta d \theta[/tex]