Binomial Theorem Formula: Theorem, Expansion Form and Solved Examples

Jasmine Grover logo

Jasmine Grover

Education Journalist | Study Abroad Lead

The binomial theorem expresses an expanded form of an algebraic expression in the form of (a+b)n. This formula is really useful in simplifying complicated equations. 

  • This theorem works with larger powers.
  • The co-efficient of larger power terms can be found through this theorem.
  • This expansion is an algebraic expansion for the powers of a binomial.
  • The exponent value of the binomial theorem expansion might be a negative integer or a fraction.

Read More: Polynomial Formula

Key Terms: Binomial theorem, Binomial expansion, Pascal’s triangle expansion, Coefficients, Exponents.


Binomial Theorem

[Click Here for Sample Questions]

The Binomial Theorem is a mathematical expression made up of two components that include addition or subtraction operations. The algebraic equation (a + b)n is expanded as a sum of individual terms with exponents of variables a and b.

  • The coefficients in the binomial expansion of (a+b)n are called binomial coefficients. For example,nC0, nC1nC2 . . . . . . .nCn are some of the coefficients. 
  • According to this theorem If n is any positive integer, then (a+b)n = ∑(n/r)an-r.b∏ , where r = 0 to n for ∑.
  • Simplifying it the obtained expression will be– (n/r) = nCr = n!/r!(n-r)! , called the binomial coefficient (nCr).

(a + b)n = \(\sum ^n _{k=0} \binom{n}{k} a ^{n-k} b^k\)

Read More: Sequence and Series


Binomial Expansion

[Click Here for Sample Questions]

The expanded form of the binomial theorem is called binomial expansion. It gives the mathematical form of the expanded exponential power of the binomial expression.

The expansion will take a form like this–

(a+b)n = nC0 an b0 + nC1 an-1b1 + nC2 an-2 b2 + ... + nCn-1 a1bn-1 + nCn a0bn

Here, nC0, nC1nC2 . . . . . . .nCn are some of the coefficients.

Read More: Permutations and Combinations


Binomial Theorem Formula

[Click Here for Sample Questions]

The universal formula for the binomial theorem is (a+b)n= ∑nr = 0nCr an-rbr, where n is a positive integer and a, b are real numbers, and 0 < r ≤ n.

The formula will be - (a+b)n = nC0 an b0 + nC1 an-1b1 +……..+ nCr an-r br +………+ nCn a0bn

Here 1C0 = 1 and 1C1 = 1

So it can be inferred that 

(a+b)k = kC0 ak b0 + kC1 ak-1b1 +……..+ kCr ak-r br +………+ kCk a0bk

Read More: Bayes Theorem


Binomial Theorem Expansion Expression

[Click Here for Sample Questions]

The expression of the binomial theorem can be expanded by the principle of mathematical induction. 

From previously obtained expression it was observed that (a +b)1 = a + b and

(a +b)2 = (a + b) (a +b)

= a2 + ab + ab + b2 

= a2 + 2ab + b2

This is true for n = 1 and n = 2. Let k be a positive integer. The result is true for k ≥ 2.

Assuming (a + b)n = ∑nr=0nCr an-rbr,

(a + b)k = ∑kr=0kCr ak-rbr

⇒ (a+b)k = kC0 akb0 + kC1 ak-1b1 + kC2 ak-2 b2 + ... + kCr ak-rbr +....+ kCk a0bk

⇒ (a+b)k = ak + kC1 ak-1b1 + kC2 ak-2 b2 + ... + kCr ak-rbr +....+ bk

Thus the result is true for n = k ≥ 2.

Now consider the expansion for n = k + 1.

(a + b) k+1 = (a + b) (a + b)k

= (a + b) (ak + kC1 ak-1b1kC2 ak-2 b2 + ... + kCr ak-rbr +....+ bk)

= ak+1 + (1 + kC1)akb + (kC1 + kC2) ak-1b2 + ... + (kCr-1 + kCr) ak-r+1br + ... + (kCk-1 + 1) abk + bk+1

= ak+1 + k+1C1akb + k+1C2 ak-1b2 + ... + k+1Cr ak-r+1br + ... + k+1Ck abk + bk+1 [Because nCr + nCr-1 = n+1Cr]

For n = k+1 for all positive integers 'n' this expression is true.

Read More: Geometric Progression


Pascal’s Triangle Binomial Expansion

