What is the Correct Integral for x * (arcsin x) * (1-x2)-1/2 dx?

Zoe-b
Messages
91
Reaction score
0

Homework Statement


Find the integral of x * (arcsin x) * (1-x2)-1/2 dx


Homework Equations


integration by parts


The Attempt at a Solution


u = x, u' = 1
v' = (arcsin x) * (1-x2)-1/2 (= f(x) * f'(x) )
so v = ((arcsin x)2) / 2

using integration by parts
uv - integral of u'v

= x * ((arcsin x)2) / 2 - integral of ((arcsin x)2) / 2


Now use integration by parts for a second time to find the new integral, taking the half out as a constant:


w = arcsin x w' = (1-x2)-1/2

z' = arcsin x
so z = x * (arcsin x) + (1-x2)1/2

wz - integral of w'z

= x * (arcsin x)2 + (arcsin x) * (1-x2)1/2 - integral of [
x * (arcsin x) * (1-x2)-1/2 + 1]


Substitute back into first equation (ie multiply above by -1/2)

integral of x * (arcsin x) * (1-x2)-1/2 dx =

x * ((arcsin x)2) / 2 - x * ((arcsin x)2) / 2 - ((arcsin x) * (1-x2)1/2) / 2 + 1/2 * [integral of x * (arcsin x) * (1-x2)-1/2 dx] + 1/2 * integral of 1 dx


let [integral of x * (arcsin x) * (1-x2)-1/2 dx ] = I


I = - ((arcsin x) * (1-x2)1/2) / 2 + I/2 + x/2

I/2 = - ((arcsin x) * (1-x2)1/2) / 2 + x/2

I = - ((arcsin x) * (1-x2)1/2) + x


However when I check this by differentiation I end up with - x * (arcsin x) * (1-x2)-1/2. Hence I think the correct answer is ((arcsin x) * (1-x2)1/2) - x

Thanks
 
Physics news on Phys.org
Ironically, the mistake was in your differentiation :-p
 
Lol. Finally found where I was going wrong- differentiated (1-x2)1/2 aand forgot the minus sign. Thought I was going mad :P Thanks!
 
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