Elements of Combinatorial Analysis

In summary: No, you are not on the right track, there are no summations involved. Look at the two terms in the "answer" for the clues:## P_m(r, n) ## is the probability that we have ## m ## empty holes after r balls are placed. When we place the ## (r + 1) ##th ball then either it goes into one of those empty holes and there are only ## m - 1 ## empty, which is not what we want, or it goes into one of the ## n - m ## holes that are not empty so there are still ## m ## empty which is what we DO want. What is the probability of that?What about ## P_{m+1}(
  • #1
WMDhamnekar
MHB
376
28
Homework Statement
The probability##P_m(r, n) = n^{-r} \cdot E_m(r, n)## of finding exactly m cells empty satisfies ##P_{m}(r+1, n) = P_m(r, n)\cdot \frac{n-m}{n} + P_{m+1}(r, n)\cdot \frac{m+1}{n}##
Relevant Equations
The number of distributions leaving exactly m cells empty ##E_m(r, n) = \binom{n}{m} A(r, n-m) = \binom{n}{m} \displaystyle\sum_{v=0}^{n-m} (-1)^v \binom{n-m}{v}(n-m-v)^r ##
##P_m(r + 1, n)= n^{-r}\cdot E_m(r + 1, n), E_m(r + 1, n)= \binom{n}{m} A(r+1, n-m) = \binom{n}{m} \displaystyle\sum_{v=0}^{n-m}(-1)^v \binom{n-m}{v}(n-m-v)^r ##

##P_{m+1}(r, n) = \binom{n}{m} A(r, n-m-1) =\binom{n}{m+1} \displaystyle\sum_{v=0}^{n-m-1}(-1)^v \binom{n-m-1}{v}(n-m-1-v)^r \tag{2}##

If n=12, r=15, m=3, then ##E_3(15, 12) = 5.35910901948e15, P_3(15,12)= \frac{5.35910901948e15}{12^{15}}=0.34783549783##

##P_4(15,12)=12^{-15}\cdot E_4(15,12)=12^{-15}\cdot4.32354508185e15= 0.28062173217 ##

##P_3(16,12)= 12^{-16}\cdot E_3(16,12)=0.354417200752##

##P_3(16,12)= 0.34783549783 \times\frac34 + 0.28062173217\times \frac13= 0.354417200762##

Is this correct way to prove?
 
Last edited:
Physics news on Phys.org
  • #2
I am not sure which line you wrote is a question to be proved and which line are definition of the symbols.
 
  • #3
anuttarasammyak said:
I am not sure which line you wrote is a question to be proved and which line are definition of the symbols.
We require to show that Homework statement is correct and true with the help of relevant equation.
I used a hypothetical example of n(cells)=12, r(objects)=15, m(empty cells) =3.
 
  • #4
WMDhamnekar said:
I used a hypothetical example of n(cells)=12, r(objects)=15, m(empty cells) =3.
Was this example helpful for you to check / verify the statement ? Why do not you try simpler cases ,e.g. n=r=1, m=0?
 
Last edited:
  • #5
anuttarasammyak said:
Was this example helpful for you to check / verify the statement ? Why do not you try simpler cases ,e.g. n=r=1, m=0?
Yes. That is very easy way to prove the homework statement with the relevant equation.
 
  • #6
Demonstrating that an equation works for a particular example is not a proof. You have started off well with
WMDhamnekar said:
$$
\begin{aligned}
P_m(r + 1, n) &= n^{-r}\cdot E_m(r + 1, n) \\
E_m(r + 1, n) &= \binom{n}{m} A(r+1, n-m)
\end{aligned}
$$

However $$
\binom{n}{m} A(r+1, n-m) \ne \binom{n}{m} \displaystyle\sum_{v=0}^{n-m}(-1)^v \binom{n-m}{v}(n-m-v)^r
$$

I suggest you write expressions for ## P_m(r, n)\cdot \frac{n-m}{n} ## and ## P_{m+1}(r, n)\cdot \frac{m+1}{n} ## and compare terms with the correct expansion of ## n^{-r}\cdot E_m(r + 1, n) ##
 
  • #7
##[1] P_m(r,n)\cdot \frac{n-m}{n} + P_{m+1}(r,n)\cdot \frac{m+1}{n}= n^{-r} \binom{n}{m} \displaystyle\sum_{v=0}^{n-m} (-1)^v \binom{n-m}{v}(n-m-v)^r \cdot \frac{n-m}{n} + n^{-r} \binom{n}{m+1} \displaystyle\sum_{v=0}^{n-m-1}(-1)^v \binom{n-m-1}{v}(n-m-1-v)^r \cdot \frac{m+1}{n} ####[2] P_m(r + 1, n)= n^{-r}\cdot E_m(r + 1, n)=n^{-r} \binom{n}{m} A(r+1, n-m) = n^{-r}\binom{n}{m} \displaystyle\sum_{v=0}^{n-m}(-1)^v \binom{n-m}{v}(n-m-v)^r##

Now, how to show that [2] = [1]?
 
  • #8
