Quick Recap — Arithmetic Progressions

  • nnth term: an=a+(n1)da_n=a+(n-1)d; sum: Sn=n2(2a+(n1)d)=n2(a+l)S_n=\tfrac n2\big(2a+(n-1)d\big)=\tfrac n2(a+l).
  • Arithmetic mean of a,ba,b is a+b2\tfrac{a+b}{2}; a,b,ca,b,c in AP     2b=a+c\iff 2b=a+c.
  • Sum of first nn naturals =n(n+1)2=\tfrac{n(n+1)}{2}; sum of first nn odd numbers =n2=n^2.
  • Consecutive terms differ by the constant dd.

Beyond-NCERT JEE Formulae

These five tools appear again and again in JEE Main but sit just past the NCERT core. Use them alongside the AP/GP basics you already know.

Harmonic Progression (HP) and Harmonic Mean

  • A sequence is an HP exactly when the reciprocals of its terms are in AP. So if t1,t2,t3,t_1,t_2,t_3,\ldots is an HP, then 1t1,1t2,1t3,\dfrac{1}{t_1},\dfrac{1}{t_2},\dfrac{1}{t_3},\ldots is an AP.
  • nnth term: if that reciprocal AP has first term aa and common difference dd, then tn=1a+(n1)dt_n=\dfrac{1}{a+(n-1)d}. Never apply the AP or GP term formula directly to HP terms; always flip to reciprocals first.
  • Harmonic mean of two positive numbers a,ba,b is HM(a,b)=2aba+b=21a+1b\mathrm{HM}(a,b)=\dfrac{2ab}{a+b}=\dfrac{2}{\tfrac{1}{a}+\tfrac{1}{b}}. For nn numbers, HM=n1a1++1an\mathrm{HM}=\dfrac{n}{\tfrac{1}{a_1}+\cdots+\tfrac{1}{a_n}}.

AM \ge GM \ge HM

For positive numbers the three classical means satisfy AGHA\ge G\ge H, with equality only when all the numbers are equal. For two numbers a,ba,b: A=a+b2A=\dfrac{a+b}{2}, G=abG=\sqrt{ab}, and H=2aba+bH=\dfrac{2ab}{a+b}.

[JEE Tip] For two numbers the means are themselves linked by G2=AH,G^2=A\cdot H, so GG is the geometric mean of AA and HH. Given any two of A,G,HA,G,H this identity hands you the third at once, and it is a JEE favourite. (For three or more numbers only AGHA\ge G\ge H survives; the product identity is special to two numbers.)

Arithmetico-Geometric Progression (AGP)

An AGP multiplies an AP by a GP term-by-term: tn=[a+(n1)d]rn1t_n=[a+(n-1)d]\,r^{n-1}.

  • Finite sum (multiply and subtract): write out SnS_n, multiply every term by rr to get rSnrS_n, and subtract. All the middle coefficients collapse into a plain GP, leaving one first term and one last term; then solve the linear equation for SnS_n.
  • Infinite sum (converges for r<1|r|<1): S=a1r+dr(1r)2.S_\infty=\dfrac{a}{1-r}+\dfrac{dr}{(1-r)^2}.
  • Two clean special cases worth memorising: n=1nxn1=1(1x)2\displaystyle\sum_{n=1}^{\infty} n\,x^{n-1}=\dfrac{1}{(1-x)^2} and n=1n2xn=x(1+x)(1x)3\displaystyle\sum_{n=1}^{\infty} n^2 x^{n}=\dfrac{x(1+x)}{(1-x)^3}, both for x<1|x|<1.

Method of Differences (Telescoping)

If each term can be written as f(k)f(k+1)f(k)-f(k+1), the whole sum collapses to its ends: k=1n(f(k)f(k+1))=f(1)f(n+1).\sum_{k=1}^{n}\big(f(k)-f(k+1)\big)=f(1)-f(n+1).

  • k=1n1k(k+1)=11n+1=nn+1\displaystyle\sum_{k=1}^{n}\dfrac{1}{k(k+1)}=1-\dfrac{1}{n+1}=\dfrac{n}{n+1}, from 1k(k+1)=1k1k+1\dfrac{1}{k(k+1)}=\dfrac{1}{k}-\dfrac{1}{k+1}.
  • k=1n1k(k+1)(k+2)=1412(n+1)(n+2)\displaystyle\sum_{k=1}^{n}\dfrac{1}{k(k+1)(k+2)}=\dfrac{1}{4}-\dfrac{1}{2(n+1)(n+2)}, from 1k(k+1)(k+2)=12(1k(k+1)1(k+1)(k+2))\dfrac{1}{k(k+1)(k+2)}=\dfrac{1}{2}\left(\dfrac{1}{k(k+1)}-\dfrac{1}{(k+1)(k+2)}\right).
  • The same idea cracks r(r+1)!=1r!1(r+1)!\dfrac{r}{(r+1)!}=\dfrac{1}{r!}-\dfrac{1}{(r+1)!} and denominators that factor as a difference of two quadratics.

