Indefinite Integration by u-sub/trig sub

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

Homework Statement


Integrate (x^3)sqrt(1-x^2)


Homework Equations





The Attempt at a Solution



I used trig. substitution along with u substitution and came up with (x^4)/4 +C which I know is wrong. My professor gave the answer -(((3x^2)+2)((1-x^2)^(3/2)))/15 . Please help!
 
Physics news on Phys.org

Homework Statement


Integrate (x^3)sqrt(1-x^2)


Homework Equations





The Attempt at a Solution



I used trig. substitution along with u substitution and came up with (x^4)/4 +C which I know is wrong. My professor gave the answer -(((3x^2)+2)((1-x^2)^(3/2)))/15 . Please help!
 
The substitution you want is u=1-x^2. One x from the x^3 will then be used to create the du leaving x^2 but then you'll remember that x^2=1-u. Try it, you'll like it!
 
Ok I worked through it for you.
[tex]\int \frac{x^3}{\sqrt{1-x^2}} dx[/tex]
x=sin theta
dx=cos theta d(theta)
[tex]\int \frac{x^3}{\sqrt{1-x^2}} dx = \int \sin^3 \theta d\theta[/tex]
[tex]=\int \sin^2 \theta \cdot \sin \theta d\theta = \int (1-\cos^2 \theta)\sin \theta d\theta = \int \sin \theta d\theta - \int \cos^2 \theta \sin \theta d\theta[/tex]

First integral is just -cos theta, 2nd integral is simple with u=cos theta. Easy as pi.
 
Yep - I get the Prof's result too.

First substitution: [tex]u= x^2[/tex]

Second substition: let [tex]v^2 = 1-u[/tex]

You should wind up with an integral of:

I = [tex]\int (v^4-v^2) dv[/tex]
 
Last edited:
Gib Z said:
Ok I worked through it for you.
[tex]\int \frac{x^3}{\sqrt{1-x^2}} dx[/tex]
x=sin theta
dx=cos theta d(theta)
[tex]\int \frac{x^3}{\sqrt{1-x^2}} dx = \int \sin^3 \theta d\theta[/tex]
[tex]=\int \sin^2 \theta \cdot \sin \theta d\theta = \int (1-\cos^2 \theta)\sin \theta d\theta = \int \sin \theta d\theta - \int \cos^2 \theta \sin \theta d\theta[/tex]

First integral is just -cos theta, 2nd integral is simple with u=cos theta. Easy as pi.
Only if it were that simple. The radical is in the numerator. :wink:
 
Ok actually no problem either way.
Same substitution, x=sin theta
dx= cos theta d(theta)

[tex]\int x^3 \sqrt{1-x^2} dx = \int \sin^3 \theta \cos^2 \theta d\theta = \int \sin \theta (1-\cos^2 \theta)\cos^2 \theta d\theta = \int (\cos^2 \theta - \cos^4 \theta) \sin \theta d\theta[/tex] Which is very simple with the easy substitution, u=cos x.

EDIT: Rewritten in the form [tex]\int (\cos^4 \theta - \cos^2 \theta) (-\sin \theta) d\theta[/tex] it becomes what TheoMcCloskey said it would be.
 
Last edited: