alexmahone
- 303
- 0
Evaluate [math]\sum\limits_{k=1}^{12} {12\choose{k}}k^2[/math]
The answer is 159744.
The answer is 159744.
Last edited:
The evaluation of the sum of binomial coefficients multiplied by \( k^2 \) for \( n = 12 \) results in 159744. The formula derived for this computation is \( \sum_{k=0}^{n}\left({n \choose k}k^2\right) = n(n+1)2^{n-2} \). This formula is established through the application of the binomial theorem and differentiation techniques. The discussion emphasizes the importance of using binomial identities and differentiation to derive the necessary formulas for such sums.
PREREQUISITESMathematicians, students studying combinatorics, educators teaching calculus and algebra, and anyone interested in advanced mathematical identities and their applications.
MarkFL said:Suppose we wish to find a formula for:
$$\sum_{k=0}^n\left({n \choose k}k\right)$$
We could begin with the binomial theorem and state:
$$(1+x)^n=\sum_{k=0}^n\left({n \choose k}x^k\right)$$
Multiply through by $x$:
$$x(1+x)^n=\sum_{k=0}^n\left({n \choose k}x^{k+1}\right)$$
Differentiate w.r.t $x$:
$$x\left(n(1+x)^{n-1}\right)+(1)(1+x)^n=\sum_{k=0}^n\left({n \choose k}(k+1)x^{k}\right)$$
Letting $x=1$, we obtain:
$$n2^{n-1}+2^n=\sum_{k=0}^n\left({n \choose k}(k+1)\right)=\sum_{k=0}^n\left({n \choose k}k\right)+\sum_{k=0}^n\left({n \choose k}\right)$$
We should observe that $$\sum_{k=0}^n\left({n \choose k}\right)=(1+1)^n=2^n$$
And so we have:
$$n2^{n-1}+2^n=\sum_{k=0}^n\left({n \choose k}k\right)+2^n$$
Hence:
$$\sum_{k=0}^n\left({n \choose k}k\right)=n2^{n-1}\tag{1}$$
Now, use a similar approach to find a formula for:
$$\sum_{k=0}^n\left({n \choose k}k^2\right)$$
And you will find you can use the formula (1) I derived above.
Alexmahone said:In order to find a formula for:
$$\sum_{k=0}^n\left({n \choose k}k\right)$$,
we just need to differentiate (w.r.t. x)
$$(1+x)^n=\sum_{k=0}^n\left({n \choose k}x^k\right)$$ once and set [math]x=1[/math].