Sum over k from 0 to an even n of abs(k/n - 1/2)*C(n,k)=(1/2)*C(n,n/2)

  • Thread starter Thread starter neginf
  • Start date Start date
  • Tags Tags
    even Sum
AI Thread Summary
The discussion centers on the sum of the absolute difference between k/n and 1/2, multiplied by the binomial coefficient C(n,k), over an even n. It notes that since the number of terms is odd, the middle term equals zero, and the symmetry of binomial coefficients (C(n,k) = C(n,n-k)) simplifies the analysis. The sum can be expressed as twice the sum of the first half of the terms, leading to a focus on specific examples that yield (1/2)*C(n,n/2). The participants explore how to generalize this result for any even n using established binomial identities. The conversation emphasizes the need for a clearer demonstration of the relationship for all even n.
neginf
Messages
56
Reaction score
0
Odd number of terms so there is a middle term. It is equal to 0.
Since C(n,k)=C(n,n-k), abs(k/n - 1/2)=abs([n-k]/n - 1/2), and what's in the abs() increases and is positive k goes from 0 to n/2 -1,
the sum is twice the sum of the first n/2 - 1 terms, 2*(1/2 - k/n)*C(n,k).
Added C(n,k) from 0 to n, C(n-1,k-1) from 1 to n-1 seperately. Still do not see how to get.
Specific examples are equal to (1/2)*C(n,n/2) but how can this be shown for any even n ?
 
Mathematics news on Phys.org
Theese two formulas should be useful:
\sum_{k=0}^nC(n,k)=2^n
\sum_{k=0}^nkC(n,k)=n2^{n-1}
Does it help?
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top