Sum-Reciprocal Inequality

For any positive reals a1,a2,,ana_1,a_2,\ldots,a_n, (a1+a2++an)(1a1+1a2++1an)n2,(a_1+a_2+\cdots+a_n)\left(\dfrac{1}{a_1}+\dfrac{1}{a_2}+\cdots+\dfrac{1}{a_n}\right)\ge n^2, with equality only when all the aia_i are equal. It is just AHA\ge H rearranged (one line of Cauchy-Schwarz gives it too). The most-tested case is n=3n=3: (a+b+c)(1a+1b+1c)9(a+b+c)\left(\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}\right)\ge 9.

Solved Examples — Beyond-NCERT Formulae

Example 1 — Three means of two numbers

Problem. For the numbers 22 and 88, compute the AM, GM and HM, then verify AGHA\ge G\ge H and G2=AHG^2=A\cdot H.

Solution. A=2+82=5A=\dfrac{2+8}{2}=5, G=28=16=4G=\sqrt{2\cdot 8}=\sqrt{16}=4, and H=2282+8=3210=165=3.2H=\dfrac{2\cdot 2\cdot 8}{2+8}=\dfrac{32}{10}=\dfrac{16}{5}=3.2.

Ordering: 543.25\ge 4\ge 3.2, so AGHA\ge G\ge H holds. Product check: AH=5165=16=42=G2A\cdot H=5\cdot\dfrac{16}{5}=16=4^2=G^2.

Answer. A=5, G=4, H=165A=5,\ G=4,\ H=\dfrac{16}{5}; both relations confirmed.

Example 2 — Recover the HM and the numbers

Problem. Two positive numbers have AM =13=13 and GM =12=12. Find their HM and the numbers themselves.

Solution. By G2=AHG^2=A\cdot H, the harmonic mean is H=G2A=14413H=\dfrac{G^2}{A}=\dfrac{144}{13}. For the numbers, a+b=2A=26a+b=2A=26 and ab=G2=144ab=G^2=144, so they are the roots of x226x+144=0x^2-26x+144=0. The discriminant is 2624144=676576=10026^2-4\cdot 144=676-576=100, giving x=26±102x=\dfrac{26\pm 10}{2}, i.e. x=18x=18 or x=8x=8.

Answer. H=14413H=\dfrac{144}{13}; the two numbers are 88 and 1818.

Example 3 — Sum the AGP n=1n2n\displaystyle\sum_{n=1}^{\infty}\dfrac{n}{2^{n}}

Problem. Evaluate S=12+24+38+416+S=\dfrac{1}{2}+\dfrac{2}{4}+\dfrac{3}{8}+\dfrac{4}{16}+\cdots

Solution (multiply and subtract). Multiply SS by the ratio 12\tfrac{1}{2} and line the two rows up: S=12+24+38+,12S=14+28+316+S=\dfrac{1}{2}+\dfrac{2}{4}+\dfrac{3}{8}+\cdots,\qquad \tfrac{1}{2}S=\dfrac{1}{4}+\dfrac{2}{8}+\dfrac{3}{16}+\cdots Subtracting term by term, S12S=12+14+18+=1S-\tfrac{1}{2}S=\dfrac{1}{2}+\dfrac{1}{4}+\dfrac{1}{8}+\cdots=1, an infinite GP of ratio 12\tfrac{1}{2}. Hence 12S=1\tfrac{1}{2}S=1, so S=2S=2. As a check, n=1nxn1=1(1x)2\displaystyle\sum_{n=1}^{\infty} n\,x^{n-1}=\dfrac{1}{(1-x)^2} with x=12x=\tfrac{1}{2} gives 121(1/2)2=2\tfrac{1}{2}\cdot\dfrac{1}{(1/2)^2}=2.

Answer. S=2S=2.

Example 4 — AGP by the infinite-sum formula

Problem. Evaluate n=12n13n1=1+33+59+727+\displaystyle\sum_{n=1}^{\infty}\dfrac{2n-1}{3^{\,n-1}}=1+\dfrac{3}{3}+\dfrac{5}{9}+\dfrac{7}{27}+\cdots

