1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
(x+y)ⁿ
Chapter 7  ·  Class XI Mathematics

Expanding the Power of Algebra

Binomial Theorem

One Formula, Infinite Expansions — Master Pascal's Triangle

Chapter Snapshot

9Concepts
12Formulae
5–7%Exam Weight
3–4Avg Q's
Moderate-HighDifficulty

Why This Chapter Matters for Entrance Exams

JEE MainJEE AdvancedCBSEBITSAT

Binomial Theorem yields 2–3 JEE Main questions annually. Middle term, greatest term, and coefficient of xⁿ problems are extremely common. JEE Advanced uses binomial expansion in combination with series and limits.

Key Concept Highlights

Binomial Expansion
General Term Tᵣ₊₁
Middle Term
Pascal's Triangle
Properties of Binomial Coefficients
Greatest Binomial Coefficient
Numerically Greatest Term
Binomial Series
Applications in Approximation
Multinomial (intro)

Important Formula Capsules

$(x+y)^n = \sum\ ^nC_r x^{n-r} y^r\ \mathrm{(r=0\ to\ n)}$
$\text{General Term: } T_{r+1} = ^nC_r x^{n-r} y^r$
$\text{Middle term (n even): } T_{(n/2 + 1)}$
$\text{Sum of all coefficients: put } x=y=1 → 2^n$
$\text{Sum of odd coefficients = Sum of even } = 2^{n-1}$
$(1+x)ⁿ ≈ 1 + nx for |x| << 1$

What You Will Learn

Navigate to Chapter Resources

🏆 Exam Strategy & Preparation Tips

"Find the coefficient of xⁿ" is the most tested question type — solve 20+ of these. Middle term problems are guaranteed in CBSE. JEE Main loves questions where you set up Tᵣ₊₁ and compare powers. Spend 2 days on this chapter.

Pascal’s Triangle – Complete Concept, Properties, and Exam Applications

1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
First few rows of Pascal’s Triangle

Pascal’s triangle is a structured triangular arrangement of numbers where each entry is the sum of the two entries directly above it. These numbers are known as binomial coefficients, which play a central role in the expansion of expressions of the form (a + b)n.

For Class XI Mathematics Chapter 7 (Binomial Theorem), Pascal’s triangle provides a visual computation tool to quickly determine coefficients without factorial calculations, making it extremely useful in both board exams and competitive exams like JEE, NEET, and BITSAT.

Formal Definition

The entries of Pascal’s triangle correspond to binomial coefficients:
nCr, where each row represents a fixed value of n.

The triangle satisfies the recursive identity:
nCr = n-1Cr + n-1Cr-1

Construction Algorithm

  • First row starts with 1
  • Every row begins and ends with 1
  • Each inner term = sum of two numbers above
  • nth row contains (n + 1) terms

Connection with Binomial Theorem

The nth row gives coefficients of:
(a + b)n

Example:
Row 4 → 1, 4, 6, 4, 1
⇒ (a + b)4 = a⁴ + 4a³b + 6a²b² + 4ab³ + b⁴

Important Properties (Highly Exam Relevant)

  • Symmetry: nCr = nCn-r
  • Row Sum: Sum = 2n
  • Alternating Sum: 0 for n ≥ 1
  • Edges: Always 1

Hidden Patterns (Advanced Insight)

  • Second diagonal gives natural numbers: 1, 2, 3, 4...
  • Third diagonal gives triangular numbers
  • Shallow diagonals form Fibonacci sequence

Hockey Stick Identity

One of the most important identities derived from Pascal’s triangle:

rCr + r+1Cr + ... + nCr = n+1Cr+1

This identity is frequently asked in JEE Main and Advanced problems.

Worked Examples

Example 1: Find coefficient of x² in (1 + x)⁵

From Pascal’s triangle (row 5): 1, 5, 10, 10, 5, 1
Coefficient = 10

Example 2: Find sum of coefficients in (a + b)⁶

Put a = 1, b = 1
⇒ (1 + 1)⁶ = 2⁶ = 64

Importance for Board Exams

  • Direct expansion questions
  • Coefficient identification
  • Short answer proofs using symmetry
  • Fast evaluation without factorials

Importance for Competitive Exams (JEE / NEET)

  • Time-saving coefficient extraction
  • Pattern recognition questions
  • Identity-based problems (Hockey Stick, symmetry)
  • Used in probability and combinatorics

Why This Topic Matters

