iRaid
- 558
- 8
Homework Statement
\int (arcsin x)^{2}
Homework Equations
The Attempt at a Solution
u=arcsin x du=1/\sqrt{1-x^{2}}dx
v=? dv=arcsin x dx
iRaid said:Homework Statement
\int (arcsin x)^{2}
Homework Equations
The Attempt at a Solution
u=arcsin x du=1/\sqrt{1-x^{2}}dx
v=? dv=arcsin x dx
Dick said:To integrate arcsin(x)dx do parts again. u=arcsin(x) dv=dx.
iRaid said:Ok then I get:
xarcsinx-\int x/(\sqrt{1-x^{2}})
Ok after all that:Dick said:The second term can be integrated with a simple substitution.
iRaid said:Ok after all that:
\int arcsinx=xarcsinx+\sqrt{1-x^{2}}
Then putting in for v, I end up with:
(arcsinx(arcsinx+\sqrt{1-x^{2}})-\int \frac{(xarcsinx+\sqrt{1-x^{2}})}{(\sqrt{1-x^{2}})}
Do I do another u-substition for the integral, u=arcsinx? But I don't know what to do with the x infront of it.
Zondrina said:No no!
Let u = 1 - x2 so that du = -2x dx which means -du/2 = x dx.
What does that second integral x / sqrt(1-x2) become now?
iRaid said:That doesn't work or I'm not understanding
iRaid said:Ok after all that:
\int arcsinx=xarcsinx+\sqrt{1-x^{2}}
Then putting in for v, I end up with:
(arcsinx(arcsinx+\sqrt{1-x^{2}})-\int \frac{(xarcsinx+\sqrt{1-x^{2}})}{(\sqrt{1-x^{2}})}
Do I do another u-substition for the integral, u=arcsinx? But I don't know what to do with the x infront of it.
Zondrina said:\int \frac{x}{\sqrt{1-x^2}} dx
u = 1-x^2 → - \frac{1}{2} du = xdx
\int \frac{x}{\sqrt{1-x^2}} dx = - \frac{1}{2} \int \frac{1}{\sqrt{u}} du
iRaid said:The integral I'm trying to solve is:
\int \frac{xarcsinx+\sqrt{1-x^2}}{\sqrt{1-x^{2}}}dx
iRaid said:Ok then I get:
xarcsinx-\int x/(\sqrt{1-x^{2}})
Zondrina said:Oh my apologies, I thought :
Was what you were having trouble with.
Dick said:Split the integral into two parts. Looks like you need another round of integration by parts on the first piece.
iRaid said:This just never ends omg.
iRaid said:I made u=xarcsinx, but I don't know the derivative of that...
Dick said:u=arcsin(x) dv=xdx/sqrt(1-x^2). Integrating that should look familiar.
iRaid said:Yeah I got it,
My answer comes out:
arcsinx(arcsinx+\sqrt{1-x^{2}})-(\frac{x(arcsinx)^{2}}{2}+x)
Dick said:Not right I'm afraid. I think you might have goofed up the last integration by parts and mistracked some signs. Check it.
iRaid said:This is ridiculous so much work just to get the wrong answer lol.
Dick said:Now that you know the steps you just have to make sure everything is right. You're close.
iRaid said:Yeah I know. The only problem I have is, there is no way on an exam I would keep doing integration by parts for this problem (what was it 5 times). I would have ended up going to a different way of solving it.
How do I know that this problem must be solved using integration by parts?
I like Serena said:Well, you could also have started with a straight forward substitution: ##y=\arcsin x##
This means that ##x=\sin y##.
You're rid of that pesky arcsin and get easier functions to integrate.
You'd have:
$$\int (\arcsin x)^2 dx = \int y^2 d(\sin y)$$
Now do integration by parts:
$$\int y^2 d(\sin y) = y^2 \sin y - \int 2y \cos y dy$$
Repeat integration by parts, and after that back substitute x for y...
Zondrina said:I'm sorry, but I found this interesting. I've never seen d(siny) in my life. Is that actually valid to do?
I like Serena said:Well, you could also have started with a straight forward substitution: ##y=\arcsin x##
This means that ##x=\sin y##.
You're rid of that pesky arcsin and get easier functions to integrate.
You'd have:
$$\int (\arcsin x)^2 dx = \int y^2 d(\sin y)$$
Now do integration by parts:
$$\int y^2 d(\sin y) = y^2 \sin y - \int 2y \cos y dy$$
Repeat integration by parts, and after that back substitute x for y...
iRaid said:Sorry I just looked back at this thread, this is interesting, but I don't know how to follow it. Could someone explain?
Dick said:What part don't you get? Do you have a problem with ILS's clever substitution?
iRaid said:I'm not sure on his notation with the d(siny) part particularly.
Dick said:ILS just substituted x=sin(y). So dx becomes d(sin(y)). arcsin(x)=arcsin(sin(y))=y. dx=d(sin(y))=cos(y)dy. You might have noticed in the way I led you through there was a lot of repetition in calculating the various integrals. ILS's idea compacts that a bit.
iRaid said:I see it, thanks. But I would probably never think of that lol.
Dick said:Well, I didn't either. Don't feel bad.