More Combinatorial Fun: Evaluating Sums

  • Context: MHB 
  • Thread starter Thread starter MarkFL
  • Start date Start date
  • Tags Tags
    Fun
Click For Summary
SUMMARY

The forum discussion centers on evaluating the sum \( S_n = \sum_{k=0}^n \left( \frac{1}{k+1} {n \choose k} \right) \). Participants highlight the importance of correctly applying the Fundamental Theorem of Calculus (FTOC) in their calculations. A participant realizes their mistake in algebra, leading to the correct result of \( \frac{1}{n+1} \). The conversation emphasizes the need for clarity in combinatorial evaluations and encourages sharing various solution methods.

PREREQUISITES
  • Understanding of combinatorial notation, specifically binomial coefficients
  • Familiarity with the Fundamental Theorem of Calculus (FTOC)
  • Basic algebraic manipulation skills
  • Knowledge of summation techniques in mathematics
NEXT STEPS
  • Study combinatorial identities and their proofs
  • Learn advanced applications of the Fundamental Theorem of Calculus
  • Explore different methods for evaluating sums, including generating functions
  • Investigate pre-calculus approaches to combinatorial problems
USEFUL FOR

Mathematicians, educators, and students interested in combinatorial mathematics and sum evaluations will benefit from this discussion.

MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Evaluate the given sum:

$$S_n=\sum_{k=0}^n\left(\frac{1}{k+1}{n \choose k} \right)$$
 
Mathematics news on Phys.org
MarkFL said:
Evaluate the given sum:

$$S_n=\sum_{k=0}^n\left(\frac{1}{k+1}{n \choose k} \right)$$
The integral of the binomial expansion of $(1+x)^n$ from $x=0$ to $1$ is the required sum. Thus $\int_{0}^1(1+x)^ndx=S_n$. This gives $S_n=\left.\frac{(x+1)^{n+1}}{n+1}\right|_{0}^1= \frac{2}{n} -\frac{1}{n}$.
 
caffeinemachine said:
The integral of the binomial expansion of $(1+x)^n$ from $x=0$ to $1$ is the required sum. Thus $\int_{0}^1(1+x)^ndx=S_n$. This gives $S_n=\left.\frac{(x+1)^{n+1}}{n+1}\right|_{0}^1= \frac{2}{n} -\frac{1}{n}$.

While this is an very straightforward method (much more elegant than my pre-calculus approach), your end result is incorrect, but only because you did not apply the FTOC correctly. :D
 
MarkFL said:
While this is an very straightforward method (much more elegant than my pre-calculus approach), your end result is incorrect, but only because you did not apply the FTOC correctly. :D
Ah.. I see. I should get $\frac{2}{n+1} - \frac{1}{n+1} = \frac{1}{n+1}$. Where have I committed a mistake? I cannot find it. :o

And what was your solution. I'd be interested in a pre-calculus solution.
 
caffeinemachine said:
Ah.. I see. I should get $\frac{2}{n+1} - \frac{1}{n+1} = \frac{1}{n+1}$. Where have I committed a mistake? I cannot find it. :o

And what was your solution. I'd be interested in a pre-calculus solution.

You should get:

$$S_n=\left.\frac{(x+1)^{n+1}}{n+1}\right|_{0}^1= \frac{(1+1)^{n+1}}{n+1}-\frac{(0+1)^{n+1}}{n+1}=\frac{2^{n+1}-1}{n+1}$$

I will post my solution soon, but I want to give others a chance to post their solutions first. (Sun)
 
MarkFL said:
You should get:

$$S_n=\left.\frac{(x+1)^{n+1}}{n+1}\right|_{0}^1= \frac{(1+1)^{n+1}}{n+1}-\frac{(0+1)^{n+1}}{n+1}=\frac{2^{n+1}-1}{n+1}$$

I will post my solution soon, but I want to give others a chance to post their solutions first. (Sun)
haha. I wasn't doing the algebra right. How silly of me.
 
Should use MarkFL’s solution approach ( he had solved a problem in this approach)

(nCk)/(k+1) = n!/(k! * (n-k)!) * (k+1) = 1/(n+1) ( n+ 1 C k+1)

So sum (nCk)/(k+1) = 1/(n+1) (sum (n+1 C k) - (n+1 C 0))
= 1/(n+1) (sum (n+1Ck) - 1)
= 1/(n+1) ( 2^(n+1) – 1)
 
Here's my solution:

Using the binomial theorem, we may state:

$$2^{n+1}=(1+1)^{n+1}=\sum_{k=0}^{n+1}{n+1 \choose k}$$

Next, apply the identities:

$${n \choose 0}=1$$

$${n+1 \choose r}=\frac{n+1}{r}{n \choose r-1}$$

and so we have:

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

Subtracting through by $1$ and re-indexing the sum, we have:

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

Dividing through by $n+1$ and using $$S_n=\sum_{k=0}^n\left(\frac{1}{k+1}{n \choose k} \right)$$ we find:

$$S_n=\frac{2^{n+1}-1}{n+1}$$
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K