Unit 2
Algebra
Class 12 Mathematics
Binomial Theorem
Class 12 Mathematics – Binomial Theorem Notes PDF
On mobile, swipe inside the PDF to read all pages and pinch to zoom.
Contents / Quick Navigation
NEB / CDC Focus
This chapter studies the expansion of powers of a binomial. The syllabus focus is the binomial theorem for a positive integral index, its general term and coefficients, the binomial theorem for a general index without proof, applications to approximation, Euler’s number, and standard expansions related to ex, ax and log(1+x).
1. Introduction
A binomial is an algebraic expression containing two terms, such as a+x, x-y or 1+t.
The binomial theorem provides a systematic way to expand powers such as (a+x)n without repeated multiplication.
| Power | Expansion |
|---|---|
| (a+x)0 | 1 |
| (a+x)1 | a+x |
| (a+x)2 | a2+2ax+x2 |
| (a+x)3 | a3+3a2x+3ax2+x3 |
2. Binomial Theorem for a Positive Integral Index
where n is a non-negative integer.
2.1 Important Observations
- The expansion contains exactly n+1 terms.
- The power of a decreases from n to 0.
- The power of x increases from 0 to n.
- In every term, the sum of exponents of a and x is n.
- The coefficients are nC0, nC1, …, nCn.
- First and last coefficients are both 1.
3. Proof for a Positive Integral Index
The theorem can be understood combinatorially by writing (a+x)n as a product of n identical factors:
(a+x)(a+x)…(a+x).
To obtain a term containing xr, choose x from exactly r of the n factors and choose a from the remaining n-r factors.
The number of ways to choose those r factors is nCr. Hence the contribution is
nCran-rxr.
As r runs from 0 to n, adding all possible terms gives the binomial expansion.
For a proof question, clearly state why selecting x from r of the n factors gives nCr.
4. General Term
The notation is important: when the exponent of x is r, that expression is the (r+1)th term, not the rth term.
Find the 5th term in (2x+3)8.
- Use Tr+1. For the 5th term, r=4.
- T5=8C4(2x)8-434.
- =70×16x4×81.
- =90,720x4.
Answer: 90,720x4.
4.1 Term from the End
Since the expansion has n+1 terms, the kth term from the end is the (n-k+2)th term from the beginning.
4.2 Ratio of Consecutive Terms
For Tr+1=nCran-rxr,
This relation is useful for comparing successive terms or coefficients when needed.
5. Binomial Coefficients
The numbers nC0, nC1, …, nCn are called binomial coefficients.
5.1 Main Properties
| Property | Meaning |
|---|---|
| nC0=nCn=1 | First and last coefficients are 1. |
| nCr=nCn-r | Coefficients are symmetric. |
| nCr-1+nCr=n+1Cr | Pascal identity. |
| Σr=0n nCr=2n | Set a=x=1 in the binomial theorem. |
| Σr=0n(-1)rnCr=0, n≥1 | Set a=1, x=-1. |
6. Middle Term or Middle Terms
The number of terms in (a+x)n is n+1.
If n is even, then n+1 is odd, so there is one middle term:
Middle term = T(n/2)+1.If n is odd, then n+1 is even, so there are two middle terms:
Middle terms = T(n+1)/2 and T(n+3)/2.Find the middle term of (x+2)8.
Here n=8, so there are 9 terms. The middle term is the 5th term.
T5=8C4x424 =70×16x4=1120x4.
7. Term Independent of x and Specified-Power Terms
For expressions involving positive and negative powers of x, write the general term and set the total power of x equal to the required exponent.
Find the term independent of x in (x2+1/x)6.
- General term: Tr+1=6Cr (x2)6-r(x-1)r.
- Power of x is 2(6-r)-r=12-3r.
- For an independent term, set 12-3r=0, giving r=4.
- Required term: 6C4=15.
Answer: 15.
If solving the exponent equation gives a non-integer value of r, or a value outside 0≤r≤n, that requested power does not occur in the expansion.
8. Binomial Theorem for Any Index
For a general real or rational index n, the binomial expansion of (1+x)n is
Convergence condition: typically |x|<1 for the infinite expansion.
Unlike the positive-integer case, this expansion generally continues indefinitely when n is not a non-negative integer.
8.1 Standard Special Forms
| Expression | Expansion for |x|<1 |
|---|---|
| (1+x)-1 | 1-x+x2-x3+… |
| (1-x)-1 | 1+x+x2+x3+… |
| (1+x)1/2 | 1+x/2-x2/8+x3/16-… |
| (1+x)-1/2 | 1-x/2+3x2/8-5x3/16+… |
The CDC scope asks for the theorem for any index without proof. Focus on stating it correctly and applying it.
9. Application to Approximation
If |x| is small, higher powers x2,x3,… become much smaller. Therefore, a few leading terms often give a useful approximation.
Write √1.04=(1+0.04)1/2.
Using terms up to x2:
(1+x)1/2≈1+x/2-x2/8.
√1.04≈1+0.04/2-(0.04)2/8 =1+0.02-0.0002=1.0198.
Approximate value: 1.0198.
10. Euler’s Number e
Euler’s number is the mathematical constant e≈2.718281828….
One important defining limit is
A closely related form is ex=limn→∞(1+x/n)n. Applying the binomial theorem to this expression leads to the standard exponential series.
11. Standard Expansions Using the Binomial-Theorem Framework
11.1 Expansion of ex
11.2 Expansion of ax
Since ax=ex\ln a for a>0,
11.3 Expansion of log(1+x)
Here \log denotes the natural logarithm, i.e. \ln. At x=1 the alternating series converges to \ln 2.
These standard expansions are required without proof. For exam preparation, memorize their forms, conditions where applicable, and practise substitutions.
12. Worked Numerical Examples
Expand (2x-3)4.
(a+b)4=a4+4a3b+6a2b2+4ab3+b4.
Take a=2x, b=-3:
(2x-3)4 =16x4-96x3+216x2-216x+81.
Find the coefficient of x3 in (2+x)7.
The term containing x3 occurs at r=3:
T4=7C324x3 =35×16x3=560x3.
Coefficient = 560.
Expand (1+2x)-2 up to the term in x3.
(1+y)-2 =1-2y+3y2-4y3+…
Set y=2x:
(1+2x)-2 =1-4x+12x2-32x3+…
Valid for |2x|<1, i.e. |x|<1/2.
Approximate 1/1.02 using the binomial expansion.
(1+x)-1=1-x+x2-x3+…
Set x=0.02 and keep terms through x2:
1/1.02≈1-0.02+0.0004=0.9804.
Using ex=1+x+x2/2!+x3/3!+…,
e0.1≈1+0.1+0.01/2+0.001/6 =1.1051667.
Use x=0.1 in \log(1+x):
\log(1.1) ≈0.1-0.12/2+0.13/3-0.14/4
≈0.0953083.
Evaluate 8C0+8C1+…+8C8.
Set a=x=1 in (a+x)8.
Required sum = (1+1)8=28=256.
Evaluate 7C0–7C1+7C2-…-7C7.
Set a=1, x=-1.
Required sum = (1-1)7=0.
13. Problem-Solving Strategy
- Identify the form: positive integral index or general index?
- Rewrite if necessary: for approximation, try to obtain a form (1+x)n with small |x|.
- Use the general term: do not fully expand if only one coefficient or one term is required.
- Match powers carefully: solve the exponent equation for r.
- Check r: in a finite positive-integral expansion, r must be an integer between 0 and n.
- For general index: check the convergence condition, usually |x|<1.
- For approximations: state the number of terms retained and keep enough terms for the required accuracy.
14. Common Mistakes and Warnings
The term containing xr is normally Tr+1.
For (a-x)n, the negative sign belongs to the second term and is raised to the corresponding power.
Use nCr, not nPr.
General-index binomial expansions are infinite and normally require |x|<1.
A first-order approximation may be insufficient when more accuracy is required.
In the standard expansion \log(1+x), log means natural logarithm.
15. Formula Sheet
16. Important Exam Questions
Short-Answer Questions
- State the binomial theorem for a positive integral index.
- Write the general term of (a+x)n.
- Define a binomial coefficient and write its factorial form.
- How many terms are present in the expansion of (a+x)n?
- State one symmetry property of binomial coefficients.
- Write the binomial expansion of (1+x)n for a general index.
- State the condition under which the infinite binomial expansion is normally valid.
- Define Euler’s number e.
- Write the expansions of ex, ax and \log(1+x).
Long-Answer / Derivation Questions
- State and prove the binomial theorem for a positive integral index.
- Using the binomial theorem, derive the general term and discuss its coefficient.
- Prove the symmetry relation nCr=nCn-r.
- Use the binomial theorem to establish identities involving sums of binomial coefficients.
- Explain how binomial expansion is used for approximation when |x| is small.
Numerical / Application Questions
- Find a specified term or coefficient in a finite binomial expansion.
- Find the middle term(s) of a given expansion.
- Find the term independent of x.
- Expand a binomial with a fractional or negative index to a stated number of terms.
- Approximate roots, reciprocals or powers close to 1 by using the binomial theorem.
- Approximate ex, ax or \log(1+x) for a small value of x.
- Evaluate sums involving binomial coefficients by substituting suitable values into (a+x)n.
Diagram / Concept Questions
- Construct Pascal’s triangle and relate its rows to binomial coefficients.
- Use a factor-selection diagram to explain why the coefficient of an-rxr is nCr.
- Illustrate why a truncated expansion can approximate a function near x=0.
17. One-Minute Revision
- A binomial has two terms.
- For positive integer n, (a+x)n has n+1 terms.
- The general term is Tr+1=nCran-rxr.
- Binomial coefficients are combinations: nCr=n!/[r!(n-r)!].
- Coefficients are symmetric: nCr=nCn-r.
- Pascal identity links adjacent coefficients.
- If n is even, a finite expansion has one middle term; if n is odd, it has two.
- For an independent term, set the total exponent of the variable equal to zero.
- For general index, (1+x)n normally gives an infinite expansion valid for |x|<1.
- For small |x|, higher powers are small and may be neglected for approximation.
- e≈2.718281828 and e=lim(1+1/n)n.
- ex=1+x+x2/2!+….
- ax=ex\ln a.
- \log(1+x)=x-x2/2+x3/3-….
- Always check signs, the term number, exponent matching and convergence conditions.
18. Diagram Practice
For concept revision, practise drawing and explaining:
- Pascal’s triangle up to at least the fifth or sixth row.
- The exponent pattern in a finite binomial expansion.
- The combinatorial selection idea behind the coefficient nCr.
- The symmetry of binomial coefficients.
- A simple graph showing why a truncated series approximates a function near x=0.
- A conceptual sequence diagram for (1+1/n)n→e.
- A revision map connecting ex, ax and \log(1+x).
Also Visit
Original Nepal eNotes page: Class 12 Mathematics Binomial Theorem Notes.
Discussion
Share a helpful question, idea, or explanation with other students.