How to Integrate arccos x by Parts?

  • Thread starter Thread starter Chadlee88
  • Start date Start date
  • Tags Tags
    Integrate parts
Chadlee88
Messages
40
Reaction score
0
Could som1 please help me integrate arccos x by parts. I've done examples using integration by parts but they were all some form of multiplication, ie
y = xe^x, y = x sin x etc. I'm really unsure where to start with this problem :confused:
 
Physics news on Phys.org
Try a substitution like y=\arccos(x), dx=\ldots ?
This should give you something you can integrate by parts.
 
If i use a substitution as you suggested i get end up with two variables in my equation:

Integral (arccos(x) dx)

let y = arccos(x)

dy/dx = -1/(sqrt(1-x^2)

dx = -sqrt(1-x^2) dy

Substitute into original equation:

Integral (arccos(x) dx)

=> Integral (y * -sqrt(1-x^2)) dy <-----I have a y and and x in the equation :S what do i do now :S
 
Last edited:
I = Int ( Arccosx) dx
I = xArccosx - x/Sqrt( 1- x^2) dx
I = xArccosx - 1/2 * 2 Sqrt(1-x^2) + C
I = xArccosx + Sqrt(1 - x^2) + C
 
Chadlee88 said:
If i use a substitution as you suggested i get end up with two variables in my equation:

Integral (arccos(x) dx)

let y = arccos(x)

dy/dx = -1/(sqrt(1-x^2)

dx = -sqrt(1-x^2) dy

Substitute into original equation:

Integral (arccos(x) dx)

=> Integral (y * -sqrt(1-x^2)) dy <-----I have a y and and x in the equation :S what do i do now :S
Yes, in any substitution, it is your responsibility to see that you replace every instance of the old variable with a new. If y= arccos x then x= cos y so dx= - sin y dy.
\int arccos x dx= -\int y sin y dy
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top