Arithmetic mean of a,b is 2a+b; a,b,c in AP ⟺2b=a+c.
Sum of first n naturals=2n(n+1); sum of first n odd numbers=n2.
Consecutive terms differ by the constant d.
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,… is an HP, then t11,t21,t31,… is an AP.
nth term: if that reciprocal AP has first term a and common difference d, then tn=a+(n−1)d1. Never apply the AP or GP term formula directly to HP terms; always flip to reciprocals first.
Harmonic mean of two positive numbers a,b is HM(a,b)=a+b2ab=a1+b12. For n numbers, HM=a11+⋯+an1n.
AM ≥ GM ≥ HM
For positive numbers the three classical means satisfy A≥G≥H, with equality only when all the numbers are equal. For two numbers a,b: A=2a+b, G=ab, and H=a+b2ab.
[JEE Tip] For two numbers the means are themselves linked by
G2=A⋅H,
so G is the geometric mean of A and H. Given any two of A,G,H this identity hands you the third at once, and it is a JEE favourite. (For three or more numbers only A≥G≥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+(n−1)d]rn−1.
Finite sum (multiply and subtract): write out Sn, multiply every term by r to get rSn, 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 Sn.
Infinite sum (converges for ∣r∣<1):
S∞=1−ra+(1−r)2dr.
Two clean special cases worth memorising: n=1∑∞nxn−1=(1−x)21 and n=1∑∞n2xn=(1−x)3x(1+x), both for ∣x∣<1.
Method of Differences (Telescoping)
If each term can be written as f(k)−f(k+1), the whole sum collapses to its ends:
k=1∑n(f(k)−f(k+1))=f(1)−f(n+1).
k=1∑nk(k+1)1=1−n+11=n+1n, from k(k+1)1=k1−k+11.
k=1∑nk(k+1)(k+2)1=41−2(n+1)(n+2)1, from k(k+1)(k+2)1=21(k(k+1)1−(k+1)(k+2)1).
The same idea cracks (r+1)!r=r!1−(r+1)!1 and denominators that factor as a difference of two quadratics.
Sum-Reciprocal Inequality
For any positive reals a1,a2,…,an,
(a1+a2+⋯+an)(a11+a21+⋯+an1)≥n2,
with equality only when all the ai are equal. It is just A≥H rearranged (one line of Cauchy-Schwarz gives it too). The most-tested case is n=3: (a+b+c)(a1+b1+c1)≥9.
Solved Examples — Beyond-NCERT Formulae
Example 1 — Three means of two numbers
Problem. For the numbers 2 and 8, compute the AM, GM and HM, then verify A≥G≥H and G2=A⋅H.
Solution.A=22+8=5, G=2⋅8=16=4, and H=2+82⋅2⋅8=1032=516=3.2.
Ordering: 5≥4≥3.2, so A≥G≥H holds. Product check: A⋅H=5⋅516=16=42=G2.
Answer.A=5,G=4,H=516; both relations confirmed.
Example 2 — Recover the HM and the numbers
Problem. Two positive numbers have AM =13 and GM =12. Find their HM and the numbers themselves.
Solution. By G2=A⋅H, the harmonic mean is H=AG2=13144. For the numbers, a+b=2A=26 and ab=G2=144, so they are the roots of x2−26x+144=0. The discriminant is 262−4⋅144=676−576=100, giving x=226±10, i.e. x=18 or x=8.
Answer.H=13144; the two numbers are 8 and 18.
Example 3 — Sum the AGP n=1∑∞2nn
Problem. Evaluate S=21+42+83+164+⋯
Solution (multiply and subtract). Multiply S by the ratio 21 and line the two rows up:
S=21+42+83+⋯,21S=41+82+163+⋯
Subtracting term by term, S−21S=21+41+81+⋯=1, an infinite GP of ratio 21. Hence 21S=1, so S=2. As a check, n=1∑∞nxn−1=(1−x)21 with x=21 gives 21⋅(1/2)21=2.
Solution. This is an AGP with AP part a=1, d=2 and GP ratio r=31 (so ∣r∣<1). Apply S∞=1−ra+(1−r)2dr with 1−r=32:
1−ra=2/31=23,(1−r)2dr=(2/3)22⋅31=4/92/3=23.
Adding the two pieces, S∞=23+23=3.
Answer.S∞=3.
Example 5 — Telescoping a triple product
Problem. Find k=1∑nk(k+1)(k+2)1, and hence its value for n=8 and as n→∞.
Solution. Split with k(k+1)(k+2)1=21(k(k+1)1−(k+1)(k+2)1). Writing g(k)=k(k+1)1, the sum telescopes:
k=1∑nk(k+1)(k+2)1=21(g(1)−g(n+1))=41−2(n+1)(n+2)1.
For n=8 this is 41−2⋅9⋅101=41−1801=18045−1=18044=4511. As n→∞ the second term vanishes, leaving 41.
Answer.41−2(n+1)(n+2)1; for n=8 it equals 4511, and the infinite sum is 41.
Example 6 — Minimum via the sum-reciprocal inequality
Problem. If a,b,c>0 and a+b+c=1, find the least value of a1+b1+c1.
Solution. The inequality (a+b+c)(a1+b1+c1)≥9 gives, since a+b+c=1,
a1+b1+c1≥a+b+c9=9.
Equality needs a=b=c, i.e. a=b=c=31, for which 3+3+3=9.
Answer. The minimum is 9, attained at a=b=c=31.
Example 7 — Insert four harmonic means
Problem. Insert four harmonic means between 1 and 61.
Solution. For an HP we work with the reciprocals, which must form an AP. The reciprocals of the two ends are 11=1 and 1/61=6. With four means inserted the AP has 6 terms, so its common difference is d=4+16−1=1. The reciprocal AP is therefore 1,2,3,4,5,6; taking reciprocals back gives the HP 1,21,31,41,51,61.
Answer. The four harmonic means are 21,31,41,51.
Example 8 — A cyclic AM-GM minimum
Problem. For positive reals a,b,c, find the minimum of ba+cb+ac.
Solution. The three positive terms have product ba⋅cb⋅ac=1. Applying AM ≥ GM to these three terms,
31(ba+cb+ac)≥(ba⋅cb⋅ac)1/3=1,
so ba+cb+ac≥3, with equality when a=b=c.
Answer. The minimum value is 3.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.