Can the Combinatorial Fun Formula Be Proven Using Induction?

  • MHB
  • Thread starter MarkFL
  • Start date
  • Tags
    Fun
In summary, the conversation discusses using induction to prove the equation \sum_{k=1}^n\left(\frac{(-1)^{k-1}}{k+1}{n \choose k} \right)=\frac{n}{n+1}.The formula C_\left (n,k\right )=C_\left (n-1,k\right )+C_\left (n-1,k-1\right ) is used, and the proof is completed for n=n-1 and n=n.
  • #1
MarkFL
Gold Member
MHB
13,288
12
Show that:

\(\displaystyle \sum_{k=1}^n\left(\frac{(-1)^{k-1}}{k+1}{n \choose k} \right)=\frac{n}{n+1}\)

Hint:

Use:

\(\displaystyle (1+x)^n=\sum_{k=0}^n\left({n \choose k}x^k \right)\)

for an appropriate value of $x$.
 
Mathematics news on Phys.org
  • #2
MarkFL said:
Show that:

\(\displaystyle \sum_{k=1}^n\left(\frac{(-1)^{k-1}}{k+1}{n \choose k} \right)=\frac{n}{n+1}\)

Hint:

Use:

\(\displaystyle (1+x)^n=\sum_{k=0}^n\left({n \choose k}x^k \right)\)

for an appropriate value of $x$.

Hi everyone, :)

\[(1+x)^n=\sum_{k=0}^n\left({n \choose k}x^k \right)\]

\[\Rightarrow\int_{0}^{x}(1+x)^n\, dx=\int_{0}^{x}\sum_{k=0}^n\left({n \choose k}x^k \right)\, dx\]

\[\Rightarrow\frac{(1+x)^{n+1}}{n+1}-\frac{1}{n+1}=\sum_{k=0}^n\left({n \choose k}\frac{x^{k+1}}{k+1} \right)\]

Substitute \(x=-1\) and we get,

\[-\frac{1}{n+1}=\sum_{k=0}^n\left(\frac{(-1)^{k+1}}{k+1}{n \choose k} \right)\]

\[\Rightarrow 1-\frac{1}{n+1}=\sum_{k=1}^n\left(\frac{(-1)^{k+1}}{k+1}{n \choose k} \right)\]

\[\therefore \frac{n}{n+1}=\sum_{k=1}^n\left(\frac{(-1)^{k-1}}{k+1}{n \choose k} \right)\]
 
  • #3
in fact this also can be done using induction method

if you are interested ,I will do it later
 
  • #4
Note that (I changed the exponent of $-1$ from $k-1$ to $k+1$, but this leaves the result unchanged) :
\[\sum_{k=1}^n \binom{n}{k} \cdot \tfrac{(-1)^{k+1}}{k+1} = \tfrac{1}{n+1}\cdot \sum_{k=1}^n \binom{n+1}{k+1} \cdot (-1)^{k+1} \]

since \[\binom{n}{k} \cdot \frac{n+1}{k+1} = \frac{n!}{k! \cdot (n-k)!} \cdot \frac{n+1}{k+1} = \frac{(n+1)!}{(k+1)! \cdot (n-k)!} = \frac{(n+1)!}{(k+1)! \cdot (n+1 - (k+1))!} = \binom{n+1}{k+1}\]

And now we have, by the binomial theorem:
\[\sum_{k=1}^n \binom{n+1}{k+1} \cdot (-1)^{k+1} = \sum_{k=2}^{n+1} \binom{n+1}{k} \cdot (-1)^{k} = (1-1)^{n+1} - \binom{n+1}{0} + \binom{n+1}{1} = n\]

thus
\[\sum_{k=1}^n \binom{n}{k} \cdot \tfrac{(-1)^{k+1}}{k+1} = \frac{n}{n+1}\]
 
  • #5
I want to thank everyone that participated. (Yes)

Here is my solution (similar to that of PaulRS):

Begin with the binomial theorem as given with $x=-1$:

