Let's examine the function being integrated. If $\alpha = 1$ the function is just:
$$ \lim_{x \to \pi/2}\;\bigg[ \log (1 - \sin^2 x) \bigg] = -\infty $$
We have something to be concerned about. Our integral is improper but really it looks kind of OK
$$ \int_0^{\pi/2} \bigg[ \log (1 - \sin^2 x) \bigg] \, dx $$
Near the value $x = 1$ can we find a cuttoff where the error is uniform with respect to $\alpha$?
$$ \int_0^{\frac{\pi}{2}(1-\epsilon)} \bigg[ \log ( \alpha^2 - \sin^2 x) \bigg] \, dx
+ \int_{\frac{\pi}{2}(1-\epsilon)}^{\frac{\pi}{2}} \bigg[ \log ( \alpha^2 - \sin^2 x) \bigg] \, dx$$
The first term now coverges unifromly since we have removed the controversial art. But now the other part:
$$ \frac{\pi \epsilon}{2} \bigg[ \log ( \alpha^2 - 0) \bigg] > \int_{\frac{\pi}{2}(1-\epsilon)}^{\frac{\pi}{2}} \bigg[ \log ( \alpha^2 - \sin^2 x) \bigg] \, dx >
\frac{\pi \epsilon}{2} \bigg[ \log \Big( 1^2 - (1-\frac{\pi \epsilon}{2})^2 \Big) \bigg] $$
where $\alpha > 1$ (and really $\alpha = 1 + \epsilon'$). We should also say $\alpha < \sqrt{2}$.
Very important RHS does not depend on $\alpha$. And I am using that $0 < \sin x < x$ whenever $x > 0$.
Statements like this can be found in chapters on uniform convergence in analysis textbooks. Here's an exercise from Rudin:
Suppose $g,f$ are defined on $(0, \infty)$ are Riemann-Integrable functions on $[a,b]$ with $0 < a < b < \infty$ and $|f_n| \leq g$ and $f_n \to f$ uniformly on every compact subset of $(0, \infty)$ and that
$\int g(x) \, dx < \infty$ then prove
$$ \lim_{n \to \infty} \int_0^\infty f_n(x) \, dx = \int_0^\infty f(x) \, dx$$
Rubin Mathematical Principles of Real Analysis Chapter 7 Ex 12
I have my doubts here. Certainly the statement is true and the book remarks this is a weak case of dominated convergence. However,
- your domain of integration is $[0, \frac{\pi}{2}$ and your integrand is infinite whenever $\sin x = 1$.
- we are told to compare $\log(1 - \sin^2 x)$ with something larger but still provably finite.
- The goal is to consider interval $[a,b] \subseteq (0, \infty)$ and ultimately let $a \to 0$. In our case we'd like $b \to \frac{\pi}{2}$
and various other small things such that I'd rather do the estimates myself than call on a theorem which might be incorrect.