Can the Cauchy Product of Series be Derived by Redefining Dummy Variables?

  • Thread starter Thread starter "Don't panic!"
  • Start date Start date
  • Tags Tags
    Cauchy Product Series
"Don't panic!"
Messages
600
Reaction score
8
Hey guys,

I was just doing some independent study on products of series and I'm trying to understand/derive the following form of the Cauchy product of series:
\left(\sum_{n=0}^{N} a_{n}\right) \left(\sum_{m=0}^{N} b_{m}\right) = \sum_{n=0}^{N} \left(\sum_{k=0}^{n} a_{k}b_{n-k}\right)

Is it that one redefines the dummy variable m in the following manner m\rightarrow n-k with the following constraint on k, 0\leq k\leq n, or is there some other reasoning behind it that I'm missing?

Thanks in advance.
 
Physics news on Phys.org
"Don't panic!" said:
Hey guys,

I was just doing some independent study on products of series and I'm trying to understand/derive the following form of the Cauchy product of series:
\left(\sum_{n=0}^{N} a_{n}\right) \left(\sum_{m=0}^{N} b_{m}\right) = \sum_{n=0}^{N} \left(\sum_{k=0}^{n} a_{k}b_{n-k}\right)

Is it that one redefines the dummy variable m in the following manner m\rightarrow n-k with the following constraint on k, 0\leq k\leq n, or is there some other reasoning behind it that I'm missing?

Thanks in advance.

Consider <br /> \sum_{n=0}^\infty \sum_{m=0}^\infty a_nb_m.<br /> This is a sum over a two-dimensional grid. Assuming suitable convergence properties, you can rearrange the order of the terms so that instead of proceeding by row and then by column, you proceed by diagonals, starting with all terms with n + m = 0, then n + m = 1, etc. The points lying on the diagonal n + m = p are (0,p), (1,p-1),\dots, (q,p-q), \dots, (p,0). This yields <br /> \sum_{n=0}^\infty \sum_{m=0}^\infty a_nb_m = \sum_{p=0}^\infty \sum_{q=0}^p a_qb_{p-q}.<br /> This idea must be adapted if \infty is replaced by a finite upper limit N, because you're then not taking the whole of the diagonal when N &lt; n+m \leq 2N. Finding an expression for the sum in that case is left as an exercise (consider the reflection of (n,m) in the line n + m = N).
 
Last edited:
Another way of looking it at is this. Say they are power series$$
\sum a_nx^n = a_0+a_1x+a_2x^2+ ...$$and$$
\sum b_nx^n= b_0+b_1x+b_2x^2+...$$Look at what happens if you take the expanded series and start writing out the product, grouping on powers of ##x##. You get$$
a_0b_0 + (a_0b_1+a_1b_0)x + (a_0b_2+a_1b_1+a_2b_0)x^2 +...$$It's the same idea. Put ##x=1## for the same result.
 
Ah ok, thanks for the help on the subject, both explanations have really helped my understanding.

One further question on the matter though - is there any way that you can "derive" the relation by just redefining the dummy summation variables (analogously to how one can prove the binomial theorem by shifting the index), without expanding the sum, or giving a heuristic argument?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top