Pascal’s triangle is not just a computational tool but a foundational structure connecting algebra, combinatorics, probability, and number theory. Mastery of this topic significantly improves speed, accuracy, and intuition for solving binomial theorem problems in exams.

Binomial Theorem for Positive Integral Indices – Complete Theory, Proof & Applications

(a + b)⁰ = 1 (a + b)¹ = a + b (a + b)² = a² + 2ab + b² (a + b)³ = a³ + 3a²b + 3ab² + b³ (a + b)⁴ = a⁴ + 4a³b + 6a²b² + 4ab³ + b⁴
Pattern of binomial expansions for increasing powers

The Binomial Theorem provides a systematic and efficient method to expand expressions of the form (a + b)n, where n is a positive integer. Instead of repeated multiplication, it gives a direct algebraic formula involving binomial coefficients.

This theorem is one of the most important tools in Class XI Mathematics and serves as a foundation for advanced topics in algebra, probability, and calculus. It is frequently tested in CBSE board exams, JEE Main/Advanced, NEET, and BITSAT.

Standard Formula (Core Result)

(a + b)n = Σ [nCr an−r br],   r = 0 to n

where
nCr = n! / (r!(n − r)!)

Key Observations (Highly Important)

  • Total number of terms = n + 1
  • Powers of a decrease from n → 0
  • Powers of b increase from 0 → n
  • Coefficients are symmetric
  • Middle term depends on parity of n

General Term (Most Important for Exams)

The (r + 1)th term is:
Tr+1 = nCr an−r br

This is the most used formula in JEE and boards for:

  • Finding specific terms
  • Coefficient extraction
  • Middle term problems

Middle Term Concept

  • If n is even → one middle term = T(n/2)+1
  • If n is odd → two middle terms

Quick Expansion Example

Example: Expand (x + 2)⁴

Using coefficients: 1, 4, 6, 4, 1
= x⁴ + 8x³ + 24x² + 32x + 16

Coefficient Extraction Trick (JEE Level)

Find coefficient of x³ in (2x + 1)⁵

General term:
Tr+1 = 5Cr (2x)5−r

Power of x = 3 ⇒ 5 − r = 3 ⇒ r = 2
Coefficient = 5C2 × 2³ = 10 × 8 = 80

Important Identities

  • Sum of coefficients = 2ⁿ
  • Alternating sum = 0
  • nCr = nCn−r

Proof Insight (Conceptual Understanding)

Each term arises by selecting either a or b from each factor. The number of ways to select r b’s from n factors is nCr, which directly explains the coefficients in the expansion.

Exam Importance

For Board Exams
  • Direct expansions
  • General term questions
  • Proof-based questions
For JEE / NEET
  • Coefficient extraction (very frequent)
  • Term independence problems
  • Maximum term questions
  • Mixed with probability & combinatorics

Common Mistakes (High Value Section)

  • Confusing r with term number
  • Ignoring power balance (a + b total power must be n)
  • Wrong coefficient due to missing constants
  • Forgetting binomial coefficient symmetry

Why This Topic is Critical

The Binomial Theorem is not just a formula but a core algebraic framework. It builds strong intuition for expansions, combinatorics, and pattern recognition, which are essential skills for solving high-level competitive exam problems efficiently.

Middle Term of Binomial Expansion – Formula, Cases, Tricks & Exam Applications

Total Terms = n + 1 n even → 1 middle term n odd → 2 middle terms Position depends on (n + 1) Use T(r+1) formula
Quick logic to identify middle term(s)

In the expansion of (a + b)n, the term(s) located at the center of the sequence are called the middle term(s). Since the total number of terms is (n + 1), identifying the middle depends entirely on whether n is even or odd.

This concept is extremely important in CBSE board exams and frequently appears in JEE Main, JEE Advanced, and NEET in the form of coefficient and term-identification problems.

General Term (Foundation)

The (r + 1)th term in the expansion is:
Tr+1 = nCr an−r br

All middle term problems are solved by combining:

  • Position of middle term
  • General term formula

Case 1: When n is Even

If n is even, then (n + 1) is odd → only one middle term.

Position:
(n/2 + 1)th term

Middle term:
T(n/2)+1 = nCn/2 an/2 bn/2

Example: Find middle term of (x + 1)⁶

n = 6 → middle term = 4th term
T₄ = 6C₃ x³ = 20x³

Case 2: When n is Odd

If n is odd, then (n + 1) is even → two middle terms.

Positions:
(n+1)/2th and (n+3)/2th terms

Middle terms:
T(n+1)/2 = nC(n−1)/2 a(n+1)/2 b(n−1)/2
T(n+3)/2 = nC(n+1)/2 a(n−1)/2 b(n+1)/2

