Question
Question: - **Ex. 48** Prove that $$ { }^{n} C_{3}+{ }^{n} C_{7}+{ }^{n} C_{11}+\ldots=\frac{1}{2}\left\{2^{n-...
- Ex. 48 Prove that

Proved
Solution
The problem asks us to prove the identity: nC3+nC7+nC11+…=21{2n−1−2n/2sin4nπ} Let the sum be S3. The terms in the sum are binomial coefficients nCk where k≡3(mod4). This type of sum can be evaluated using the roots of unity, specifically the fourth roots of unity: 1,i,i2=−1,i3=−i.
Consider the binomial expansion of (1+x)n: (1+x)n=nC0+nC1x+nC2x2+nC3x3+…+nCnxn
Let's substitute x=1,−1,i,−i:
- For x=1: (1+1)n=nC0+nC1+nC2+nC3+…=2n
- For x=−1: (Valid for n≥1; for n=0, (1−1)0=1) (1−1)n=nC0−nC1+nC2−nC3+…=0(n≥1)
- For x=i: (1+i)n=nC0+nC1i+nC2i2+nC3i3+nC4i4+… (1+i)n=nC0+inC1−nC2−inC3+nC4+… Group terms based on the power of i: (1+i)n=(nC0−nC2+nC4−…)+i(nC1−nC3+nC5−…)
- For x=−i: (1−i)n=nC0−nC1i+nC2i2−nC3i3+nC4i4−… (1−i)n=nC0−inC1−nC2+inC3+nC4−… Group terms based on the power of i: (1−i)n=(nC0−nC2+nC4−…)−i(nC1−nC3+nC5−…)
Let Sk=∑j=0⌊(n−k)/4⌋nC4j+k for k=0,1,2,3. So, S0=nC0+nC4+nC8+… S1=nC1+nC5+nC9+… S2=nC2+nC6+nC10+… S3=nC3+nC7+nC11+… (This is the sum we need to find)
From the expansions above:
- S0+S1+S2+S3=2n (Eq. A)
- S0−S1+S2−S3=0(n≥1) (Eq. B)
- (1+i)n=(S0−S2)+i(S1−S3) (Eq. C)
- (1−i)n=(S0−S2)−i(S1−S3) (Eq. D)
From (Eq. A) and (Eq. B): Adding (Eq. A) and (Eq. B): 2(S0+S2)=2n⟹S0+S2=2n−1 (Eq. E) Subtracting (Eq. B) from (Eq. A): 2(S1+S3)=2n⟹S1+S3=2n−1 (Eq. F)
Now, express (1+i)n and (1−i)n in polar form using De Moivre's Theorem. 1+i=12+12(cos(π/4)+isin(π/4))=2eiπ/4 1−i=12+(−1)2(cos(−π/4)+isin(−π/4))=2e−iπ/4
So, (1+i)n=(2)n(cos(nπ/4)+isin(nπ/4))=2n/2cos(nπ/4)+i2n/2sin(nπ/4) (Eq. G) (1−i)n=(2)n(cos(−nπ/4)+isin(−nπ/4))=2n/2cos(nπ/4)−i2n/2sin(nπ/4) (Eq. H)
Comparing the real and imaginary parts of (Eq. C) with (Eq. G): S0−S2=2n/2cos(nπ/4) (Eq. I) S1−S3=2n/2sin(nπ/4) (Eq. J)
We need to find S3. We have a system of two equations involving S1 and S3:
- S1+S3=2n−1 (from Eq. F)
- S1−S3=2n/2sin(nπ/4) (from Eq. J)
Subtracting the second equation from the first: (S1+S3)−(S1−S3)=2n−1−2n/2sin(nπ/4) 2S3=2n−1−2n/2sin(nπ/4) S3=21{2n−1−2n/2sin(4nπ)}
This proof is valid for n≥1. For n=0, the sum is 0, but the formula gives 1/4. However, the sum is usually considered for n≥1 when terms like nCk are defined. The problem itself implies n≥3 for nC3 to be the first non-zero term.
The final answer is Proved
Explanation of the solution: The sum of binomial coefficients nCk where k follows an arithmetic progression with a common difference of 4 (i.e., k≡r(mod4)) can be found using the properties of the fourth roots of unity.
- Write out the binomial expansion of (1+x)n.
- Substitute x=1,−1,i,−i into the expansion.
- Group the terms based on the remainder of the index k when divided by 4, creating sums S0,S1,S2,S3.
- Express (1+i)n and (1−i)n in polar form using De Moivre's Theorem.
- Equate the real and imaginary parts of the complex expressions with the sums Sk.
- Solve the resulting system of linear equations for $S_3.
Subject: Mathematics Chapter: Binomial Theorem Topic: Properties of Binomial Coefficients / Sums of Binomial Coefficients Difficulty Level: Medium Question Type: Descriptive