misogynisticfeminist said:
I've got 1 question regarding the binomial series which I am currently stuck at.
1. Expand (1-x)^-^3 and express the coefficient of x^r in terms of r.
What i did was to first expand it, according to the binomial series, and I got,
1+3x+6x^2...\frac {(-3)(-3-1)...(-3-r+1)}{r!} (-x)^r
and the answer is \frac {(r+1)(r+2)}{2}. How do i get from \frac {(-3)(-3-1)...(-3-r+1)}{r!} to the answer? The dots confuse me.
Some years ago, I came up with a formula for the binomial series expansion, which doesn't make use of factorials, but instead uses iterated products over a dummy variable
inside the summation sign. From memory, the formula I got was:
(1+U)^{\alpha}=\sum_{n=0}^{n=\infty} \prod_{k=1}^{k=n} \frac{U(\alpha + 1 - k)}{k}
Eventually, I learned to solve many problems by assuming a general solution of the form:
\sum_{n=0}^{n=\infty} \prod_{k=1}^{k=n} f(k)
where f(k) is an unknown function of k. Using that assumption, it is possible to solve for the spherical harmonics, for the hydrogen atom, without having to have memorized the legendre polynomials. But I can leave that for another time.
As for your problem, U=-x, and \alpha = -3. Therefore, you want to expand the following combination sum/product:
(1-x)^{-3}=\sum_{n=0}^{n=\infty} \prod_{k=1}^{k=n} \frac{-x(-3 + 1 - k)}{k}
or equivalently
(1-x)^{-3}=\sum_{n=0}^{n=\infty} \prod_{k=1}^{k=n} \frac{x(2 + k)}{k}
the first term in the expansion (corresponding to n=0) is 1, the next term in the expansion corresponding to n=1, is given by
[tex ] \prod_{k=1}^{k=1} \frac{x(2 + k)}{k} = \frac{x(2+1)}{1} = 3x [/tex]
The third term in the expansion (corresponding to n=2) is given by:
\prod_{k=1}^{k=2} \frac{x(2 + k)}{k} = (3x)(4x/2) = 6x^2
Now you can see the pattern. The coefficient of x^r is given by:
\prod_{k=1}^{k=r} \frac{x(2 + k)}{k}
Kind regards,
Guru