I want to compute $$\lim\limits_{n \to \infty}\int_{0}^{1}(\cos x-\sin x)^n dx.$$
I tried the squeeze theorem, tried simplifying the integral, but I eventually got nothing.
I want to compute $$\lim\limits_{n \to \infty}\int_{0}^{1}(\cos x-\sin x)^n dx.$$
I tried the squeeze theorem, tried simplifying the integral, but I eventually got nothing.
Because $(\cos(x)-\sin(x)) \leq 1-x$ over the range of integration, an upper bound for the integral is $$\int_{0}^{1} (1-x)^n dx.$$ But, $$\lim_{n \rightarrow \infty} \int_{0}^{1} (1-x)^n dx = \lim_{n \rightarrow \infty} \frac{1}{n+1} = 0.$$
Because the original integral is positive for all $n$, the limit must be zero by the Squeeze theorem.
Observe $$\int_0^1f(x)^n\,dx=\int_0^\varepsilon f(x)^n\,dx+\int_\varepsilon^1 f(x)^n\,dx$$where $f(x)=\cos(x)-\sin(x)$. Now, for $0\leq x\leq 1$, we have $|\cos(x)-\sin(x)|\leq1$ with equality only when $x=0$. Then the first integral can be trivially estimated above by $\varepsilon$ and the second integral can be estimated above by $\cos(\varepsilon)^n(1-\varepsilon)<\cos^n(\varepsilon)$. Since $\cos(\varepsilon)<1$, this limit must go to $0$. In particular, for an arbitrary $\delta>0$, we can take $n$ large enough and $\varepsilon$ small enough so that $$\left|\int_0^1 f(x)^n\,dx\right|<\delta.$$This formally proves that the limit must equal $0$.