dominated convergence question: $\int_0^n (1-\frac{x}{n})^n \log(2+\cos(\frac{x}{n}))\mathrm dx$

285 Views Asked by At

This is from Bass real analysis page 57 problem 9. For convenience: $$ \int_0^n \left(1-\frac{x}{n}\right)^n \log\left[2+\cos\left(\frac{x}{n}\right)\right]\mathrm dx $$ So I have bounded the easy part: $$ \left|\chi_{[0,n]}\left(1-\frac{x}{n}\right)^n \log\left[2+\cos\left(\frac{x}{n}\right)\right]\right |\\ \leq\log(3)\left|\left(1-\frac{x}{n}\right)^n\right | $$ but here is where I am stuck. I can certainly bound this by noting that it decreases in $x$, but not by something integrable.

I should note that I am just pretty sure that DCT is what is necessary here, but only because the monotone convergence theorem seems useless here.

3

There are 3 best solutions below

4
On BEST ANSWER

$\left(1-\frac{x}{n}\right)^n \le e^{-x}$, for $x \le n$

1
On

The initial integral equals $$ \int_{0}^{1}n(1-x)^n \log(2+\cos x)\,dx\stackrel{\text{IBP}}{=}\frac{n}{n+1}\log(3)-\frac{n}{n+1}\int_{0}^{1}(1-x)^{n+1}\frac{\sin x}{2+\cos x}\,dx$$ hence we may prove the convergence to $\log 3$ just by squeezing, since the last integral is positive but bounded by $\int_{0}^{1}x(1-x)^{n+1}\,dx=\frac{1}{(n+2)(n+3)}$.

0
On

Note that

$$\tag 1 \left | 1-\dfrac{x}{n}\right|^n \to \infty \text { as } x\to \infty.$$

Thus $(1)$ cannot be bounded by anything useful on all of $[0,\infty).$

However it is true that $( 1-x/n)^n\chi_{[0,n]}(x) \le e^{-x}$ on $[0,\infty)$ for every $n.$ We can see this by observing $\ln (1-u) = -(u+u^2/2 + u^3/3 + \cdots)\le -u$ for $u\in [0,1).$ Thus $\ln (1-x/n) \le -x/n $ for $x\in [0,n),$ which leads to $(1-x/n)^n \le e^{-x}$ for $x\in [0,n].$

Now your dominated convergence argument can go through.