Understanding the Binomial Coefficient through Generating Functions

Click For Summary
SUMMARY

The discussion focuses on deriving the binomial coefficient using generating functions as outlined in the textbook "Generatingfunctionology" by Herbert Wilf. The key concept involves partitioning subsets of size k from a set of n objects into two categories: those that include a specific object and those that do not. The first category corresponds to f(n-1, k-1) and the second to f(n-1, k), illustrating how the binomial coefficient can be recursively defined. This method clarifies the conceptual understanding of the binomial coefficient's derivation.

PREREQUISITES
  • Understanding of binomial coefficients
  • Familiarity with generating functions
  • Basic combinatorial concepts
  • Knowledge of recursive functions
NEXT STEPS
  • Study the derivation of binomial coefficients using generating functions in "Generatingfunctionology" by Herbert Wilf
  • Explore combinatorial proofs of the binomial theorem
  • Learn about recursive algorithms in combinatorics
  • Investigate applications of generating functions in solving combinatorial problems
USEFUL FOR

Mathematicians, students studying combinatorics, educators teaching generating functions, and anyone interested in the theoretical foundations of binomial coefficients.

foxjwill
Messages
350
Reaction score
0
[SOLVED] Binomial Coefficient

Homework Statement


I'm reading the textbook http://www.math.upenn.edu/~wilf/DownldGF.html" , and in section 1.5, the author explains how to derive the binomial coefficient via a generating function approach.

One of the things he mentions as obvious, isn't (at least to me). Maybe it's just because it's morning and I'm not thinking correctly, but anyway, here's what it is:

"Suppose [tex]f(n,k)[/tex] is the answer to the question [the binomial coefficient]. We imagine that the collection of all possible subsets of [tex]k[/tex] of these [tex]n[/tex] objects are in front of us, and we will divide them into two piles. In the first pile we put all of those subsets that do contain the object `[tex]n[/tex]', and into the second pile we put all subsets that do not contain `[tex]n[/tex]'. The first of these piles obviously contains [tex]f(n-1, k-1)[/tex] subsets. The second pile contains [tex]f(n-1, k)[/tex] subsets." (bold added by me)​
(bold added by me).

I don't really understand, conceptually, why he splits the piles like he does. Any help?

Homework Equations





The Attempt at a Solution


I looked at the established binomial coefficient, and it works out and all, but that didn't help me understand it.
 
Last edited by a moderator:
Physics news on Phys.org
He's trying to suggest how to find f(n,k) if you know all of the values of f(n-1,...). He does this by imagining removing an object ni from the set leaving n-1 objects to choose from. Now imagine how this affects the sets that f(n,k) is counting. If the set did not contain the ni to begin with, it remains unchanged (so there are f(n-1,k) of them). If the set did contain the ni, then it's size drops to k-1 (so there are f(n-1,k-1) of them).
 
Oh. That makes sense. Thanks so much!
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K