[Free Cheatsheet] Sequence and Series - A.P, G.P, A.G.P, & H.P
Hey there! Welcome to KnowledgeKnot! Don't forget to share this with your friends and revisit often. Your support motivates us to create more content in the future. Thanks for being awesome!
Arithmetic Progression (AP)
An arithmetic progression (AP) is a sequence of numbers in which the difference between consecutive terms is constant. This constant is called the common difference (d).
General Term (nth term) of AP: an=a+(n−1)d Where: a = first term, d = common difference, n = term number. Example: For an AP with a=2, d=3, find the 5th term. Solution: a5=2+(5−1)⋅3=2+12=14.
Sum of First n Terms of AP: Sn=2n[2a+(n−1)d] Alternatively: Sn=2n(a+l). Where: a = first term, l = last term, n = number of terms. Example: Find the sum of the first 10 terms of the AP 2, 5, 8, .... Solution: a=2,d=3,n=10. S10=210[2⋅2+(10−1)⋅3]=5[4+27]=5⋅31=155.
Common Difference: d=a2−a1 Where: a1 = first term, a2 = second term. Example: If the first two terms of an AP are 7 and 12, find d. Solution: d=12−7=5.
Arithmetic Mean (AM): AM=2a+b Where: a and b are two numbers. Example: Find the arithmetic mean of 4 and 10. Solution: AM=24+10=214=7.
Properties: - If three numbers a,b,c are in AP, then 2b=a+c. Example: Show that 3, 7, 11 are in AP. Solution: 2⋅7=3+11⇒14=14 (True). - Sum of an AP is symmetric around the middle term when the number of terms is odd.
Question 1: Find the sum of the first 20 terms of an AP where the first term is 5 and the 20th term is 62. Solution: Sn=2n(a+l). S20=220(5+62)=10⋅67=670.
Question 2: If the 5th term of an AP is 20 and the 10th term is 45, find the first term and the common difference. Solution: General term: an=a+(n−1)d. For the 5th term: a5=a+4d=20. For the 10th term: a10=a+9d=45. Solve the system of equations: a+4d=20 a+9d=45 Subtract: 5d=25⇒d=5 Substitute: a+4⋅5=20⇒a=0. First term: a=0, common difference: d=5.
Additional Formula: - Number of terms: n=dl−a+1 Where: l = last term. Example: Find the number of terms in the AP 3, 7, 11, ..., 47. Solution: n=447−3+1=444+1=11+1=12. There are 12 terms in the AP.
Geometric Progression (GP)
A geometric progression (GP) is a sequence of numbers where each term after the first is obtained by multiplying the previous term by a fixed, non-zero number called the common ratio (r).
General Term (nth term) of GP: an=arn−1 Where: a = first term, r = common ratio, n = term number. Example: For a GP with a=2 and r=3, find the 4th term. Solution: a4=2⋅34−1=2⋅27=54.
Sum of First n Terms of GP: Sn=ar−1rn−1 For r=1. Example: Find the sum of the first 4 terms of the GP 2,6,18,54.... Solution: a=2,r=3,n=4. S4=23−134−1=2281−1=2⋅40=80.
Sum to Infinity of GP (when ∣r∣<1): S∞=1−ra Example: For a GP with a=5 and r=0.5, find the sum to infinity. Solution: S∞=1−0.55=0.55=10.
Common Ratio: r=a1a2 Where a2 = second term and a1 = first term. Example: If the first two terms of a GP are 4 and 12, find r. Solution: r=412=3.
Geometric Mean (GM): GM=ab For two numbers a and b. Example: Find the geometric mean of 4 and 16. Solution: GM=4⋅16=64=8.
Properties: - If three numbers a,b,c are in GP, then b2=ac. Example: Show that 2,6,18 are in GP. Solution: 62=2⋅18⇒36=36 (True).
Additional Formula: - Number of terms: n=log(r)log(l/a)+1 Where l = last term. Example: Find the number of terms in the GP 2,6,18,...,486. Solution: n=log(3)log(486/2)+1=log(3)log(243)+1=15+1=6. There are 6 terms in the GP.
Arithmetic-Geometric Progression (AGP)
An Arithmetic-Geometric Progression (AGP) is a sequence where each term is the product of the corresponding terms of an arithmetic progression (AP) and a geometric progression (GP). For example, if {a1,a2,a3,…} is an AP and {b1,b2,b3,…} is a GP, then the sequence {a1b1,a2b2,a3b3,…} is an AGP.
General Term (nth term) of AGP: If the nth term of the AP is an=a+(n−1)d and the nth term of the GP is bn=brn−1, then the nth term of the AGP is given by: Tn=an⋅bn=(a+(n−1)d)⋅brn−1.
Example 1: Given an AP with a=2, d=3, and a GP with b=4, r=2, find the 4th term of the AGP. Solution:T4=(2+(4−1)⋅3)⋅4⋅24−1=(2+9)⋅4⋅8=11⋅32=352.
Sum of First n Terms of AGP: The sum of the first n terms of an AGP is given by: Sn=∑k=1n[a+(k−1)d]⋅brk−1. To simplify, this can be split into two parts: Sn=b⋅∑k=1nark−1+b⋅∑k=1n(k−1)drk−1. These two sums are calculated separately:
The first term, ∑k=1nark−1, is a standard geometric progression with sum: S1=a⋅1−r1−rn for r=1.
The second term, ∑k=1n(k−1)drk−1, involves advanced summation techniques.
Special Case: When the common ratio r of the GP satisfies ∣r∣<1, the sum to infinity of the AGP can be calculated. The sum to infinity is given by: S∞=1−rab+(1−r)2bdr.
Example 2: Consider an AGP where the AP is 2,4,6,… (with a=2,d=2) and the GP is 1,0.5,0.25,… (with b=1,r=0.5). Find the sum to infinity of the AGP. Solution:S∞=1−0.52⋅1+(1−0.5)21⋅2⋅0.5=0.52+0.251=4+4=8.
Example 3: Find the sum of the first 5 terms of an AGP where the AP is 3,6,9,… (with a=3,d=3) and the GP is 2,4,8,… (with b=2,r=2). Solution: Each term is calculated as: T1=3⋅2=6, T2=6⋅4=24, T3=9⋅8=72, T4=12⋅16=192, T5=15⋅32=480. S5=6+24+72+192+480=774.
Properties of AGP: - The nth term of an AGP combines the linear growth of an AP and the exponential growth/decay of a GP. - The sum of an AGP often requires separating into two summable series (AP and GP contributions).
Harmonic Progression (HP)
A sequence is said to be in harmonic progression (HP) if the reciprocals of its terms form an arithmetic progression (AP). For example, if {a1,a2,a3,…} is in HP, then {a11,a21,a31,…} is in AP.
General Term (nth term) of HP: If the terms of HP are a,b,c,…, the nth term of the HP can be derived as follows: an1=a1+(n−1)d′ Where: a = first term of HP, d′ = common difference of the corresponding AP of reciprocals. Example: If the first term of HP is \(4\) and the common difference of its reciprocals AP is \(0.5\), find the 3rd term. Solution: a31=41+(3−1)⋅0.5=0.25+1=1.25 a3=1.251=0.8.
nth Term of HP: The nth term of an HP can also be expressed as: an=a1+(n−1)d′1 Where: a1 = first term of the corresponding AP of reciprocals, d′ = common difference of the reciprocals AP. Example: For the HP \(4, 3, 2.4, \ldots\), find the 4th term. Solution: The corresponding AP of reciprocals is \(0.25, 0.333..., 0.416...\). a41=41+(4−1)d′=0.25+3⋅0.0833≈0.5 a4=0.51=2.
Harmonic Mean (HM): The harmonic mean of two numbers a and b is given by: HM=a+b2ab Example: Find the harmonic mean of \(4\) and \(6\). Solution: HM=4+62⋅4⋅6=1048=4.8.
Properties of HP: - If three terms a,b,c are in HP, then their reciprocals a1,b1,c1 are in AP. - The harmonic mean of two numbers is always less than or equal to their geometric mean. Example: Show that \(6, 12, 24\) are in HP. Solution: The reciprocals are \(0.166..., 0.083..., 0.0416...\), which form an AP with a common difference of \(-0.0416...\).
Decimal Series and Their Summation
A decimal series is a sequence of numbers where each term is a decimal or fraction, often forming a recognizable pattern. Decimal series are frequently encountered in mathematics, finance, and scientific calculations. Understanding their summation involves identifying the series' structure and applying appropriate formulas or methods.
General Form of a Decimal Series: A decimal series can often be written in the form: S=a+10b+100c+1000d+…. Alternatively, it may represent a geometric series if the terms follow a constant ratio.
Summation of Finite Decimal Series: For a finite series, summation is performed by adding all terms explicitly: S=a1+a2+…+an. Example: Find the sum of the series 1.2+0.34+0.056. Solution: S=1.2+0.34+0.056=1.596.
Summation of Infinite Decimal Series: If the series is infinite and follows a geometric progression, the sum can be computed using: S∞=1−ra. Where: a = first term, r = common ratio (with ∣r∣<1). Example: Find the sum of the infinite series 0.5+0.05+0.005+…. Solution: a=0.5,r=0.1. S∞=1−0.10.5=0.90.5=0.555....
Periodic Decimal Series: A periodic decimal series repeats in a pattern, such as 0.333… or 0.142857142857…. Such series can be expressed as fractions: 0.3=31 and 0.142857=71. Example: Convert 0.6 to a fraction. Solution: Let x=0.6. Multiply by 10: 10x=6.6. Subtract: 10x−x=6⇒9x=6⇒x=32.
Properties of Decimal Series: - Decimal series can often be simplified into a fractional or geometric form. - The sum of a periodic decimal series converges to a rational number. - The representation of a decimal as a fraction depends on its periodicity or termination.
Application Example: A machine reduces errors by 10% each cycle, starting with an error rate of 1. Calculate the total error rate after infinite cycles. Solution: The error series is 1+0.1+0.01+0.001+…. This is a GP with a=1 and r=0.1. S∞=1−0.11=0.91=1.111....
Question: Find the sum of the series 0.25+0.025+0.0025+…. Solution: The series is a GP with a=0.25 and r=0.1. S∞=1−0.10.25=0.90.25=0.277....
Question: Find the sum up to n terms of the series: 0.3+0.33+0.333+….
Solution: Each term in the series can be written as: ak=10k10k−1. The sum of the series up to n terms is: Sn=∑k=1n10k10k−1. Breaking the summation into two parts: Sn=∑k=1n1−∑k=1n10k1. The first sum: ∑k=1n1=n. The second sum is a geometric series with first term a=0.1 and common ratio r=0.1: ∑k=1n10k1=1−0.10.1(1−(0.1)n). Simplifying: ∑k=1n10k1=0.111…(1−0.1n). Therefore, the sum is: Sn=n−0.111…(1−0.1n). Example: For n=3, the series is: S3=3−0.111…(1−0.001)=3−0.111…(0.999)=2.888….