Binomial coefficient summation proof

AI Thread Summary
The discussion focuses on proving the binomial coefficient summation identity \(\sum^{l}_{k=0} {n \choose k} {m \choose l-k} = {n+m \choose l}\) using the binomial theorem. The initial approach involves applying the hint to expand \((1+x)^n(1+x)^m\) and equating coefficients of \(x^l\) on both sides. The key realization is that for each \(j\), there is a corresponding \(k\) such that \(j+k=l\), allowing the reduction of the double sum to a single sum. Participants emphasize the importance of ensuring the coefficients match and suggest expressing \(k\) in terms of \(l\) and \(j\) to simplify the proof. The discussion concludes with a focus on the relationship between the indices to complete the proof.
zeion
Messages
455
Reaction score
1

Homework Statement



Prove that

\sum^{l}_{k=0} n \choose k m \choose l-k = n+m \choose l

Hint: Apply the binomial theorem to (1+x)n(1+x)m

Homework Equations


The Attempt at a Solution



I apply the hint to that thing to get \sum^{n}_{j=0} n \choose j x^j \sum^{m}_{k=0} m \choose k x^k= \sum^{n}_{j=0}\sum^{m}_{k=0}n\choose jm\choose kx^{j+k} = \sum^{n+m}_{l=0}n+m \choose lx^l

Now I am stuck.
 
Physics news on Phys.org
The coefficient of x^l must be the same on both sides, right? That gives you C(n+m,l) on the right. What terms on the left make a power of x^l?
 
Dick said:
The coefficient of x^l must be the same on both sides, right?

So that means l = j+k?
 
zeion said:
So that means l = j+k?

Sure. Use that to reduce the double sum to a single sum.
 
How do I do that?
 
zeion said:
How do I do that?

For each value of j there is only one value of k such that j+k=l. Just sum over j and express k in terms of l and j.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top