Finding an indefinite integral

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
nightingale123
Messages
25
Reaction score
2

Homework Statement


Calculate the indefinite integral of the function ## \int\frac{3x^3}{\sqrt{1-x^2}}##
my book gives the answer ##-(2+x^2)\sqrt{1-x^2}+C##

Homework Equations

The Attempt at a Solution


So I started trying to calculate this indefinite integral by using a substitution ##x=\sin(\theta)##

so ##dx=\cos{\theta}d\theta##

then I substituted this term into my integral and got

##3\int\frac{\sin^3\theta*\cos\theta*d\theta}{\cos\theta}##

Then I canceled out the ## \cos\theta## and wrote ##\sin^2\theta=1-\cos^2\theta##

##3\int\sin\theta*(1-\cos^2\theta*)d\theta##

here I substituted another new variable ##\cos\theta=t\Rightarrow dt=-\sin\theta d\theta## and I substituted that into my integral and got

##3\int(1-t^2)dt##

which is equal to ##-3t+t^3+C##
and when I inserted all my renamed variables back into the equation I got
## \int\frac{3x^3}{\sqrt{1-x^2}}=-3\cos{(\sin^{-1}x)}+(\cos({\sin^{-1}x}))^3##
Which is nowhere near the answer that is given in my textbook so I don't even know where I made my mistake
Thanks
 
Physics news on Phys.org
Try putting x=sinθ again and simplifying. Note that you seem to have made a sign error in your last integration.
 
John Park said:
Try putting x=sinθ again and simplifying. Note that you seem to have made a sign error in your last integration.
No sign error in the integration result, only in the line before. But that's not the point. You simply have two expressions of possibly the same result.
 
  • Like
Likes   Reactions: nightingale123
Thank you. I completely forgot that I could check my answer by just deriving what I got and checking if it is the same as the equation I started with