Integrate sqrt((1-cos(x))/2) from 0 to 2π

  • Thread starter Thread starter DorumonSg
  • Start date Start date
  • Tags Tags
    Cos Integration
DorumonSg
Messages
61
Reaction score
0
Erm, I have this integration question:

sqrt((1-cos(x))/2) with an upper limit of 2pie and lower limit of 0.

I can't seem to do it right.

I tried simplifying it:

sqrt((1-cos(x))/2)
= ((1-cos(x))/2)^(1/2)
= 1 - (cos^-2(x))^(1/2)
= 1 - cos^-1(x)

Then I intgrated 1... which becomes x, but I have no idea how to do cos^-1(x), I saw the long formula for the integration of cos^something(x) but I don't think it applies here... because the answer is 4...
 
Physics news on Phys.org
DorumonSg said:
sqrt((1-cos(x))/2)
= ((1-cos(x))/2)^(1/2)
= 1 - (cos^-2(x))^(1/2)

bad.. BAD Dorumon! =P

sqrt(a + b) =/= a + sqrt(b)

You should have some trigonometric substitutions in your notes/textbook that involve cosine. Take a look at them, and see if they make the integrand a little nicer.
 
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