How can the sum of combinations be solved for the given problem?

In summary, the conversation is about solving a mathematical problem involving binomial coefficients and proving an equality between two expressions. The solution involves using the binomial expansion and differentiating it, as well as creating a bijection between two sets. The final answer can be expressed in terms of the Gamma Function.
  • #1
gumi_kr
11
0
Hi!

Does anybody know how to solve the following problem:


[tex]\sum_{p=0}^{M}\binom{2M+2}{p}(M+1-p)=?[/tex]

Well, actually i know that the solution is:

[tex](2M+1)\binom{2M}{m}=\frac{2^{2M+1}\Gamma(\frac{3}{2}+M)}{\sqrt{\pi}\Gamma(M+1)}[/tex]

but i cannot prove it (mathematica calculates the first sum and gives the answer).

Maybe someone knows the simple (combinatorial?) solution?


The original problem was:

Let [tex]R ^{M} _{P} = \sum_{s = 0}^{P} {M + 1 \choose s}[/tex], for [tex]0 \leqslant P \leqslant M[/tex], [tex]P,M\in \mathbb{N}[/tex]

Proove that:
[tex]\sum_{q = 0}^{M}R^{M}_{q}\cdot R^{M}_{M - q} = (2M + 1) {2M \choose M}[/tex]
 
Physics news on Phys.org
  • #2
Do you have any idea where to start from?
 
  • #3
I nuked it. Its simpler than I thought, though you'll have to get the answer in terms of the gamma function yourself which shouldn't be too hard.

If you take the binomial expansion of [tex](1+x)^n[/tex] you have

[tex](1+x)^n=\sum_{r=0}^{n}{n\choose r}x^{n-r}[/tex]

Replacing n=2m+2, differentiating the above equation and put x=1.

Then you have to change the limit of the summation from 2m+2 to m+1, you can do this because the terms from 0 to m+1 are equal to the terms from m+2 to 2m+2, hence the sum on the right is twice the sum from 0 to m+1.

From this you get a solution in terms of the factorial function which you have to convert to the gamma function.
 
  • #4
Hi!

