Proving $\sum_{k=0}^{n} \binom{n}{k}^2 =\dfrac{(2n)!}{(n!)^2}$

  • MHB
  • Thread starter Albert1
  • Start date
In summary, Vandermonde's identity states that the sum of the squares of all combinations of choosing k elements from a set of n elements is equal to the number of ways to choose n elements from a set of 2n elements. This formula can be proven using the binomial theorem and combinatorial arguments or through mathematical induction. It has various applications in mathematics, statistics, and computer science and can be generalized for any non-negative integer value of n. There are also other combinatorial identities related to this formula, such as Pascal's triangle and the binomial theorem.
  • #1
Albert1
1,221
0
prove:
$\sum_{k=0}^{n} \binom{n}{k}^2
=\dfrac{(2n)!}{(n!)^2}$
 
Last edited:
Mathematics news on Phys.org
  • #2
Albert said:
prove:
$\sum_{k=0}^{n} \binom{n}{k}^2
=\dfrac{(2n)!}{(n!)^2}$

out of 2n objects n objects can be chosen in

$\dfrac{(2n)!}{(n!)^2}$ ways

now let us make 2n objects into 2 groups of n objects each.

for picking n objects from the set we need k objects from 1st set and n-k from 2nd set and n varies from 0 to n so number of ways

$\sum_{k=0}^{n} \binom{n}{k} \binom{n}{n-k}$

the 2 above are same as it shows the number of ways in 2 different ways

so
$\dfrac{(2n)!}{(n!)^2}= \sum_{k=0}^{n} \binom{n}{k} \binom{n}{n-k}$

now as $\binom{n}{k} = \binom{n}{n-k}$ so we get the result
 
  • #3
kaliprasad said:
out of 2n objects n objects can be chosen in

$\dfrac{(2n)!}{(n!)^2}$ ways

now let us make 2n objects into 2 groups of n objects each.

for picking n objects from the set we need k objects from 1st set and n-k from 2nd set and n varies from 0 to n so number of ways

$\sum_{k=0}^{n} \binom{n}{k} \binom{n}{n-k}$

the 2 above are same as it shows the number of ways in 2 different ways

so
$\dfrac{(2n)!}{(n!)^2}= \sum_{k=0}^{n} \binom{n}{k} \binom{n}{n-k}$

now as $\binom{n}{k} = \binom{n}{n-k}$ so we get the result
nice solution !
 

FAQ: Proving $\sum_{k=0}^{n} \binom{n}{k}^2 =\dfrac{(2n)!}{(n!)^2}$

What does this formula mean?

This formula is known as Vandermonde's identity and it states that the sum of the squares of all combinations of choosing k elements from a set of n elements is equal to the number of ways to choose n elements from a set of 2n elements.

How do you prove this formula?

The proof for this formula involves using the binomial theorem and combinatorial arguments. It can also be proven using mathematical induction.

What is the significance of this formula?

This formula has many applications in both mathematics and other fields such as statistics and computer science. It can be used to solve various counting problems and is also used in the analysis of algorithms.

Can this formula be generalized for larger values of n?

Yes, this formula can be generalized for any non-negative integer value of n. The formula can also be extended to include complex numbers.

Are there any other similar formulas related to this one?

Yes, there are many other similar formulas known as combinatorial identities that involve binomial coefficients. Some examples include Pascal's triangle and the binomial theorem.

Back
Top