Ok, that is not going to be easy; perhaps a different approach is needed (I don't think your relevant equation is actually relevant at all, and once you see it the solution is so easy you are going to kick yourself: I did!).

We are looking for the probability that after ## r + 1 ## balls have been distributed exactly ## m ## cells are empty. Think about the balls being distributed one at a time: how can we get to this state from the possible states after ## r ## balls have been distributed?
 
  • #9
pbuk said:
Ok, that is not going to be easy; perhaps a different approach is needed (I don't think your relevant equation is actually relevant at all, and once you see it the solution is so easy you are going to kick yourself: I did!).

We are looking for the probability that after ## r + 1 ## balls have been distributed exactly ## m ## cells are empty. Think about the balls being distributed one at a time: how can we get to this state from the possible states after ## r ## balls have been distributed?
##P_m(r+1,n)=P_m(r, n) + P_m(1,n) = n^{-r}\cdot \binom{n}{m} \cdot \displaystyle\sum_{v=0}^{n-m} (-1)^v\cdot \binom{n-m}{v}\cdot (n-m-v)^r + n^{-r}\cdot \binom{n}{m} \cdot(n-m)##

Are these computations correct logically?

Now, are there any binomial theorem properties of any use here?
 
  • #10
WMDhamnekar said:
##P_m(r+1,n)=P_m(r, n) + P_m(1,n) = n^{-r}\cdot \binom{n}{m} \cdot \displaystyle\sum_{v=0}^{n-m} (-1)^v\cdot \binom{n-m}{v}\cdot (n-m-v)^r + n^{-r}\cdot \binom{n}{m} \cdot(n-m)##

Are these computations correct logically?
No, you are not on the right track, there are no summations involved. Look at the two terms in the "answer" for the clues:

## P_m(r, n) ## is the probability that we have ## m ## empty holes after r balls are placed. When we place the ## (r + 1) ##th ball then either it goes into one of those empty holes and there are only ## m - 1 ## empty, which is not what we want, or it goes into one of the ## n - m ## holes that are not empty so there are still ## m ## empty which is what we DO want. What is the probability of that?

What about ## P_{m+1}(r, n) ##?

Are there any other ways we can get to ## m ## empty holes when placing the ## (r + 1) ##th ball?
 
  • #11
pbuk said:
No, you are not on the right track, there are no summations involved. Look at the two terms in the "answer" for the clues:

## P_m(r, n) ## is the probability that we have ## m ## empty holes after r balls are placed. When we place the ## (r + 1) ##th ball then either it goes into one of those empty holes and there are only ## m - 1 ## empty, which is not what we want, or it goes into one of the ## n - m ## holes that are not empty so there are still ## m ## empty which is what we DO want. What is the probability of that?

What about ## P_{m+1}(r, n) ##?

Are there any other ways we can get to ## m ## empty holes when placing the ## (r + 1) ##th ball?
So,
## P_m(r+1,n) = n^{-r}\frac{(n-1)!}{m!(n-m-1)!}\displaystyle\sum_{v=0}^{n-m}(-1)^v\binom{n-m}{v}(n-m-v)^r + n^{-r}\frac{(n-1)!}{m!(n-m-1)!}\displaystyle\sum_{v=0}^{n-m-1}(-1)^v \binom{n-m-1}{v}(n-m-1-v)^r##

##P_m(r+1,n)=n^{-r}\binom{n-1}{m}\left[\displaystyle\sum_{v=0}^{n-m}(-1)^v\binom{n-m}{v}(n-m-v)^r +\displaystyle\sum_{v=0}^{n-m-1}(-1)^v\binom{n-m-1}{v}(n-m-1-v)^r\right]##

Now, what to do next?
 
  • #12
WMDhamnekar said:
Now, what to do next?
Start again I am afraid.

We are interested in the probability of the state after placing ## r + 1 ## balls being exactly ## m ## empty cells, ## P_m(r + 1,n) ##. In order to reach this state then either:
  • the state after placing ## r ## balls was that exactly ## m ## cells were empty (with probability ## P_m(r, n) ##) and the ## (r + 1)th ## ball was placed in an occupied cell (with probability ## \frac{n-m}n ##); or
  • the state after placing ## r ## balls was that exactly ## m +1 ## cells were empty (with probability ## P_{m-1}(r, n) ##) and the ## (r + 1)th ## ball was placed in an empty cell, reducing the number of empty cells to ## m ## (with probability ## \frac{m+1}n ##).
And that is all there is to it.
 

1. What is combinatorial analysis?

Combinatorial analysis is a branch of mathematics that deals with the study of discrete structures and their properties. It involves counting, arranging, and selecting objects or elements from a set.

2. What are the basic elements of combinatorial analysis?

The basic elements of combinatorial analysis are permutations, combinations, and variations. These concepts are used to determine the number of ways in which a given set of objects can be arranged, selected, or combined.

3. How is combinatorial analysis used in real life?

Combinatorial analysis has many practical applications in fields such as computer science, statistics, and engineering. It is used to solve problems related to probability, optimization, and data analysis.

4. What are some common techniques used in combinatorial analysis?

Some common techniques used in combinatorial analysis include the multiplication principle, the addition principle, and the inclusion-exclusion principle. These techniques help in solving complex counting problems.

5. What are some challenges in combinatorial analysis?

One of the main challenges in combinatorial analysis is the large number of possible outcomes that need to be considered in certain problems. This can make it difficult to find an efficient solution. Additionally, the use of advanced techniques such as generating functions and recurrence relations can also be challenging for some individuals.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
  • Math Proof Training and Practice
Replies
25
Views
2K
  • Math Proof Training and Practice
2
Replies
61
Views
6K
  • Math Proof Training and Practice
3
Replies
100
Views
7K
  • Linear and Abstract Algebra
Replies
10
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
930
Replies
3
Views
737
  • Linear and Abstract Algebra
Replies
23
Views
1K
  • Math Proof Training and Practice
2
Replies
51
Views
7K
Back
Top