Question 12 of 14advanced🔍 AnalyzeLong Answer5 marks

Let x=1+a+a2+x = 1 + a + a^2 + \ldots and y=1+b+b2+y = 1 + b + b^2 + \ldots, where a<1|a| < 1 and b<1|b| < 1. Prove that

1+ab+a2b2+=xyx+y11 + ab + a^2b^2 + \ldots = \frac{xy}{x+y-1}

Correct Answer

Given: x=1+a+a2+x = 1 + a + a^2 + \ldots and y=1+b+b2+y = 1 + b + b^2 + \ldots, where a<1|a| < 1 and b<1|b| < 1.

Since a<1|a| < 1, the series xx is an infinite geometric progression with first term 1 and common ratio aa. Using the formula for sum to infinity of a GP:

x=11ax = \frac{1}{1-a}

Similarly, since b<1|b| < 1, the series yy is also an infinite GP with first term 1 and common ratio bb:

y=11by = \frac{1}{1-b}

Now, consider the series 1+ab+a2b2+1 + ab + a^2b^2 + \ldots. This is a GP with first term 1 and common ratio abab. Since a<1|a| < 1 and b<1|b| < 1, we have ab<1|ab| < 1, so the sum to infinity exists:

1+ab+a2b2+=11ab1 + ab + a^2b^2 + \ldots = \frac{1}{1-ab}

Now, we compute the right-hand side of the required expression:

xy=1(1a)(1b)xy = \frac{1}{(1-a)(1-b)}

x+y1=11a+11b1x + y - 1 = \frac{1}{1-a} + \frac{1}{1-b} - 1

=(1b)+(1a)(1a)(1b)(1a)(1b)= \frac{(1-b) + (1-a) - (1-a)(1-b)}{(1-a)(1-b)}

=2ab1+a+bab(1a)(1b)= \frac{2 - a - b - 1 + a + b - ab}{(1-a)(1-b)}

=1ab(1a)(1b)= \frac{1 - ab}{(1-a)(1-b)}

Therefore:

xyx+y1=1(1a)(1b)1ab(1a)(1b)\frac{xy}{x+y-1} = \frac{\dfrac{1}{(1-a)(1-b)}}{\dfrac{1-ab}{(1-a)(1-b)}}

=11ab= \frac{1}{1-ab}

Hence, 1+ab+a2b2+=xyx+y11 + ab + a^2b^2 + \ldots = \dfrac{xy}{x+y-1}, which proves the required result.

1+ab+a2b2+=xyx+y11 + ab + a^2b^2 + \ldots = \dfrac{xy}{x+y-1}

Exercise: Exercise 8.3 | Q: 6 | (Chapter: Page 2)
For More Understanding

Explanation

This question tests the application of the sum to infinity formula for geometric progressions. The key insight is recognizing that all three series are infinite GPs whose sums can be expressed using S=a1rS = \frac{a}{1-r}.

The algebraic manipulation in the final step elegantly shows the equivalence.

Solution Steps

  1. Step 1: Identify xx and yy as infinite GPs and apply the sum formula S=11rS = \frac{1}{1-r}

  2. Step 2: Express the series 1+ab+a2b2+1 + ab + a^2b^2 + \ldots as a GP with common ratio abab

  3. Step 3: Compute xyxy and x+y1x+y-1 in terms of aa and bb

  4. Step 4: Simplify xyx+y1\frac{xy}{x+y-1} to show it equals 11ab\frac{1}{1-ab}