I've stumbled across this definite integral and was unable to find a closed form, can anyone help me out?
This integral $I$ is defined as follows: $$ I \equiv \int_{0}^{\pi/2}\arccos\left(\frac{\cos(x)}{1+2\cos(x)}\right)dx $$
To solve this problem, I've tried to incorporate the double angle identity $\cos(2\theta) = 2\cos^2(\theta)-1$ as follows:
Isolate $\theta$ $$ 2\theta = \arccos(2\cos^2(\theta)-1) $$ Let $$\alpha = 2\cos^2(\theta)-1$$ After substituting and some manipulation $$ \theta = \arccos\left(\sqrt{\frac{1+\alpha}{2}}\right) $$ Hence $$ \arccos(\alpha) = 2\arccos\left(\sqrt{\frac{1+\alpha}{2}}\right) $$ This finding enables us to rewrite $I$ as the following $$ I = \int_{0}^{\pi/2}2\arccos\left(\sqrt{\frac{1+3\cos(x)}{2+4\cos(x)}}\right)dx $$ However, I am not sure how to continue from here, so any help would be greatly appreciated.