Let $a,b,c\in\mathbb{R}$ such that $b\ge a$ and $|c|<1$. Consider the series $$ \sum_{k=1}^\infty \int_{a}^{b} c^k \sin^k(x)\,\mathrm{d}x. $$
The above series clearly converges since $|c|<1$ by assumption and $|\sin^k(x)|\le 1$, for all $k$, but does the limit value of the series admit a "nice" closed-form expression?
Any help is really appreciated. Thank you!
We want to compute $$\int_a^b f(c,x) dx$$ with $f(c,x) = \frac{1}{1-c \sin (x)}$. Let $N$ be the smallest integer such that $a \le (2N+1)\pi$ and $M$ the largest integer such that $(2M-1) \pi \le b$ then : $$\int_a^b f(c,x) dx = \int_a^{(2N + 1)\pi} f(c, x) dx + \sum_{k = N+1}^{M-1} \int_{(2k-1)\pi}^{(2k+1)\pi} f(c,x) dx + \int_{(2M-1)\pi}^b f(c,x)dx$$ Now we can use the substitution $u = \tan (\frac{x}{2})$ and have : $$\int_a^b f(c,x) dx = \int_{\tan (a/2)}^{+\infty} g(u,c) du + (M-N-1) \int_{-\infty}^{+\infty} g(u,c) du + \int_{-\infty}^{\tan(b/2)} g(u,c) du$$ with $g(u,c) = \frac{2}{u^2 -2cu + 1} = 2\frac{\partial}{\partial u} \frac{ \text{Arctan} \left(\frac{u-c}{\sqrt{1-c^2}}\right)}{\sqrt{1-c^2}}$. This ends the calculations.