#How should I integrate 0 to pi/2 ln(sinx) dx
12 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
$\int_0^{\frac{\pi}{2}} \ln{\sin{x}} dx$
diviirockgod6
Take the integral as I.
Do u = π/2 - x, then the only thing that changes is that the integral will be with cosine instead of sine. So, we get two representations:
I = ∫(ln(sin(x))dx, 0, π/2)
I = ∫(ln(cos(x))dx, 0, π/2)
So, we can add them:
2I = ∫(ln(sin(x)cos(x))dx, 0, π/2) = ∫((ln(sin(2x)) - ln(2))dx, 0, π/2) = ∫(ln(sin(2x))dx, 0, π/2) - (π/2)ln(2)
So:
I = (1/2)∫(ln(sin(2x))dx, 0, π/2) - (π/4)ln(2)
Next, do u = 2x, dx = (1/2)du.
I = (1/4)∫(ln(sin(u))du, 0, π) - (π/4)ln(2)
Next due to symmetry, we have ∫(ln(sin(u))du, 0, π/2) = ∫(ln(sin(u))du, π/2, π). So:
I = (1/2)∫(ln(sin(u))du, 0, π) - (π/4)ln(2)
And we recognize it as I again. So:
I = (1/2)I - (π/4)ln(2)
And now you can find I.
-(π/2)ln(2)
understood perfectly
Yup.
Great! You're welcome 😁
+close