\(\displaystyle 0=(1-1)^{n+1}=(-1+1)^{n+1}=\sum_{k=0}^{n+1}\left({n+1 \choose k}(-1)^k \right)\)

Use the identities \(\displaystyle {n+1 \choose 0}=1\) and \(\displaystyle {n+1 \choose r}=\frac{n+1}{r}\cdot{n \choose r-1}\) to write:

\(\displaystyle 0=1+(n+1)\sum_{k=0}^n\left(\frac{(-1)^{k-1}}{k+1}{n \choose k} \right)\)

\(\displaystyle 0=1-(n+1)+(n+1)\sum_{k=1}^n\left(\frac{(-1)^{k-1}}{k+1}{n \choose k} \right)\)

\(\displaystyle \sum_{k=1}^n\left(\frac{(-1)^{k-1}}{k+1}{n \choose k} \right)=\frac{n}{n+1}\)
 
  • #6
I will use the induction and the following formula :
$C_\left (n,k\right )=C_\left (n-1,k\right )+C_\left (n-1,k-1\right )$
n=1
$\dfrac{-1^0}{1+1}C_\left (1,1\right )=\dfrac {1}{1+1}=\dfrac{1}{2}$
n=2
$\dfrac{-1^0}{1+1}C_\left(2,1\right )+\dfrac{-1^1}{2+1}C_\left(2,2\right)=\dfrac{2}{3}$
$=\dfrac{1}{2}+\dfrac{1}{2\times 3}$
n=3
$\dfrac{1}{2}C_\left(3,1\right)-\dfrac{1}{3}
C_\left(3,2\right)+\dfrac{1}{4}C_\left(3,3\right)=\dfrac{3}{4}$
$=\dfrac{2}{3}+\dfrac{1}{3\times 4}$
-------
-------
suppose n=n-1
$\dfrac{1}{2}C_\left (n-1,1\right)-\dfrac{1}{3}C_\left(n-1,2\right)+---+\dfrac{-1^{(n-2)}}{n}C_\left(n-1,n-1\right)=\dfrac{n-1}{n}$
$=\dfrac{n-2}{n-1}+\dfrac{1}{(n-1)\times n}$
n=n
$\dfrac{1}{2}C_\left (n,1\right)-\dfrac{1}{3}C_\left(n,2\right)+---+\dfrac{-1^{(n-1)}}{n+1}C_\left(n,n\right)=\dfrac{n}{n+1}$
$=\dfrac{n-1}{n}+\dfrac{1}{n\times (n+1)}$
so the proof is done !
 
Last edited:

FAQ: Can the Combinatorial Fun Formula Be Proven Using Induction?

What is combinatorial fun?

Combinatorial fun is a branch of mathematics and computer science that studies the ways in which objects can be combined and arranged. It involves analyzing patterns and structures in order to solve problems and create new systems.

How is combinatorial fun used in real life?

Combinatorial fun has numerous practical applications, such as in cryptography, data compression, and scheduling. It is also used in fields like statistics, genetics, and chemistry to analyze and organize data.

What are some common techniques used in combinatorial fun?

Some common techniques used in combinatorial fun include permutations, combinations, graph theory, and algorithms. These methods allow for the efficient exploration and analysis of a wide range of combinatorial problems.

What skills are needed to excel in combinatorial fun?

To excel in combinatorial fun, one needs a strong foundation in mathematics, logic, and problem-solving. Knowledge of programming languages and computer science principles is also beneficial for implementing and testing combinatorial algorithms.

What are some notable examples of combinatorial fun in action?

Combinatorial fun has been used to solve a variety of problems, including the development of efficient search algorithms, the creation of secure encryption methods, and the design of optimal tournament schedules. It has also been applied to fields like biology and physics to uncover new patterns and relationships.

Similar threads

Replies
3
Views
2K
Replies
1
Views
1K
Replies
3
Views
1K
Replies
1
Views
2K
Replies
3
Views
3K
Replies
9
Views
1K
Replies
21
Views
3K
Replies
1
Views
1K
Back
Top