To what does the serie $\sum_{j=0}^{n}a^j b^{n-j}$ converge? Does this serie have a name?
Is there a good description of the series $\sum_{j=0}^{n}a^j b^{n-j}$?
0
$\begingroup$
sequences-and-series
-
1@yohBS The question was not whether the sum converges, but to what it converges. – 2012-08-19
2 Answers
5
I'm assuming you are asking for the convergence for $n\to\infty$.
We have (assuming $a\ne b$) $\sum_{j=0}^na^jb^{n-j} = b^n\sum_{j=0}^n\left(\frac{a}{b}\right)^j = b^n\frac{(a/b)^{n+1}-1}{a/b-1} = \frac{a^{n+1}-b^{n+1}}{a-b}$ Therefore the sequence converges if both $|a|<1$ and $|b|<1$, with limit $0$. Moreover if one of $a$ or $b$ is $1$ and the absolute value of the other is $<1$, the sequence converges to $1/(1-b)$ (for $a=1$) or $1/(1-a)$ (for $b=1$). Otherwise, the sequence diverges.
If $a=b$, then the sum is $na^n$, which converges to $0$ iff $|a|<1$ and diverges otherwise.
3
This sum is related to the Cauchy Product and has the structure of a convolution.