Question
Evaluate the definite integral:
I=∫0π/2log(sinx)dx
This is a JEE Advanced favourite — it appears almost every 3-4 years in some form. The trick is not computation; it’s recognizing which property to apply.
Solution — Step by Step
Let I=∫0π/2log(sinx)dx.
We use the reflection property: ∫0af(x)dx=∫0af(a−x)dx. With a=π/2, replacing x with (π/2−x):
I=∫0π/2log(sin(2π−x))dx=∫0π/2log(cosx)dx
We now have two equal-looking integrals. Adding them:
2I=∫0π/2log(sinx)dx+∫0π/2log(cosx)dx
2I=∫0π/2log(sinx⋅cosx)dx
Write sinxcosx=2sin2x. The log splits:
2I=∫0π/2log(sin2x)dx−∫0π/2log2dx
The second integral is trivial: ∫0π/2log2dx=2πlog2.
For J=∫0π/2log(sin2x)dx, substitute t=2x, so dt=2dx:
J=21∫0πlog(sint)dt
Now use the property ∫0πlog(sint)dt=2∫0π/2log(sint)dt. (This follows because sin(π−t)=sint, so the function is symmetric about π/2.)
J=21⋅2I=I
Substituting back:
2I=I−2πlog2
I=−2πlog2
∫0π/2log(sinx)dx=−2πlog2
Why This Works
The reflection property ∫0af(x)dx=∫0af(a−x)dx doesn’t change the value of the integral — it just relabels where we’re integrating from. For a=π/2, it converts sinx to cosx, which is the key move here.
Adding the two forms lets us combine logsin+logcos into log(sin2x/2), which creates a self-referential equation: the new integral J turns out to equal I itself after a substitution. This “I appears on both sides” technique is the hallmark of this entire class of problems.
The result is negative because log(sinx)<0 for all x∈(0,π/2) — sinx lives strictly between 0 and 1 there, and log of a number less than 1 is negative. So a negative answer is physically expected.
Alternative Method
For NEET or board-level: this integral can also be remembered as a standard result — ∫0π/2log(sinx)dx=∫0π/2log(cosx)dx=−2πlog2. Both integrals give the same value (which Step 1 proves directly).
Some JEE problems present this in disguise by asking ∫0π/2log(cosx)dx or even ∫0πlog(sinx)dx. For the latter, use the symmetry argument from Step 4: ∫0πlog(sinx)dx=2I=−πlog2.
Common Mistake
The most frequent error is misapplying the symmetry in Step 4. Students write ∫0πlog(sint)dt=∫0π/2log(sint)dt (forgetting the factor of 2). The function sint is symmetric about t=π/2 on [0,π], which means the integral over [0,π] is twice the integral over [0,π/2]. Missing this factor of 2 gives I=−4πlog2 — half the correct answer.