Integral Question: Solve Int[ln(sinx)] dx

  • Thread starter Thread starter Marin
  • Start date Start date
  • Tags Tags
    Integral
Marin
Messages
192
Reaction score
0
Hello everybody!

I have a question for you concerning the use of exponentials as an integrating technique :)

Here it is:

consider the integral: Int[a*e^(bx)*sin(cx)] dx - a very elegant solution is to go from R into C, considering sincx = Im{e(icx)} , so

Int[a*e^(bx)*sin(cx)] dx = Im{Int[a*e^(bx)*e(icx)] dx} which can be easily calculated :)

so far so good.

But when I apply this 'technique' to the following integral something goes wrong:

Int(from 0 to pi/2) [ln(sinx)] dx

considering sinx = Im(e^(ix)}, the integral gets to:

Im{Int(from 0 to pi/2) [lne^(ix)] dx} = Im{Int(from 0 to pi/2) [ix] dx} = Im{i/2*x^2}l(from 0 to pi/2)} = Im{i/8*pi^2} = 1/8*pi

Now this result does not correspond to the real one: -ln(2)*pi/2

and the question is, as you might guess, WHY and when can I use such a technique to make the calculations easier :) ?

with best regards, Marin
 
Physics news on Phys.org
It doesn't work because ln(Im(e^(ix))) is not equal to Im(ln(e^(ix))). Try x=pi/2. The first expression is 0, the second is pi/2.
 
Thanks, Dick!

I think I got it :) so one has to go the hard way
 
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