Proving Sums Involving Binomial Coefficients

  • Thread starter signalcarries
  • Start date
  • Tags
    Proof Sums
If k<=l in the first sum, then the term with x^l is \binom{n}{k} \binom{m}{l-k} x^l. This is exactly what you want. So the first sum should run from k=0 to k=l. Similarly the other sum should run from l-k=0 to l-k=m. So it runs from k=l to k=l+m.
  • #1
signalcarries
4
0

Homework Statement



Prove that [tex]\sum_{k=0}^{l} \binom{n}{k} \binom{m}{l-k} = \binom{n+m}{l}[/tex]

Homework Equations



If [tex]a[/tex] and [tex]b[/tex] are any numbers and [tex]n[/tex] is a natural number, then [tex](a+b)^{n}=\sum_{j=0}^{n} \binom{n}{j} a^{n-j}b^{j}[/tex]

The Attempt at a Solution



I know that [tex](1+x)^{n}(1+x)^{m}=(1+x)^{n+m}[/tex] so that [tex]\sum_{k=0}^{n} \binom{n}{k}x^{k} \cdot \sum_{j=0}^{m} \binom{m}{j}x^{j} = \sum_{l=0}^{n+m} \binom{n+m}{l}x^{n+m}[/tex]

If I let [tex]j=l-k[/tex], then I get [tex]\sum_{k=0}^{n} \binom{n}{k}x^{k} \cdot \sum_{l=k}^{m+k} \binom{m}{l-k}x^{l-k} = \sum_{l=0}^{n+m} \binom{n+m}{l}x^{n+m}[/tex]

I can see that I'm close to the desired result--I'm just having trouble understanding how to get to it.
 
Physics news on Phys.org
  • #2
You have some index problems. In your final solution l is a dummy index (twice). In your original problem it's not. If you fix this I think you will see the solution. You aren't as close as you think, nor are you as far away as you think.
 
Last edited:
  • #3
The dummy problem is coming because when you set l=j+k you are actually saying 'pick the x^l term' from the right side (where the power of x should have been x^l, not x^(n+m)). Since you are selecting a specific l, the sum goes away on the right. The constrain l=j+k will also get rid of one of the sums on the left.
 
  • #4
OK, so I am picking a specific value for l by choosing l=j+k, although this still seems a little strange to me, since I am summing over j and k on the LHS. Is it kind of like a function where I input two values (some j and some k) on the LHS, giving me a value on the RHS?

I can see that two of the sums will disappear. I think this leaves me with:
[tex]\sum_{k=0}^{n} \binom{n}{k} \binom{m}{l-k} x^{l} = \binom{n+m}{l}x^{l}[/tex]

I'm still having trouble seeing why my final sum runs from 0 to l.
 
  • #5
What you are really doing is picking off the x^l term on both sides. If two polynomials in x are equal for all x, then coefficients of each power of x are equal on both sides. If k>l in the first sum, then it doesn't contribute.
 

FAQ: Proving Sums Involving Binomial Coefficients

What are binomial coefficients?

Binomial coefficients are numerical coefficients that appear in the expansion of binomial expressions, such as (a+b)^n. They represent the number of ways to choose a certain number of objects from a larger set, and are also known as "choose" coefficients.

How do you prove sums involving binomial coefficients?

There are various methods for proving sums involving binomial coefficients, such as using algebraic manipulation, mathematical induction, or combinatorial arguments. The specific method used will depend on the specific sum being proven.

What is the formula for binomial coefficients?

The formula for binomial coefficients is n choose k, which is equal to n! / (k! * (n-k)!) where n represents the total number of objects and k represents the number of objects being chosen. In other words, it is the number of ways to choose k objects from a set of n objects.

Can binomial coefficients be used for any type of problem?

Binomial coefficients are most commonly used in problems involving combinations and permutations, but can also be applied to other types of problems such as probability and statistics. They are a powerful tool in combinatorics and can be used in a wide range of mathematical and scientific fields.

What are some real-world applications of binomial coefficients?

Binomial coefficients have many real-world applications, such as in genetics, where they are used to calculate the probability of certain genetic traits being passed down from parents to offspring. They are also used in computer science for tasks such as data compression and error correction. In physics, binomial coefficients can be used to model the behavior of particles in a system. Additionally, they are used in finance and stock market analysis to calculate the probability of certain outcomes or events occurring.

Similar threads

Replies
15
Views
2K
Replies
6
Views
938
Replies
9
Views
940
Replies
11
Views
1K
Replies
4
Views
1K
Replies
4
Views
1K
Back
Top