← 2016 Paper 2

UPSC 2016 Maths Optional Paper 2 Q1c — Step-by-Step Solution

10 marks · Section A

Sequences · Real Analysis · asked 3× in 14 yrs · Read the full method →

Question

Two sequences {xn}\{x_n\} and {yn}\{y_n\} are defined inductively by the following:

x1=12, y1=1 and xn=xn−1yn−1, n=2,3,4,…x_1=\frac12,\ y_1=1\ \text{and}\ x_n=\sqrt{x_{n-1}y_{n-1}},\ n=2,3,4,\ldots 1yn=12(1xn+1yn−1),n=2,3,4,…\frac{1}{y_n}=\frac12\left(\frac{1}{x_n}+\frac{1}{y_{n-1}}\right),\quad n=2,3,4,\ldots

Prove that xn−1<xn<yn<yn−1, n=2,3,4,…x_{n-1}<x_n<y_n<y_{n-1},\ n=2,3,4,\ldots and deduce that both the sequences converge to the same limit ll, where 12<l<1\dfrac12<l<1.

Technique

GM/HM means: GM of (x,y)(x,y) with x<yx<y lies in (x,y)(x,y); HM likewise. Induction proves the nested chain xn−1<xn<yn<yn−1x_{n-1}<x_n<y_n<y_{n-1}; MCT gives two limits; passing to the limit in xn2=xn−1yn−1x_n^2=x_{n-1}y_{n-1} forces them equal.

Solution

This is a geometric–harmonic mean iteration: xnx_n is the geometric mean of the previous pair, and yny_n is the harmonic mean of xnx_n and yn−1y_{n-1}. The two key inequalities are GM >> smaller term and HM << larger term, plus the GM–HM inequality. We prove the chain by induction, then nested intervals give a common limit.

Step 1 — Positivity and the base ordering

All terms are positive: x1,y1>0x_1,y_1>0; if xn−1,yn−1>0x_{n-1},y_{n-1}>0 then xn=xn−1yn−1>0x_n=\sqrt{x_{n-1}y_{n-1}}>0 and 1/yn1/y_n is a positive average of positives so yn>0y_n>0. By induction xn,yn>0x_n,y_n>0 for all nn.

We first establish, for every n≥1n\ge1, the statement

P(n):xn<yn.P(n):\quad x_n<y_n.

Base P(1)P(1): x1=12<1=y1x_1=\tfrac12<1=y_1. ✓

Step 2 — Inductive step: prove the full chain xn−1<xn<yn<yn−1x_{n-1}<x_n<y_n<y_{n-1}

Assume P(n−1): xn−1<yn−1P(n-1):\ x_{n-1}<y_{n-1} (with both positive). We derive the four inequalities at index nn.

(i) xn−1<xnx_{n-1}<x_n. Since xn=xn−1yn−1x_n=\sqrt{x_{n-1}y_{n-1}} and xn−1<yn−1x_{n-1}<y_{n-1},

xn=xn−1yn−1>xn−1⋅xn−1=xn−1.x_n=\sqrt{x_{n-1}y_{n-1}}>\sqrt{x_{n-1}\cdot x_{n-1}}=x_{n-1}.

(ii) yn<yn−1y_n<y_{n-1}. From 1/yn=12(1/xn+1/yn−1)1/y_n=\tfrac12(1/x_n+1/y_{n-1}), yny_n is the harmonic mean of xnx_n and yn−1y_{n-1}, so it exceeds neither… more precisely we show 1/yn>1/yn−11/y_n>1/y_{n-1}. Since (by (i) and xn−1<yn−1x_{n-1}<y_{n-1}) we have xn=xn−1yn−1<yn−1yn−1=yn−1x_n=\sqrt{x_{n-1}y_{n-1}}<\sqrt{y_{n-1}y_{n-1}}=y_{n-1}, i.e. xn<yn−1x_n<y_{n-1}, hence 1/xn>1/yn−11/x_n>1/y_{n-1}. Therefore

1yn=12(1xn+1yn−1)>12(1yn−1+1yn−1)=1yn−1 ⇒ yn<yn−1.\frac1{y_n}=\frac12\Big(\frac1{x_n}+\frac1{y_{n-1}}\Big)>\frac12\Big(\frac1{y_{n-1}}+\frac1{y_{n-1}}\Big)=\frac1{y_{n-1}}\ \Rightarrow\ y_n<y_{n-1}.

(iii) xn<ynx_n<y_n (this is P(n)P(n)). yny_n is the harmonic mean of xnx_n and yn−1y_{n-1}, and xn<yn−1x_n<y_{n-1} (shown in (ii)). The harmonic mean of two distinct positive numbers lies strictly between them, so xn<yn<yn−1x_n<y_n<y_{n-1}. Explicitly,

1yn=12(1xn+1yn−1)<12(1xn+1xn)=1xn ⇒ yn>xn.\frac1{y_n}=\frac12\Big(\frac1{x_n}+\frac1{y_{n-1}}\Big)<\frac12\Big(\frac1{x_n}+\frac1{x_n}\Big)=\frac1{x_n}\ \Rightarrow\ y_n>x_n.

Combining (i)–(iii):

  xn−1<xn<yn<yn−1(n=2,3,4,…).  \boxed{\;x_{n-1}<x_n<y_n<y_{n-1}\quad(n=2,3,4,\ldots).\;}

This also re-proves P(n):xn<ynP(n):x_n<y_n, completing the induction.

Step 3 — Convergence to a common limit

From Step 2:

The nested intervals [xn,yn][x_n,y_n] are decreasing with xn≤a≤b≤ynx_n\le a\le b\le y_n. To show a=ba=b, pass to the limit in the GM relation xn2=xn−1yn−1x_n^2=x_{n-1}y_{n-1}:

a2=lim⁡xn2=lim⁡xn−1yn−1=ab.a^2=\lim x_n^2=\lim x_{n-1}y_{n-1}=ab.

Since a≥x1=12>0a\ge x_1=\tfrac12>0 we may cancel aa: a=ba=b. Call the common value ll.

Step 4 — Locating the limit: 12<l<1\tfrac12<l<1

Because (xn)(x_n) strictly increases from x1=12x_1=\tfrac12 and (yn)(y_n) strictly decreases from y1=1y_1=1:

12=x1<x2≤l≤y2<y1=1.\tfrac12=x_1<x_2\le l\le y_2<y_1=1.

The outer inequalities are strict (x1<x2x_1<x_2 and y2<y1y_2<y_1 from Step 2 at n=2n=2), so

Answer

  xn→l,yn→l,12<l<1.  \boxed{\;x_n\to l,\quad y_n\to l,\qquad \tfrac12<l<1.\;}
We post more of this — worked solutions, CSAT trap breakdowns, guide chapters — a few times a week on Telegram. Free, no sign-in. Join

This solution is part of the Maths Coverage Map — 14 years, mapped. Get the take-away PDF free.