I want to show that
$$\int_0^{\pi} \log(2 - 2 \cos x) = 0$$
However, I cannot do this. I tried splitting the integral into $\int_0^{\pi/3} \log(2 - 2 \cos x)\,dx + \int_{\pi/3}^{\pi} \log(2 - 2 \cos x) \,dx$ and showing that the two parts were negatives of one another. Wolframalpha does not give very a simple antiderivative. I was wondering if there was a nice way to do this.
Other attempts: using $\int_0^a f(x) \,dx = \int_0^{a} f(a-x) \,dx$, trying to change the $\cos$ to $\sin$ by some substitution like $u = \pi/2 - x$ and trying to get things to cancel.
Thus,
$$I = \ln(2)\pi + \int_0^\pi \ln\left(1 - \cos(x)\right):dx $$
For the remaining integral use the Weirerstrauss Substitution $t = \tan\left( x/2\right)$
– Jul 23 '19 at 01:36