During our studies on Riemann Integrals we were given the following question in my Calculus II course:
$$ \forall n\in\mathbb{N}: \text{let } f_n(x)=(1+\cos(x))^n, f_n:[0,1]\to \mathbb{R}$$
$$\text{ Find}: \lim_{n\to\infty}\int_0^{\frac{1}{2^n}}f_n(x)\, dx $$
I have tried finding the limit using the squeeze theorem. I noticed that the function is defined on $[0,1]$, where $\cos(x)$ is positive and decreasing. I used the following boundaries:
$$ 1\leq f_n\leq 2^n \implies \frac{1}{2^n} = \int_0^{\frac{1}{2^n}}1 \leq \int_0^{\frac{1}{2^n}}f_n(x) \leq \int_0^{\frac{1}{2^n}}2^n = 1 $$
but $ \displaystyle{\lim_{n\to\infty}}\frac{1}{2^n} = 0 $ which means I'm unable to apply the squeeze theroem.
I've tried using tighter lower boundaries such as $1+\cos(1)$ But it didn't seem to work.
I did some trial and error by calculaing the integrals manually for different values of $n$ and it does seem like $\displaystyle{\lim_{n\to\infty}}\int_0^{\frac{1}{2^n}}f_n(x) dx = 1 $
This means that somehow I should find a lower bundary which tends to 1 when $n\to\infty$. Any ideas on how to go forward from here are welcome.
Here is yet another slightly different answer:
Since $x\mapsto \cos(s)$ monotone decreasing in $[0,\pi/2]$ and $2^{-n}\leq \tfrac2n$ for $n>2$,
$$2^{-n}\Big(1+\cos\big(\tfrac{2}{n}\big)\Big)^n\leq 2^{-n}(1+\cos(2^{-n}))^n\leq I_n:=\int^{2^{-n}}_0(1+\cos(x))^n\,dx\leq 1$$
A simple algebraic manipulation gives $$ a_n:=2^{-n}\left(2-\Big(1-\cos\big(\tfrac2n\big)\Big)\right)^n=\left(1-\frac{n\Big(1-\cos\big(\tfrac2n\big)\Big)}{2n}\right)^n $$
Notice that $\frac{1-\cos\big(\tfrac2n\big)}{\tfrac2n}\xrightarrow{n\rightarrow\infty}0$. Hence $a_n\xrightarrow{n\rightarrow\infty}e^0=1$
Putting things together, we gave that $\lim_nI_n=1$.
Here we are using a well known result that states that if $c_n\xrightarrow{n\rightarrow\infty}c$, then $$\Big(1+\frac{c_n}{n}\Big)^n\xrightarrow{n\rightarrow\infty}e^c.$$