[Click Here for Sample Questions]

The binomial coefficients can be obtained with the help of Pascal’s triangle. In this triangle, binomial coefficients are arranged in a triangular manner. All of the boundary components of Pascal's triangle are 1, and the remaining numbers within the triangle are arranged so that each number is the summed-up form of two numbers just above the number.

Pascal’s Triangle Binomial Expansion

Obtained coefficients from this expansion are–

  • nCn = nC0 = 1
  • nC1 = nCn-1 = n
  • nCr = nCr-1

Read More: Multiplication Theory on Probability


Properties of Binomial Theorem

[Click Here for Sample Questions]

A few properties of the binomial coefficients are given below– 

  1. C0 + C1 + C2 + … + Cn = 2n
  2. C0 – C1 + C2 – … + (-1)nCn = 0
  3. C0 + C2 + C4 + … = C1 + C3 + C5 + … = 2n-1
  4. nCr = nCn-r
  5. r(nCr) = nn-1 Cr-1
  6. nCr/ r+1 = (n + 1) C r+1 / (n+1)
  7. nCr + nCr-1 = (n+1) Cr

Where n ∈ N, r ∈ W and r ≤ n

Read More: Real-Valued Function


Solved Examples

[Click Here for Sample Questions]

Example 1: What is the binomial expansion of (x2 + 1)5 using the binomial theorem?

Solution: Obtained formula from the Binomial Theorem is helpful to find the expansion.

(x + y)n = (x+y)n = nC0 xny0 + nC1 xn-1y1 + nC2 xn-2 y2 + ... + nCk xn-kyk +....+ nCn x0yn

(x2 + 1)5 = 5C0 (x2)510 + 5C1 (x2)5-111 + 5C2 (x2)5-2 12 + 5C3 (x2)5-3 13 + 5C4 (x2)5-4 14 + 5C5 (x2)5-5 15

= x10 + 5 x8 + 10 x6 + 10 x4 + 5 x2 + 1

Example 2: Find the coefficient of x2 in (x +(1/x))8

Solution: By applying the binomial theorem formula in the expansion of (x +1/x)8, here x2 is considered as the fourth term.

8C0 x8(1/x)0 + 8C1 x7(1/x)1 + 8C2 x6(1/x)2 + 8C3 x5(1/x)3 + 8C4 x4(1/x)4 + 8C5 x3(1/x)5 + 8C6 x2(1/x)6 + 8C7 x1(1/x)7 + 8C8 x0(1/x)8 

The coefficient of the fourth term is 8C3= 56


Things to Remember

  • The binomial theorem is expressed as an expanded form of an algebraic expression in the mathematical form of (a+b)n.
  • This expansion is an algebraic expansion for the powers of a binomial.
  • The exponent value of the binomial theorem expansion might be a negative integer or a fraction.
  • The coefficients in the binomial expansion of (a+b)n are called binomial coefficients. For example, nC0, nC1, nC2 . . . . . . .nCn are some of the coefficients. 
  • The binomial expansion will take a form like this– (a+b)n = nC0 an b0 + nC1 an-1b1 + nC2 an-2 b2 + ... + nCn-1 a1bn-1 + nCn a0bn
  • The universal formula for the binomial theorem is (a+b)n= ∑nr=0nCr an-rbr, where n is a positive integer and a, b are real numbers, and 0 < r ≤ n.

Sample Questions

Ques: Find the third term in the expansion of (3 + y)6. (3 Marks)

Ans: As the expansion is of the form (a + x)n, so r th term

= an-r+1 xr-1 [{n(n–1) (n – 2) ... (n – r + 2)} ÷ (r – 1)!]

Here r = 3 and n = 6.

So 3rd term of (3 + y)6 = 3(6-3+1) . y(3-1) . [(6x5)/2]

=34. y2 . 15 = 1215 y2

Ques: Expand (2x + 3)4 using Binomial Theorem. (3 Marks)

Ans: By comparing with the binomial formula, we get,

a = 2x, b =3 and n = 4.

Substitute the values in the binomial formula.

(2x + 3)4 = x4 + 4(2x)3(3) + [(4)(3)/2!] (2x)2 (3)2 + [(4)(3)(2)/4!] (2x) (3)3 + (3)4

= 16 x4 + 96x3 +216x2 + 216x + 81

