Proof of Equations using Combinatorics

  • Thread starter Thread starter Dragonfall
  • Start date Start date
  • Tags Tags
    Proof
Dragonfall
Messages
1,023
Reaction score
5
I have a bunch of equations that I must prove 'using combinatorics', which means double counting or some sort of bijective mapping. I haven't done this before, and I'd like to know, as an example, how the following can be proved 'combinatorially':

\left(\begin{array}{cc}{n+1}\\{m+1}\end{array}\right)=\sum_{i=0}^{n-m}\left(\begin{array}{cc}{m+i}\\m\end{array}\right)
 
Physics news on Phys.org
Notice the left hand side counts the number of bitstrings of length n + 1 containing m + 1 ones.
 
look at ways of choosing m+1 elements from n+1 objects.

the series tells you that you sum up the ways of choosing m objects from m+i objects. but you want to choose m+1 objects; so what happens to the m+1th element?

hint1: read the sum backward
\sum_{i=n-m}^{0}\binom{m+i}{m}
(i keeps decreasing, not increasing)
hint2: choose 1 element first, then choose the other m elements.

if that isn't enough,
hint3: look at the position of the first element when choosing...
 
Last edited:
Shouldn't it be multiplied instead of summed?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top