1
$\begingroup$

Here's the question:

$\sum_{n=0}^{\infty}\frac{x^{\frac{3}{2}}}{\left ( 1+x^{2} \right )^{n}}= \left\{\begin{matrix} 0 &\left (x=0 \right ) \\ x^{\frac{-1}{2}}+x^{\frac{3}{2}} & \left ( 0< x\leq 1 \right ) \end{matrix}\right.$

Show that this is true. (I'd be glad if the approach is constructive, instead of backtracking by Taylor series). And also, can we find a general formula for

$\sum_{n=0}^{\infty}\frac{x^\alpha }{\left ( 1+x^{\beta } \right )^{n}}$

Thanks.

  • 0
    @firemind $\sum\limits_{n \geqslant 0} {\frac{{{x^a}}}{{{{\left( {1 + {x^b}} \right)}^n}}}} = {x^{a - b}} + {x^a}$2012-03-07

1 Answers 1

2

$\displaystyle \sum \frac{1}{(1+x^b)^n} = \frac{1}{1-\frac{1}{(1 + x^b)}} = \frac{1 + x^b}{x^b} \implies \sum \frac{x^a}{(1 + x^b)^n} = \frac{x^a + x^{b+a}}{x^b} = x^{a-b} + x^b$

where this is only valid for $x > 0$ as we used geometric series expansions on a ratio of $\frac{1}{1+x^b}$