To what does the serie $\sum_{j=0}^{n}a^j b^{n-j}$ converge? Does this serie have a name?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
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. |
||||
|
|
|
This sum is related to the Cauchy Product and has the structure of a convolution. |
|||
|
|