Example: Find middle terms of (x + 1)⁵

n = 5 → middle terms = 3rd and 4th
T₃ = 10x³, T₄ = 10x²

Shortcut Logic (High Scoring Trick)

  • Just check parity of n
  • Find position using formula
  • Apply general term directly
  • No need to expand full expression

Maximum Coefficient Insight

The middle term(s) usually have the largest binomial coefficients. This is because:

  • nCr increases up to middle
  • Then decreases symmetrically

Advanced Application (JEE Level)

Find term independent of x in (x + 1/x)⁶

General term:
Tr+1 = 6Cr x6−2r

For independence: power = 0
6 − 2r = 0 → r = 3

Term = 6C₃ = 20

Common Mistakes (Exam Traps)

  • Confusing term number with r
  • Forgetting total terms = n + 1
  • Wrong parity check (even/odd)
  • Missing power balancing in x + 1/x type questions

Why This Topic Matters

Middle term concepts are essential for solving high-speed problems in binomial theorem. They reduce computation drastically and are heavily used in coefficient extraction, maximum term, and independent term problems.

Example 1 – Binomial Expansion with Variable Powers

Power Flow Pattern x² → decreases (3/x) → increases Total power = constant Track exponent carefully
Power balancing in binomial expansion

Expand: (x² + 3/x)⁴, where x ≠ 0

Concept Used

This is a standard binomial expansion problem of the form:
(a + b)n

  • a = x²
  • b = 3/x
  • n = 4

Using binomial theorem:
Tr+1 = nCr an−r br

Step-by-Step Expansion

(x² + 3/x)⁴ =

= 4C₀(x²)⁴ + 4C₁(x²)³(3/x) + 4C₂(x²)²(3/x)² + 4C₃(x²)(3/x)³ + 4C₄(3/x)⁴

Simplification

= x⁸ + 4·x⁶·(3/x) + 6·x⁴·(9/x²) + 4·x²·(27/x³) + 81/x⁴

= x⁸ + 12x⁵ + 54x² + 108/x + 81/x⁴

Final Answer

x⁸ + 12x⁵ + 54x² + 108/x + 81/x⁴

Power Analysis (Important Insight)

  • Power of x decreases by 3 each step
  • Sequence: 8 → 5 → 2 → −1 → −4
  • This pattern helps verify correctness quickly

Shortcut for Verification (JEE Trick)

Instead of full expansion:

  • Track power of x using exponent rule
  • Use coefficient pattern: 1, 4, 6, 4, 1
  • Multiply constants separately (3ⁿ part)

Common Mistakes

  • Wrong exponent simplification (very common)
  • Forgetting (3/x)² = 9/x²
  • Not combining powers correctly
  • Missing condition x ≠ 0

Exam Relevance

  • Direct expansion (Boards)
  • Coefficient-based questions (JEE)
  • Power pattern recognition
  • Used in finding specific terms

Example 2 – Fast Computation Using Binomial Theorem (98)5

98 ≈ 100 Rewrite → (100 − 2) Apply Binomial Theorem Alternate signs Fast large number calculation
Smart computation strategy using binomial theorem

Compute: (98)5

Concept Used

This problem uses the idea of rewriting numbers close to powers of 10:

98 = 100 − 2

So,
(98)5 = (100 − 2)5

Apply Binomial Theorem

Using:
(a − b)n = Σ (−1)r nCr an−r br

(100 − 2)5 =

= 100⁵ − 5·100⁴·2 + 10·100³·4 − 10·100²·8 + 5·100·16 − 32

Simplification

= 10000000000 − 1000000000 + 40000000 − 800000 + 8000 − 32

= 9039207968

Final Answer

9039207968

Smart Calculation Insight

  • Choose base close to 100 or 10ⁿ
  • Use alternating signs for subtraction
  • Higher powers dominate, lower powers fine-tune result

JEE-Level Trick

Instead of full multiplication:

  • Expand only till needed precision
  • Use pattern: 1, 5, 10, 10, 5, 1
  • Mentally track powers of 100

Common Mistakes

  • Forgetting alternating signs
  • Calculation errors in large numbers
  • Wrong power of 100 handling

Exam Importance

  • Fast numerical calculation (Boards)
  • Mental math optimization (JEE/NEET)
  • Application of binomial theorem in real computation

Why This Method is Powerful

This approach converts difficult multiplications into structured algebraic expansions, making large-number calculations fast, accurate, and highly efficient under exam conditions.

