Example 1: Finding a Specific Term in AP
Question: Find the 15th term of the AP: 3, 7, 11, 15, …
Solution:
Here, a=3,d=4,n=15.
Using an=a+(n−1)d
a15=3+(14)4=59.
Example 2: Finding the Sum of an AP
Question: Find the sum of the first 20 terms of the AP 1, 4, 7, 10, …
Solution:
Here, a=1,d=3,n=20. Using Sn=2n[2a+(n−1)d]: S20=220[2(1)+19(3)]=10[59]=590.
Example 3: Finding a Specific Term in GP
Question: Find the 6th term of the GP: 5, 10, 20, 40, …
Solution:
Here, a=5,r=2,n=6. Using an=arn−1: a6=5⋅25=160.
Example 4: Finding the Sum of a GP
Question: Find the sum of the first 8 terms of the GP 1, 3, 9, 27, …
Solution:
Here, a=1,r=3,n=8.
Using Sn=r−1a(rn−1): S8=3−11(38−1)=26560=3280.
Example 5: Finding a Term in HP
Question: The 5th term of an HP is 1/12 and the 11th term is 1/24. Find the 16th term.
Solution:
In the corresponding AP, a5=12 and a11=24.
So, a+4d=12 and a+10d=24.
Solving gives d=2,a=4. The 16th term of the AP is a16=4+15(2)=34.
The 16th term of the HP is 1/34.
Example 6: Sum of an Infinite GP
Question: Find the sum of the infinite series 16+8+4+2+...
Solution:
This is an infinite GP with a=16,r=1/2.
Since ∣r∣<1, the sum is S∞=1−ra=1−1/216=32.
Example 7: Classic AP Property Problem
Question: If the p-th term of an AP is q and the q-th term is p, find the r-th term.
Solution:
Given a+(p−1)d=q and a+(q−1)d=p.
Subtracting gives (p−q)d=q−p, so d=−1.
Substituting back gives a=p+q−1.
The r-th term is ar=a+(r−1)d=(p+q−1)+(r−1)(−1)=p+q−r.
Example 8: Selection of Terms in AP
Question: The sum of three numbers in an AP is 21, and the sum of their squares is 155. Find the numbers.
Solution:
Let the numbers be a−d,a,a+d.
Sum = 3a=21⟹a=7.
Sum of squares = (7−d)2+72+(7+d)2=155
⟹ 49−14d+d2+49+49+14d+d2=155⟹147+2d2=155⟹2d2=8⟹d=±2.
The numbers are 5, 7, 9.
Example 9: Selection of Terms in GP
Question: The sum of three numbers in a GP is 13/12, and their product is -1. Find the numbers.
Solution:
Let the numbers be a/r,a,ar.
Product = a3=−1⟹a=−1.
Sum = −1/r−1−r=13/12.
This gives 12r2+25r+12=0, with solutions r=−3/4,−4/3.
The numbers are 4/3, -1, 3/4.
Example 10: AM-GM Inequality
Question: Find the minimum value of 9x2+x21 for x>0.
Solution:
Using AM-GM: 29x2+1/x2≥9x2⋅x21=3.
So, 9x2+x21≥6. The minimum value is 6.
Example 11: Using G² = AH
Question: The AM between two numbers is 15 and their HM is 9.6. Find their GM.
Solution:
Using the identity G2=AH, we have G2=15×9.6=144. Therefore, the GM is G=144=12.
Question: Find the sum of the first n terms of the series 1⋅2+2⋅3+3⋅4+...
Solution:
The n-th term is an=n(n+1)=n2+n.
The sum is Sn=∑(k2+k)=∑k2+∑k=6n(n+1)(2n+1)+2n(n+1)=3n(n+1)(n+2).
Example 13: Sum of an Infinite AGP
Question: Find the sum of the infinite series 1+54+257+12510+...
Solution:
This is an AGP with a=1,d=3,r=1/5.
Using S∞=1−ra+(1−r)2dr: S∞=4/51+(4/5)23(1/5)=45+1615=1635.
Example 14: Method of Difference (Telescoping Series)
Question: Find the sum of n terms of the series 1⋅21+2⋅31+3⋅41+...
Solution:
The n-th term is an=n(n+1)1=n1−n+11. The sum telescopes to Sn=1−n+11=n+1n.
Example 15: Inserting Arithmetic Means
Question: Insert 4 arithmetic means between 5 and 25.
Solution:
We create an AP of 6 terms where a=5 and a6=25. a6=a+5d⟹25=5+5d⟹d=4. The means are 9, 13, 17, 21.
Example 16: Inserting Geometric Means
Question: Insert 3 geometric means between 1 and 256.
Solution:
We create a GP of 5 terms where a=1 and a5=256. a5=ar4⟹256=1⋅r4⟹r=4. The means are 4, 16, 64.
Example 17: AP and GP Condition
Question: If the 2nd, 5th, and 9th terms of a non-constant AP are in GP, find the common ratio of the GP.
Solution:
The terms are a+d,a+4d,a+8d. Since they are in GP, (a+4d)2=(a+d)(a+8d). Solving gives a=8d. The common ratio is a+da+4d=9d12d=4/3.
Example 18: Sum of Cubes
Question: Find the sum of the series 13+23+...+103.
Solution:
Using the formula ∑k3=[2n(n+1)]2 with n=10. Sum = (210×11)2=552=3025.
Example 19: Sum in HP
Question: Three numbers are in HP. The sum of the numbers is 37, and the sum of their reciprocals is 1/4. Find the numbers.
Solution:
Let the reciprocals be in AP: a−d,a,a+d.
Sum of reciprocals = 3a=1/4⟹a=1/12.
The middle term of the HP is 12. Let the HP terms be x, 12, y.
We have x+12+y=37⟹x+y=25.
Also, 1/6=(x+y)/xy⟹1/6=25/xy⟹xy=150.
The numbers are 10 and 15. The HP is 10, 12, 15.
Example 20: AGP with Negative Ratio
Question: Find the sum of the infinite series 1−2x+3x2−4x3+... for ∣x∣<1.
Solution:
This is the standard expansion for (1+x)−2.
Let S=1−2x+3x2−...
Using the S−rS method with r=−x, we find (1+x)S=1−x+x2−...=1+x1.
So, S=(1+x)21.
Example 21: Three Numbers in AP and GP
Question: If three numbers are in AP and their sum is 15. If 1, 4, 19 are added to them respectively, they are in GP. Find the numbers.
Solution:
Let the numbers be a−d,a,a+d.
Sum is 3a=15⟹a=5.
The numbers are 5−d,5,5+d.
The new numbers are 6−d,9,24+d.
These are in GP, so 92=(6−d)(24+d). 81=144−18d−d2.
This gives d2+18d−63=0⟹(d+21)(d−3)=0.
So d=3 or d=−21. The numbers are 2, 5, 8 or 26, 5, -16.
Example 22: Logarithms and GP
Question: If a,b,c are the p-th, q-th, and r-th terms of a GP, prove that (q−r)loga+(r−p)logb+(p−q)logc=0.
Solution:
Let the GP have first term A and common ratio R.
a=ARp−1,b=ARq−1,c=ARr−1.
Taking log: loga=logA+(p−1)logR, etc. Substitute these into the given expression.
The terms involving logA sum to (q−r+r−p+p−q)logA=0.
The terms involving logR sum to ((q−r)(p−1)+(r−p)(q−1)+(p−q)(r−1))logR.
This expression simplifies to 0. Hence, the result is proved.
Example 23: Sum of Squares of an AP
Question: If Sn denotes the sum of n terms of an AP, prove that S3n=3(S2n−Sn).
Solution:
RHS = 3[22n(2a+(2n−1)d)−2n(2a+(n−1)d)]=23n[2(2a+2nd−d)−(2a+nd−d)]=23n[2a+3nd−d]. This is the formula for S3n.
Example 24: Finding Sum of a Special Series
Question: Find the sum of the series 1+(1+2)+(1+2+3)+... up to n terms.
Solution:
The k-th term is the sum of the first k natural numbers, Tk=2k(k+1)=21(k2+k).
We need to find Sn=∑Tk=21(∑k2+∑k).
Substituting the standard formulas and simplifying gives Sn=6n(n+1)(n+2).
Example 25: Minimum Value with 3 Variables
Question: If a, b, c are positive real numbers, find the minimum value of (a+b+c)(a1+b1+c1).
Solution:
By AM-HM inequality, 3a+b+c≥1/a+1/b+1/c3.
Rearranging gives (a+b+c)(1/a+1/b+1/c)≥9.
The minimum value is 9.
Example 26: AP with a Twist
Question: The sum of n terms of two APs are in the ratio 5n+4:9n+6. Find the ratio of their 18th terms.
Solution:
Given Sn′Sn=n/2(2a2+(n−1)d2)n/2(2a1+(n−1)d1)=2a2+(n−1)d22a1+(n−1)d1=9n+65n+4.
We want the ratio of the 18th terms, which is a18′a18=a2+17d2a1+17d1.
To get this form, we substitute n=2(18)−1=35 into the sum ratio expression.
2a2+(35−1)d22a1+(35−1)d1=2(a2+17d2)2(a1+17d1)=9(35)+65(35)+4=321179.
Example 27: Infinite GP with a variable
Question: Find the sum of the infinite series x+y,x2+xy+y2,x3+x2y+xy2+y3,... where ∣x∣<1,∣y∣<1.
Solution:
The n-th term is x−yxn+1−yn+1.
The sum is x−y1∑(xn+1−yn+1)=x−y1[(∑xn+1)−(∑yn+1)].
Both are infinite GPs. The sum is x−y1[1−xx2−1−yy2].
Example 28: Method of Difference with Factorials
Question: Find the sum of the series 2!1+3!2+4!3+... up to n terms.
Solution:
The n-th term is Tn=(n+1)!n=(n+1)!(n+1)−1=n!1−(n+1)!1.
This is a telescoping series.
Sn=(1!1−2!1)+(2!1−3!1)+...+(n!1−(n+1)!1)=1−(n+1)!1.
Example 29: Sum of terms in HP
Question: If the first two terms of an HP are 2/5 and 12/13, find the largest term.
Solution:
The first two terms of the corresponding AP are 5/2 and 13/12.
The common difference is d=13/12−5/2=(13−30)/12=−17/12.
The AP is decreasing, so its terms will become negative.
The reciprocals (the HP terms) will approach negative infinity.
Therefore, the largest term is the first term, 2/5. This is a trick question.
Example 30: AP, GP, HP Condition
Question: If a,b,c are in AP, b,c,d are in GP and c,d,e are in HP, show that a,c,e are in GP.
Solution:
2b=a+c, c2=bd, d=c+e2ce.
From the GP, d=c2/b.
From the AP, b=(a+c)/2.
Substitute b into the expression for d: d=(a+c)/2c2=a+c2c2.
Now equate the two expressions for d: a+c2c2=c+e2ce.
This simplifies to c(c+e)=e(a+c)⟹c2+ce=ae+ce⟹c2=ae.
This is the condition for a, c, e to be in GP.