Ques: Expand (3 + y)6 using Binomial Theorem. (3 Marks)

Ans: As the expansion is of the form (a + x)n, so r th term

= an-r+1 xr-1 [{n(n–1) (n – 2) ... (n – r + 2)} ÷ (r – 1)!]

Here r = 3 and n = 6.

So 3rd term of (3 + y)6 = 3(6-3+1) . y(3-1) . [(6x5)/2]

= 34. y2 . 15 = 1215 y2

Ques: Find the coefficient of p5 in the expansion of (p + 2)6. (5 Marks)

Ans: As the expansion is of the form (x + a)n, so rth term

= xn-r+1 ar-1 [{n(n–1) (n – 2) ... (n – r + 2)} ÷ (r – 1)!].

So x5 will come when r = 2 and n = 6.

Hence we have to find the 2nd term of the expansion.

So r = 2 and n = 6.

So 2nd term of (p + 2)6 = p(6-2+1). 2(6-1)

= p5. 25. 6 = 192 p5

Hence coefficient of p5 is 192.

Ques: How do you identify a binomial? (3 Marks)

Ans: If the following four conditions are satisfied, a random variable may be identified as binomial:

  • There are a predetermined number of trials (n).
  • Each trial has two outcomes: success or failure.
  • Each trial has the same chance of success (called p).

Ques: How are binomials used in real life? (2 Marks)

Ans: In reality, there are several examples of binomial expansion. For example, if another drug is used to treat an infection, it either cures the illness (it is effective) or does not cure the illness (it is ineffective). If you buy a lottery ticket, you will either win or lose money.

Ques: How do you use Pascal's triangle? (2 Marks)

Ans: Pascal's Triangle (named after the well-known French mathematician and philosopher Blaise Pascal) is one of the most interesting Number Patterns. To make the triangle, start with "1" at the top and continue putting numbers beneath it in a three-sided arrangement. Each number is the sum of the numbers just above it.

Ques: Where is the binomial theorem used? (2 Marks)

Ans: The binomial theorem is often utilized in statistical and probability calculations. It is really beneficial because our economy is based on statistical and probability analysis. 

Ques: Which number is a binomial? (1 Mark)

Ans: A binomial number is an integer in mathematics that may be obtained by evaluating a homogeneous polynomial with two terms.

For Latest Updates on Upcoming Board Exams, Click Here: https://t.me/class_10_12_board_updates


Check-Out: 

CBSE CLASS XII Related Questions

  • 1.
    Differentiate \( \tan^{-1}\left( \frac{\sqrt{1 + x^2} + \sqrt{1 - x^2}}{\sqrt{1 + x^2} - \sqrt{1 - x^2}} \right) \) with respect to \( \cos^{-1}(x^2) \).


      • 2.
        Find the vector and cartesian equations of the line passing through the point of intersection of the lines \( \vec{r} = (\hat{i} + \hat{j} - \hat{k}) + \lambda(3\hat{i} - \hat{j}) \) and \( \vec{r} = (4\hat{i} - \hat{k}) + \mu(2\hat{i} + 3\hat{k}) \) and parallel to the line \( \frac{x - 1}{-2} = \frac{7 - y}{-3} = z \).


          • 3.
            Find: \[ \int \frac{x^2}{(x^2-1)(x^2+4)}\,dx \]


              • 4.
                Find:

                The shortest distance between the lines: \[ \vec{r}=(4+\lambda)\hat{i}+(2\lambda-1)\hat{j}-3\lambda\hat{k} \] and \[ \vec{r}=(1+2\mu)\hat{i}+(4\mu-1)\hat{j}+(2-5\mu)\hat{k} \]


                  • 5.
                    Find:

                    If \[ (3\hat{i}-2\hat{j}+5\hat{k})\times(4\hat{i}+p\hat{j}+q\hat{k})=\vec{0} \] then find the values of \(p\) and \(q\).

                      • \(p = -\frac{2}{3}, \, q = \frac{5}{3}\)
                      • \(p = -\frac{8}{3}, \, q = \frac{20}{3}\)
                      • \(p = \frac{20}{3}, \, q = -\frac{8}{3}\)
                      • \(p = 0, \, q = 0\)

                    • 6.
                      If \( xy = e^{x - y} \), then find \( \frac{dy}{dx} \).

                        CBSE CLASS XII Previous Year Papers

                        Comments


                        No Comments To Show