Answer: Integral of ln(sin x) via Symmetry
Key Idea / Intuition
The trick is to use a symmetry duplication: pair ln(sinx) with ln(cosx) by the substitution x↦π/2−x, which shows they contribute equally. Then invoke the double-angle identity sin(2x)=2sinxcosx to reduce the integral to a rescaled copy of itself plus ln2. Solving the resulting equation gives I exactly.
Formal Proof / Solution
Step 1: Symmetry.
Let J=∫0π/2ln(cosx)dx. Substituting x↦2π−x gives J=∫0π/2ln(sinx)dx=I. So I=J.
Step 2: Add I+J.
2I=I+J=∫0π/2ln(sinx)dx+∫0π/2ln(cosx)dx=∫0π/2ln(sinxcosx)dx.
Step 3: Apply the double-angle identity.
sinxcosx=2sin2x,
so
2I=∫0π/2ln(2sin2x)dx=∫0π/2ln(sin2x)dx−∫0π/2ln2dx.
The second integral is 2πln2.
Step 4: Substitute u=2x in the first part.
∫0π/2ln(sin2x)dx=21∫0πln(sinu)du.
But ln(sinu) is symmetric about u=π/2 on [0,π], so
21∫0πln(sinu)du=21⋅2∫0π/2ln(sinu)du=I.
Step 5: Solve.
2I=I−2πln2⟹I=−2πln2.
I=∫0π/2ln(sinx)dx=−2πln2.
Why beautiful? The integral appears to depend on a transcendental function in a complicated way, yet the answer is a clean multiple of ln2. The entire computation reduces to an algebraic equation in I — no special functions, no residues, just a slick symmetry argument.