Big thanks! i will check it later but it looks correct ("you can do this because the terms from 0 to m+1 are equal to the terms from m+2 to 2m+2!" I'm not sure about it yet) It really took me a lot of time trying to solve it.
(as i thought changing this expresion /*with R_M^P)/ to
[tex]
\sum_{p=0}^{M}\binom{2M+2}{p}(M+1-p)=?
[/tex]

was making it simplier:) )
btw. the second part of the exercise was 'and give it's combinatorial idea', maybe you see that? (it's about the last form of thie equality with R_{m}^{p}...)

------------
My previous thoughts about this problem: (it coulde give you some hint about combinatorial explanation of that fact):1) I know that trying simply to count it - isn't the right way (even
using some advanced properties of binomial coefficient).2) It could be connected with Banach's modified matchbox problem, but
not neccessery (right side of the formula multiplied by 2^{n-1} is
expected number of matches..)

3) right sight looks like "choosing the leader and it's group" but i
cannot find connection with left side with this 'intuition'

5) It could be connected with properties of 'Bernoulli triangle' but i
couldn't find any materials about that.
(it's The number triangle (Sloane's A008949) composed of the partial
sums of binomial coefficients)

6) I couldn't find anything useful in "Advanced Combinatorics"
(Comtet) or Combinatorics 2nd R. Merris
 
Last edited:
  • #5
I actually don't know what youre talking about. If I had to I would guess its the total number of ways you could select r number of objects from a group of 2m+2 with unequal probability of selection. Dont know about the rest of it, but best of luck.
 
  • #6
"you can do this because the terms from 0 to m+1 are equal to the terms from m+2 to 2m+2, hence the sum on the right is twice the sum from 0 to m+1."

could you explain it to me. I know it's true before differentiating, but why after? (* well it's not true before differentiating ;), my mistake! this row of pascal triangle has odd number of elements* )
 
Last edited:
  • #7
I think chaoseverlasting is wrong. It's not that simple. If you take your initial limit of M and move it up to 2M+2 then the sum is zero. Because the mystery parts cancel. Which is not useful. I like the approach of the "choosing a leader and it's group" for the RHS. But like you, I don't see the relation to the LHS. I'm mostly just checking in here so I hear if you've actually found the solution. I've spent way to much time thinking about this, and I still don't see it. Dammit. Everything you've said so far is very accurate.
 
Last edited:
  • #8
about chaoseverlasting idea:

We want to proove, that:
[tex]
\sum_{p=0}^{M}\binom{2M+2}{p}(M+1-p)=(2M+1)\binom{2M}{M}
[/tex]

1) Of course: [tex] (2M+1)\binom{2M}{m} = \frac{1}{2}(M+1)\binom{2M+2}{M+1}[/tex]

So let's change it and multiple both sides by 2:
[tex]
\sum_{p=0}^{M}\binom{2M+2}{p}(2M+2-2p)=(M+1)\binom{2M+2}{M+1}
[/tex]

It's equal to :
[tex]
\sum_{p=0}^{M}\binom{2M+2}{p}(2M+2-p) - \sum_{p=0}^{M}\binom{2M+2}{p}p=(M+1)\binom{2M+2}{M+1}
[/tex]

and then:

[tex]
\sum_{p=M+2}^{2M+2}\binom{2M+2}{p}p - \sum_{p=0}^{M+1}\binom{2M+2}{p}p=0
[/tex]

final form:

[tex]
\sum_{p=M+2}^{2M+2}\binom{2M+2}{p}p = \sum_{p=0}^{M+1}\binom{2M+2}{p}p
[/tex]

So he may be right after all, but i do not know why this equality holds..
 
Last edited:
  • #9
Oh! Thats simple!

[tex]

\sum_{p=M+2}^{2M+2}\binom{2M+2}{p}p = \sum_{p=0}^{M+1}\binom{2M+2}{p}p

[/tex]We could create a simple bijection between this two sets. Let's simplify it:
We know that:

[tex]

\binom{2M+2}{2M+2 -k}(2M+2-k) = \binom{2M+2}{k+1}(k+1)

[/tex]

Why?:
1) choose a group of people with a leader
2) leave a leader and take all people that were not chosen
3) now you've got k people and a leader, so k+1 people with a leader
4) you've got the second set:)

do it for k=0,...M, and you've got the answer.
 
Last edited:
  • #10
I got the answer in factorials which you can convert to the Gamma Function.

Another way to check that statement, "you can do this because the terms from 0 to m+1 are equal to the terms from m+2 to 2m+2, hence the sum on the right is twice the sum from 0 to m+1", is that you take the binomial series, put x=-1 which gives you zero on the left side. The odd terms will be negative on the right and the even ones will be positive. This automatically gives you the result that the sum of even terms is equal to the sum of odd terms.
 
  • #11
Sorry if i misunderstood what you've written but I think you are trying to prove wrong equality.

Your proof is correct for [tex]{n\choose k}[/tex] but we want to proove it for [tex]k{n\choose k}[/tex].btw1.Notice that because in our example n is even, we've got odd numbers of elements in this row of Pascal's triangle, so proof with odd and even elements is not correct - it works just for odd n) [ i mean that it simply implies value of the sum of half of the elements if a row of pascal's triangle]btw2. converting it to gamma function is indeed very simple. I wrote it just because it's simplier for 'calculations'.
 
Last edited:
  • #12
gumi_kr said:
Oh! Thats simple!

[tex]

\sum_{p=M+2}^{2M+2}\binom{2M+2}{p}p = \sum_{p=0}^{M+1}\binom{2M+2}{p}p

[/tex]We could create a simple bijection between this two sets. Let's simplify it:
We know that:

[tex]

\binom{2M+2}{2M+2 -k}(2M+2-k) = \binom{2M+2}{k+1}(k+1)

[/tex]

Why?:
1) choose a group of people with a leader
2) leave a leader and take all people that were not chosen
3) now you've got k people and a leader, so k+1 people with a leader
4) you've got the second set:)

do it for k=0,...M, and you've got the answer.

That's what I was missing alright! I'm still not quite sure I'm following the 'leader and followers' proof. But there's another way to see it. Both sides are just (2M+2)!/((2M+2-k-1)!*k!).
 
  • #13
i was too excited to write it properly ;)

1) choose a group of (2M+2-k) people (from 2M+2)
2) choose a leader between them (multiply B(2m+2,2M+2-k) by 2M+2-k)
3) keep a leader and 'give' rest of the people to him (number of people 2M+2 - (2M+2-k) = k)
3) now you've got k people and a leader, so (k+1) people with a leader
4) you've got the second set:)but you are right - you could simply count it, but 'leader and followers' proof gives you intuition - well at least it's how i came to the result.
 
  • #14
Right. Got it now. Good job.
 
  • #15
gumi_kr said:
Sorry if i misunderstood what you've written but I think you are trying to prove wrong equality.

Your proof is correct for [tex]{n\choose k}[/tex] but we want to proove it for [tex]k{n\choose k}[/tex].


btw1.Notice that because in our example n is even, we've got odd numbers of elements in this row of Pascal's triangle, so proof with odd and even elements is not correct - it works just for odd n) [ i mean that it simply implies value of the sum of half of the elements if a row of pascal's triangle]


btw2. converting it to gamma function is indeed very simple. I wrote it just because it's simplier for 'calculations'.

Yes youre right. I proved the wrong property. I meant to give you the proof for [tex]k{n\choose k}[/tex] but I was in a rush last night :smile:. Anyway, merry christmas.
 

FAQ: How can the sum of combinations be solved for the given problem?

What is the difference between probability and combinatorics?

Probability is the study of the likelihood or chance of an event occurring, while combinatorics is the study of counting and arranging objects or events. Probability often uses combinatorics to calculate the chances of certain outcomes.

What is the formula for calculating probability?

The formula for calculating probability is: P(A) = Number of favorable outcomes / Total number of possible outcomes. This formula is used to determine the likelihood of an event occurring.

What is the difference between permutations and combinations?

Permutations are ordered arrangements of a set of objects, while combinations are unordered selections of objects from a set. In permutations, the order of the objects matters, while in combinations, the order does not matter.

How do you calculate permutations?

The formula for calculating permutations is: P(n,r) = n! / (n-r)!, where n is the total number of objects and r is the number of objects being selected. This formula is used to determine the number of possible arrangements when order matters.

How do you calculate combinations?

The formula for calculating combinations is: C(n,r) = n! / [r! * (n-r)!], where n is the total number of objects and r is the number of objects being selected. This formula is used to determine the number of possible selections when order does not matter.

Similar threads

Replies
9
Views
923
Replies
11
Views
1K
Replies
11
Views
2K
Replies
12
Views
2K
Replies
8
Views
876
Replies
10
Views
2K
Replies
3
Views
3K
Replies
5
Views
2K
Replies
9
Views
2K
Back
Top