The Binomial Theorem & Specific Coefficients
For any nonnegative integer ,
The coefficient is called a binomial coefficient. The term containing (and hence ) is
Why it is true (combinatorial view): expanding means choosing, from each of the factors, either or . A term arises from every way of choosing in exactly of the factors, and there are such choices.
Find the coefficient of in .
The general term is . We need , so :
So the coefficient of is .
Tips. (1) Match the exponent first, then plug in . (2) Track signs carefully: a term like alternates. (3) For , the general term is ; set equal to the desired power.
Pascal's Triangle & Pascal's Rule
Every interior entry of Pascal's Triangle is the sum of the two entries directly above it. Row (starting at ) lists .
Combinatorial proof: to form a -element committee from people, fix one person . Either is on the committee (choose the other from the remaining : ways) or is not (choose all from the remaining : ways).
Simplify .
By Pascal's Rule with , : .
Tips. Symmetry mirrors each row. The first nonzero entries are and . Memorize rows up to for speed on contests.
Row Sums & Alternating Sums
Set in the Binomial Theorem for the first; set for the second. Combinatorial view of : the total number of subsets of an -element set, counted by size, is ; but each element is independently in or out, giving subsets.
Evaluate .
Add the two identities: adding and cancels the odd-index terms and doubles the even ones, so
The odd-index sum equals as well.
Tips. Plugging clever values () into is the master trick for summing binomial coefficients. To split even/odd indices, average and .
The Hockey Stick Identity
Summing a diagonal of Pascal's Triangle (the “stick”) gives the entry just below and to the side of its end (the “blade”). Combinatorial proof: to choose numbers from , condition on the largest chosen number . The remaining numbers come from in ways; summing over gives the total .
Compute .
Here , , so the sum is . (Check: .)
Tips. The lower index is fixed while the upper index climbs. A common variant, , follows by symmetry.
Vandermonde's Identity
Combinatorial proof: to choose a committee of people from a group of women and men, choose women and men; summing over all valid counts every committee exactly once, giving . The special case gives (using symmetry ).
Evaluate .
By Vandermonde with : the sum is .
Tips. Recognize Vandermonde whenever a sum has two binomial factors whose upper indices are constant and whose lower indices add to a constant. The sum-of-squares case appears constantly.
Combinatorial (Committee--Chair) Identities
Combinatorial proof (choose a committee and a chair): count pairs (committee of size , a distinguished chair on it). Left side: pick the committee ( ways), then the chair from its members. Right side: pick the chair first ( ways), then the remaining members from the other people. Two useful consequences:
Evaluate .
Replace :
Tips. The “double counting” strategy---count one set two ways---proves nearly all binomial identities. The absorption identity is also how you turn a weighted sum into a plain row sum.
Lattice Path Counting
The number of lattice paths from the origin to using only unit steps right () and up () is
Each path is a sequence of steps of which exactly are ; choosing which steps are determines the path.
How many shortest paths go from to along grid lines?
Each path uses rights and ups, steps total: paths. (One such path is drawn above.)
Tips. Paths through a required point multiply: (paths )(paths end). To avoid a forbidden point, subtract the paths that pass through it. Pascal's Rule is exactly the lattice-path recursion: paths to = paths to + paths to .
Going Deeper: Proofs, Generating Functions & Extracting Coefficients
1. Combinatorial (double counting). Count a set of objects two different ways; the two counts must be equal. This proved Pascal's Rule, Hockey Stick, Vandermonde, and the committee--chair identity above.
2. Generating functions. Treat as a polynomial whose coefficients store the binomial coefficients. Multiplying series adds exponents, so identities about sums become statements about products of polynomials. For instance, Vandermonde falls out of
by comparing the coefficient of on both sides: the left side gives , the right gives .
3. Extracting coefficients. The symbol means “the coefficient of in .” Many contest problems reduce to computing of a product of simple factors---exactly the specific-coefficient technique from Section 1.
Find using generating functions.
Since , the sum is
Big picture. Binomial coefficients live at the crossroads of algebra and counting. Every identity in this unit has a story (count something two ways) and a formula (compare coefficients in a product). When you see a sum of products of binomial coefficients, ask three questions: Is it a row sum? () Is it a diagonal? (Hockey Stick) Are two groups being merged? (Vandermonde). And when you need a single coefficient, match the exponent first, then evaluate. Master both the counting story and the algebra, and these problems become routine.
The Roots of Unity Filter
Let be a primitive th root of unity. The key fact is the orthogonality relation
This average acts as an on/off switch that survives only when the exponent is a multiple of . Apply it to the generating polynomial . Substituting , weighting by , and averaging over isolates exactly the terms with :
The , case recovers the even-index sum from Section 3; the filter is its far-reaching generalization.
Evaluate .
Take , , , and . The filter gives
Now simplify the two complex factors. Since ,
Both have modulus , so raising to the th power rotates the angle to :
Therefore
(Check directly: .)
Tips. (1) The complex factors always pair as conjugates, so their sum is real---write in polar form and add. (2) The general clean formula for is . (3) The same machine filters coefficients of any polynomial or power series, not just ---it is the standard tool for “count the objects whose size is ” problems.
The Generalized Binomial Series
Define, for any real (or complex) and integer ,
Newton's generalized binomial theorem then extends the expansion to non-integer exponents: for ,
When is a nonnegative integer the numerator eventually hits the factor , killing all terms past and recovering the ordinary finite Binomial Theorem. For other the series is genuinely infinite.
Negative integer upper index (ties back to stars and bars). Setting and simplifying the falling product gives
so that
The coefficient is exactly the stars-and-bars count of the ways to write as an ordered sum of nonnegative integers---so the negative binomial series is the generating function for distributing identical items into distinct boxes.
Show that the central binomial coefficients appear as the coefficients of ; that is, prove .
Apply Newton's theorem with and the variable :
Now evaluate . The numerator is
using . Hence
Multiplying by cancels both the sign and the :
This is the standard generating function .
Tips. (1) The identity (“negating the upper index”) converts messy negative-index expressions into ordinary positive binomial coefficients. (2) Whenever a problem produces , read off ---no separate stars-and-bars argument needed. (3) Fractional exponents () generate central binomial and Catalan-number series, which recur throughout combinatorics.
Coefficient Extraction: The Unifying Method
Every summation identity in this unit is a shadow of a single equation between generating functions, read off by comparing one coefficient. The recipe: encode each side as a power series, multiply, and equate . Because multiplying series convolves their coefficients,
a product of two known series manufactures a sum of products of coefficients---precisely the shape of Vandermonde, the subcommittee identity, and their kin. This “snake-oil” method turns the search for a closed form into the routine task of recognizing a product.
Evaluate (a committee of size from people, with a distinguished sub-board of size ).
Combinatorial read. Choosing a committee and then an -member sub-board is the same as choosing the -member board first ( ways) and then freely including or excluding each of the remaining people ( ways). So we expect .
Coefficient-extraction proof. Write and sum a geometric-style series in using . Setting ,
By the ordinary Binomial Theorem , whose coefficient is
Both stories agree, and the algebra needed nothing but “compare the coefficient of .”
Master strategy. Faced with an unfamiliar binomial sum, encode it as of a product you recognize: use for Vandermonde-type merges, to accumulate a running sum (this is Hockey Stick in disguise), and Newton's series from the previous section for negative or fractional exponents. Then the identity is proved the instant you name the coefficient. Combinatorial double-counting supplies the meaning; coefficient extraction supplies a mechanical proof---and together they make even AIME/olympiad-level binomial sums tractable.
Formulas, Proofs & Tips
What it means. Expands any power of a binomial; is row of Pascal's triangle.
Example. , the coefficients being .
Why it works. Expanding means choosing, from each of the factors, either or . A term with copies of arises once for every way of choosing which factors supply the — that count is .
Tip. The term containing is , so you can grab a single coefficient without expanding everything.