- #71
arildno
Science Advisor
Homework Helper
Gold Member
Dearly Missed
- 10,123
- 138
Okay, I'll post something on the Cauchy product of infinite series first:
Suppose you've got two series [itex]S_{1}=\sum_{n=0}^{\infty}a_{n}x^{n}, S_{2}=\sum_{m=0}^{\infty}b_{m}x^{m}[/itex]
where [itex]a_{n},b_{m}[/itex] are coefficients for the n'th and m'th terms respectively (it is smart, and allowable, to use a different letter for the indices for the two series)
Now, suppose we wish to multiply the two series together to a single series S; how are the coefficients of S related to the coefficients of [itex]S_{1},S_{2}[/itex] ?
Now, let's just use a finite amount usual numbers, and see how the result OUGHT to be:
If we are to multiply the number (2+3+1) (that is, 6) with (5+7+8) (that is 20), we may do it as follows:
[itex](2+3+1)(5+7+8)=2*5+2*7+2*8+2*8+3*5+3*7+3*8+1*5+1*7+1*8[/itex]
The crucial point to notice that we multiply each term in the first parenthesis with each term in the other parenthesis, and then sum all the 3*3=9 terms together (3*3 terms since each parenthesis has 3 numbers).
Thus, generalizing to an infinite series, we could write our product as:
[tex]S=S_{1}*S_{2}=\sum_{n=0}^{\infty}a_{n}x^{n}*\sum_{m=0}^{\infty}b_{m}x^{m}=\sum_{n=0}^{\infty}\sum_{m=0}^{\infty}a_{n}b_{m}x^{n+m}[/tex]
where the last DOUBLE sum should be thought of as saying:
1. Fix n=0, and calculate the sum [itex]\sum_{m=0}^{\infty}a_{0}b_{m}x^{m+0}[/itex]
that is, multiply the term [itex]a_{0}x^{0}[/itex] with EACH term in [itex]S_{2}[/itex], and sum them together
2. ADD to your result from 1. the series you get by fixing n=1, i.e, by first calculating the sum [itex]\sum_{m=0}^{\infty}a_{1}b_{m}x^{m+1}[/itex], and then adding all of this to the result you got from 1.
(That is, multiplying the term [itex]a_{1}x^{1}[/itex] with EACH term in [itex]S_{2}[/itex], add up the result, and add this result with that you got from 1.)
3. And so on..
Got that?
Suppose you've got two series [itex]S_{1}=\sum_{n=0}^{\infty}a_{n}x^{n}, S_{2}=\sum_{m=0}^{\infty}b_{m}x^{m}[/itex]
where [itex]a_{n},b_{m}[/itex] are coefficients for the n'th and m'th terms respectively (it is smart, and allowable, to use a different letter for the indices for the two series)
Now, suppose we wish to multiply the two series together to a single series S; how are the coefficients of S related to the coefficients of [itex]S_{1},S_{2}[/itex] ?
Now, let's just use a finite amount usual numbers, and see how the result OUGHT to be:
If we are to multiply the number (2+3+1) (that is, 6) with (5+7+8) (that is 20), we may do it as follows:
[itex](2+3+1)(5+7+8)=2*5+2*7+2*8+2*8+3*5+3*7+3*8+1*5+1*7+1*8[/itex]
The crucial point to notice that we multiply each term in the first parenthesis with each term in the other parenthesis, and then sum all the 3*3=9 terms together (3*3 terms since each parenthesis has 3 numbers).
Thus, generalizing to an infinite series, we could write our product as:
[tex]S=S_{1}*S_{2}=\sum_{n=0}^{\infty}a_{n}x^{n}*\sum_{m=0}^{\infty}b_{m}x^{m}=\sum_{n=0}^{\infty}\sum_{m=0}^{\infty}a_{n}b_{m}x^{n+m}[/tex]
where the last DOUBLE sum should be thought of as saying:
1. Fix n=0, and calculate the sum [itex]\sum_{m=0}^{\infty}a_{0}b_{m}x^{m+0}[/itex]
that is, multiply the term [itex]a_{0}x^{0}[/itex] with EACH term in [itex]S_{2}[/itex], and sum them together
2. ADD to your result from 1. the series you get by fixing n=1, i.e, by first calculating the sum [itex]\sum_{m=0}^{\infty}a_{1}b_{m}x^{m+1}[/itex], and then adding all of this to the result you got from 1.
(That is, multiplying the term [itex]a_{1}x^{1}[/itex] with EACH term in [itex]S_{2}[/itex], add up the result, and add this result with that you got from 1.)
3. And so on..
Got that?
Last edited: