Let $f_n(x)=x^{n+1/2}$ for $n\geq 1$ and $x\in [-1,1]$. Show that for $|a|<1$ the series $\sum_{n=1}^{\infty}a^nf_n$ converges in $L_2([-1,1])$. First, I have shown that $\sum_{n=1}^{\infty}a^nf_n(x)$ converges to $\frac{ax^{3/2}}{1-ax}$ for $x\in [-1,1]$. After that, I'm having difficulties to show that $$ \int_{-1}^{1}\left | \frac{ax^{3/2}}{1-ax} \right |^2\,\mathrm{d}x=|a|^2\int_{-1}^{1}\frac{|x^{3}|}{\left | 1-ax \right |^2}\,\mathrm{d}x $$ is less than $+\infty$. The denominator in the integral is troublesome.
2026-03-28 22:31:05.1774737065
Show that for $|a|<1$ the series $\sum_{n=1}^{\infty}a^nf_n$ converges in $L_2([-1,1])$.
41 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Since $|a|<1$ and in the integral $|x|<1$, we have $(1-ax)>0$, so
$$|a|^2\int_{-1}^1 \frac{|x^3|}{|1-ax|^2}dx = a^2\int_0^1 \frac{x^3}{(1-ax)^2}dx\,-a^2\int_{-1}^0\frac{x^3}{(1-ax)^2}dx.$$
Substituting $u=1-ax$ should finish the job.