The Chapter in One Idea
Everything here flows from one line:
— combinations count the coefficients. Each term picks factors to contribute ; there are ways to pick them. Pascal's triangle, the special cases, the numerical tricks and the general term are all this sum read in different ways.
The Theorem and Its Structure — Formula Card
- Statement: ; proved by induction using .
- Bookkeeping: terms; powers of fall , powers of rise ; every term's indices sum to .
- Pascal's triangle (Meru Prastara): row is ; each entry is the sum of the two above. Memorise rows to index 6.
- Special cases: alternates signs starting positive; ; alternates.
- Identities (put ): ; alternating sum ; even- and odd-position coefficient sums are each .
- The bases carry their coefficients: — the whole first quantity is raised to the power.
Applications — Formula Card
- Numerical powers: write the base as (or ): ; shows the row in its digits.
- Approximations: keep the first few terms — .
- Comparisons: for , — settles and in two terms.
- Divisibility/remainders: split so the modulus appears squared from the third term: gives ; is divisible by 64; .
- Conjugate pairs: keeps even powers of (doubled); the difference keeps odd powers. With surd , sums become integers: .
- Factor results: shows divides .
JEE Quick Card — General and Middle Terms
- General term: — the term number is one more than .
- Coefficient of : write , collect the power of in terms of , set equal to , solve, substitute. Non-integer or out-of-range means the term does not exist (coefficient 0).
- Term independent of : set the collected power to zero.
- Middle terms: even → single middle ; odd → two middles . Greatest binomial coefficient of : .
- Sum of coefficients: substitute (all variables to 1). Distinguish from the sum of binomial coefficients, which is always .
- Term from the end: -th from the end -th from the start.
- Equal coefficients: gives or — check both, then reject out-of-range roots.
Last-Minute Mistake Checklist
Before the exam, scan this list — each item is a real mark lost by real students:
- , not — the whole base carries the power.
- Term count: index means terms; miscounting loses or doubles a term.
- Sign slips in : signs alternate starting with ; the term with carries .
- vs : the 7th term has . Off-by-one here wrecks the whole answer.
- Solving for and accepting a non-integer — that means NO such term (coefficient 0), not a rounding.
- Middle terms: even has ONE middle; odd has TWO. Don't quote for odd .
- "Sum of coefficients" (substitute in everything) confused with "sum of binomial coefficients" ().
- In conjugate pairs, the SUM keeps EVEN powers of ; the DIFFERENCE keeps ODD. Swapping them flips the answer.
- Divisibility proofs: split off the right base so the modulus appears squared — mod 25 use 5's, mod 64 use 8's, mod 49 use 7's.
- In numerical work with a minus split, signs alternate — writing all plus signs for is the classic slip.