Question
Show that a sine-power integral over a shortened interval tends to zero
Original question: Let be a small positive number with . Show that
Expert Verified Solution
thumb_up100%(1 rated)
Key takeaway: This is one of those limits where the interval endpoint does most of the work. Once the interval stops short of , the power kills the integrand.
The statement is
with fixed .
Because on the interval, we have
Hence
Integrating both sides gives
\le \left(\frac{\pi}{2}-a\right)(\cos a)^n.$$ Now let $n\to\infty$. Since $0<\cos a<1$, $$ (\cos a)^n\to 0, $$ so the right-hand side goes to $0$. The squeeze theorem finishes the proof: $$\boxed{\lim_{n\to\infty}\int_0^{\frac{\pi}{2}-a}(\sin x)^n\,dx=0.}$$ If you want the intuition in one line: on this interval, $\sin x$ never gets close to 1, so repeated powers force it down to 0 very fast. --- **Pitfalls the pros know** 👇 Do not replace $\sin x$ by 1 just because the interval ends near $\pi/2$. The fixed gap $a$ is essential. Without that gap, the integrand can stay large near the endpoint and the limit changes. **What if the problem changes?** If the interval were $[0,\frac{\pi}{2}-a_n]$ with $a_n\to 0$, you would need more information about how fast $a_n$ shrinks. For very small gaps, the integral may no longer go to 0. The fixed positive $a$ is what makes the proof immediate. `Tags`: endpoint estimate, squeeze theorem, bounded integrandFAQ
Why does the integral go to 0?
Because on the interval [0, pi/2 - a], sin x is always at most cos a, and cos a is strictly less than 1. Its nth power therefore goes to 0, and the integral is squeezed to 0 as well.