i tried a few thing but none them worked out so I'm totally clueless what to do to solve this $$\sum_{n=0}^{\infty}\frac{x^n}{A(x^{2n}-1)+1}$$
1 Answers
This is only a bit of unjustified information
It seems to be (by experimenting with different values of $A$) that the partial sums ($\sum_{n=1}^{m}$) of the series are
$-\frac{\psi_{x}\left(m-\frac{i\pi-\frac{1}{2}\ln(\frac{A}{A-1})}{\ln(x)}+1\right)}{2\sqrt{A(A-1)}\ln(x)}+\frac{\psi_{x}\left(m-\frac{\frac{1}{2}\ln(\frac{A}{A-1})}{\ln(x)}+1\right)}{2\sqrt{A(A-1)}\ln(x)}+\frac{\psi_{x}\left(1-\frac{i\pi-\frac{1}{2}\ln(\frac{A}{A-1})}{\ln(x)}+1\right)}{2\sqrt{A(A-1)}\ln(x)}-\frac{\psi_{x}\left(1-\frac{\frac{1}{2}\ln(\frac{A}{A-1})}{\ln(x)}+1\right)}{2\sqrt{A(A-1)}\ln(x)}$
where $\psi_{q}(z)$ is the $q$-polygamma function. For those familiar with playing with these functions this may help/give an idea, perhaps.
I experimented with the summation starting from $n=1$ by mistake. The difference is just the first term anyway.
- 5,941
$$ a_{n+1}/a_n = x\frac {Ax^{2n} -A +1} {Ax^{2n+2}-A +1}.$$
If $|x|\leq1$, this goes to $x$. If $|x|>1$, this goes to $1/x$. Therefore it converges by the ratio test for all $x$, $|x|\neq 1$. We test at $x = 1, -1$. By inspection, it diverges for these. So it converges exactly on $${x : |x|\neq 1 }.$$
– Eric Auld Jul 27 '13 at 19:07