Example 3 – Proof Using Binomial Theorem (Remainder Concept)

6 = 1 + 5 Expand (1 + 5)ⁿ Terms contain 5² = 25 Ignore multiples of 25 Result ≡ 1 (mod 25)
Key idea: eliminate multiples of 25 using binomial expansion

Prove that: 6n − 5n leaves remainder 1 when divided by 25

Strategy (Core Idea)

Rewrite 6 in a form suitable for binomial expansion:

6 = 1 + 5

So,
6n = (1 + 5)n

Apply Binomial Theorem

(1 + 5)n =
1 + n·5 + nC₂·5² + nC₃·5³ + ... + nCₙ·5ⁿ

Since nC₁ = n, we get:

6n = 1 + 5n + nC₂·25 + nC₃·125 + ...

Subtract 5n

6n − 5n =
1 + nC₂·25 + nC₃·125 + ...

Key Observation

Every term except 1 contains a factor of 25:

  • 5² = 25
  • 5³ = 125 = 25 × 5
  • All higher powers contain 25

So we can write:

6n − 5n = 1 + 25k, where k is an integer

Final Conclusion

Therefore, 6n − 5n ≡ 1 (mod 25)

Hence, the remainder when divided by 25 is always 1.

Shortcut Insight (JEE Level)

  • Use expansion of (1 + multiple of 5)
  • Ignore terms containing 25 or higher powers
  • Only first two terms matter for modulo 25

General Pattern

For expressions like:

  • (1 + k)n mod k²

Only first two terms survive:
(1 + k)n ≡ 1 + nk (mod k²)

Common Mistakes

  • Expanding fully without using modulo logic
  • Not identifying factor 25 early
  • Missing simplification opportunity

Exam Importance

  • Proof-based questions (Boards)
  • Modular arithmetic + binomial combo (JEE Advanced)
  • High-speed remainder problems

Why This Problem is Important

This question connects binomial theorem with number theory (modulo arithmetic), a powerful combination frequently used in competitive exams to simplify otherwise complex expressions.

Example 4 – Find a Specific Term Using Binomial Theorem

General Term T(r+1) Match Power of x Solve for r Substitute & get answer
Strategy to find required term directly

Find the term containing x³ in the expansion of (2x + 3)⁵

Concept Used

Use the general term:
Tr+1 = nCr (2x)n−r (3)r

  • n = 5
  • a = 2x
  • b = 3

Step 1: Write General Term

Tr+1 = 5Cr (2x)5−r (3)r

Step 2: Track Power of x

Power of x = (5 − r)

Required power = 3
⇒ 5 − r = 3
⇒ r = 2

Step 3: Substitute r = 2

T₃ = 5C₂ (2x)³ (3)²

= 10 × 8x³ × 9

= 720x³

Final Answer

Required term = 720x³

Shortcut Trick (High Value)

  • Directly equate exponent of x
  • No need to expand full expression
  • Always use general term formula

Coefficient Extraction Insight

Coefficient of x³ = 720

Common Mistakes

  • Ignoring coefficient of x inside bracket (2x)
  • Wrong exponent equation
  • Forgetting (2x)³ = 8x³

Exam Importance

  • Very frequent in CBSE boards
  • Core concept in JEE Main & Advanced
  • Used in coefficient and independent term problems

Why This Problem Matters

This is one of the most important question types in binomial theorem. Mastering this allows you to solve complex expansion problems in seconds without writing full expansions.

Example 5 – Term Independent of x (Most Important Type)

Find the term independent of x in (x² + 1/x)⁶

Concept Used

General term:
Tr+1 = nCr (x²)n−r (1/x)r

Power Tracking

Power of x:
= 2(6 − r) − r = 12 − 3r

For independent term:
12 − 3r = 0 ⇒ r = 4

Final Calculation

T₅ = 6C₄ (x²)² (1/x)⁴

= 15 × x⁴ × 1/x⁴ = 15

Final Answer

15

JEE Shortcut

  • Make exponent equation = 0
  • Solve for r instantly
  • No expansion needed

Example 6 – Maximum Term in Binomial Expansion

Find the maximum term in (1 + 2)¹⁰

Concept Used

Maximum term occurs when:
|Tr+1 / Tr| ≥ 1 and next ratio ≤ 1

General Ratio

Tr+1 / Tr = [(n − r + 1)/r] × (b/a)

Here:
n = 10, a = 1, b = 2

Ratio ≥ 1:
(11 − r)/r × 2 ≥ 1

