Binomial Theorem Class 11 NCERT Masterclass
Imagine trying to manually expand (x + y)^10 — it would take dozens of tedious algebraic multiplications! The binomial theorem class 11 ncert syllabus introduces an elegant algebraic formula that allows us to directly expand any positive integral power of a binomial expression. Introduced to simplify complex polynomial calculations, this chapter is crucial for both CBSE school exams and competitive engineering tests like JEE. In this comprehensive guide, you will master the Binomial Expansion formula, learn how to calculate General and Middle Terms, understand Pascal's Triangle, and solve challenging board-level problems step-by-step. Let's start learning with our YoLearn AI sketchpad approach!
Core Concept of Binomial Expansion
The Binomial Theorem provides a systematic method to expand any expression of the form (a + b)^n, where n is a positive integer. The general expansion formula is:
(a + b)^n = nC0 a^n b^0 + nC1 a^(n-1) b^1 + nC2 a^(n-2) b^2 + ... + nCn a^0 b^n
In this formula, the terms nC0, nC1, ..., nCn are called Binomial Coefficients and are calculated using combinations: **nCr = n! / (r! * (n-r)!)**.
Notice three critical patterns in the expansion:
- The total number of terms in the expansion of (a + b)^n is always (n + 1).
- In successive terms, the power of 'a' decreases by 1 (starting at n and ending at 0), while the power of 'b' increases by 1 (starting at 0 and ending at n).
- The sum of the indices (exponents) of 'a' and 'b' in any term is always equal to n.
Important Formulas & Terms
- Binomial Coefficient (nCr)
- The numerical coefficient of terms in a binomial expansion, computed as n! / (r! * (n - r)!).
- General Term (T_r+1)
- The (r + 1)-th term in the expansion of (a + b)^n, written as: T_(r+1) = nCr a^(n - r) b^r.
- Middle Term(s)
- If n is even, there is only one middle term: T_(n/2 + 1). If n is odd, there are two middle terms: T_((n+1)/2) and T_((n+3)/2).
How to Expand a Binomial Expression
- Identify the Components — Identify the values of 'a', 'b', and 'n' from the given binomial expression. Be careful with signs (e.g., if the expression is (2x - 3y)^4, then a = 2x, b = -3y, and n = 4).
- Apply the Binomial Theorem Formula — Write down the expansion structure using combination symbols (nCr) and assign decreasing powers to 'a' and increasing powers to 'b'.
- Calculate Binomial Coefficients — Compute the values of nC0, nC1, nC2... using combinations or Pascal's Triangle.
- Simplify Terms — Simplify the algebraic and numerical parts of each term to obtain the final expanded polynomial expression.
Step-by-Step Solved Examples
- Example 1: Expand (2x - 3)^4 using Binomial Theorem. Step 1: Identify components: a = 2x, b = -3, n = 4. Step 2: Apply formula: (2x - 3)^4 = 4C0 (2x)^4 (-3)^0 + 4C1 (2x)^3 (-3)^1 + 4C2 (2x)^2 (-3)^2 + 4C3 (2x)^1 (-3)^3 + 4C4 (2x)^0 (-3)^4. Step 3: Calculate coefficients: 4C0 = 1, 4C1 = 4, 4C2 = 6, 4C3 = 4, 4C4 = 1. Step 4: Simplify terms: - Term 1: 1 16x^4 1 = 16x^4 - Term 2: 4 8x^3 (-3) = -96x^3 - Term 3: 6 4x^2 9 = 216x^2 - Term 4: 4 2x (-27) = -216x - Term 5: 1 1 81 = 81 Final Answer: 16x^4 - 96x^3 + 216x^2 - 216x + 81.
- Example 2: Find the 5th term in the expansion of (x^2 - y)^7. Step 1: Set up the general term formula: T_(r+1) = nCr a^(n - r) b^r. Step 2: For the 5th term (T_5), let r = 4. Here, n = 7, a = x^2, and b = -y. Step 3: Substitute values: T_5 = 7C4 (x^2)^(7 - 4) (-y)^4. Step 4: Calculate: 7C4 = 7! / (4! 3!) = (765) / (321) = 35. Step 5: Simplify powers: (x^2)^3 = x^6, and (-y)^4 = y^4. Final Answer: 35 x^6 * y^4.
Board Exam Traps & Tips
- The 'r' vs 'Term Number' Trap: Remember that the (r + 1)-th term corresponds to using the index value r in your formula. If the question asks for the 6th term, use r = 5, not r = 6! This is the most common point-losing mistake on CBSE examinations.
- Handling Negative Signs: When expanding (a - b)^n, always treat it as [a + (-b)]^n. This ensures you raise (-b) to the power of r, ensuring odd powers of 'b' get a negative sign and even powers get a positive sign.
- Independent of x: If a question asks for 'the term independent of x', it means you need to find the term where the exponent of x is 0. Formulate the general term, collect all powers of x, set the sum of powers to 0, and solve for r.
Practice Questions with Solutions
- Q: Expand the expression (x + 1/x)^6 using Binomial Theorem. A: Step 1: Identify variables: a = x, b = 1/x, n = 6. Step 2: Set up the expansion terms: (x + 1/x)^6 = 6C0 x^6 + 6C1 x^5 (1/x) + 6C2 x^4 (1/x)^2 + 6C3 x^3 (1/x)^3 + 6C4 x^2 (1/x)^4 + 6C5 x (1/x)^5 + 6C6 (1/x)^6. Step 3: Simplify the combinations: 6C0 = 1, 6C1 = 6, 6C2 = 15, 6C3 = 20, 6C4 = 15, 6C5 = 6, 6C6 = 1. Step 4: Simplify algebra: - Term 1: x^6 - Term 2: 6 x^4 - Term 3: 15 x^2 - Term 4: 20 - Term 5: 15 / x^2 - Term 6: 6 / x^4 - Term 7: 1 / x^6 Final answer: x^6 + 6x^4 + 15x^2 + 20 + 15/x^2 + 6/x^4 + 1/x^6
- Q: Find the middle term in the expansion of (x - 2y)^10. A: Step 1: Here n = 10 (even). Number of terms = 11. The middle term is the (10/2 + 1)-th term, which is the 6th term (T_6). Step 2: For T_6, set r = 5. Identify a = x, b = -2y. Step 3: Apply the general term formula T_(r+1) = nCr a^(n - r) b^r. T_6 = 10C5 x^(10-5) (-2y)^5. Step 4: Calculate 10C5 = (109876)/(54321) = 252. Step 5: Simplify terms: T_6 = 252 x^5 (-32y^5) = -8064 x^5 y^5. Final answer: -8064x^5y^5
- Q: Find the term independent of x in the expansion of (3x^2 - 1/(2x^3))^10. A: Step 1: Write the general term T_(r+1) = 10Cr (3x^2)^(10-r) (-1/(2x^3))^r. Step 2: Separate the numerical coefficients and powers of x: T_(r+1) = 10Cr 3^(10-r) (-1/2)^r x^(2(10-r)) x^(-3r) T_(r+1) = 10Cr 3^(10-r) (-1/2)^r x^(20 - 5r). Step 3: For the term independent of x, the exponent of x must be 0. Set 20 - 5r = 0 => 5r = 20 => r = 4. Step 4: Calculate T_5 (since r = 4): T_5 = 10C4 3^6 (-1/2)^4 10C4 = 210, 3^6 = 729, (-1/2)^4 = 1/16 T_5 = 210 729 * (1/16) = 153090 / 16 = 76545 / 8. Final answer: 76545/8
- Q: Evaluate (101)^4 using Binomial Theorem. A: Step 1: Express 101 as a binomial: (100 + 1)^4. Step 2: Apply expansion formula where a = 100, b = 1, n = 4. (100 + 1)^4 = 4C0 (100)^4 + 4C1 (100)^3 (1) + 4C2 (100)^2 (1)^2 + 4C3 (100)^1 (1)^3 + 4C4 (1)^4. Step 3: Compute coefficients and powers: - 4C0 100^4 = 1 100,000,000 = 100,000,000 - 4C1 100^3 = 4 1,000,000 = 4,000,000 - 4C2 100^2 = 6 10,000 = 60,000 - 4C3 100^1 = 4 100 = 400 - 4C4 1 = 1 1 = 1 Step 4: Add all the parts: 100,000,000 + 4,000,000 + 60,000 + 400 + 1 = 104,060,401. Final answer: 104,060,401
Frequently Asked Questions
What is Pascal's Triangle and how does it relate to the Binomial Theorem?
Pascal's Triangle is a triangular arrangement of numbers where each number is the sum of the two numbers directly above it. The rows of Pascal's Triangle directly correspond to the binomial coefficients (nCr) for successive power expansions.
How do you find the total number of terms in a binomial expansion?
For any positive integral exponent 'n', the number of terms in the expansion of (a + b)^n is always n + 1. For example, expanding (x + y)^5 yields exactly 6 terms.
What happens to the general term formula when we expand (a - b)^n?
When the binomial contains a minus sign, we write the general term as T_(r+1) = (-1)^r * nCr * a^(n-r) * b^r. This alternates the signs of the terms in the expansion.
What is the sum of all binomial coefficients in the expansion of (1 + x)^n?
The sum of all binomial coefficients (nC0 + nC1 + ... + nCn) is equal to 2^n. This is found by substituting x = 1 into the expansion.