Possible webpage title: Solving Integrals Using the Substitution Method

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.

\int\frac{xdx}{\sqrt{1-x^2}}

But we'll go with it!

x=\sin u
dx=\cos udu

\int\frac{\sin u \cos u du}{\sqrt{1-\sin^2 u}}
 
Try u=1-x^2 instead... Might be a bit easier.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top