I believe (but am certainly not sure) that
$$ \lim_{q\rightarrow\infty} \int \limits_{0}^{\pi} \sin^{2q}{x}dx = 0 $$
simply from plotting each iteration of the function inside the integral as $n$ increases. I would like to prove it though.
My attempt:
I managed to derive the recursive formula $$ B_{2q} = \frac{2q-1}{2q} B_{2q-2} $$ through some long winded calculation involving the more general form of Wallis' integral, which I believe to be correct.
I then think I can safely say $B$ is monotone decreasing, and bounded below by $0$, so by the MCT a limit exists. It seems clear it would be $0$, but I'm having a hard time formulating the end of the proof because of the fractional $n$'s in the recursive relation when attempting to assume the limit exists.
Furthermore, this whole approach feels really roundabout to me, as if I'm missing the point entirely. I was wondering if there are any hints towards a more direct approach to solving the problem than above, provided that I haven't made any critical mistakes already.