Proving 𝛑² = n(n+1) 2ⁿ⁻² w/ Clever Trick

  • Thread starter Thread starter ehrenfest
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


Does anyone know a clever way to prove that

[tex]\sum_{i=1}^{n}i^2 {n \choose i} = n(n+1) 2^{n-2}[/tex]

where B(n,i) is n take i?

I can do it, but I had to divide into the cases of n = odd and n = even and it took about 1 page front and back. I'm sure there is a trick.

Homework Equations


The Attempt at a Solution

 
Last edited:
Physics news on Phys.org
Take the second derivative of (1+x)^n and its binomial expansion, then mess with the index of the summation and set x=1. (I'm assuming your n+1 is actually n-1.)
 
morphism said:
Take the second derivative of (1+x)^n and its binomial expansion, then mess with the index of the summation and set x=1. (I'm assuming your n+1 is actually n-1.)
? It's obviously not true if you replace (n+1) by (n-1). Take n= 1. Then the lefthand side is 1. [iotex]n(n+1)2^{n-2}[/itex] becomes, for n= 1, [itex]1(2)2^{-1}= 1[/itex]. If you replace (n+1) by (n-1), it becomes [tex]2(0)2^{-1}= 0[/itex].[/tex]
 
You're right of course. I was a bit careless with my algebra. The identity I had in mind was:
[tex]\sum_{i=0}^n i(i-1) {n \choose i} = n(n-1)2^{n-2}[/tex]

But no worries - a similar trick can still be applied: Differentiate, multiply by x, and differentiate again!