All solutions
MathsJEE Advanced

Sum of Squares of Binomial Coefficients Proof

Prove that the sum of squares of binomial coefficients, C(n,0)² + ... + C(n,n)², equals C(2n,n) using the Binomial Theorem.

3 min readPublished 4 June 2026
Binomial Theoremcoefficient of x^n in (1+x)^n · (x+1)^n = (1+x)^(2n)

Concept Overview

This problem tests the understanding of the Binomial Theorem and its applications in combinatorial identities. Specifically, it requires proving a fundamental identity involving the sum of squares of binomial coefficients. The proof often utilizes the concept of comparing coefficients of a polynomial derived from the Binomial Theorem, a technique closely related to Vandermonde's Identity.

Step 1: Recall the Binomial Theorem. The Binomial Theorem states that for any non-negative integer nn, the expansion of (x+y)n(x+y)^n is given by:

(x+y)n=k=0n(nk)xnkyk(x+y)^n = \sum_{k=0}^{n} \binom{n}{k} x^{n-k} y^k

This formula allows us to express powers of binomials as sums involving binomial coefficients.

Step 2: Consider the expansion of (1+x)n(1+x)^n. Using the Binomial Theorem with y=1y=1, we get the expansion of (1+x)n(1+x)^n:

(1+x)n=(n0)+(n1)x+(n2)x2++(nn)xn(1+x)^n = \binom{n}{0} + \binom{n}{1}x + \binom{n}{2}x^2 + \dots + \binom{n}{n}x^n

This expansion is crucial as it relates powers of xx to binomial coefficients.

Step 3: Consider the expansion of (x+1)n(x+1)^n. Similarly, we can write the expansion of (x+1)n(x+1)^n:

(x+1)n=(n0)xn+(n1)xn1+(n2)xn2++(nn)(x+1)^n = \binom{n}{0}x^n + \binom{n}{1}x^{n-1} + \binom{n}{2}x^{n-2} + \dots + \binom{n}{n}

Note that (x+1)n=(1+x)n(x+1)^n = (1+x)^n, so these two expansions represent the same polynomial.

Step 4: Consider the product of the two expansions. Let's multiply the two expansions:

(1+x)n(x+1)n=(i=0n(ni)xi)(j=0n(nj)xnj)(1+x)^n \cdot (x+1)^n = \left( \sum_{i=0}^{n} \binom{n}{i} x^i \right) \left( \sum_{j=0}^{n} \binom{n}{j} x^{n-j} \right)

The product of these two polynomials will result in a new polynomial.

Step 5: Simplify the left side of the product. The left side of the equation can be simplified using the property ambm=(ab)ma^m \cdot b^m = (ab)^m:

(1+x)n(x+1)n=((1+x)(x+1))n=(1+x)2n(1+x)^n \cdot (x+1)^n = ((1+x)(x+1))^n = (1+x)^{2n}

This simplifies the problem to finding the coefficient of a specific term in the expansion of (1+x)2n(1+x)^{2n}.

Step 6: Expand (1+x)2n(1+x)^{2n} using the Binomial Theorem. The expansion of (1+x)2n(1+x)^{2n} is:

(1+x)2n=k=02n(2nk)xk(1+x)^{2n} = \sum_{k=0}^{2n} \binom{2n}{k} x^k

We are interested in the coefficient of xnx^n in this expansion, which is (2nn)\binom{2n}{n}.

Step 7: Determine the coefficient of xnx^n in the product of the two series. When we multiply the two series from Step 2 and Step 3, the term with xnx^n is obtained by summing products of terms where the powers of xx add up to nn.

((n0)+(n1)x++(nn)xn)((n0)xn+(n1)xn1++(nn))\left( \binom{n}{0} + \binom{n}{1}x + \dots + \binom{n}{n}x^n \right) \left( \binom{n}{0}x^n + \binom{n}{1}x^{n-1} + \dots + \binom{n}{n} \right)

The coefficient of xnx^n in this product is formed by terms (ni)xi(nj)xnj\binom{n}{i}x^i \cdot \binom{n}{j}x^{n-j} where i+j=ni+j=n. This means j=nij = n-i. So, the coefficient of xnx^n is the sum of (ni)(nni)\binom{n}{i} \binom{n}{n-i} for ii from 00 to nn.

Step 8: Use the identity (nk)=(nnk)\binom{n}{k} = \binom{n}{n-k}. We know that (nni)=(ni)\binom{n}{n-i} = \binom{n}{i}. Substituting this into the sum from Step 7:

Coefficient of xn=i=0n(ni)(nni)=i=0n(ni)(ni)=i=0n(ni)2\text{Coefficient of } x^n = \sum_{i=0}^{n} \binom{n}{i} \binom{n}{n-i} = \sum_{i=0}^{n} \binom{n}{i} \binom{n}{i} = \sum_{i=0}^{n} \binom{n}{i}^2

This sum represents (n0)2+(n1)2++(nn)2\binom{n}{0}^2 + \binom{n}{1}^2 + \dots + \binom{n}{n}^2.

Step 9: Equate the coefficients. By comparing the coefficient of xnx^n from Step 6 (which is (2nn)\binom{2n}{n}) and the coefficient of xnx^n from Step 8 (which is i=0n(ni)2\sum_{i=0}^{n} \binom{n}{i}^2), we arrive at the desired identity:

i=0n(ni)2=(2nn)\sum_{i=0}^{n} \binom{n}{i}^2 = \binom{2n}{n}

Key Takeaways:

  • The Binomial Theorem is a powerful tool for expanding powers of binomials and understanding the structure of binomial coefficients.
  • Comparing coefficients of polynomials is a common technique for proving combinatorial identities.
  • The identity (nk)=(nnk)\binom{n}{k} = \binom{n}{n-k} is frequently used in simplifying sums involving binomial coefficients.
  • The product (1+x)n(1+x)n=(1+x)2n(1+x)^n \cdot (1+x)^n = (1+x)^{2n} provides a framework to relate sums of products of coefficients to a single binomial coefficient.

Answer: i=0n(ni)2=(2nn)\boxed{\sum_{i=0}^{n} \binom{n}{i}^2 = \binom{2n}{n}}

More Maths solutions

Still stuck after reading this?

Ask JEE Genius — the AI tutor walks through every step and cites the exact past-paper source.

Open the chat →