Binomial coefficient challenge

In summary, the Binomial coefficient challenge is a mathematical problem used to find the number of combinations of a given set of objects. It is calculated using the formula nCr = n! / (r!(n-r)!), and has various applications in fields such as probability, statistics, and combinatorics. It is only defined for integer values, but extensions for non-integer values exist. Pascal's triangle is a visual representation of the binomial coefficients and can be used to quickly find the coefficient for a given n and r value.
  • #1
lfdahl
Gold Member
MHB
749
0
Prove the following identity:\[\sum_{n =1}^{\infty }\frac{1}{\binom{n+r}{r+1}}=\frac{r+1}{r},\: \: \: \: r,n \in \mathbb{N}.\]
 
Mathematics news on Phys.org
  • #2
Hint:

Consider the difference:

\[\frac{1}{\binom{n+r-1}{r}}-\frac{1}{\binom{n+r}{r}}\]
 
  • #3
Suggested solution:

We have:

\[\frac{1}{\binom{n+r-1}{r}}-\frac{1}{\binom{n+r}{r}}=\frac{r!(n-1)!}{(n+r-1)!}-\frac{r!n!}{(n+r)!} \\\\ =r!(n-1)!\left ( \frac{n+r}{(n+r)!}-\frac{n}{(n+r)!}\right ) = \frac{r!(n-1)!r}{(n+r)!}\]

Now, compare the last term with:

\[\frac{1}{\binom{n+r}{r+1}}=\frac{(r+1)!(n-1)!}{(n+r)!}\]

If we divide by $r$ and multiply by $r+1$, we have the identity:

\[\frac{1}{\binom{n+r}{r+1}}=\frac{r+1}{r}\left ( \frac{1}{\binom{n+r-1}{r}}-\frac{1}{\binom{n+r}{r}} \right )\]

Summing over all possible $n$ (the RHS is a telescoping sum):

\[\sum_{n=1}^{\infty }\frac{1}{\binom{n+r}{r+1}}=\frac{r+1}{r}\sum_{n=1}^{\infty }\left ( \frac{1}{\binom{n+r-1}{r}}-\frac{1}{\binom{n+r}{r}} \right ) \\\\ =\frac{r+1}{r}\left ( \frac{1}{\binom{r}{r}}-\frac{1}{\binom{r+1}{r}}+\frac{1}{\binom{r+1}{r}} -\frac{1}{\binom{r+2}{r}} + \frac{1}{\binom{r+2}{r}} - ... \right ) \\\\ =\frac{r+1}{r}.\]
 

Related to Binomial coefficient challenge

1. What is the "Binomial coefficient challenge"?

The Binomial coefficient challenge is a mathematical problem that involves finding the number of combinations of a given set of objects. It is commonly used in probability and statistics to calculate the likelihood of certain events occurring.

2. How is the binomial coefficient calculated?

The binomial coefficient, also known as the "choose" function, is calculated using the formula nCr = n! / (r!(n-r)!), where n is the total number of objects and r is the number of objects being chosen.

3. What is the significance of the binomial coefficient?

The binomial coefficient has many applications in mathematics, including in probability, statistics, and combinatorics. It is also used in fields such as genetics, physics, and computer science.

4. Can the binomial coefficient be used for non-integer values?

No, the binomial coefficient is only defined for integer values of n and r. However, there are extensions of the formula for non-integer values, such as the Gamma function.

5. How is the binomial coefficient related to Pascal's triangle?

Pascal's triangle is a visual representation of the binomial coefficients, where each number in the triangle corresponds to the coefficient for a specific n and r value. The triangle can be used to quickly find the binomial coefficient for a given n and r without having to use the formula.

Similar threads

Replies
4
Views
1K
Replies
1
Views
644
  • General Math
Replies
4
Views
1K
Replies
3
Views
845
Replies
3
Views
2K
  • General Math
Replies
2
Views
774
Replies
21
Views
1K
Replies
8
Views
1K
Replies
15
Views
2K
Back
Top