I am reading a research paper and am stuck at a point where the author uses angular integrals. I don't have any idea about it and would like help. The angular integral is:
$$I_k (y)=\int_0^\pi {\sin^2(\theta)\cos^{2k}(\theta) \over \beta^2(y)-\cos^2 (\theta)} d\theta$$ The author directly give results to this integral without proof. The results are: $$I_0 (y)=\pi \left(1-\sqrt{1-{1\over\beta^2 (y)} } \right),$$
$$I_1 (y)={-\pi \over 2}+\beta^2 (y)I_0 (y),$$
I don't know how he got these results. Can anyone please help me?
For $I_0(y)$, manipulate the fraction using the following: $$I=\int_0^{\pi} \frac{\sin^2{x}+\cos^2{x}-\cos^2{x}+{\beta}^2(y)^2-{\beta}^2(y)^2}{{\beta}^2(y)-\cos^2{x}} \; dx = \int_0^{\pi} \frac{1-{\beta}^2(y)}{{\beta}^2(y)-\cos^2{x}} \; dx$$ $$+ \int_0^{\pi} \frac{{\beta}^2(y)-\cos^2{x}}{{\beta}^2(y)-\cos^2{x}} \; dx$$ $$=\int_0^{\pi} \frac{1-{\beta}^2(y)}{{\beta}^2(y)-\cos^2{x}} \;dx + \pi$$
Now, let $t=\tan{x}$ and the integral simplifies to : $$2 \int_0^{\infty} \frac{1-{\beta}^2(y)}{{\beta}^2(y) \; t^2+\left({\beta}^2(y)-1\right)} \; dt$$
This is easy to solve as it is in the form of $\arctan{u}$: $$2\frac{\sqrt{{\beta}^2(y)-1}}{{\beta}(y)} \arctan{\left(\frac{{\beta}(y) \;t}{\sqrt{{\beta}^2(y)-1}}\right)} \big \rvert_0^{\infty}= \pi \frac{\sqrt{{\beta}^2(y)-1}}{b{\beta}(y)}$$.
Now add this to the $\pi$ from line 2: $$\boxed{I_0(y)=\pi\left(1-\sqrt{1-\frac{1}{{\beta}^2(y)}}\; \right)}$$
Similarly, for $I_1(y)$, manipulate the fraction using the following: $$I_1(y)=\int_0^{\pi} \frac{\sin^2{x}\left(1-\sin^2{x}\right)}{{\beta}^2(y)-\cos^2{x}} \; dx= I_0(y)-\int_0^{\pi} \frac{\sin^4{x}}{{\beta}^2(y)-\cos^2{x}} \; dx$$
Try finishing it.