Find the coefficient of $x^{50}$ in the expansion of $$(1+x)^{1000}+2x(1+x)^{999}+3x^2(1+x)^{998}+\cdots+1001x^{1000}$$
Coefficient of $x^{50}$ in the expansion
-
1Are u sure: it is $1000,1999,998?$ – 2017-01-01
-
0Sorry, corrected. – 2017-01-01
-
0@nickalh I don't think so. The coefficients are way off. – 2017-01-01
-
0A. Is this supposed to be a binomial expansion of [x+ (1 + x)] ^1000 ? B. The coefficients don't seem to follow that pattern, but appear to be following a simple counting pattern, 1, 2, 3, etc. Please understand the word expansion usually refers to binomial or a similar context. If B., what pattern do you see relating the exponents, especially x's exponent, to the coefficients? – 2017-01-01
2 Answers
Let $$S = (1 + x)^{1000} + 2x(1+x)^{999} +...+ 1000x^{999}(1+x)+ 1001 x^{1000}\tag1$$
This is an Arithmetic Geometric Series with $r = \frac{x}{1+x}$ and $d = 1$. Now $$\frac{x}{1+x}S = x(1 + x)^{999} + 2x^2(1 + x)^{998} +\cdots + 1000x^{1000} + \frac{1000x^{1001}}{1+x}\tag2$$
Subtracting we get, $$(1 - \frac{x}{1+x}) S =(1+x)^{1000} + x(1+x)^{999} +\cdots + x^{1000} - \frac{1001x^{1000}}{1+x}$$
$$\Rightarrow S = (1+x)^{1001} + x(1+x)^{1000} + x^2(1+x)^{999} +...+ x^{1000}(1+x)-1001x^{1001}$$
This is a G.P. whose sum is $$S = (1+x)^{1002} - x^{1002} - 1002x^{1001}$$ So the coeff. of $x^{50}$ is $\binom{1002}{50}$. Hope it helps.
-
0Use `\tag{1}` to get the tag $\text{(1)}$ at the end of a displaystyle equation. – 2017-01-01
HINT:
Writing $n$ for $1000,$ we need $$S=\sum_{r=0}^n(r+1)(1+x)^{n-r}x^r$$
Now replace $n-r=m$ $$S=x^n\sum_{m=0}^n(n-m+1)\left(1+\dfrac1x\right)^m$$
$$=nx^n\sum_{m=0}^n\underbrace{\left(1+\dfrac1x\right)^m}_{\text{Binomial Expansion}}-x^n\sum_{m=0}^n(m-1)\left(1+\dfrac1x\right)^m$$
From wiki, $\sum_{k=1}^nkr^{k-1}=\dfrac{1-r^{n+1}}{(1-r)^2}-\dfrac{(n+1)r^n}{1-r}$