Possible webpage title: Solving Integrals Using the Substitution Method

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
2 replies · 2K views
roam
Messages
1,265
Reaction score
12
Evaluate the following integral using integration by substitution: http://img254.imageshack.us/img254/750/44900023cm4.png [/URL]




Here is my attempt:
Let x = sinu, then dx/du = cosu
Substituting gives, ∫1/(1-sin2u)×cosu du
= ∫1/(1-sin2u)×cosu du
= ∫cosu/√cos2u du
= ∫cosu/cosu du
= ∫1 du = u + c = sin-1x + c

Am I right? Did I get the right solution?

Regards,

 
Last edited by a moderator:
Physics news on Phys.org
You don't need Trig sub. for this.

[tex]\int\frac{xdx}{\sqrt{1-x^2}}[/tex]

But we'll go with it!

[tex]x=\sin u[/tex]
[tex]dx=\cos udu[/tex]

[tex]\int\frac{\sin u \cos u du}{\sqrt{1-\sin^2 u}}[/tex]
 
Try u=1-x^2 instead... Might be a bit easier.