Infinite Series in Maths: Definition, Sequences & Sigma Notation Explained
Chapter 9 introduced sequences and series with a fixed, countable number of terms. Appendix 1 of the NCERT textbook, titled "Infinite Series," pushes that idea further: what happens when a sequence never ends, and we try to add up all its terms anyway? This post lays the conceptual foundation — infinite sequences, infinite series, and sigma notation — before the appendix moves on to binomial series, geometric series, exponential series, and logarithmic series.
What Is an Infinite Sequence?
A sequence is an ordered list of numbers, usually written a₁, a₂, a₃, and so on, where each aₖ is called a term. A sequence with a last term is a finite sequence — for example, the first ten multiples of 3. But many sequences have no last term at all. The reciprocals 1, 1/2, 1/3, 1/4, ... continue forever, with a new term defined for every positive integer k. A sequence with infinitely many terms is called an infinite sequence.
From Finite to Infinite Sequences
The jump from finite to infinite sequences changes the kind of questions we can ask. With a finite sequence, we can list every term and compute an exact sum in finitely many steps. With an infinite sequence, listing every term is impossible, so mathematicians instead study patterns: how terms behave as k grows larger, whether they shrink toward zero, and whether the running total settles to a fixed value. This shift in thinking is what makes the rest of Appendix 1 useful.
What Is an Infinite Series?
Once we have an infinite sequence a₁, a₂, a₃, ..., aₙ, ..., its indicated sum — the expression formed by adding all its terms one after another — is called an infinite series. In plain terms:
a₁ + a₂ + a₃ + ... + aₙ + ... is called the infinite series associated with the infinite sequence a₁, a₂, a₃, ..., aₙ, ...
Notice the phrase "indicated sum." An infinite series is just a way of writing an unending addition — it does not automatically mean the sum has a finite numerical value. Whether that sum settles to a specific number (explored later through geometric, exponential, and logarithmic series) depends on how the terms behave. This is why the appendix builds up special, well-behaved series where the sum to infinity can genuinely be found.
Writing an Infinite Series Using Sigma Notation
Writing out "a₁ + a₂ + a₃ + ... + aₙ + ..." every time is cumbersome. Mathematics offers a compact alternative: sigma notation, using the Greek capital letter Σ (sigma) to represent summation.
An infinite series can be written in abbreviated form as:
a₁ + a₂ + a₃ + ... + aₙ + ... = Σ (k = 1 to ∞) aₖ
Here, the letter k below the sigma is the index of summation, starting at 1, and the infinity symbol above indicates the summation continues without end. The expression aₖ is the general term — a formula giving the k-th term for any value of k. Once you know the general term, you know the entire infinite series, even though you can never write out all its terms.
Sigma notation is valuable because every special series introduced later — binomial, geometric, exponential, and logarithmic — can be written as a single compact sigma expression once its general term is known.
Why Infinite Series Matter in Class 11 Maths and Beyond
An unending sum might seem like a curiosity, but infinite series are central to how mathematics models real situations. The remaining sections of Appendix 1 use infinite series to:
- Expand expressions like (1 + x)ᵐ when m is negative or a fraction, where the ordinary Binomial Theorem from Chapter 8 does not apply.
- Find the exact sum of an infinite geometric progression, such as 1 + 1/2 + 1/4 + 1/8 + ..., which equals exactly 2.
- Define and estimate Euler's number e, one of the most important constants in higher mathematics, using the exponential series.
- Express natural logarithms like logₑ(1 + x) and logₑ2 as infinite sums, forming the logarithmic series.
Each application depends on the same foundational ideas covered here: an infinite sequence, its associated series, and sigma notation.
Infinite Series vs Finite Series — Key Differences
| Aspect | Finite Series | Infinite Series |
|---|---|---|
| Number of terms | Fixed, countable | Unending |
| Sum | Always computable directly | May or may not settle to a fixed value |
| Typical formula | Closed-form sum Sₙ | General term aₖ, studied via sigma notation |
| Example | 1 + 2 + 3 + ... + 10 | 1 + 1/2 + 1/3 + 1/4 + ... |
Not every infinite series behaves nicely. The harmonic series 1 + 1/2 + 1/3 + ... grows without bound even though each term shrinks. Others, like the geometric series studied later, approach a definite finite value as more terms are added. Telling these cases apart — and computing the sum to infinity when it exists — is the practical payoff of this appendix.
Quick Recap
An infinite sequence never ends, and its term-by-term sum is called an infinite series. Sigma notation, Σ (k = 1 to ∞) aₖ, compactly represents this unending sum once the general term aₖ is known. This foundation sets up every special series covered in the rest of Appendix 1.
Keep Learning: Related Reading
- Binomial Theorem for Any Index: Formula, Conditions & Special Cases (Class 11 Maths)
- Infinite Geometric Series: Sum to Infinity Formula & Solved Examples (Class 11 Maths)
- Exponential Series & Euler's Number e: Formula, Derivation & Examples (Class 11 Maths)
Ready to Master Sequences and Series?
Infinite series is a stepping stone to ideas that recur in exams like CUET, IPMAT, and JIPMAT. ChampionsPrep offers structured, chapter-wise practice for CBSE Class XI–XII Commerce students, built directly from the NCERT syllabus. Registration is completely free, and you only pay as you use the platform — start practising infinite series and every other Class 11 Maths topic right away.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is the difference between a sequence and a series?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A sequence is an ordered list of numbers, such as a1, a2, a3, while a series is the sum obtained by adding the terms of that sequence together. An infinite sequence has unending terms, and its indicated sum is called an infinite series."
}
},
{
"@type": "Question",
"name": "What does sigma notation mean in an infinite series?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Sigma notation uses the symbol Sigma to represent a sum. Writing the sum of ak for k from 1 to infinity means adding up the general term ak for every value of k starting from 1 and continuing forever, which is a compact way of writing a1 + a2 + a3 + ... without end."
}
},
{
"@type": "Question",
"name": "Does every infinite series have a finite sum?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. Some infinite series, such as the harmonic series 1 + 1/2 + 1/3 + ..., increase without bound even though the terms shrink. Others, such as a geometric series with common ratio less than 1 in absolute value, do approach a fixed finite value called the sum to infinity."
}
},
{
"@type": "Question",
"name": "Why is the general term ak so important in an infinite series?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Since it is impossible to write out every term of an infinite series individually, the general term ak is the formula that defines the entire series. Knowing ak lets you find any term, apply sigma notation correctly, and compare or manipulate different infinite series."
}
},
{
"@type": "Question",
"name": "How is infinite series different from what was studied in Chapter 9 on Sequences and Series?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Chapter 9 primarily deals with finite sequences and series, such as arithmetic and geometric progressions with a definite number of terms, along with the finite sum formula. Appendix 1 extends these ideas to sequences with infinitely many terms and studies whether and how their sums can be found."
}
}
]
}
</script>
Test Your Knowledge
Keep practising Mathematics
AI-powered feedback and structured revision for Mathematics — free to start, at your own pace.
AI-powered practice — free to start