Have you ever encountered a sequence where each term is formed by multiplying the corresponding terms of an arithmetic progression (AP) and a geometric progression (GP)? Such sequences are known as arithmetico-geometric series and combine the characteristics of both arithmetic and geometric progressions. These series play an important role in algebra, sequence and series, higher mathematics, and mathematical modelling. Questions related to arithmetico-geometric series are commonly studied in advanced mathematics and are useful for competitive examinations involving sequences and series. In this article, we will explore the definition of arithmetico-geometric series, formulas, properties, methods of finding sums, solved examples, and practical applications.
This Story also Contains
An arithmetico geometric series is a special type of series formed by multiplying the corresponding terms of an arithmetic progression (AP) and a geometric progression (GP). It combines the properties of both progressions, making it an important topic in sequences and series, higher algebra, mathematical analysis, and competitive examinations.
In simple words, an arithmetico geometric series is a series in which each term is obtained by multiplying an arithmetic term and a geometric term.
For example, consider:
AP: $1, 2, 3, 4, 5,\ldots$
GP: $1, 2, 4, 8, 16,\ldots$
Multiplying corresponding terms gives:
$1,\ 4,\ 12,\ 32,\ 80,\ldots$
This new sequence is called an arithmetico geometric series.
An arithmetico geometric series is a series whose terms are products of the corresponding terms of an arithmetic progression and a geometric progression.
The general form is:
$a+(a+d)r+(a+2d)r^2+(a+3d)r^3+\cdots$
where:
$a$ = first term of the AP
$d$ = common difference of the AP
$r$ = common ratio of the GP
Since both AP and GP are involved, the series exhibits characteristics of arithmetic growth and geometric growth simultaneously.
Arithmetico geometric series appear in many practical situations involving increasing values combined with exponential growth or decay.
| Application | Usage |
|---|---|
| Finance and investments | Increasing deposits with compound growth |
| Economics | Escalating payments with interest |
| Population studies | Gradual increases with growth rates |
| Computer science | Recursive algorithms and analysis |
| Engineering | Signal processing and system modelling |
Suppose a person invests an amount that increases by ₹100 every year while earning compound interest at a fixed rate.
Yearly investments:
₹100, ₹200, ₹300, ₹400, ...
Growth factors:
$1,\ r,\ r^2,\ r^3,\ldots$
The resulting value follows an arithmetico geometric series.
Arithmetico geometric series play an important role in advanced mathematics and practical modelling.
Combines concepts of AP and GP.
Useful in higher algebra and calculus.
Applied in economics and financial mathematics.
Helps model real-world growth patterns.
Important for sequence and series problems.
Appears in mathematical competitions and entrance examinations.
Used in engineering and computer science applications.
To understand an arithmetico geometric series, it is important to first understand its two building blocks: arithmetic progression and geometric progression.
An arithmetic progression is a sequence in which consecutive terms differ by a constant value called the common difference.
$a,\ a+d,\ a+2d,\ a+3d,\ldots$
where:
$a$ = first term
$d$ = common difference
$2,\ 5,\ 8,\ 11,\ldots$
Here,
$d=3$
A geometric progression is a sequence in which consecutive terms are obtained by multiplying by a fixed number called the common ratio.
$1,\ r,\ r^2,\ r^3,\ldots$
where:
$r$ = common ratio
$1,\ 2,\ 4,\ 8,\ 16,\ldots$
Here,
$r=2$
An arithmetico geometric series is formed by multiplying corresponding terms of an AP and a GP.
AP: $1,\ 2,\ 3,\ 4,\ldots$
GP: $1,\ 2,\ 4,\ 8,\ldots$
Multiplying corresponding terms:
$1\times1,\ 2\times2,\ 3\times4,\ 4\times8,\ldots$
Resulting series:
$1,\ 4,\ 12,\ 32,\ldots$
This is an arithmetico geometric series.
The standard form of an arithmetico geometric series is:
$a+(a+d)r+(a+2d)r^2+(a+3d)r^3+\cdots$
If: $a=2,\ d=3,\ r=2$
Then the series becomes:
$2+5(2)+8(2^2)+11(2^3)+\cdots$
$=2+10+32+88+\cdots$
Several formulas are used to find terms and sums of arithmetico geometric series.
The $n^{th}$ term of an arithmetico geometric sequence is:
$T_n=(a+(n-1)d)r^{n-1}$
where:
$a$ = first term of AP
$d$ = common difference
$r$ = common ratio
$n$ = term number
If: $a=2,\ d=1,\ r=3$
Then: $T_4=(2+3)(3^3)$
$=5\times27$
$=135$
When $|r|<1$, the infinite arithmetico-geometric series converges.
The sum is: $S_\infty=\frac{a}{1-r}+\frac{dr}{(1-r)^2}$
This formula is frequently used in advanced sequence and series problems.
Consider: $S=a+(a+d)r+(a+2d)r^2+\cdots$
Multiplying by $r$: $rS=ar+(a+d)r^2+(a+2d)r^3+\cdots$
Subtracting: $S-rS=a+dr+dr^2+dr^3+\cdots$
Therefore, $S(1-r)=a+d(r+r^2+r^3+\cdots)$
Using: $r+r^2+r^3+\cdots=\frac{r}{1-r}$
we obtain: $S(1-r)=a+\frac{dr}{1-r}$
Multiplying throughout by $(1-r)$:
$S=\frac{a}{1-r}+\frac{dr}{(1-r)^2}$
This gives the infinite sum formula.
The following quantities are commonly used in arithmetico geometric series formulas.
| Symbol | Meaning |
|---|---|
| $a$ | First term of AP |
| $d$ | Common difference of AP |
| $r$ | Common ratio of GP |
| $n$ | Number of terms |
| $T_n$ | $n^{th}$ term |
| $S_n$ | Sum of first $n$ terms |
| $S_\infty$ | Infinite sum |
Understanding these parameters makes formula application easier.
Finding the sum of an arithmetico geometric series involves identifying the AP and GP components and applying the appropriate formula.
Follow these steps:
Identify the first term of the AP.
Find the common difference $d$.
Find the common ratio $r$.
Determine whether the series is finite or infinite.
Apply the required formula.
Consider the series: $1+2\left(\frac12\right)+3\left(\frac12\right)^2+\cdots$
Here: $a=1$
$d=1$
$r=\frac12$
Using: $S_\infty=\frac{a}{1-r}+\frac{dr}{(1-r)^2}$
Substituting values: $S_\infty=\frac{1}{1-\frac12}+\frac{1\cdot\frac12}{\left(1-\frac12\right)^2}$
$=2+2$
$=4$
Therefore, $S_\infty=4$
An infinite arithmetico geometric series has a finite sum only when: $|r|<1$
Convergent series: $r=\frac12,\ \frac13,\ -\frac14$
Divergent series: $r=2,\ 3,\ -5$
If the common ratio exceeds 1 in magnitude, the infinite sum does not exist.
Students often make mistakes while solving arithmetico geometric series problems.
Confusing AP with GP.
Using the wrong common difference.
Using the wrong common ratio.
Applying infinite sum formulas when $|r|\ge1$.
Forgetting to identify the correct first term.
Mixing up term formulas and sum formulas.
Avoiding these mistakes can significantly improve accuracy in sequence and series questions for school examinations and competitive mathematics tests.
Let $A$ and $G$ be the arithmetic mean and geometric mean respectively of two positive and distinct numbers $a$ and $b$.
Then:
$\boxed{x^2-2Ax+G^2=0}$
$\boxed{A\pm\sqrt{(A+G)(A-G)}}$
We know, $A=\frac{a+b}{2}$
Therefore, $a+b=2A$
Also, $G=\sqrt{ab}$
Therefore, $ab=G^2$
Since $a$ and $b$ are roots of a quadratic equation,
$\text{Sum of roots}=a+b$
$\text{Product of roots}=ab$
Using the standard quadratic equation:
$x^2-(\text{sum of roots})x+(\text{product of roots})=0$
Substituting the values,
$x^2-(a+b)x+ab=0$
$x^2-2Ax+G^2=0$
Hence,
$\boxed{x^2-2Ax+G^2=0}$
Now applying the quadratic formula,
$x=\frac{-(-2A)\pm\sqrt{(-2A)^2-4(1)(G^2)}}{2}$
$x=\frac{2A\pm\sqrt{4A^2-4G^2}}{2}$
$x=\frac{2A\pm2\sqrt{A^2-G^2}}{2}$
$x=A\pm\sqrt{A^2-G^2}$
Using: $A^2-G^2=(A+G)(A-G)$
Therefore, $\boxed{x=A\pm\sqrt{(A+G)(A-G)}}$
An Arithmetic-Geometric Progression (AGP) is formed by multiplying the corresponding terms of an Arithmetic Progression (AP) and a Geometric Progression (GP).
Let the AP be: $a,\ (a+d),\ (a+2d),\ (a+3d),\ldots$ and the GP be: $1,\ r,\ r^2,\ r^3,\ldots$
Multiplying corresponding terms, we obtain: $a,\ (a+d)r,\ (a+2d)r^2,\ (a+3d)r^3,\ldots$
This sequence is called an Arithmetic-Geometric Progression (AGP).
$1,\ 3x,\ 5x^2,\ 7x^3,\ 9x^4,\ldots$
Here,
Therefore, it is an Arithmetic-Geometric Progression.
Let $S_n=a+(a+d)r+(a+2d)r^2+\cdots+(a+(n-1)d)r^{n-1}$
Multiplying both sides by $r$,
$rS_n=ar+(a+d)r^2+(a+2d)r^3+\cdots+(a+(n-1)d)r^n$
Subtracting the second equation from the first,
$(1-r)S_n$
$=a+dr+dr^2+dr^3+\cdots+dr^{n-1}$
$-[a+(n-1)d]r^n$
Taking $d$ common, $(1-r)S_n$
$=a+d(r+r^2+r^3+\cdots+r^{n-1})$
$-[a+(n-1)d]r^n$
Using the GP sum formula, $r+r^2+r^3+\cdots+r^{n-1}$
$=\frac{r(1-r^{n-1})}{1-r}$
Substituting, $(1-r)S_n$
$=a+\frac{dr(1-r^{n-1})}{1-r}$
$-[a+(n-1)d]r^n$
Dividing by $(1-r)$,
$\boxed{S_n=\frac{a}{1-r}+\frac{dr(1-r^{n-1})}{(1-r)^2}-\frac{[a+(n-1)d]r^n}{1-r}}$
This is the formula for the sum of the first $n$ terms of an Arithmetic-Geometric Progression.
For an infinite Arithmetic-Geometric Progression, the series converges only when:$|r|<1$
Consider the AGP:
$a,\ (a+d)r,\ (a+2d)r^2,\ (a+3d)r^3,\ldots$
Using the finite sum formula and letting $n\to\infty$,
$r^n\to0$ and $r^{n-1}\to0$
Therefore,
$S_\infty=\frac{a}{1-r}+\frac{dr}{(1-r)^2}$
Hence, the sum of an infinite Arithmetic-Geometric Progression is:
$\boxed{S_\infty=\frac{a}{1-r}+\frac{dr}{(1-r)^2}}$
| Condition | Result |
|---|---|
| $r<1$ and $r>-1$ | Infinite AGP converges and the sum exists. |
| $r=1$ or $r=-1$ | Infinite AGP does not converge; the sum does not exist. |
| $r>1$ or $r<-1$ | Infinite AGP diverges and the sum does not exist. |
Find the sum of: $1+2\left(\frac12\right)+3\left(\frac12\right)^2+4\left(\frac12\right)^3+\cdots$
Here, $a=1$
$d=1$
$r=\frac12$
Using, $S_\infty=\frac{a}{1-r}+\frac{dr}{(1-r)^2}$
$=\frac{1}{1-\frac12}+\frac{\frac12}{\left(1-\frac12\right)^2}$
$=2+2$
$=4$
Therefore, $\boxed{S_\infty=4}$
A strong understanding of arithmetico geometric series requires a solid foundation in sequences and series, algebra, and mathematical analysis. The following books are highly recommended for concept building and problem-solving practice.
| Book Name | Best For | Why It Helps |
|---|---|---|
| Higher Algebra – Hall and Knight | Advanced Mathematics | Detailed coverage of series and progressions |
| Algebra – Dr. S.K. Goyal (Arihant) | Competitive Exams | Strong conceptual explanations |
| NCERT Mathematics Class 11 | Foundation Building | Covers AP and GP fundamentals |
| IIT Mathematics – M.L. Khanna | JEE Advanced Preparation | Advanced sequence and series problems |
| Problems Plus in IIT Mathematics – A. Das Gupta | Higher-Level Practice | Challenging questions on series |
Arithmetico geometric progression questions can often be simplified by identifying the AP and GP components separately. These shortcuts help solve problems more efficiently.
| Trick | Explanation |
|---|---|
| Separate AP and GP parts first | Identify arithmetic and geometric components |
| Check common difference and ratio | Find $d$ and $r$ before applying formulas |
| Use subtraction method | Multiply by $r$ and subtract to derive sums |
| Memorize the infinite sum formula | Saves time in calculations |
| Write first few terms clearly | Helps identify patterns quickly |
| Convert complex expressions into AP × GP form | Makes recognition easier |
These formulas are frequently used while solving arithmetico geometric progression questions in mathematics and competitive examinations.
| Concept | Formula |
|---|---|
| General AGP | $a+(a+d)r+(a+2d)r^2+\cdots$ |
| $n^{th}$ Term | $T_n=(a+(n-1)d)r^{n-1}$ |
| Sum of First $n$ Terms | $S_n=\frac{a}{1-r}+\frac{dr(1-r^{n-1})}{(1-r)^2}-\frac{[a+(n-1)d]r^n}{1-r}$ |
| Infinite Sum | $S_\infty=\frac{a}{1-r}+\frac{dr}{(1-r)^2}$ |
Learn more about Sequences and Series - Topics, Formula, Books, FAQs
Example 1. Find the sum of the series $1+3+7+15+31+\cdots$ up to $n$ terms.
Hint: First find the general term of the series and then calculate the sum.
Solution:
Given,
$1+3+7+15+31+\cdots$
Observe that:
$1=2^1-1$
$3=2^2-1$
$7=2^3-1$
$15=2^4-1$
$31=2^5-1$
Therefore, the $n^{th}$ term is:
$T_n=2^n-1$
Now,
$S_n=\sum_{k=1}^{n}(2^k-1)$
$=\sum_{k=1}^{n}2^k-\sum_{k=1}^{n}1$
Using the GP sum formula:
$\sum_{k=1}^{n}2^k=\frac{2(2^n-1)}{2-1}$
$=2(2^n-1)$
$=2^{n+1}-2$
Also,
$\sum_{k=1}^{n}1=n$
Therefore,
$S_n=(2^{n+1}-2)-n$
$=2^{n+1}-n-2$
Correct Answer: $2^{n+1}-n-2$
Example 2. $S$ is the sum of the first 9 terms of $(x+ka)+(x^2+(k+2)a)+(x^3+(k+4)a)+\cdots$ where $a\neq0$ and $x\neq1$.
If $S=\frac{x^{10}-x+45a(x-1)}{x-1}$, find the value of $k$.
Hint: Separate the GP part and the AP part.
Solution:
Given,
$S=(x+ka)+(x^2+(k+2)a)+(x^3+(k+4)a)+\cdots$
Separating the two series,
$S=(x+x^2+x^3+\cdots+x^9)$
$+a[k+(k+2)+(k+4)+\cdots+(k+16)]$
The first series is a GP:
$x+x^2+x^3+\cdots+x^9$
$=\frac{x(x^9-1)}{x-1}$
The second series is an AP with 9 terms.
Sum of AP:
$=9k+(2+4+6+\cdots+16)$
Now,
$2+4+6+\cdots+16$
$=2(1+2+3+\cdots+8)$
$=2\left(\frac{8\times9}{2}\right)$
$=72$
Therefore,
$S=\frac{x(x^9-1)}{x-1}+a(9k+72)$
Comparing with:
$S=\frac{x^{10}-x+45a(x-1)}{x-1}$
we get,
$9k+72=45$
$9k=-27$
$k=-3$
Correct Answer: $-3$
Example 3. Which of the following is NOT an AGP?
Hint: Check whether each term can be expressed as the product of an AP term and a GP term.
Solution:
An AGP is formed by multiplying corresponding terms of an AP and a GP.
For Option 1:
$1,\ 2x,\ 3x^2,\ 4x^3$
This can be written as:
$(1,2,3,4)\times(1,x,x^2,x^3)$
Hence, it is an AGP.
For Option 2:
$1,\ 1,\ \frac34,\ \frac12,\ \frac5{16}$
This can be written as:
$\frac11,\ \frac22,\ \frac34,\ \frac48,\ \frac5{16}$
$=(1,2,3,4,5)\times\left(1,\frac12,\frac14,\frac18,\frac1{16}\right)$
Hence, it is an AGP.
For Option 3:
$3a,\ 5a^2,\ 7a^3$
This can be written as:
$(3,5,7)\times(a,a^2,a^3)$
Hence, it is an AGP.
For Option 4:
$1,\ 3\cdot2^2,\ 4\cdot2^3,\ 5\cdot2^4$
The arithmetic part should be:
$1,2,3,4,\ldots$
but here it becomes:
$1,3,4,5,\ldots$
which is not an AP.
Therefore, this is not an AGP.
Correct Answer: Option 4
Example 4. What is the sum of the first 10 terms of $1\cdot2+2\cdot2^2+3\cdot2^3+\cdots+10\cdot2^{10}$ ?
Hint: Multiply the series by 2 and subtract.
Solution:
Let $S=1\cdot2+2\cdot2^2+3\cdot2^3+\cdots+10\cdot2^{10}$
Multiplying by 2,
$2S=1\cdot2^2+2\cdot2^3+3\cdot2^4+\cdots+10\cdot2^{11}$
Subtracting,
$2S-S$
$=(1\cdot2^2-1\cdot2)$
$+(2\cdot2^3-2\cdot2^2)$
$+\cdots$
$+(10\cdot2^{11}-10\cdot2^{10})$
This simplifies to:
$S=10\cdot2^{11}-(2+2^2+2^3+\cdots+2^{10})$
Using GP sum:
$2+2^2+\cdots+2^{10}$
$=\frac{2(2^{10}-1)}{2-1}$
$=2^{11}-2$
Therefore,
$S=10\cdot2^{11}-(2^{11}-2)$
$=10\cdot2^{11}-2^{11}+2$
$=9\cdot2^{11}+2$
Correct Answer: $9\cdot2^{11}+2$
This section provides important NCERT study materials to help students strengthen their understanding of sequences and series. These resources are useful for concept building, board exam preparation, and competitive examinations.
NCERT Solutions for Class 11 Maths Chapter 9 Sequences and Series
NCERT Class 11 Maths Chapter 9 Notes: Sequence and Series
NCERT Exemplar Class 11 Maths solutions Chapter 9 Sequence and Series
This section covers related mathematics topics that complement the study of sequences and series and help build a stronger foundation for algebra, progression-based problems, and competitive examinations.
Frequently Asked Questions (FAQs)
An arithmetico geometric series (AGP) is a series formed by multiplying the corresponding terms of an arithmetic progression (AP) and a geometric progression (GP).
The general form of an AGP is:
$a+(a+d)r+(a+2d)r^2+(a+3d)r^3+\cdots$
where $a$ is the first term, $d$ is the common difference, and $r$ is the common ratio.
In an AP, consecutive terms differ by a constant value. In a GP, consecutive terms are multiplied by a constant ratio. An AGP combines both AP and GP characteristics.
The $n^{th}$ term is: $T_n=(a+(n-1)d)r^{n-1}$
The sum of an infinite AGP is: $S_\infty=\frac{a}{1-r}+\frac{dr}{(1-r)^2}$ provided that $|r|<1$.