Solve:
2(11 − r) ≥ r
22 − 2r ≥ r
22 ≥ 3r ⇒ r ≤ 7.33

So maximum at r = 7 or 8

Check Terms

T₈ = 10C₇ × 2⁷ = 120 × 128 = 15360

T₉ = 10C₈ × 2⁸ = 45 × 256 = 11520

Maximum Term

15360

Shortcut Insight

  • Maximum near middle but shifts toward larger base
  • If b > a → shift right
  • If b < a → shift left

Example 7 – Greatest Coefficient in Expansion

Find the greatest coefficient in (1 + x)¹⁰

Concept Used

Coefficients are:
nCr

Maximum coefficient occurs at middle:

  • If n even → r = n/2
  • If n odd → two equal maximums

Apply

n = 10 → r = 5

Greatest coefficient:
10C₅ = 252

Final Answer

252

Key Insight

  • Pure coefficient problem (no x tracking)
  • Direct from Pascal triangle
  • Very fast scoring question

Binomial Theorem – Complete Problem Types Master Sheet (JEE + Boards)

1. Expansion Type

  • Direct expansion
  • Variable powers
  • Numerical evaluation

2. Term Finding Type

  • General term → T(r+1)
  • Specific power of x
  • Coefficient extraction

3. Special Term Problems

  • Middle term
  • Term independent of x
  • Rational/Integral term

4. Maximum / Greatest Problems

  • Maximum term (ratio method)
  • Greatest coefficient

5. Modular Arithmetic Type

  • Remainder problems
  • (1 + k)ⁿ mod k² pattern

6. High-Level JEE Types

  • Multiple variables
  • Constraint-based terms
  • Mixed with probability

Ultimate Solving Framework

  1. Identify a, b, n
  2. Write general term
  3. Track power carefully
  4. Form equation (if needed)
  5. Solve for r
  6. Substitute and simplify

Top JEE Traps

  • Wrong exponent equation
  • Ignoring coefficients inside brackets
  • Missing symmetry
  • Sign errors in (a − b)ⁿ

Why This Sheet is Powerful

This framework covers nearly all question types asked in CBSE and JEE exams, enabling fast identification, solving, and verification of binomial theorem problems.

AI Binomial Solver – Step-by-Step Engine

Enter any expression like (2x+3)^5 or (x^2+1/x)^6

Power Tracker – Understand Exponent Flow

Visual pattern of powers in binomial expansion

aⁿ aⁿ⁻¹ aⁿ⁻² ... b⁰ ... Total power always = n

As one power decreases, the other increases → sum remains constant

Ultimate Binomial Theorem Lab – AI + Practice + Visualization

1. AI Step Solver

2. Practice Engine (JEE Level)

3. Power Flow Visualizer

4. Smart Strategy Selector

Recent posts

    Share this Chapter

    Found this helpful? Share this chapter with your friends and classmates.


    💡 Exam Tip: Share helpful notes with your study group. Teaching others is one of the fastest ways to reinforce your own understanding.

    Frequently Asked Questions

    The Binomial Theorem gives the expansion of \((a+b)^n\), where \(n\) is a non-negative integer, in the form \(\sum_{r=0}^{n} {n \choose r} a^{n-r} b^r\).

    The general term (r+1)th term is \(T_{r+1} = {n \choose r} a^{n-r} b^r\).

    A binomial expression is an algebraic expression consisting of exactly two unlike terms, such as \(a+b\) or \(x-2y\).

    The binomial coefficient \({n \choose r}\) represents the number of ways of choosing \(r\) objects from \(n\) objects and equals \(\dfrac{n!}{r!(n-r)!}\).

    The theorem applies when the exponent is a non-negative integer.

    \((a+b)^2 = a^2 + 2ab + b^2\).

    \((a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3\).

    There are \(n+1\) terms in the expansion.

    If \(n\) is even, the middle term is the \(\left(\dfrac{n}{2}+1\right)\)th term; if \(n\) is odd, there are two middle terms.

    The middle term is the 4th term: \(T_4 = {6 \choose 3}x^3y^3\).

    Pascal’s Triangle is a triangular arrangement of binomial coefficients.

    \({n \choose r} = {n-1 \choose r} + {n-1 \choose r-1}\).

    The first term is \(a^n\).

    The last term is \(b^n\).

    The coefficient of the general term is \({n \choose r}\).

    BINOMIAL THEOREM – Learning Resources

    Get in Touch

    Let's Connect

    Questions, feedback, or suggestions?
    We'd love to hear from you.