Chapter 9 Sequences and Series (Concepts)
Welcome to Chapter 9: Sequences and Series! While sets represent unordered collections, a sequence is an ordered list of numbers following a specific mathematical rule. When the terms of a sequence are added together, they form a series. This chapter provides a deep dive into Arithmetic Progressions (AP) and Geometric Progressions (GP), which are vital for understanding linear and exponential growth.
In an AP, each term increases by a common difference (d), with the $n^{th}$ term given by $a_n = a + (n-1)d$. We also explore Arithmetic Mean (AM), which is simply $\frac{a+b}{2}$. Conversely, a GP is defined by a common ratio (r), where the general term is $a_n = ar^{n-1}$. A fascinating highlight of this chapter is the infinite GP; when $|r| < 1$, the sum converges to the finite value $S_\infty = \frac{a}{1-r}$.
We also establish a crucial relationship: for any two positive numbers, the AM is always greater than or equal to the GM ($\frac{a+b}{2} \ge \sqrt{ab}$). Finally, we derive powerful formulas for special series, such as the sum of the first $n$ squares ($\sum n^2$) and cubes ($\sum n^3$).
To enhance the understanding of the concepts, this page includes images for visualisation, flowcharts, mindmaps, and practical examples. This page is prepared by learningspot.co to provide a structured and comprehensive learning experience for every student.
Sequence
The concept of sequences plays a vital role in various fields of human activity, ranging from simple counting to complex financial modeling and biological research. In everyday life, whenever we arrange a collection of objects in a specific order such that we can identify a first, second, and third member, we are essentially forming a sequence.
Real-Life Applications of Sequences
Sequences are not just abstract mathematical concepts; they are reflected in practical scenarios:
1. Banking and Finance: The amount of money accumulated in a fixed deposit (FD) in an Indian bank over a period of years forms a sequence based on the interest rate.
2. Economics: The depreciated value of commodities like machinery or vehicles over time follows a specific sequence.
3. Biology: The growth of a bacteria population at fixed time intervals can be represented as a sequence.
4. Human Ancestry: Consider the number of ancestors a person has over 10 generations (parents, grandparents, great-grandparents, etc.). The number of ancestors for the first, second, and third generations would be 2, 4, and 8 respectively. For 10 generations, the sequence ends at 1024.
$\text{Ancestors} = 2, 4, 8, \dots, 1024$
[A finite sequence]
Formal Definition of a Sequence
A set of numbers arranged in a definite order according to a definite rule (or set of rules) is called a sequence. Each number belonging to this set is referred to as a term of the sequence.
Notation and Terminology
• The terms are usually denoted by $a_1, a_2, a_3, \dots, a_n$ or $T_1, T_2, T_3, \dots, T_n$.
• The subscript represents the position of the term in the sequence and must always be a natural number ($n \in \mathbb{N}$).
• The term occurring at the $n^{th}$ position, denoted by $a_n$, is known as the General Term of the sequence.
Classification of Sequences
1. Finite Sequence: A sequence containing a fixed number of terms. It is described as $a_1, a_2, a_3, \dots, a_n$.
2. Infinite Sequence: A sequence that continues indefinitely. It is described as $a_1, a_2, a_3, \dots$ to $\infty$.
3. Real Sequence: If every term of the sequence is a real number, it is called a real sequence.
Analysis of Patterns and Rules
To define a sequence, we must identify the rule governing its terms. A sequence is not merely a random collection of numbers but a structured list where each term follows a specific logical or mathematical relationship with its position or its preceding terms.
The rules governing sequences are generally categorized into Recursive Rules (where a term depends on the previous term) and Explicit Rules (where a term depends directly on its position $n$).
Detailed Classification of Sequence Rules
Let us analyze the mathematical structure of the common patterns observed in sequences through the following vertical classification:
| Sequence Type | Example Pattern | Mathematical Rule ($a_n$) |
|---|---|---|
| Additive (Arithmetic) | $3, 5, 7, 9, \dots$ | $a_n = a_{n-1} + 2$ |
| Subtractive | $8, 5, 2, -1, \dots$ | $a_n = a_{n-1} - 3$ |
| Multiplicative (Geometric) | $2, 6, 18, 54, \dots$ | $a_n = 3 \cdot a_{n-1}$ |
| Power-Based (Squares) | $1, 4, 9, 16, \dots$ | $a_n = n^2$ |
| Fractional / Reciprocal | $1, \frac{1}{2}, \frac{1}{3}, \frac{1}{4}, \dots$ | $a_n = \frac{1}{n}$ |
| Alternating Signs | $-1, 2, -3, 4, \dots$ | $a_n = (-1)^n \cdot n$ |
Derivation of the General Term ($a_n$)
The process of finding the General Term involves observing the relationship between the term value and its position $n$.
1. Case of Constant Addition (Linear Pattern)
Consider the sequence: $3, 5, 7, 9, \dots$
$a_1 = 3 = 2(1) + 1$
$a_2 = 5 = 2(2) + 1$
$a_3 = 7 = 2(3) + 1$
By induction, the general term for the $n^{th}$ position is:
$a_n = 2n + 1$
2. Case of Constant Multiplication (Exponential Pattern)
Consider the sequence: $2, 6, 18, 54, \dots$
$a_1 = 2 = 2 \cdot 3^0$
$a_2 = 6 = 2 \cdot 3^1$
$a_3 = 18 = 2 \cdot 3^2$
The power of 3 is always $(n-1)$. Thus, the general term is:
$a_n = 2 \cdot 3^{n-1}$
Progressions
In mathematical analysis, a Progression is a specialized type of sequence where the terms follow a very specific and predictable pattern that can be expressed via an explicit algebraic formula. This formula allows for the direct calculation of any $n^{th}$ term without necessarily knowing the preceding terms.
While the terms "sequence" and "progression" are often used interchangeably in casual conversation, a technical distinction exists. Every progression is a sequence, but not every sequence qualifies as a progression. To be a progression, the sequence must exhibit a uniform mathematical regularity.
Comparative Analysis: Sequence vs. Progression
The following table distinguishes between general sequences and progressions based on their mathematical properties:
| Feature | General Sequence | Progression |
|---|---|---|
| Rule | May be descriptive or logical. | Must be a definite mathematical formula. |
| Explicit Formula | Not always available. | Always exists for the $n^{th}$ term. |
| Predictability | Difficult for large values of $n$ (if no formula). | Easily predictable for any $n$. |
| Example | Prime Numbers ($2, 3, 5, \dots$) | Arithmetic Progression ($2, 4, 6, \dots$) |
The Case of Prime Numbers
The set of Prime Numbers $\{2, 3, 5, 7, 11, 13, \dots\}$ is an excellent example of a sequence that is not a progression. Although there is a clear logical rule (a prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself), there is no known simple algebraic expression $f(n)$ that generates the $n^{th}$ prime number. Therefore, it remains a sequence but fails the criteria for a progression.
The Fibonacci Sequence (Matrameru)
The Fibonacci Sequence is one of the most significant progressions in mathematics. Historically, this pattern was described in Indian mathematics by Pingala in connection with Sanskrit prosody (the study of poetic meters) as Matrameru, long before it was known in the West.
In this progression, each term is the sum of the two preceding terms. It is defined by a Recurrence Relation:
$a_n = a_{n-1} + a_{n-2}$
[for $n > 2$]
Where the initial terms are defined as:
$a_1 = 1, \ a_2 = 1$
(Given constants)
Derivation of Fibonacci Terms
To find the first few terms, we apply the relation systematically:
• Third term ($a_3$):
$a_3 = a_2 + a_1 = 1 + 1 = 2$
• Fourth term ($a_4$):
$a_4 = a_3 + a_2 = 2 + 1 = 3$
• Fifth term ($a_5$):
$a_5 = a_4 + a_3 = 3 + 2 = 5$
The resulting progression is: $1, 1, 2, 3, 5, 8, 13, 21, \dots$
Example 1. Write the first five terms of the sequence where the general term is given by $a_n = n(n + 2)$.
Answer:
To find the terms of the sequence, we substitute $n = 1, 2, 3, 4, 5$ into the explicit formula $a_n = n(n + 2)$.
For $n = 1$: $a_1 = 1(1 + 2) = 1(3) = 3$
For $n = 2$: $a_2 = 2(2 + 2) = 2(4) = 8$
For $n = 3$: $a_3 = 3(3 + 2) = 3(5) = 15$
For $n = 4$: $a_4 = 4(4 + 2) = 4(6) = 24$
For $n = 5$: $a_5 = 5(5 + 2) = 5(7) = 35$
The first five terms are: 3, 8, 15, 24, 35.
Example 2. A person starts a recurring deposit in a bank with $\textsf{₹} 500$ in the first month and increases the deposit by $\textsf{₹} 100$ every month. Represent the monthly deposits for the first 4 months as a sequence and find the general term.
Answer:
Given:
First month deposit ($a_1$) = $\textsf{₹} 500$
Monthly increase ($d$) = $\textsf{₹} 100$
To Find: First 4 terms and the general term $a_n$.
Solution:
• $a_1 = 500$
• $a_2 = 500 + 100 = 600$
• $a_3 = 600 + 100 = 700$
• $a_4 = 700 + 100 = 800$
The sequence is: 500, 600, 700, 800, $\dots$
By observing the pattern, each term is $400 + 100 \times n$. Let's verify:
For $n=1$, $100(1) + 400 = 500$.
The general term is:
$a_n = 100n + 400$
Series
The concept of a series arises when the individual terms of a sequence are connected by addition signs. While a sequence is simply a list of numbers, a series represents the indicated sum of those numbers. If we consider a sequence $a_1, a_2, a_3, \dots, a_n$, then the expression formed by their sum is known as the series associated with that sequence.
Formal Definition
Let $a_1, a_2, a_3, \dots$ be a given sequence. Then the expression:
$a_1 + a_2 + a_3 + \dots$
is called the series associated with the sequence.
Like sequences, series are also classified into two types:
1. Finite Series: A series derived from a finite sequence, having a specific number of terms. Example: $3 + 5 + 7 + \dots + 21$.
2. Infinite Series: A series derived from an infinite sequence, continuing without end. Example: $1 + 4 + 9 + 16 + \dots$ to $\infty$.
Sigma Notation and Summation
To represent a series compactly, mathematicians use the Greek symbol Sigma ($\Sigma$). If $a_k$ denotes the general term of a sequence, the sum of the first $n$ terms is denoted by $S_n$ and is written as:
$S_n = \sum\limits_{k=1}^{n} a_k = a_1 + a_2 + a_3 + \dots + a_n$
Important Note: In mathematical terminology, the word 'series' refers to the indicated sum (the expression) rather than the numerical result. The numerical result is specifically called the 'sum of the series'. For instance, $1 + 3 + 5$ is a series, whereas $9$ is its sum.
Relationship between $a_n$ and $S_n$
There is a fundamental relationship between the general term of a sequence ($a_n$) and the sum of its terms ($S_n$). The $n^{th}$ term can be found by subtracting the sum of the first $(n-1)$ terms from the sum of the first $n$ terms.
Derivation
The sum of $n$ terms is:
$S_n = a_1 + a_2 + a_3 + \dots + a_{n-1} + a_n$
The sum of $(n-1)$ terms is:
$S_{n-1} = a_1 + a_2 + a_3 + \dots + a_{n-1}$
Subtracting $S_{n-1}$ from $S_n$:
$S_n - S_{n-1} = (a_1 + \dots + a_n) - (a_1 + \dots + a_{n-1})$
All terms except $a_n$ cancel out, leading to the identity:
$a_n = S_n - S_{n-1}$
[Valid for $n > 1$]
Examples of Series Patterns
Based on the examples of sequences, we can form various series by connecting the terms with plus signs:
| Sequence Type | Corresponding Series | Nature |
|---|---|---|
| Arithmetic | $3 + 5 + 7 + 9 + \dots + 21$ | Finite |
| Geometric | $2 + 6 + 18 + 54 + \dots + 1458$ | Finite |
| Squares | $1 + 4 + 9 + 16 + \dots$ | Infinite |
| Alternating | $1 + (-1) + 1 + (-1) + \dots$ | Infinite |
Example 1. Let the sum of $n$ terms of a series be given by $S_n = 3n^2 + n$. Find the first three terms of the series.
Answer:
Step 1: Find the first term ($a_1$).
For $n=1$, the sum of one term is simply the first term itself.
$a_1 = S_1 = 3(1)^2 + 1 = 4$
Step 2: Find the second term ($a_2$).
First, find $S_2$:
$S_2 = 3(2)^2 + 2 = 3(4) + 2 = 14$
Using the relation $a_n = S_n - S_{n-1}$:
$a_2 = S_2 - S_1 = 14 - 4 = 10$
Step 3: Find the third term ($a_3$).
First, find $S_3$:
$S_3 = 3(3)^2 + 3 = 3(9) + 3 = 30$
$a_3 = S_3 - S_2 = 30 - 14 = 16$
Final Result: The first three terms are 4, 10, and 16.
Example 2. Express the sum of the first 10 multiples of 5 using sigma notation.
Answer:
The multiples of 5 are $5, 10, 15, \dots, 50$.
The general term can be written as $a_k = 5k$.
Since we need the sum of the first 10 terms, the lower limit is $k=1$ and the upper limit is $k=10$.
The sigma notation for the series is:
$\mathbf{\sum\limits_{k=1}^{10} 5k}$
Example 3. A student in India saves money every week. In the first week, he saves $\textsf{₹} 10$. In the second week, he saves $\textsf{₹} 20$, and so on, doubling his savings each week. Find the total savings (the sum of the series) after 4 weeks.
Answer:
Sequence of savings: $10, 20, 40, 80$.
Associated series: $10 + 20 + 40 + 80$.
Final Answer: The total savings after 4 weeks is $\textsf{₹} 150$.
Arithmetic Progression
An Arithmetic Progression (A.P.) is a sequence in which the difference between any term and its preceding term is always a constant. This constant is called the common difference of the A.P. and is typically denoted by the letter $d$. If the sequence is finite, the indicated sum of its terms is called an arithmetic series.
Formal Definition and the Nature of Common Difference
A sequence $a_1, a_2, a_3, \dots, a_n$ is called an Arithmetic Progression if the difference between any term and its immediate predecessor is a constant. This constant value is known as the Common Difference, denoted by $d$.
$d = a_2 - a_1 = a_3 - a_2 = \dots = a_n - a_{n-1}$
The behavior of the A.P. is entirely determined by the sign of $d$:
| Condition | Type of A.P. | Example Sequence |
|---|---|---|
| $d > 0$ | Increasing A.P. | $5, 10, 15, 20, \dots$ ($d = 5$) |
| $d < 0$ | Decreasing A.P. | $100, 90, 80, 70, \dots$ ($d = -10$) |
| $d = 0$ | Constant A.P. | $\textsf{₹} 50, \textsf{₹} 50, \textsf{₹} 50, \dots$ ($d = 0$) |
The General Term ($n^{th}$ Term)
To find a formula that gives the value of the $n^{th}$ term directly, let us denote the first term as $a$ and the common difference as $d$. We build the sequence term by term:
1. The first term ($a_1$):
$a_1 = a + 0 \cdot d = a + (1 - 1)d$
2. The second term ($a_2$):
$a_2 = a_1 + d = a + (2 - 1)d$
3. The third term ($a_3$):
$a_3 = a_2 + d = (a + d) + d = a + 2d = a + (3 - 1)d$
4. The fourth term ($a_4$):
$a_4 = a_3 + d = (a + 2d) + d = a + 3d = a + (4 - 1)d$
By observing the subscript of the term and the coefficient of $d$, we notice that the coefficient of $d$ is always one less than the position of the term. Thus, for the $n^{th}$ term:
$a_n = a + (n - 1)d$
[General Term Formula]
If a finite A.P. has $n$ terms, the last term $l$ is identical to $a_n$:
$l = a + (n - 1)d$
$n^{th}$ Term from the End
Calculating a term starting from the end of a finite sequence is a common requirement in exams. Suppose we have a finite A.P. with a total of $m$ terms.
Method 1: Transformation to Beginning Index
The $n^{th}$ term from the end is not simply $a_{m-n}$. To visualize this, consider a sequence of 5 terms: $T_1, T_2, T_3, T_4, T_5$.
• $1^{st}$ from end = $5^{th}$ from start $= (5 - 1 + 1)^{th}$ term.
• $2^{nd}$ from end = $4^{th}$ from start $= (5 - 2 + 1)^{th}$ term.
Thus, the $n^{th}$ term from the end is the $(m - n + 1)^{th}$ term from the beginning.
$a_n \text{ (from end)} = a + [(m - n + 1) - 1]d$
$a_n \text{ (from end)} = a + (m - n)d$
Method 2: Reversing the Sequence
Alternatively, we can treat the last term ($l$) as our new first term. When we move backwards through the A.P., the common difference changes sign (from $d$ to $-d$).
$a_n \text{ (from end)} = l + (n - 1)(-d)$
$a_n \text{ (from end)} = l - (n - 1)d$
Example 1. Find the $10^{th}$ term from the end of the A.P. $4, 9, 14, \dots, 254$.
Answer:
Given: First term ($a$) = 4, Common difference ($d$) = $9 - 4 = 5$, Last term ($l$) = 254.
We need to find the $10^{th}$ term from the end ($n = 10$).
Using Method 2 (Reversing the sequence):
$a_{10} \text{ (from end)} = l - (n - 1)d$
$a_{10} = 254 - (10 - 1) \cdot 5$
$a_{10} = 254 - 45 = 209$
Final Answer: The $10^{th}$ term from the end is 209.
Example 2. A government employee in India starts with a monthly salary of $\textsf{₹} 40,000$ and receives a fixed annual increment of $\textsf{₹} 2,500$. What will be his monthly salary in the $15^{th}$ year of service?
Answer:
Given:
Salary in $1^{st}$ year ($a$) = $\textsf{₹} 40,000$
Annual Increment ($d$) = $\textsf{₹} 2,500$
Year ($n$) = 15
Solution:
The monthly salary follows an Arithmetic Progression. Using the general term formula:
$a_{15} = a + (15 - 1)d$
$a_{15} = 40000 + 14 \times 2500$
$a_{15} = 40000 + 35000 = 75000$
Final Answer: The monthly salary in the $15^{th}$ year will be $\textsf{₹} 75,000$.
Sum of the First $n$ Terms ($S_n$)
The sum of the first $n$ terms of an A.P. is the value obtained by adding all terms from $a_1$ to $a_n$. This is particularly useful in financial calculations, such as determining the total interest paid over a loan tenure.
Derivation of the Sum Formula
Let $a$ be the first term, $d$ the common difference, $n$ the number of terms, and $l$ the last term. We can write the sum $S_n$ in two ways:
1. Writing the sum in forward order:
$S_n = a + (a + d) + (a + 2d) + \dots + (l - d) + l$
…(i)
2. Writing the same sum in reverse order:
$S_n = l + (l - d) + (l - 2d) + \dots + (a + d) + a$
…(ii)
By adding equations (i) and (ii) vertically, we observe that each pair of terms sums to $(a + l)$:
$2S_n = (a + l) + (a + l) + \dots + (a + l) \quad [n \text{ times}]$
$2S_n = n(a + l)$
This gives us the first form of the sum formula:
$S_n = \frac{n}{2}(a + l)$
[Sum using last term]
Since the last term $l = a + (n - 1)d$, substituting this in the above equation gives us the second form:
$S_n = \frac{n}{2}[a + \{a + (n - 1)d\}]$
$S_n = \frac{n}{2}[2a + (n - 1)d]$
[General Sum formula]
Algebraic Properties of Arithmetic Progressions
A.P. sequences exhibit remarkable stability under basic arithmetic operations. These properties are frequently used to transform complex sequences into simpler forms.
Linear Transformations
If every term of an A.P. is modified by a constant $k$, the resulting sequence remains an A.P.
| Operation | Original AP | Modified AP | New Common Difference |
|---|---|---|---|
| Addition | $a, a+d, a+2d$ | $a+k, (a+k)+d, (a+k)+2d$ | $d$ |
| Subtraction | $a, a+d, a+2d$ | $a-k, (a-k)+d, (a-k)+2d$ | $d$ |
| Multiplication | $a, a+d, a+2d$ | $ak, ak+dk, ak+2dk$ | $dk$ |
| Division ($k \neq 0$) | $a, a+d, a+2d$ | $\frac{a}{k}, \frac{a+d}{k}, \frac{a+2d}{k}$ | $\frac{d}{k}$ |
Selection of Terms for Problem Solving
In many algebraic problems where the sum of terms is provided, selecting specific symmetric terms can eliminate the variable $d$, making it easier to find the value of $a$.
| Number of Terms | Recommended Selection | Common Difference |
|---|---|---|
| 3 Terms | $a - d, \ a, \ a + d$ | $d$ |
| 4 Terms | $a - 3d, \ a - d, \ a + d, \ a + 3d$ | $2d$ |
| 5 Terms | $a - 2d, \ a - d, \ a, \ a + d, \ a + 2d$ | $d$ |
Arithmetic Mean and Symmetry
1. Arithmetic Mean (A.M.)
If three numbers $a, b,$ and $c$ are in A.P., then $b$ is the Arithmetic Mean of $a$ and $c$.
$b - a = c - b \implies 2b = a + c$
$b = \frac{a + c}{2}$
2. Property of Equidistant Terms
In any finite A.P., the sum of the terms equidistant from the beginning and the end is always constant and equal to the sum of the first and last terms.
$a_k + a_{n-k+1} = a_1 + a_n$
[For all $1 \leq k \leq n$]
Example 1. The sum of three numbers in A.P. is 24 and their product is 440. Find the numbers.
Answer:
Let the three numbers be $(a - d), a,$ and $(a + d)$.
Step 1: Use the sum property to find $a$.
$(a - d) + a + (a + d) = 24$
$3a = 24 \implies a = 8$
Step 2: Use the product property to find $d$.
$(a - d) \cdot a \cdot (a + d) = 440$
$(8 - d) \cdot 8 \cdot (8 + d) = 440$
$8(64 - d^2) = 440$
$64 - d^2 = 55 \implies d^2 = 9$
Therefore, $d = \pm 3$.
Step 3: State the numbers.
If $d = 3$, numbers are: $8-3, 8, 8+3 \implies 5, 8, 11$.
If $d = -3$, numbers are: $8-(-3), 8, 8+(-3) \implies 11, 8, 5$.
The numbers are 5, 8, and 11.
Example 2. A person in India saves $\textsf{₹} 200$ in the first month and increases his savings by $\textsf{₹} 40$ every month. Calculate the total savings at the end of 2 years.
Answer:
Given:
First month savings ($a$) = $\textsf{₹} 200$
Monthly increment ($d$) = $\textsf{₹} 40$
Time period = 2 years = 24 months ($n = 24$)
Solution:
Using the sum formula $S_n = \frac{n}{2}[2a + (n - 1)d]$:
$S_{24} = \frac{24}{2} [2(200) + (24 - 1)40]$
$S_{24} = 12 [400 + 23 \times 40]$
$S_{24} = 12 [400 + 920]$
$S_{24} = 12 \times 1320 = 15840$
Final Answer: The total savings after 2 years is $\textsf{₹} 15,840$.
Arithmetic Mean
The concept of Arithmetic Mean (A.M.) is fundamental in sequences. When one or more numbers are inserted between two given numbers such that the resulting sequence forms an Arithmetic Progression, these inserted numbers are known as Arithmetic Means. In simple terms, for any two numbers, the A.M. is their average, but in progressions, it serves as the bridge that maintains a constant common difference.
Arithmetic Mean Between Two Numbers
Given two numbers $a$ and $b$, we can insert a number $A$ between them such that $a, A, b$ form an A.P. This number $A$ is the single Arithmetic Mean of $a$ and $b$.
Derivation of the Single A.M.
Since the sequence $a, A, b$ is in A.P., the difference between consecutive terms must be equal to the common difference $d$.
$A - a = b - A$
[Definition of A.P.]
Rearranging the terms to solve for $A$:
$A + A = a + b$
$2A = a + b$
$A = \frac{a + b}{2}$
Thus, the single A.M. of two numbers is their mathematical average.
Inserting $n$ Arithmetic Means Between Two Numbers
We can insert $n$ numbers, say $A_1, A_2, A_3, \dots, A_n$, between two given numbers $a$ and $b$ such that the sequence $a, A_1, A_2, A_3, \dots, A_n, b$ forms an A.P.
Derivation of Common Difference ($d$)
In the resulting A.P., we have:
• The first term = $a$
• The last term = $b$
• Total number of terms = $n$ (inserted means) $+ 2$ (original numbers) $= n + 2$
Let $d$ be the common difference. Since $b$ is the $(n + 2)^{th}$ term:
$b = a + [(n + 2) - 1]d$
$b = a + (n + 1)d$
$b - a = (n + 1)d$
$d = \frac{b - a}{n + 1}$
Values of Individual Means
Once $d$ is found, the individual means are calculated as follows:
$A_1 = a + d = a + \frac{b - a}{n + 1}$
$A_2 = a + 2d = a + \frac{2(b - a)}{n + 1}$
$\vdots$
$A_n = a + nd = a + \frac{n(b - a)}{n + 1}$
Sum of $n$ Arithmetic Means
An important property is that the sum of $n$ arithmetic means inserted between $a$ and $b$ is always equal to $n$ times the single A.M. between $a$ and $b$.
$\sum\limits_{k=1}^{n} A_k = n \left( \frac{a + b}{2} \right)$
Proof:
The sum of $n$ means is given by:
$S = A_1 + A_2 + \dots + A_n$
Since the means themselves form an A.P. with $n$ terms, first term $A_1 = (a + d)$ and last term $A_n = (b - d)$:
$S = \frac{n}{2}(A_1 + A_n)$
$S = \frac{n}{2}(a + d + b - d)$
$S = \frac{n}{2}(a + b) = n \left( \frac{a + b}{2} \right)$
General Remarks on Sum of A.P.
If an A.P. consists of $N$ terms, its sum can be expressed in relation to its middle terms:
1. When $N$ is odd: The sum of the $N$ terms is equal to $N$ times the middle term.
2. When $N$ is even: The sum of the $N$ terms is equal to $N$ times the arithmetic mean of the two middle terms.
Example 1. Insert 6 arithmetic means between 3 and 24.
Answer:
Given: $a = 3$, $b = 24$, and number of means $n = 6$.
Step 1: Find the common difference ($d$).
Using formula (ii):
$d = \frac{b - a}{n + 1} = \frac{24 - 3}{6 + 1}$
$d = \frac{21}{7} = 3$
Step 2: Calculate the means.
$A_1 = a + d = 3 + 3 = 6$
$A_2 = a + 2d = 3 + 6 = 9$
$A_3 = a + 3d = 3 + 9 = 12$
$A_4 = a + 4d = 3 + 12 = 15$
$A_5 = a + 5d = 3 + 15 = 18$
$A_6 = a + 6d = 3 + 18 = 21$
The six arithmetic means are 6, 9, 12, 15, 18, 21.
The resulting A.P. is $3, 6, 9, 12, 15, 18, 21, 24$.
Example 2. If the sum of 5 arithmetic means between $a$ and $b$ is 50, find the A.M. between $a$ and $b$.
Answer:
Given: $n = 5$, Sum of means = $50$.
We know from property (iii) that:
$\text{Sum of } n \text{ A.M.s} = n \times (\text{Single A.M. between } a \text{ and } b)$
$50 = 5 \times (\text{Single A.M.})$
$\text{Single A.M.} = \frac{50}{5} = 10$
The arithmetic mean between $a$ and $b$ is 10.
Geometric Progression
A Geometric Progression (G.P.) is a sequence of non-zero numbers where each term after the first is obtained by multiplying the preceding term by a fixed, non-zero constant. This constant is known as the common ratio, typically denoted by $r$. In a G.P., the ratio of any term to its immediate predecessor remains invariant throughout the sequence.
Definition and Nature of Common Ratio
A sequence of non-zero numbers $a_1, a_2, a_3, \dots, a_n$ is a G.P. if the ratio of any term to its preceding term is a constant $r$.
$\frac{a_{k+1}}{a_k} = r$
[Common Ratio]
The behavior of a G.P. depends on the value of $r$:
• Increasing G.P.: If $a > 0$ and $r > 1$, the terms increase rapidly (e.g., $2, 4, 8, 16, \dots$).
• Decreasing G.P.: If $a > 0$ and $0 < r < 1$, the terms decrease towards zero (e.g., $100, 50, 25, 12.5, \dots$).
• Alternating G.P.: If $r < 0$, the signs of the terms alternate between positive and negative (e.g., $3, -6, 12, -24, \dots$).
Derivation of the General Term ($n^{th}$ Term)
Let $a$ be the first term and $r$ be the common ratio. The sequence is constructed as follows:
$T_1 = a = ar^{1-1}$
(First Term)
$T_2 = a \cdot r = ar^{2-1}$
(Second Term)
$T_3 = (ar) \cdot r = ar^2 = ar^{3-1}$
(Third Term)
Observing the exponent of $r$, we see it is always one less than the position of the term $n$. Thus, the General Term is:
$a_n = ar^{n-1}$
For a finite G.P. with $n$ terms, the last term $l$ is:
$l = ar^{n-1}$
Finding the $n^{th}$ Term from the End
In competitive exams, you may be asked to find a term starting from the end of a finite G.P. having $m$ terms.
Method 1: Index Transformation
The $n^{th}$ term from the end corresponds to the $(m - n + 1)^{th}$ term from the beginning.
$a_n \text{ (end)} = ar^{(m-n+1)-1} = ar^{m-n}$
Method 2: Reversing the Sequence
If we look at the G.P. from the end, the last term $l$ becomes the first term, and the common ratio becomes its reciprocal $\frac{1}{r}$.
$a_n \text{ (end)} = l \cdot \left( \frac{1}{r} \right)^{n-1} = \frac{l}{r^{n-1}}$
Strategic Selection of Terms in G.P.
When solving problems where the product of terms is given, choosing symmetric terms allows $r$ to cancel out during multiplication, simplifying the calculation of $a$.
| Number of Terms | Recommended Selection | Common Ratio |
|---|---|---|
| 3 Terms | $\frac{a}{r}, \ a, \ ar$ | $r$ |
| 4 Terms | $\frac{a}{r^3}, \ \frac{a}{r}, \ ar, \ ar^3$ | $r^2$ |
| 5 Terms | $\frac{a}{r^2}, \ \frac{a}{r}, \ a, \ ar, \ ar^2$ | $r$ |
Logic: If the product of 3 terms is $K$, then $(\frac{a}{r})(a)(ar) = K \implies a^3 = K \ $$ \implies a = \sqrt[3]{K}$.
Fundamental Property of Three Terms
Three non-zero numbers $a, b, c$ are in G.P. if and only if the ratio between $b$ and $a$ is the same as the ratio between $c$ and $b$.
$\frac{b}{a} = \frac{c}{b} \implies b^2 = ac$
Here, $b$ is known as the Geometric Mean of $a$ and $c$, expressed as $b = \pm \sqrt{ac}$.
Example 1. Find the $10^{th}$ term of the G.P. $5, 25, 125, \dots$
Answer:
Given:
First term ($a$) = 5
Common ratio ($r$) = $\frac{25}{5} = 5$
We need to find $a_{10}$. Using the formula $a_n = ar^{n-1}$:
$a_{10} = 5 \cdot (5)^{10-1}$
$a_{10} = 5 \cdot 5^9 = 5^{10}$
Final Answer: The $10^{th}$ term is $5^{10} = 9,765,625$.
Example 2. The product of three numbers in G.P. is 216 and their sum is 21. Find the numbers.
Answer:
Let the three numbers in G.P. be $\frac{a}{r}, a, ar$.
Step 1: Use the product condition.
$\left( \frac{a}{r} \right) \cdot a \cdot (ar) = 216$
$a^3 = 216 \implies a = 6$
Step 2: Use the sum condition.
$\frac{a}{r} + a + ar = 21$
$\frac{6}{r} + 6 + 6r = 21$
$\frac{6}{r} + 6r = 15 \implies \frac{2}{r} + 2r = 5$
$2 + 2r^2 = 5r \implies 2r^2 - 5r + 2 = 0$
Solving the quadratic equation by splitting the middle term:
$2r^2 - 4r - r + 2 = 0$
$2r(r - 2) - 1(r - 2) = 0 \implies (2r - 1)(r - 2) = 0$
Therefore, $r = 2$ or $r = \frac{1}{2}$.
Case 1: If $r = 2$, the numbers are $\frac{6}{2}, 6, 6(2) \implies 3, 6, 12$.
Case 2: If $r = \frac{1}{2}$, the numbers are $\frac{6}{1/2}, 6, 6(1/2) \implies 12, 6, 3$.
Final Answer: The three numbers are 3, 6, and 12.
Example 3. A startup in Bengaluru sees its revenue grow geometrically. In the $1^{st}$ year, the revenue was $\textsf{₹} 10,00,000$. If the revenue becomes $\textsf{₹} 1,60,00,000$ in the $5^{th}$ year, find the common ratio of growth.
Answer:
Given:
First term ($a$) = $10,00,000$
$5^{th}$ term ($a_5$) = $1,60,00,000$
Using the formula $a_n = ar^{n-1}$ for $n=5$:
$1,60,00,000 = 10,00,000 \cdot r^{5-1}$
$16 = r^4$
$2^4 = r^4 \implies r = 2$
Final Answer: The common ratio of growth is 2 (i.e., the revenue doubles every year).
Derivation of the Finite Sum Formula ($S_n$)
Let $a$ be the first term, $r$ the common ratio, and $n$ the total number of terms. The sum of the first $n$ terms is denoted by $S_n$.
$S_n = a + ar + ar^2 + \dots + ar^{n-1}$
... (i)
To derive the formula, we multiply equation (i) by the common ratio $r$:
$rS_n = ar + ar^2 + ar^3 + \dots + ar^n$
... (ii)
Subtracting equation (ii) from equation (i):
$S_n - rS_n = (a + ar + ar^2 + \dots + ar^{n-1}) - (ar + ar^2 + \dots + ar^n)$
Upon subtraction, all the middle terms cancel out, leaving only the first term of the first sequence and the last term of the second sequence:
$S_n(1 - r) = a - ar^n$
$S_n(1 - r) = a(1 - r^n)$
Dividing by $(1 - r)$, we obtain the primary summation formulas:
1. Formula for $|r| < 1$
This version is preferred when the ratio is a fraction less than 1 to keep the denominator positive:
$S_n = \frac{a(1 - r^n)}{1 - r}$
... (iii)
2. Formula for $|r| > 1$
This version is used when the terms are growing in magnitude:
$S_n = \frac{a(r^n - 1)}{r - 1}$
... (iv)
Note: If $r = 1$, the formulas (iii) and (iv) result in division by zero. In this case, $S_n = a + a + \dots$ ($n$ times), so:
$S_n = na$
3. Relation with Last Term ($l$)
If the last term $l = ar^{n-1}$ is known, the sum can be expressed without explicitly calculating $n$:
$S_n = \frac{a - lr}{1 - r} \quad \text{or} \quad S_n = \frac{lr - a}{r - 1}$
Sum of an Infinite Geometric Progression ($S_\infty$)
For a geometric series where the number of terms is infinite, a finite sum exists only if the magnitude of the common ratio is less than unity ($|r| < 1$).
Derivation of the Infinite Sum
As the number of terms $n$ approaches infinity, we analyze the behavior of the term $r^n$ in formula (iii):
$\lim\limits_{n \to \infty} r^n = 0$
[Since $|r| < 1$]
Substituting this limit into the finite sum formula:
$S_\infty = \frac{a(1 - 0)}{1 - r}$
$S_\infty = \frac{a}{1 - r}$
[For $|r| < 1$]
Example 1. Calculate the sum of the first 8 terms of the G.P. $3, 6, 12, 24, \dots$
Answer:
Given: First term ($a$) = $3$, Common ratio ($r$) = $6/3 = 2$, Number of terms ($n$) = $8$.
Since $r = 2 > 1$, we use the formula $S_n = \frac{a(r^n - 1)}{r - 1}$.
$S_8 = \frac{3(2^8 - 1)}{2 - 1}$
$S_8 = \frac{3(256 - 1)}{1}$
$S_8 = 3 \times 255 = 765$
Final Answer: The sum of the first 8 terms is 765.
Example 2. A recurring decimal like $0.444\dots$ can be written as an infinite geometric series. Find its fractional value.
Answer:
The decimal $0.444\dots$ can be expanded as:
$0.4 + 0.04 + 0.004 + \dots$
This is an infinite G.P. where:
First term ($a$) = $0.4$
Common ratio ($r$) = $\frac{0.04}{0.4} = 0.1$
Since $|0.1| < 1$, the infinite sum exists. Using $S_\infty = \frac{a}{1 - r}$:
$S_\infty = \frac{0.4}{1 - 0.1}$
$S_\infty = \frac{0.4}{0.9}$
Final Answer: The fractional value is $\frac{4}{9}$.
Example 3. A scholarship fund in an Indian college starts with $\textsf{₹} 5,00,000$. Every year, the interest generated is added, but only $90\%$ of the previous year's payout is awarded. If this continues indefinitely, find the total amount awarded.
Answer:
Given:
Initial award in Year 1 ($a$) = $\textsf{₹} 5,00,000$
Ratio of next year's award ($r$) = $90\% = 0.9$
Since $r = 0.9 < 1$, we use the infinite sum formula:
$S_\infty = \frac{5,00,000}{1 - 0.9}$
$S_\infty = \frac{5,00,000}{0.1}$
$S_\infty = \textsf{₹} 50,00,000$
Final Answer: The total scholarship amount awarded indefinitely is $\textsf{₹} 50$ Lakhs.
Geometric Mean
The Geometric Mean (G.M.) is a specific type of average that indicates the central tendency of a set of numbers by using the product of their values. In the context of progressions, if a number is inserted between two given numbers such that the resulting trio forms a Geometric Progression, that number is defined as the Geometric Mean.
Geometric Mean Between Two Positive Numbers
Given two different positive numbers $a$ and $b$, we can insert a number $G$ between them such that the sequence $a, G, b$ forms a Geometric Progression (G.P.). This number $G$ is called the geometric mean of $a$ and $b$.
Derivation of the Formula
If $a, G, b$ are in G.P., then by the definition of common ratio ($r$):
$\frac{G}{a} = \frac{b}{G}$
[Common ratio $r$ is constant]
By cross-multiplication, we obtain:
$G^2 = ab$
Taking the square root of both sides:
$G = \sqrt{ab}$
[Conventionally, $G$ is taken as positive]
Hence, the geometric mean of two positive numbers is the positive square root of their product.
Inserting $n$ Geometric Means Between Two Numbers
We can insert multiple numbers $G_1, G_2, G_3, \dots, G_n$ between two positive numbers $a$ and $b$ such that the resulting sequence $a, G_1, G_2, G_3, \dots, G_n, b$ is a G.P. These $n$ numbers are called the $n$ geometric means between $a$ and $b$.
Derivation of Common Ratio ($r$)
In this sequence:
• The first term is $a$.
• The total number of terms is $(n + 2)$.
• The last term $b$ is the $(n + 2)^{th}$ term.
Using the general term formula $a_m = ar^{m-1}$:
$b = a \cdot r^{(n+2) - 1}$
$b = a \cdot r^{n+1}$
$r^{n+1} = \frac{b}{a}$
$r = \left(\frac{b}{a}\right)^{\frac{1}{n+1}}$
Calculation of Individual Means
Using the derived value of $r$, the means are calculated as follows:
| Mean Position | Expression in terms of $a$ and $r$ |
|---|---|
| $G_1$ | $ar = a\left(\frac{b}{a}\right)^{\frac{1}{n+1}}$ |
| $G_2$ | $ar^2 = a\left(\frac{b}{a}\right)^{\frac{2}{n+1}}$ |
| $\vdots$ | $\vdots$ |
| $G_n$ | $ar^n = a\left(\frac{b}{a}\right)^{\frac{n}{n+1}}$ |
The Product Property of Geometric Means
An essential property of geometric means is that the product of $n$ geometric means inserted between two numbers $a$ and $b$ is equal to the $n^{th}$ power of the single G.M. between them.
$G_1 \cdot G_2 \cdot G_3 \cdot \dots \cdot G_n = (\sqrt{ab})^n$
Proof:
Let the product be $P$.
$P = (ar)(ar^2)(ar^3)\dots(ar^n)$
$P = a^n \cdot r^{(1 + 2 + 3 + \dots + n)}$
Using the sum of first $n$ natural numbers $\sum n = \frac{n(n+1)}{2}$:
$P = a^n \cdot r^{\frac{n(n+1)}{2}}$
Substituting $r = (b/a)^{\frac{1}{n+1}}$ from equation (ii):
$P = a^n \cdot \left[\left(\frac{b}{a}\right)^{\frac{1}{n+1}}\right]^{\frac{n(n+1)}{2}}$
$P = a^n \cdot \left(\frac{b}{a}\right)^{\frac{n}{2}} = a^n \cdot \frac{b^{n/2}}{a^{n/2}}$
$P = a^{n/2} \cdot b^{n/2} = (ab)^{n/2} = (\sqrt{ab})^n$
[Hence Proved]
Example 1. Insert 3 geometric means between 2 and 162.
Answer:
Given: $a = 2$, $b = 162$, $n = 3$.
Step 1: Find the common ratio ($r$).
Using the formula $r = (b/a)^{\frac{1}{n+1}}$:
$r = \left(\frac{162}{2}\right)^{\frac{1}{3+1}} = (81)^{1/4}$
$r = (3^4)^{1/4} = 3$
Step 2: Calculate the means.
$G_1 = ar = 2 \times 3 = 6$
$G_3 = ar^2 = 2 \times 9 = 18$
$G_3 = ar^3 = 2 \times 27 = 54$
Final Answer: The three geometric means are 6, 18, and 54.
The resulting G.P. is $2, 6, 18, 54, 162$.
Example 2. An investor in Mumbai sees the value of a property increase from $\textsf{₹} 10$ Lakhs to $\textsf{₹} 40$ Lakhs over two years. Find the geometric mean of the annual values to determine the average annual growth factor.
Answer:
Given: $a = 10$, $b = 40$.
To find the average annual growth factor, we calculate the single geometric mean between the start and end values.
$G = \sqrt{ab} = \sqrt{10 \times 40}$
$G = \sqrt{400} = 20$
Final Answer: The geometric mean is 20. This indicates that the value followed a sequence of $10, 20, 40$, meaning it grew by a factor of 2 (doubled) each year.
Relationship Between AM and GM
The Arithmetic Mean (A.M.) and the Geometric Mean (G.M.) are two different ways to measure the central tendency of a set of numbers. A fundamental principle in algebra is that for any set of positive real numbers, the Arithmetic Mean is always greater than or equal to the Geometric Mean. This relationship is a vital tool for proving inequalities and solving optimization problems in competitive exams like JEE.
Formal Comparison for Two Positive Numbers
Let $a$ and $b$ be any two distinct positive real numbers. We define their means as follows:
$A = \text{A.M.} = \frac{a + b}{2}$
$G = \text{G.M.} = \sqrt{ab}$
Proof of the Inequality ($A \geq G$)
To Prove: For any two positive real numbers $a$ and $b$, $\frac{a+b}{2} \geq \sqrt{ab}$.
Proof:
Let us consider the difference between the Arithmetic Mean and the Geometric Mean:
$A - G = \frac{a + b}{2} - \sqrt{ab}$
Taking the common denominator:
$A - G = \frac{a + b - 2\sqrt{ab}}{2}$
Since $a = (\sqrt{a})^2$ and $b = (\sqrt{b})^2$, the numerator can be rewritten as a perfect square:
$A - G = \frac{(\sqrt{a} - \sqrt{b})^2}{2}$
[Square Identity: $x^2 - 2xy + y^2 = (x-y)^2$]
We know that the square of any real number is always non-negative (greater than or equal to zero). Therefore:
$\frac{(\sqrt{a} - \sqrt{b})^2}{2} \geq 0$
This implies:
$A - G \geq 0 \implies A \geq G$
[Hence Proved]
Condition for Equality
The Arithmetic Mean is exactly equal to the Geometric Mean ($A = G$) if and only if the numbers are identical.
$A = G \iff a = b$
Product Properties of a G.P.
The relationship between terms and their geometric mean leads to useful properties regarding the product of terms in a Geometric Progression.
General Product Formula of $n$ Terms
Let a G.P. be $a, ar, ar^2, \dots, ar^{n-1}$ where $a$ is the first term and $r$ is the common ratio. Let $P_n$ denote the product of these $n$ terms.
$P_n = a \times ar \times ar^2 \times \dots \times ar^{n-1}$
We can group the terms of $a$ and $r$ separately:
$P_n = (a \times a \times \dots \times a) \times (r^1 \times r^2 \times \dots \times r^{n-1})$
$P_n = a^n \cdot r^{(1 + 2 + 3 + \dots + n-1)}$
Using the formula for the sum of the first $(n-1)$ natural numbers, $\sum(n-1) = \frac{n(n-1)}{2}$:
$P_n = a^n \cdot r^{\frac{n(n-1)}{2}}$
[General Product Formula] ... (i)
Case 1: When $n$ is Odd
If the total number of terms $n$ is odd, there is exactly one middle term. The position of this term is $\left(\frac{n+1}{2}\right)^{th}$.
Derivation:
Let the middle term be $M$. Its value is given by:
$M = ar^{\left(\frac{n+1}{2} - 1\right)} = ar^{\frac{n-1}{2}}$
Now, let us raise this middle term to the $n^{th}$ power:
$M^n = (ar^{\frac{n-1}{2}})^n = a^n \cdot r^{\frac{n(n-1)}{2}}$
Comparing this with equation (i), we see that the values are identical. Thus:
$\text{Product of } n \text{ terms} = (\text{Middle Term})^n$
Case 2: When $n$ is Even
If the total number of terms $n$ is even, there are two middle terms. These are located at the positions $\left(\frac{n}{2}\right)^{th}$ and $\left(\frac{n}{2} + 1\right)^{th}$.
Derivation:
Let the two middle terms be $M_1$ and $M_2$.
$M_1 = ar^{\frac{n}{2}-1}$
$M_2 = ar^{\frac{n}{2}}$
The Geometric Mean (G.M.) of these two middle terms is:
$G_{mid} = \sqrt{M_1 \cdot M_2} = \sqrt{(ar^{\frac{n-2}{2}}) \cdot (ar^{\frac{n}{2}})}$
$G_{mid} = \sqrt{a^2 \cdot r^{n-1}} = a \cdot r^{\frac{n-1}{2}}$
Now, let us raise this G.M. to the $n^{th}$ power:
$(G_{mid})^n = (a \cdot r^{\frac{n-1}{2}})^n = a^n \cdot r^{\frac{n(n-1)}{2}}$
This again matches the general product formula (i). Thus:
$\text{Product of } n \text{ terms} = (\text{G.M. of two middle terms})^n$
Example 1. If the A.M. between two positive numbers is $10$ and their G.M. is $8$, find the numbers.
Answer:
Given: $A = 10$, $G = 8$.
From the definitions of A.M. and G.M.:
$\frac{a + b}{2} = 10 \implies a + b = 20$
... (i)
$\sqrt{ab} = 8 \implies ab = 64$
... (ii)
We use the identity $(a - b)^2 = (a + b)^2 - 4ab$ to find $(a - b)$:
$(a - b)^2 = (20)^2 - 4(64)$
$(a - b)^2 = 400 - 256 = 144$
$a - b = \sqrt{144} = 12$
... (iii)
Adding equations (i) and (iii):
$2a = 32 \implies a = 16$
Substituting $a = 16$ in (i):
$16 + b = 20 \implies b = 4$
Final Answer: The numbers are 16 and 4.
Example 2. A farmer in Punjab wants to fence a rectangular plot of area $400 \text{ m}^2$. Use the AM-GM inequality to find the minimum length of fencing wire required.
Answer:
Given: Area $ab = 400 \text{ m}^2$.
The length of fencing wire required is the perimeter $P = 2(a + b)$.
According to the AM-GM inequality:
$\frac{a + b}{2} \geq \sqrt{ab}$
$\frac{a + b}{2} \geq \sqrt{400}$
$a + b \geq 2 \times 20 \implies a + b \geq 40$
Minimum Perimeter:
$P = 2(a + b) \geq 2(40)$
$P \geq 80 \text{ m}$
Final Answer: The minimum fencing required is 80 metres (which happens when the plot is a square of side 20 m).
Summation of First $n$ Natural Powers and Polynomial Series
In the study of sequences and series, we often encounter sums that do not fit the standard Arithmetic or Geometric progressions. These are known as Special Series. Specifically, the sums of the powers of the first $n$ natural numbers form the foundation for evaluating more complex series, especially when the general term ($n^{th}$ term) is a polynomial in $n$.
1. Sum of the First $n$ Natural Numbers ($\sum n$)
The series is represented as $1 + 2 + 3 + \dots + n$. This is an Arithmetic Progression (AP) where the first term $a = 1$ and the common difference $d = 1$.
Derivation:
Using the formula for the sum of $n$ terms of an AP, $S_n = \frac{n}{2}[2a + (n-1)d]$:
$S_n = \frac{n}{2}[2(1) + (n-1)(1)]$
$S_n = \frac{n}{2}[2 + n - 1]$
$S_n = \frac{n(n+1)}{2}$
Example 1. Find the sum of all natural numbers from 1 to 100.
Answer:
Given $n = 100$. Applying the formula from above equation:
$S_{100} = \frac{100(100 + 1)}{2}$
$S_{100} = \frac{\cancel{100}^{50} \times 101}{\cancel{2}_{1}} = 50 \times 101$
$S_{100} = 5050$
The Method of Differences (Principle of Telescoping)
In examinations, finding the sum of a series often requires more than just standard AP or GP formulas. We use the Method of Differences to derive summation formulas for higher powers of natural numbers. This method relies on a specific property of algebra where a sequence of terms cancels each other out, leaving only the boundary terms.
The core idea is to express the $k^{th}$ term of a series, let's call it $a_k$, as a difference of two consecutive values of some function $f(k)$. That is:
$a_k = f(k) - f(k-1)$
... (i)
When we find the sum of this series from $k = 1$ to $n$, the expansion looks as follows:
$\sum\limits_{k=1}^{n} a_k = [f(1) - f(0)] + [f(2) - f(1)] + [f(3) - f(2)] + \dots + [f(n) - f(n-1)]$
In this summation, every positive term $f(1), f(2), \dots, f(n-1)$ is eventually cancelled by a corresponding negative term. After this systematic cancellation, the total sum simplifies dramatically to:
$\sum\limits_{k=1}^{n} a_k = f(n) - f(0)$
... (ii)
Why the Identity $k(k + 1)^2 - (k - 1)k^2$ was Chosen
When our goal is to find the sum of a quadratic series (where terms involve $k^2$), we need an identity where the difference between two consecutive functional values results in a quadratic expression. A fundamental rule in calculus and finite differences is that to find the sum of a polynomial of degree $m$, we must choose a helper function $f(k)$ of degree $m+1$.
1. Determining the Function Degree
Since the target is to sum $k^2$ (which is of degree 2), our helper function $f(k)$ must be a cubic expression (degree 3). While a simple $k^3$ could work, using a "product-based" cubic makes the algebra much cleaner and easier to handle during factorization.
2. Construction of the Helper Function $f(k)$
We construct $f(k)$ using $k$ and its immediate successor $(k+1)$. To ensure the function is cubic, we square the larger factor:
$f(k) = k(k+1)^2$
[Cubic Function]
To find the previous term in the sequence, $f(k-1)$, we replace every $k$ in the function with $(k-1)$:
$f(k-1) = (k-1)((k-1)+1)^2$
$f(k-1) = (k-1)k^2$
[Cubic Function]
3. The Difference Logic and Simplification
The beauty of this construction lies in the subtraction. When we calculate $f(k) - f(k-1)$, the $k^3$ components are designed to cancel out, leaving a lower-degree polynomial. Let us observe the logic of the Left Hand Side (LHS) without performing a full, messy expansion:
$\text{LHS} = k(k+1)^2 - (k-1)k^2$
We can factor out $k^2$ from parts of the expression or simply factor out $k$ which is common to both terms:
$\text{LHS} = k [ (k+1)^2 - (k-1)k ]$
[Taking $k$ as common factor]
Now, simplifying the expression inside the square brackets:
$\text{LHS} = k [ (k^2 + 2k + 1) - (k^2 - k) ]$
As we can see, the $k^2$ terms inside the bracket cancel out $(k^2 - k^2 = 0)$, and we are left with:
$\text{LHS} = k [ 2k + 1 + k ] = k [ 3k + 1 ]$
$\text{LHS} = 3k^2 + k$
This result is perfect because it gives us exactly what we need: a term involving $k^2$ (the sum we want to find) and a term involving $k$ (the sum we already know).
2. Sum of Squares of the First $n$ Natural Numbers ($\sum n^2$)
Let $S_n$ denote the sum of squares of the first $n$ natural numbers, which is represented as:
$S_n = 1^2 + 2^2 + 3^2 + \dots + n^2 = \sum\limits_{k=1}^{n} k^2$
Derivation of the Formula
To find the value of $S_n$, we consider the specific algebraic identity provided in the text:
$k(k + 1)^2 - (k - 1)k^2 = 3k^2 + k$
... (i)
By substituting the values $k = 1, 2, 3, \dots, n$ successively into identity (i), we obtain the following equations:
$1(1 + 1)^2 - (1 - 1)1^2 = 3(1^2) + 1$
[For $k=1$]
$2(2 + 1)^2 - (2 - 1)2^2 = 3(2^2) + 2$
[For $k=2$]
$3(3 + 1)^2 - (3 - 1)3^2 = 3(3^2) + 3$
[For $k=3$]
$\dots \dots \dots \dots \dots \dots \dots \dots \dots$
$n(n + 1)^2 - (n - 1)n^2 = 3(n^2) + n$
[For $k=n$]
Now, we add these equations column-wise. On the left-hand side, the terms are in a telescoping pattern, where the first part of one row cancels the second part of the next row. For example, $1 \times 2^2$ in the first row is cancelled by $- (2-1) \times 2^2$ (which is $-1 \times 2^2$) in the second row.
After cancellation, only the very first part of the last row and the very last part of the first row remain:
$n(n + 1)^2 - 0 = 3(1^2 + 2^2 + \dots + n^2) + (1 + 2 + \dots + n)$
This can be written using the summation notation as:
$n(n + 1)^2 = 3 \sum\limits_{k=1}^{n} k^2 + \sum\limits_{k=1}^{n} k$
We know that the sum of the first $n$ natural numbers is $\sum k = \frac{n(n+1)}{2}$. Substituting this value:
$n(n + 1)^2 = 3 S_n + \frac{n(n+1)}{2}$
Isolating the term $3 S_n$:
$3 S_n = n(n + 1)^2 - \frac{n(n+1)}{2}$
Taking $\frac{n(n+1)}{2}$ as a common factor from the right side:
$3 S_n = \frac{n(n+1)}{2} [2(n+1) - 1]$
$3 S_n = \frac{n(n+1)}{2} [2n + 2 - 1]$
$3 S_n = \frac{n(n+1)(2n + 1)}{2}$
Dividing both sides by 3, we arrive at the final formula:
$S_n = \frac{n(n+1)(2n+1)}{6}$
Example 2. Evaluate $1^2 + 2^2 + 3^2 + \dots + 10^2$.
Answer:
Here $n = 10$. Using above equation:
$S_{10} = \frac{10(10+1)(2 \times 10 + 1)}{6}$
$S_{10} = \frac{10 \times 11 \times 21}{6}$
$S_{10} = \frac{\cancel{10}^{5} \times 11 \times \cancel{21}^{7}}{\cancel{6}_{1}}$
[Dividing by 2 and 3]
$S_{10} = 5 \times 11 \times 7 = 385$
3. Sum of Cubes of the First $n$ Natural Numbers ($\sum n^3$)
The series representing the sum of the cubes of the first $n$ positive integers is given by:
$S_n = 1^3 + 2^3 + 3^3 + \dots + n^3 = \sum\limits_{k=1}^{n} k^3$
To derive the formula for this sum, we apply the Method of Differences. Since we are dealing with a power of 3, we construct a helper function of degree 4.
Derivation using the Method of Differences
We consider the specific algebraic identity involving the squares of consecutive products:
$k^2(k + 1)^2 - (k - 1)^2 k^2 = 4k^3$
... (i)
This identity is highly efficient because it isolates the $k^3$ term directly. We substitute $k = 1, 2, 3, \dots, n$ into this identity successively:
$1^2 \cdot 2^2 - 0^2 \cdot 1^2 = 4(1^3)$
[For $k=1$]
$2^2 \cdot 3^2 - 1^2 \cdot 2^2 = 4(2^3)$
[For $k=2$]
$3^2 \cdot 4^2 - 2^2 \cdot 3^2 = 4(3^3)$
[For $k=3$]
$\dots \dots \dots \dots \dots \dots \dots \dots \dots$
$n^2(n + 1)^2 - (n - 1)^2 n^2 = 4(n^3)$
[For $k=n$]
Adding these equations column-wise, we observe the telescoping effect on the Left Hand Side (LHS). Every positive term in one row is cancelled by a negative term in the subsequent row, such as $1^2 \cdot 2^2$ and $-1^2 \cdot 2^2$.
After all intermediate cancellations, we are left with only the first part of the last term and the last part of the first term:
$n^2(n + 1)^2 - 0 = 4(1^3 + 2^3 + 3^3 + \dots + n^3)$
Using the summation notation, this is expressed as:
$n^2(n + 1)^2 = 4 \sum\limits_{k=1}^{n} k^3$
Dividing both sides by 4, we isolate the sum of cubes:
$S_n = \frac{n^2(n + 1)^2}{4}$
We can rewrite the right-hand side as a perfect square:
$S_n = \left[ \frac{n(n + 1)}{2} \right]^2$
Key Observation
Comparing above equation with the formula for the sum of the first $n$ natural numbers ($\sum n = \frac{n(n+1)}{2}$), we find a beautiful mathematical relationship:
$\sum\limits_{k=1}^{n} k^3 = \left( \sum\limits_{k=1}^{n} k \right)^2$
In words, the sum of the cubes of the first $n$ natural numbers is equal to the square of their sum.
Example 3. Find the sum of the series $1^3 + 2^3 + \dots + 10^3$.
Answer:
Given $n = 10$. We need to calculate $S_{10}$.
Applying the formula: $S_n = \left[ \frac{n(n+1)}{2} \right]^2$
$S_{10} = \left[ \frac{10(10 + 1)}{2} \right]^2$
$S_{10} = \left[ \frac{10 \times 11}{2} \right]^2$
$S_{10} = [ 5 \times 11 ]^2$
[$\frac{10}{2} = 5$]
$S_{10} = (55)^2$
Calculating the square of 55:
$55 \times 55 = 3025$
$S_{10} = 3025$
4. Summation of a Polynomial General Term
Many series that do not appear to be standard Arithmetic or Geometric Progressions have an $n^{th}$ term ($a_n$) that can be expressed as a polynomial in $n$. To find the sum of $n$ terms ($S_n$) of such a series, we use the Principle of Linearity of the Sigma ($\sum$) operator.
If the general term of a series is a polynomial of the form:
$a_n = An^3 + Bn^2 + Cn + D$
Then the sum of the first $n$ terms is given by:
$S_n = \sum\limits_{k=1}^{n} a_k = \sum\limits_{k=1}^{n} (Ak^3 + Bk^2 + Ck + D)$
By applying the property that the sum of a sum is the sum of the sums, and constants can be taken out of the sigma operator, we get:
$S_n = A \sum\limits_{k=1}^{n} k^3 + B \sum\limits_{k=1}^{n} k^2 + C \sum\limits_{k=1}^{n} k + \sum\limits_{k=1}^{n} D$
Note that $\sum\limits_{k=1}^{n} D = \underbrace{D + D + \dots + D}_{n \text{ times}} = nD$. We then substitute the standard power formulas derived in the previous sections to obtain the final expression for $S_n$.
Example 4. Find the sum of $n$ terms of the series whose $n^{th}$ term is given by $n(n+3)$.
Answer:
Given the $n^{th}$ term ($a_n$):
$a_n = n(n+3)$
Expanding the polynomial:
$a_n = n^2 + 3n$
The sum of the first $n$ terms ($S_n$) is the summation of the general term from $k=1$ to $n$:
$S_n = \sum\limits_{k=1}^{n} (k^2 + 3k)$
Using the linearity property of $\sum$:
$S_n = \sum\limits_{k=1}^{n} k^2 + 3 \sum\limits_{k=1}^{n} k$
... (i)
Substituting the standard formulas for $\sum k^2$ and $\sum k$:
$S_n = \frac{n(n+1)(2n+1)}{6} + 3 \left[ \frac{n(n+1)}{2} \right]$
To simplify, we take the common factor $\frac{n(n+1)}{2}$ out from both terms:
$S_n = \frac{n(n+1)}{2} \left[ \frac{2n+1}{3} + 3 \right]$
Finding the common denominator inside the bracket:
$S_n = \frac{n(n+1)}{2} \left[ \frac{(2n+1) + (3 \times 3)}{3} \right]$
$S_n = \frac{n(n+1)}{2} \left[ \frac{2n + 1 + 9}{3} \right]$
$S_n = \frac{n(n+1)}{2} \left[ \frac{2n + 10}{3} \right]$
Factoring out 2 from $(2n + 10)$:
$S_n = \frac{n(n+1)}{2} \cdot \frac{2(n + 5)}{3}$
Cancelling the factor 2 from the numerator and denominator:
$S_n = \frac{n(n+1)\cancel{2}(n + 5)}{\cancel{2} \cdot 3}$
The final simplified sum is:
$S_n = \frac{n(n+1)(n+5)}{3}$