Did I Solve the Integral x^2√(1-x^2) dx Correctly?

  • Context: Undergrad 
  • Thread starter Thread starter Fabio010
  • Start date Start date
  • Tags Tags
    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
3 replies · 4K views
Fabio010
Messages
84
Reaction score
0
People, today i had a exam in math analysis and there was a integral to solve:

∫ x^2√(1-x^2) dx

ok, i started to think about the trigonometric substitution. x= sint

but, with that substitution now i have a ∫sin^2tcos^2t dt

so i have to do something like ∫(1-cos^2t)(cos^2t) dt ok and i thought (no thanks...)
i never learned how to solve a integral with the trigonometric formula, so solve something like
∫cos^4t dt takes a lot of time.


So i tried t = √(1-x^2)

dt/dx = -x/(√(1-x^2) )

So now i have a integral

-∫(x^2*t*√(1-x^2))/(x) dt
-∫(x^2*t*t)/(x) dt
-∫(x*t^2) dt

as we know t = √(1-x^2) so x= 1-t^2

-∫((1-t^2)t^2) dt = -∫t^2 - t^4 dt

ok now it is easy...

Please tell me that i did it in the correct way!
 
Physics news on Phys.org
You can easily check by differentiating, however I think that you'll find you're off by a factor of x then.

The problem seems to be
as we know t = √(1-x^2) so x= 1-t^2
if t2 = 1 - x2 then x2 = 1 - t2.
I don't know how much that helps you though.
 
omfg...

what a stupid error.

Damn. ok i should do it by trigonometric substitution.