Solution. This is an AGP with AP part a=1a=1, d=2d=2 and GP ratio r=13r=\dfrac{1}{3} (so r<1|r|<1). Apply S=a1r+dr(1r)2S_\infty=\dfrac{a}{1-r}+\dfrac{dr}{(1-r)^2} with 1r=231-r=\dfrac{2}{3}: a1r=12/3=32,dr(1r)2=213(2/3)2=2/34/9=32.\dfrac{a}{1-r}=\dfrac{1}{2/3}=\dfrac{3}{2},\qquad \dfrac{dr}{(1-r)^2}=\dfrac{2\cdot\tfrac{1}{3}}{(2/3)^2}=\dfrac{2/3}{4/9}=\dfrac{3}{2}. Adding the two pieces, S=32+32=3S_\infty=\dfrac{3}{2}+\dfrac{3}{2}=3.

Answer. S=3S_\infty=3.

Example 5 — Telescoping a triple product

Problem. Find k=1n1k(k+1)(k+2)\displaystyle\sum_{k=1}^{n}\dfrac{1}{k(k+1)(k+2)}, and hence its value for n=8n=8 and as nn\to\infty.

Solution. Split with 1k(k+1)(k+2)=12(1k(k+1)1(k+1)(k+2))\dfrac{1}{k(k+1)(k+2)}=\dfrac{1}{2}\left(\dfrac{1}{k(k+1)}-\dfrac{1}{(k+1)(k+2)}\right). Writing g(k)=1k(k+1)g(k)=\dfrac{1}{k(k+1)}, the sum telescopes: k=1n1k(k+1)(k+2)=12(g(1)g(n+1))=1412(n+1)(n+2).\sum_{k=1}^{n}\dfrac{1}{k(k+1)(k+2)}=\dfrac{1}{2}\big(g(1)-g(n+1)\big)=\dfrac{1}{4}-\dfrac{1}{2(n+1)(n+2)}. For n=8n=8 this is 1412910=141180=451180=44180=1145\dfrac{1}{4}-\dfrac{1}{2\cdot 9\cdot 10}=\dfrac{1}{4}-\dfrac{1}{180}=\dfrac{45-1}{180}=\dfrac{44}{180}=\dfrac{11}{45}. As nn\to\infty the second term vanishes, leaving 14\dfrac{1}{4}.

Answer. 1412(n+1)(n+2)\dfrac{1}{4}-\dfrac{1}{2(n+1)(n+2)}; for n=8n=8 it equals 1145\dfrac{11}{45}, and the infinite sum is 14\dfrac{1}{4}.

Example 6 — Minimum via the sum-reciprocal inequality

Problem. If a,b,c>0a,b,c>0 and a+b+c=1a+b+c=1, find the least value of 1a+1b+1c\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}.

Solution. The inequality (a+b+c)(1a+1b+1c)9(a+b+c)\left(\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}\right)\ge 9 gives, since a+b+c=1a+b+c=1, 1a+1b+1c9a+b+c=9.\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}\ge\dfrac{9}{a+b+c}=9. Equality needs a=b=ca=b=c, i.e. a=b=c=13a=b=c=\dfrac{1}{3}, for which 3+3+3=93+3+3=9.

Answer. The minimum is 99, attained at a=b=c=13a=b=c=\dfrac{1}{3}.

Example 7 — Insert four harmonic means

Problem. Insert four harmonic means between 11 and 16\dfrac{1}{6}.

Solution. For an HP we work with the reciprocals, which must form an AP. The reciprocals of the two ends are 11=1\dfrac{1}{1}=1 and 11/6=6\dfrac{1}{1/6}=6. With four means inserted the AP has 66 terms, so its common difference is d=614+1=1d=\dfrac{6-1}{4+1}=1. The reciprocal AP is therefore 1,2,3,4,5,61,2,3,4,5,6; taking reciprocals back gives the HP 1,12,13,14,15,161,\dfrac{1}{2},\dfrac{1}{3},\dfrac{1}{4},\dfrac{1}{5},\dfrac{1}{6}.

Answer. The four harmonic means are 12,13,14,15\dfrac{1}{2},\dfrac{1}{3},\dfrac{1}{4},\dfrac{1}{5}.

Example 8 — A cyclic AM-GM minimum

Problem. For positive reals a,b,ca,b,c, find the minimum of ab+bc+ca\dfrac{a}{b}+\dfrac{b}{c}+\dfrac{c}{a}.

Solution. The three positive terms have product abbcca=1\dfrac{a}{b}\cdot\dfrac{b}{c}\cdot\dfrac{c}{a}=1. Applying AM \ge GM to these three terms, 13(ab+bc+ca)(abbcca)1/3=1,\dfrac{1}{3}\left(\dfrac{a}{b}+\dfrac{b}{c}+\dfrac{c}{a}\right)\ge\left(\dfrac{a}{b}\cdot\dfrac{b}{c}\cdot\dfrac{c}{a}\right)^{1/3}=1, so ab+bc+ca3\dfrac{a}{b}+\dfrac{b}{c}+\dfrac{c}{a}\ge 3, with equality when a=b=ca=b=c.

Answer. The minimum value is 33.