Arithmetic and Geometric Sequences
Arithmetic and Geometric Sequences are two fundamental types of number patterns in mathematics. An Arithmetic Sequence has a constant difference between consecutive terms, while a Geometric Sequence has a constant ratio between terms. Both are widely used to solve problems involving series, progressions, and real-life applications. They also have specific formulas to calculate the nth term and the sum of terms. Understanding these sequences is essential for tackling questions in algebra, calculus, and competitive exams like JEE.
1.0What is an Arithmetic Sequence?
An Arithmetic Sequence (also called an Arithmetic Progression or AP) is a sequence of numbers where each term after the first is obtained by adding a constant value called the common difference (d).
- General Form: a,a+d,a+2d,a+3d...
- Formula for nth Term of an Arithmetic Sequence: an=a+(n−1)d
- Sum of n Terms (Arithmetic Series): Sn=2n[2a+(n−1)d]
2.0What is a Geometric Sequence?
A Geometric Sequence (also called a Geometric Progression or GP) is a sequence of numbers where each term after the first is obtained by multiplying by a constant called the common ratio (r).
- General Form: a,ar,ar2,ar3,....
- Formula for nth Term of a Geometric Sequence: an=arn−1
- Sum of n Terms (Geometric Series): For r=1: Sn=ar−1rn−1
3.0Difference Between Arithmetic and Geometric Sequences
4.0Arithmetic and Geometric Sequences and Series Formulas
Here’s a quick recap of the most important arithmetic and geometric sequences and series formulas:
Arithmetic Sequence Formulas:
- nth Term: an=a+(n−1)d
- Sum of n Terms: Sn=2n[2a+(n−1)d]
Geometric Sequence Formulas:
- nth Term: an=arn−1
- Sum of n Terms: Sn=ar−1rn−1 (for r=1)
5.0How to Tell if a Sequence is Arithmetic or Geometric?
- Arithmetic: See if the difference between consecutive terms remains the same.
- Geometric: See if the ratio between consecutive terms stays the same.
Example 1:
Sequence: 2, 4, 6, 8, ...
Difference between terms: 2 → Arithmetic.
Example 2:
Sequence: 3, 6, 12, 24, ...
Ratio between terms: 2 → Geometric.
6.0Similarities Between Arithmetic and Geometric Sequences
- Both follow a specific pattern/rule.
- Both have formulas for the nth term and the sum of terms.
- Both are commonly used in solving real-life problems related to finance, physics, and more.
- Both are classified as sequences and series in mathematics.
7.0Arithmetic and Geometric Sequences Problems
Problem 1: Find the 10th term of the AP: 5, 9, 13, ….
Solution:
a = 5, d = 4
a10=5+(10−1).4=5+36=41
Problem 2: Find the 5th term of the GP: 3, 6, 12, … .
Solution:
a = 3, r = 2
a5=3.25−1=3.16=48
Problem 3: Identify whether the following sequence is arithmetic or geometric:
10, 20, 40, 80, …
Solution:
Ratio between terms: 1020=2,2040=2→ Geometric Sequence.
8.0Solved Examples on Arithmetic and Geometric Sequences (JEE & Advanced Level)
Example 1: Calculate the infinite sum of the series.:3+6x+12x2+24x3+...., where ∣x∣<21.
Solution:
Here,
a = 3,
r = 2x,
|r| < 1 (since ∣x∣<21)
Sum to infinity: S∞=1−ra=1−2x3
Answer: 1−2x3
Example 2: Evaluate the sum of the infinite series:21+42+83+164+...
Solution:
This is an arithmetic-geometric series where:
- Arithmetic part: 1,2,3,...
- Geometric part: 21,41,81,....
Common ratio r=21.
Sum formula for infinite arithmetic-geometric series: S=1−ra+(1−r)2d.r
Here,
a=21,d=21,r=21
S=1−2121+(1−21)221.21
S=2121+4141 = 1+1=2
Answer: 2
Example 3: Evaluate ∑n=1∞n.(31)n.
Solution:
Here, a=31,r=31,d=31
Using sum of infinite arithmetic-geometric series:
S=(1−r)2a
S=(1−31)231=(32)231=9431=129=43
Answer: 43
Example 4: Evaluate the sum of the infinite series: 1+23+45+87+....
Solution:
This is an Arithmetic-Geometric Series:
- Arithmetic part: 1,3,5,7,.... (odd numbers; a = 1, d = 2)
- Geometric part: 1,21,41,81,... with r=21.
Use the infinite sum formula: S∞=1−ra+(1−r)2d.r
Here, a=1,d=2,r=21
S∞=1−211+(1−21)22.21
S∞=211+(21)21
S∞=2+4=6
Answer: 6
Example 5: Find the sum of the infinite series: 2.31+4.(31)3+6.(31)3+....
Solution:
This is an Arithmetic-Geometric Series:
- Arithmetic part: 2,4,6,... with a = 2, d = 2.
- Geometric part: 31,91,271,...with r=31.
Sum to infinity formula: S∞=1−ra+(1−r)2d.r
Substitute values:
S∞=21−13+2⋅13(1−13)2
S∞=1−312+(1−31)22.31
S∞=322+(32)232
S∞=3+9432=3+32.49
S∞=3+23=29
Answer: 29
Example 6: Evaluate the infinite sum: 5.21+10(21)2+15(21)3+...
Solution:
Arithmetic part: 5,10,15,... with a = 5, d = 5.
Geometric part: 21,41,81,...with r=21.
Sum to infinity: S∞=1−ra+(1−r)2dr
Substitute:
S∞=1−215+(1−21)25.21
S∞=215+(21)225
S∞=10+4125
S∞=10+10=20
Answer: 20
Example 7: Find ∑n=1∞n2.rnfor |r| < 1.
Solution:
We use calculus tricks (advanced JEE method):
We know,
∑n=1∞nrn=(1−r)2r
Differentiate both sides w.r.t. r:
∑n=1∞n2.rn−1=(1−r)31+r
Multiply both sides by r:
∑n=1∞n2rn=(1−r)3r(1+r)
Answer: (1−r)3r(1+r) (Sum for |r| < 1)
9.0Practice Questions on Arithmetic and Geometric Sequences
Question 1: Find the sum to infinity of 4+8x+12x2+16x3+... for ∣x∣<21.
Question 2: Evaluate ∑n=1∞n.(41)n.
Question 3: Find the sum of the infinite series 32+94+276+....:
Question 4: Find the sum to infinity of 51+252+1253+...
Question 5: A series has terms of the form n.rn with |r| < 1. Derive the general formula for its sum to infinity.
10.0Sample Questions on Arithmetic and Geometric Sequences
Q1. What is an Arithmetic-Geometric Sequence?
Ans: An Arithmetic-Geometric Sequence is a sequence where terms are a product of an arithmetic sequence and a geometric sequence, generally of the form:
a.rn+(a+d).rn+1+(a+2d).rn+2+...
Q2. What is the formula for sum to infinity of an arithmetic-geometric series?
Ans: For |r| < 1: Sn=1−ra+(1−r)2d.r