Menu Top
Complete Course of Mathematics
Topic 1: Numbers & Numerical Applications Topic 2: Algebra Topic 3: Quantitative Aptitude
Topic 4: Geometry Topic 5: Construction Topic 6: Coordinate Geometry
Topic 7: Mensuration Topic 8: Trigonometry Topic 9: Sets, Relations & Functions
Topic 10: Calculus Topic 11: Mathematical Reasoning Topic 12: Vectors & Three-Dimensional Geometry
Topic 13: Linear Programming Topic 14: Index Numbers & Time-Based Data Topic 15: Financial Mathematics
Topic 16: Statistics & Probability


Content On This Page
Definition of Sequence and Series Arithmetic Progression (AP): Definition, General Term, Properties Sum of First n Terms of an AP
Arithmetic Mean (AM) Geometric Progression (GP): Definition, General Term, Properties Geometric Mean (GM)
Relationship Between AM and GM Some Special Series (Summation techniques) Applications of AP and GP


Sequences and Series



Definition of Sequence and Series

Ordered Lists of Numbers and Their Sums

In mathematics, we frequently encounter collections of numbers that are arranged in a particular order, often following a predictable rule or pattern. These ordered lists are fundamental objects known as sequences. When we take the numbers in a sequence and add them together, we create a new object called a series. The study of sequences and series is a core topic in algebra and analysis, providing tools to understand patterns and sums.


Definition of a Sequence

A sequence is formally defined as an ordered list of numbers. The individual numbers that constitute the sequence are called the terms of the sequence. The order in which the terms appear is crucial; changing the order results in a different sequence. Terms in a sequence are typically separated by commas.

Sequences can be classified based on the number of terms they contain:

The terms of a sequence are often denoted using subscript notation to indicate their position in the sequence. For example, the first term is denoted by $a_1$, the second term by $a_2$, the third term by $a_3$, and generally, the $n$-th term (or the term at position $n$) is denoted by $a_n$. The sequence itself can be represented as $\{a_n\}$ or $(a_n)_{n=1}^{\infty}$.

Many sequences follow a specific rule or formula that defines the $n$-th term $a_n$ as a function of $n$. This formula allows us to find any term in the sequence simply by knowing its position $n$. Such a formula is called the general term or the n-th term formula of the sequence.

Example

Example 1. Find the first 4 terms of the sequence defined by the $n$-th term formula $a_n = 2n + 1$.

Answer:

The general term of the sequence is given by the formula $a_n = 2n + 1$. To find the first 4 terms, we substitute $n=1, 2, 3,$ and $4$ into this formula.

  • For $n=1$: $a_1 = 2(1) + 1 = 2 + 1 = 3$
  • For $n=2$: $a_2 = 2(2) + 1 = 4 + 1 = 5$
  • For $n=3$: $a_3 = 2(3) + 1 = 6 + 1 = 7$
  • For $n=4$: $a_4 = 2(4) + 1 = 8 + 1 = 9$

The first 4 terms of the sequence are $3, 5, 7,$ and $9$. This is a sequence of consecutive odd numbers starting from 3.


Definition of a Series

A series is defined as the sum of the terms of a sequence. If we have a sequence $a_1, a_2, a_3, \ldots$, the corresponding series is formed by adding these terms together: $a_1 + a_2 + a_3 + \ldots$.

Just like sequences, series can be finite or infinite, depending on whether the sequence they are derived from is finite or infinite.

The sum of the first $n$ terms of a sequence $a_1, a_2, a_3, \ldots$ is called the partial sum and is typically denoted by $S_n$.

$S_n = a_1 + a_2 + \ldots + a_n $

(Sum of First n Terms)

Using summation notation (Sigma notation), the sum of the first $n$ terms can be written concisely as:

$$ S_n = \sum_{i=1}^{n} a_i $$

Here, $\sum$ (the Greek capital letter sigma) means "summation", $a_i$ is the formula for the terms, and $i=1$ to $n$ indicates that we are summing the terms starting from the first term ($i=1$) up to the $n$-th term ($i=n$).

Example

Example 2. For the sequence defined by $a_n = 2n + 1$, find the sum of the first 4 terms, $S_4$.

Answer:

From Example 1, the first 4 terms of the sequence $a_n = 2n+1$ are $a_1=3, a_2=5, a_3=7,$ and $a_4=9$.

The sum of the first 4 terms, $S_4$, is the sum of these terms:

$$ S_4 = a_1 + a_2 + a_3 + a_4 $$ $$ S_4 = 3 + 5 + 7 + 9 $$

Calculating the sum:

$$ S_4 = 8 + 7 + 9 $$ $$ S_4 = 15 + 9 $$ $$ S_4 = 24 $$

The sum of the first 4 terms is 24.

The study of sequences and series involves identifying the pattern (e.g., arithmetic, geometric, etc.), finding a formula for the general term ($a_n$), deriving formulas for the sum of the first $n$ terms ($S_n$), and for infinite series, determining if the sum converges to a finite value.



Arithmetic Progression (AP): Definition, General Term, Properties

Sequences with a Constant Difference

In the study of sequences, certain types of patterns occur very frequently and are therefore given special names. One such important type is the Arithmetic Progression (AP). An AP is distinguished by a very simple characteristic: the difference between any term and the term immediately before it is always the same throughout the sequence. This constant difference is known as the common difference.


Definition of Arithmetic Progression

A sequence of numbers, $a_1, a_2, a_3, \ldots, a_n, \ldots$, is defined as an Arithmetic Progression (AP) if the difference between consecutive terms is constant. Mathematically, this means that for every positive integer $n$, the difference between the $(n+1)$-th term and the $n$-th term is the same fixed value. This fixed value is denoted by $d$ and is called the common difference of the AP.

Thus, a sequence is an AP if $a_{n+1} - a_n = d$ for all $n \ge 1$.

If the first term of an AP is denoted by $a$ (instead of $a_1$), and the common difference is $d$, then the terms of the AP can be expressed in terms of $a$ and $d$ as follows:

So, the terms of an AP starting with $a$ and having a common difference $d$ are:

$a, a+d, a+2d, a+3d, \ldots $

Examples of Arithmetic Progressions:

The common difference $d$ can be positive, negative, or zero.


General Term (n-th Term) of an AP

The general term, also known as the $n$-th term, of an Arithmetic Progression is a formula that allows us to determine the value of any term in the sequence if we know its position $n$, the first term $a$, and the common difference $d$. Looking at the pattern of the terms derived from the definition:

We can observe a clear pattern: the coefficient of $d$ is always one less than the term number $n$. Thus, the formula for the $n$-th term of an AP is:

$a_n = a + (n-1)d $

(n-th Term of AP)

where:

Derivation:

We start with the recursive definition of an AP: $a_{k+1} = a_k + d$ for $k \ge 1$, and $a_1 = a$.

$a_2 = a_1 + d$

$a_3 = a_2 + d = (a_1 + d) + d = a_1 + 2d$

$a_4 = a_3 + d = (a_1 + 2d) + d = a_1 + 3d$

By observing this pattern, we can see that to get to the $n$-th term ($a_n$) starting from the first term ($a_1$), we need to add the common difference $d$ a total of $(n-1)$ times. Therefore, the $n$-th term is $a_n = a_1 + (n-1)d$. If we use $a$ to denote the first term $a_1$, the formula is $a_n = a + (n-1)d$.

Example

Example 1. Find the 10th term of the AP: $2, 5, 8, 11, \ldots$

Answer:

The given sequence is $2, 5, 8, 11, \ldots$. This is an AP.

The first term is $a = a_1 = 2$.

The common difference is $d = a_2 - a_1 = 5 - 2 = 3$. (We can check this with other terms: $8-5=3$, $11-8=3$).

We need to find the 10th term, which means $n = 10$.

Using the formula for the $n$-th term of an AP, $a_n = a + (n-1)d$:

$$ a_{10} = 2 + (10 - 1) \times 3 $$ $$ a_{10} = 2 + (9) \times 3 $$ $$ a_{10} = 2 + 27 $$ $$ a_{10} = 29 $$

The 10th term of the AP is 29.

Example 2. Which term of the AP $21, 18, 15, \ldots$ is $-81$?

Answer:

The given AP is $21, 18, 15, \ldots$.

The first term is $a = 21$.

The common difference is $d = a_2 - a_1 = 18 - 21 = -3$.

We want to find which term is $-81$. Let the $n$-th term be $-81$, so $a_n = -81$.

Using the formula $a_n = a + (n-1)d$:

$$ -81 = 21 + (n-1)(-3) $$

Subtract 21 from both sides:

$$ -81 - 21 = (n-1)(-3) $$ $$ -102 = -3(n-1) $$

Divide both sides by -3 (remember to reverse the inequality sign if this were an inequality! But it's an equation, so no change needed):

$$ \frac{-102}{-3} = n-1 $$ $$ 34 = n-1 $$

Add 1 to both sides:

$$ 34 + 1 = n $$ $$ n = 35 $$

So, $-81$ is the 35th term of the AP.

Answer: The 35th term of the AP is $-81$.


Properties of an AP

Arithmetic Progressions have several interesting and useful properties:

  1. Adding or Subtracting a Constant: If each term of an AP is increased or decreased by the same constant number $k$, the resulting sequence is also an AP, and its common difference remains the same as the original AP.

    Example: AP: $2, 5, 8, 11$ with $d=3$. Add 10 to each term: $2+10, 5+10, 8+10, 11+10$, which is $12, 15, 18, 21$. This new sequence is also an AP with a common difference of $15-12=3$, which is the same as the original $d$.

  2. Multiplying or Dividing by a Non-Zero Constant: If each term of an AP is multiplied or divided by the same non-zero constant number $k$, the resulting sequence is also an AP. The common difference of the new AP will be the original common difference multiplied or divided by $k$.

    Example: AP: $2, 5, 8, 11$ with $d=3$. Multiply each term by 2: $2 \times 2, 5 \times 2, 8 \times 2, 11 \times 2$, which is $4, 10, 16, 22$. This new sequence is an AP with common difference $10-4=6$. The new difference is $3 \times 2 = 6$.

    Example: AP: $10, 8, 6, 4$ with $d=-2$. Divide each term by 2: $\frac{10}{2}, \frac{8}{2}, \frac{6}{2}, \frac{4}{2}$, which is $5, 4, 3, 2$. This new sequence is an AP with common difference $4-5=-1$. The new difference is $\frac{-2}{2} = -1$.

  3. Common Difference Definition: The fundamental property: $a_{n+1} - a_n = d$ for all $n \ge 1$. This property is used to identify if a given sequence is an AP.
  4. Arithmetic Mean Property: For any three consecutive terms $a_{n-1}, a_n, a_{n+1}$ in an AP (where $n \ge 2$), the middle term $a_n$ is the arithmetic mean of the other two terms. That is, $a_n = \frac{a_{n-1} + a_{n+1}}{2}$. This comes directly from the definition: $a_n - a_{n-1} = d$ and $a_{n+1} - a_n = d$. So, $a_n - a_{n-1} = a_{n+1} - a_n$. Rearranging, $2a_n = a_{n-1} + a_{n+1}$, which gives $a_n = \frac{a_{n-1} + a_{n+1}}{2}$. If $a, b, c$ are in AP, then $b = \frac{a+c}{2}$.
  5. Sum of Equidistant Terms: In a finite AP with $n$ terms, the sum of any two terms that are equidistant from the beginning and the end is constant and equal to the sum of the first and the last terms. If the AP is $a_1, a_2, \ldots, a_n$, then $a_1 + a_n = a_2 + a_{n-1} = a_3 + a_{n-2} = \ldots = a_k + a_{n-k+1}$.

    Example: AP: $3, 7, 11, 15, 19, 23$. $a_1=3, a_6=23$. Sum = $3+23=26$. $a_2=7, a_5=19$. Sum = $7+19=26$. $a_3=11, a_4=15$. Sum = $11+15=26$.

These properties are useful for solving problems related to arithmetic progressions.



Sum of First n Terms of an AP

Finding the Sum of an Arithmetic Series

When we consider a finite Arithmetic Progression (AP), which is an ordered list of numbers with a constant difference between consecutive terms, the sum of these terms forms an arithmetic series. A common problem related to APs is calculating the total sum when a specific number of initial terms are added together. We denote the sum of the first $n$ terms of an AP by $S_n$.


Formula for the Sum of First n Terms

Let's consider an Arithmetic Progression with the first term $a$ and a common difference $d$. The first $n$ terms of this AP are $a, a+d, a+2d, \ldots$. The $n$-th term is given by $a_n = a + (n-1)d$. If we denote the $n$-th term (which is the last term in this finite series) by $l$, then $l = a + (n-1)d$.

The sum of the first $n$ terms, $S_n$, is the sum of these terms:

$$ S_n = a + (a+d) + (a+2d) + \ldots + (a+(n-2)d) + (a+(n-1)d) \quad \text{... (1)} $$

A clever way to find a formula for $S_n$ is to write the same sum in reverse order. If the last term is $l$, the term before it is $l-d$, the term before that is $l-2d$, and so on, until the first term $a$, which can be written as $l-(n-1)d$. So, the sum in reverse order is:

$$ S_n = l + (l-d) + (l-2d) + \ldots + (l-(n-2)d) + (l-(n-1)d) \quad \text{... (2)} $$

Now, let's add Equation (1) and Equation (2) term by term, vertically lining up the corresponding terms:

$$ S_n \quad = \quad a \quad + \quad (a+d) \quad + \quad (a+2d) \quad + \quad \ldots \quad + \quad (a+(n-1)d) $$ $$ S_n \quad = \quad l \quad + \quad (l-d) \quad + \quad (l-2d) \quad + \quad \ldots \quad + \quad (l-(n-1)d) $$ $$ \rule{5cm}{0.4pt} $$ $$ S_n + S_n = (a+l) + ((a+d) + (l-d)) + ((a+2d) + (l-2d)) + \ldots + ((a+(n-1)d) + (l-(n-1)d)) $$ $$ 2S_n = (a+l) + (a+l) + (a+l) + \ldots + (a+l) $$

In the original series, there are $n$ terms. When we added the two series, we formed $n$ pairs, and the sum of each pair is $(a+l)$. Therefore, the sum $2S_n$ is equal to $n$ times the quantity $(a+l)$.

$$ 2S_n = n \times (a+l) $$

Dividing both sides by 2, we get the formula for $S_n$ in terms of the first term and the last term:

$S_n = \frac{n}{2}(a + l) $

(Sum of AP using First and Last Term)

where:

Often, the last term $l$ is not given directly, but the common difference $d$ is known. In this case, we can use the formula for the $n$-th term, $l = a_n = a + (n-1)d$, and substitute it into the formula $S_n = \frac{n}{2}(a + l)$:

$$ S_n = \frac{n}{2}(a + [a + (n-1)d]) $$ $$ S_n = \frac{n}{2}[a + a + (n-1)d] $$

Simplifying the expression inside the square brackets:

$S_n = \frac{n}{2}[2a + (n-1)d] $

(Sum of AP using First Term and Common Difference)

where:

Both formulas are equivalent and can be used depending on the information provided. The first formula is useful when the first and last terms are known, while the second formula is useful when the first term, common difference, and number of terms are known.


Examples

Example 1. Find the sum of the first 10 terms of the AP: $3, 7, 11, 15, \ldots$

Answer:

The given Arithmetic Progression is $3, 7, 11, 15, \ldots$.

The first term is $a = 3$.

The common difference is $d = a_2 - a_1 = 7 - 3 = 4$. (Check: $11-7=4$, $15-11=4$).

We need to find the sum of the first 10 terms, so the number of terms is $n = 10$.

We can use the formula $S_n = \frac{n}{2}[2a + (n-1)d]$ since we know $a$, $d$, and $n$.

Substitute the values into the formula:

$$ S_{10} = \frac{10}{2}[2(3) + (10 - 1) \times 4] $$ $$ S_{10} = 5[6 + (9) \times 4] $$ $$ S_{10} = 5[6 + 36] $$ $$ S_{10} = 5[42] $$ $$ S_{10} = 210 $$

The sum of the first 10 terms of the AP is 210.

Answer: The sum of the first 10 terms is 210.


Example 2. Find the sum of the AP: $50 + 48 + 46 + \ldots + 10$.

Answer:

The given arithmetic series is $50 + 48 + 46 + \ldots + 10$.

This is an AP with:

  • First term $a = 50$.
  • Last term $l = 10$.
  • Common difference $d = 48 - 50 = -2$. (Check: $46-48=-2$).

To find the sum using the formula $S_n = \frac{n}{2}(a + l)$, we first need to determine the number of terms, $n$. We can use the formula for the $n$-th term of an AP, $a_n = a + (n-1)d$, setting $a_n$ equal to the last term, 10.

$$ a_n = a + (n-1)d $$ $$ 10 = 50 + (n - 1)(-2) $$ $$ 10 = 50 - 2n + 2 $$ $$ 10 = 52 - 2n $$

Rearrange the equation to solve for $n$:

$$ 2n = 52 - 10 $$ $$ 2n = 42 $$ $$ n = \frac{42}{2} $$ $$ n = 21 $$

There are $21$ terms in this Arithmetic Progression.

Now that we know $n$, $a$, and $l$, we can find the sum using the formula $S_n = \frac{n}{2}(a + l)$:

$$ S_{21} = \frac{21}{2}(50 + 10) $$ $$ S_{21} = \frac{21}{2}(60) $$ $$ S_{21} = 21 \times \frac{60}{2} $$ $$ S_{21} = 21 \times 30 $$ $$ S_{21} = 630 $$

The sum of the given AP is 630.

Answer: The sum of the AP is 630.


Sum of First n Positive Integers

A particularly important and common Arithmetic Progression is the sequence of the first $n$ positive integers: $1, 2, 3, \ldots, n$.

For this specific AP:

We can find the sum of these terms, $S_n$, using either sum formula.

Using the formula $S_n = \frac{n}{2}(a + l)$:

$$ S_n = \frac{n}{2}(1 + n) $$ $$ S_n = \frac{n(n + 1)}{2} $$

Using the formula $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}{2}(n + 1) $$ $$ S_n = \frac{n(n + 1)}{2} $$

Both formulas give the same simple and famous result:

Sum of first n positive integers $= \frac{n(n + 1)}{2} $

(Sum of 1 to n)

Example: Find the sum of the first 100 positive integers.

Here, $n=100$. Using the formula:

$$ S_{100} = \frac{100(100 + 1)}{2} = \frac{100 \times 101}{2} = \frac{10100}{2} $$ $$ S_{100} = 5050 $$

The sum of the first 100 positive integers is 5050.

Understanding the formula for the sum of an AP is crucial for solving problems involving the total value of terms in a sequence that follows an arithmetic pattern. It also has applications in various fields like finance, physics, and computer science.



Arithmetic Mean (AM)

The Average of Numbers

The term Arithmetic Mean (AM) refers to the most commonly used type of average. It provides a measure of central tendency for a set of numbers. While the concept of AM applies to any set of numbers, it holds a special significance and relationship with Arithmetic Progressions (APs).


Definition of Arithmetic Mean

For a given set of $n$ numbers, say $x_1, x_2, \ldots, x_n$, their Arithmetic Mean (AM) is calculated by finding the sum of all the numbers and then dividing this sum by the total count of the numbers ($n$).

The formula for the Arithmetic Mean of $n$ numbers is:

AM $= \frac{x_1 + x_2 + \ldots + x_n}{n} $

(Arithmetic Mean Formula)

Using summation notation, this can be written concisely as:

$$ \text{AM} = \frac{\sum_{i=1}^{n} x_i}{n} $$

where $\sum_{i=1}^{n} x_i$ represents the sum of the numbers from $x_1$ to $x_n$.

Example: Find the Arithmetic Mean of the numbers $10, 20,$ and $30$.

Here, we have $n=3$ numbers. The sum is $10 + 20 + 30 = 60$.

The AM is $\frac{\text{Sum of numbers}}{\text{Count of numbers}} = \frac{60}{3} = 20$.

The Arithmetic Mean of 10, 20, and 30 is 20.


Arithmetic Mean in the Context of AP

One of the key properties of an Arithmetic Progression relates to the arithmetic mean of its terms. If you consider any three consecutive terms of an AP, say $a, b,$ and $c$, there is a specific relationship between the middle term $b$ and the other two terms $a$ and $c$.

By the definition of an Arithmetic Progression, the difference between consecutive terms is constant (the common difference, $d$). So, if $a, b,$ and $c$ are consecutive terms in an AP, then:

$b - a = d $

... (1)

$c - b = d $

... (2)

Since both differences are equal to $d$, they must be equal to each other:

$$ b - a = c - b $$

Now, rearrange this equation to solve for $b$. Add $b$ to both sides:

$$ b - a + b = c - b + b $$ $$ 2b - a = c $$

Add $a$ to both sides:

$$ 2b = a + c $$

Divide both sides by 2:

$$ b = \frac{a+c}{2} $$

This result shows that the middle term ($b$) of any three consecutive terms in an AP is the Arithmetic Mean of the first ($a$) and the third ($c$) terms.

If $a, b, c$ are in AP, then $b = \frac{a+c}{2} $

(Arithmetic Mean Property of AP)

Example: Consider the AP $5, 8, 11$. Here $a=5, b=8, c=11$. The middle term is $8$. Let's calculate the AM of the other two terms, 5 and 11:

$$ \text{AM of 5 and 11} = \frac{5 + 11}{2} = \frac{16}{2} = 8 $$

The AM of 5 and 11 is 8, which is indeed the middle term of the AP.


Inserting Arithmetic Means Between Two Numbers

A common problem is to insert a specific number of terms between two given numbers such that the entire sequence forms an Arithmetic Progression. The numbers inserted are called arithmetic means between the two given numbers.

Suppose we want to insert $n$ arithmetic means between two numbers $A$ and $B$. Let these $n$ means be $m_1, m_2, \ldots, m_n$. The sequence will look like this:

$$ A, m_1, m_2, \ldots, m_n, B $$

For this sequence to be an AP, there must be a constant common difference, say $d$. In this sequence, $A$ is the first term and $B$ is the last term. How many terms are there in total? We have the initial term $A$, the final term $B$, and $n$ terms inserted in between. So, the total number of terms in the AP is $n+2$.

Let the first term of this AP be $a_{1} = A$. The last term is $a_{n+2} = B$. The total number of terms is $N = n+2$.

Using the formula for the $N$-th term of an AP, $a_N = a_1 + (N-1)d$:

$$ a_{n+2} = A + ((n+2) - 1)d $$ $$ B = A + (n+1)d $$

Now, we can solve this equation for the common difference $d$:

$$ B - A = (n+1)d $$ $$ d = \frac{B - A}{n + 1} $$

Once the common difference $d$ is calculated, we can find the inserted arithmetic means using the definition of an AP:

$$ m_1 = A + d $$ $$ m_2 = A + 2d $$ $$ m_3 = A + 3d $$ $$ \ldots $$ $$ m_n = A + nd $$

Example

Example 1. Insert 3 arithmetic means between $4$ and $20$.

Answer:

We want to insert $n=3$ arithmetic means between $A=4$ and $B=20$. Let the three means be $m_1, m_2, m_3$.

The resulting sequence is $4, m_1, m_2, m_3, 20$. This sequence is an AP with a total of $n+2 = 3+2 = 5$ terms.

The first term of this AP is $a_1 = 4$. The last term is $a_5 = 20$.

We use the formula for the common difference $d$ when inserting $n$ means between $A$ and $B$:

$$ d = \frac{B - A}{n + 1} $$

Substitute $A=4$, $B=20$, and $n=3$:

$$ d = \frac{20 - 4}{3 + 1} = \frac{16}{4} = 4 $$

The common difference of the AP is $d=4$.

Now, we find the arithmetic means using the first term $A=4$ and the common difference $d=4$:

$$ m_1 = A + d = 4 + 4 = 8 $$ $$ m_2 = A + 2d = 4 + 2(4) = 4 + 8 = 12 $$ $$ m_3 = A + 3d = 4 + 3(4) = 4 + 12 = 16 $$

The three arithmetic means between 4 and 20 are 8, 12, and 16. The complete AP is $4, 8, 12, 16, 20$, which indeed has a common difference of 4.

Answer: The three arithmetic means between $4$ and $20$ are $8, 12,$ and $16$.

The Arithmetic Mean is a fundamental concept in statistics and sequence theory, particularly useful for understanding the structure of Arithmetic Progressions and for interpolating terms within an AP.



Geometric Progression (GP): Definition, General Term, Properties

Sequences with a Constant Ratio

Similar to Arithmetic Progressions, Geometric Progressions (GPs) are another fundamental type of sequence characterized by a constant relationship between consecutive terms. While an AP has a constant *difference*, a GP has a constant *ratio*. This constant ratio is called the common ratio.


Definition of Geometric Progression

A sequence of numbers, $a_1, a_2, a_3, \ldots, a_n, \ldots$, with non-zero terms is defined as a Geometric Progression (GP) if the ratio of any term to its immediately preceding term is a constant value. This constant value is denoted by $r$ and is called the common ratio of the GP.

Thus, a sequence is a GP if $\frac{a_{n+1}}{a_n} = r$ for all $n \ge 1$, where $r$ is a non-zero constant. This can also be written recursively as $a_{n+1} = a_n \cdot r$.

If the first term of a GP is denoted by $a$ (instead of $a_1$) and the common ratio is $r$, then the terms of the GP can be expressed in terms of $a$ and $r$ by repeatedly multiplying by the common ratio:

So, the terms of a GP starting with $a$ and having a common ratio $r$ are:

$a, ar, ar^2, ar^3, \ldots, ar^{n-1}, \ldots $

Examples of Geometric Progressions:

The common ratio $r$ can be positive or negative, greater than 1, less than -1, or between -1 and 1 (but not zero).

Note: By definition, the common ratio $r$ cannot be zero. If $a_1 = 0$, and $r$ is non-zero, the sequence is $0, 0, 0, \ldots$ which is technically an AP with $d=0$ and a GP with $r$ being any non-zero number (but the ratio $0/0$ is undefined). Usually, we consider GPs where the first term $a \neq 0$ and $r \neq 0$.


General Term (n-th Term) of a GP

The general term, or $n$-th term, of a Geometric Progression, denoted by $a_n$, is a formula that allows us to find the value of any term in the sequence using its position $n$, the first term $a$, and the common ratio $r$. From the pattern we observed in the definition:

The exponent of $r$ is always one less than the term number $n$. Thus, the formula for the $n$-th term of a GP is:

$a_n = ar^{n-1} $

(n-th Term of GP)

where:

Derivation:

We start with the recursive definition of a GP: $a_{k+1} = a_k \cdot r$ for $k \ge 1$, and $a_1 = a$.

$a_2 = a_1 \cdot r$

$a_3 = a_2 \cdot r = (a_1 \cdot r) \cdot r = a_1 \cdot r^2$

$a_4 = a_3 \cdot r = (a_1 \cdot r^2) \cdot r = a_1 \cdot r^3$

By observing this pattern, we see that to get to the $n$-th term ($a_n$) starting from the first term ($a_1$), we multiply by the common ratio $r$ a total of $(n-1)$ times. Therefore, the $n$-th term is $a_n = a_1 \cdot r^{n-1}$. If we use $a$ to denote the first term $a_1$, the formula is $a_n = a r^{n-1}$.

Example

Example 1. Find the 5th term of the GP: $3, 6, 12, 24, \ldots$

Answer:

The given sequence is $3, 6, 12, 24, \ldots$. This is a GP.

The first term is $a = a_1 = 3$.

The common ratio is $r = \frac{a_2}{a_1} = \frac{6}{3} = 2$. (Check: $\frac{12}{6} = 2$, $\frac{24}{12} = 2$).

We need to find the 5th term, which means $n = 5$.

Using the formula for the $n$-th term of a GP, $a_n = ar^{n-1}$:

$$ a_5 = 3 \times 2^{5-1} $$ $$ a_5 = 3 \times 2^4 $$ $$ a_5 = 3 \times 16 $$ $$ a_5 = 48 $$

The 5th term of the GP is 48.

Example 2. Which term of the GP $2, 8, 32, \ldots$ is 131072?

Answer:

The given GP is $2, 8, 32, \ldots$.

The first term is $a = 2$.

The common ratio is $r = \frac{8}{2} = 4$. (Check: $\frac{32}{8}=4$).

We want to find which term is 131072. Let the $n$-th term be 131072, so $a_n = 131072$.

Using the formula $a_n = ar^{n-1}$:

$$ 131072 = 2 \times 4^{n-1} $$

Divide both sides by 2:

$$ \frac{131072}{2} = 4^{n-1} $$ $$ 65536 = 4^{n-1} $$

We need to express 65536 as a power of 4. We can find this by repeatedly dividing by 4 or by recognizing powers of 4.

$4^1 = 4$

$4^2 = 16$

$4^3 = 64$

$4^4 = 256$

$4^5 = 1024$

$4^6 = 4096$

$4^7 = 16384$

$4^8 = 65536$

So, $65536 = 4^8$.

Substitute this back into the equation:

$$ 4^8 = 4^{n-1} $$

Since the bases are equal, the exponents must be equal:

$$ 8 = n - 1 $$

Add 1 to both sides:

$$ 8 + 1 = n $$ $$ n = 9 $$

So, 131072 is the 9th term of the GP.

Answer: The 9th term of the GP is 131072.


Properties of a GP

Geometric Progressions possess several distinctive properties:

  1. Multiplying or Dividing by a Non-Zero Constant: If each term of a GP is multiplied or divided by the same non-zero constant $k$, the resulting sequence is also a GP. The common ratio of the new GP will be the same as the common ratio of the original GP.

    Example: GP: $2, 6, 18$ with $r=3$. Multiply each term by 5: $2 \times 5, 6 \times 5, 18 \times 5$, which is $10, 30, 90$. This new sequence is a GP with common ratio $\frac{30}{10}=3$, which is the same as the original $r$. Divide each term by 2: $\frac{2}{2}, \frac{6}{2}, \frac{18}{2}$, which is $1, 3, 9$. This new sequence is a GP with common ratio $\frac{3}{1}=3$, same as the original $r$.

  2. Common Ratio Definition: The fundamental property: $\frac{a_{n+1}}{a_n} = r$ for all $n \ge 1$. This property is used to verify if a given sequence is a GP.
  3. Geometric Mean Property: For any three consecutive terms $a_{n-1}, a_n, a_{n+1}$ in a GP (where $n \ge 2$), if none of the terms are zero, the square of the middle term $a_n$ is equal to the product of the other two terms $a_{n-1}$ and $a_{n+1}$. That is, $a_n^2 = a_{n-1} \cdot a_{n+1}$. This comes directly from the definition: $\frac{a_n}{a_{n-1}} = r$ and $\frac{a_{n+1}}{a_n} = r$. So, $\frac{a_n}{a_{n-1}} = \frac{a_{n+1}}{a_n}$. Cross-multiplying gives $a_n \cdot a_n = a_{n-1} \cdot a_{n+1}$, or $a_n^2 = a_{n-1} a_{n+1}$. If $a, b, c$ are in GP (and non-zero), then $b^2 = ac$. The middle term $b$ is the geometric mean of $a$ and $c$ (specifically, $b = \sqrt{ac}$ if all terms are positive, or $b = \pm \sqrt{ac}$).
  4. Product of Equidistant Terms: In a finite GP with $n$ terms, the product of any two terms that are equidistant from the beginning and the end is constant and equal to the product of the first and the last terms. If the GP is $a_1, a_2, \ldots, a_n$, then $a_1 \times a_n = a_2 \times a_{n-1} = a_3 \times a_{n-2} = \ldots = a_k \times a_{n-k+1}$.

    Example: GP: $2, 6, 18, 54, 162, 486$. $a_1=2, a_6=486$. Product = $2 \times 486 = 972$. $a_2=6, a_5=162$. Product = $6 \times 162 = 972$. $a_3=18, a_4=54$. Product = $18 \times 54 = 972$.

These properties are useful for identifying GPs, finding missing terms, and solving problems involving sequences with a geometric pattern.



Geometric Mean (GM)

The Geometric Average

In addition to the arithmetic mean, another important type of average is the Geometric Mean (GM). While the AM is suitable for averaging quantities that are additive in nature (like terms in an AP), the GM is particularly useful for averaging quantities that are related by multiplication or represent rates of change, such as average growth rates over time or terms in a Geometric Progression.

The definition of the geometric mean requires the numbers to be positive.


Definition of Geometric Mean

For a set of $n$ positive numbers, say $x_1, x_2, \ldots, x_n$, their Geometric Mean (GM) is defined as the $n$-th root of their product.

The formula for the Geometric Mean of $n$ positive numbers is:

GM $= \sqrt[n]{x_1 \times x_2 \times \ldots \times x_n} $

(Geometric Mean Formula)

Using product notation (Pi notation), this can be written concisely as:

$$ \text{GM} = \sqrt[n]{\prod_{i=1}^{n} x_i} $$

where $\prod_{i=1}^{n} x_i$ represents the product of the numbers from $x_1$ to $x_n$.

Important Note: The geometric mean is only defined for a set of positive numbers. If any number in the set is zero or negative, the geometric mean is not typically calculated or defined in this standard way.

Examples:


Geometric Mean in the Context of GP

Just as the arithmetic mean is related to consecutive terms in an AP, the geometric mean has a special connection to consecutive terms in a GP. If you consider any three consecutive positive terms of a GP, say $a, b,$ and $c$, the middle term $b$ is the geometric mean of the other two terms $a$ and $c$.

If $a, b,$ and $c$ are consecutive positive terms in a Geometric Progression, then by the definition of a GP, the ratio of consecutive terms is constant (the common ratio, $r$). So:

$\frac{b}{a} = r $

... (1)

$\frac{c}{b} = r $

... (2)

Since both ratios are equal to $r$, they must be equal to each other:

$$ \frac{b}{a} = \frac{c}{b} $$

Now, cross-multiply this equation:

$$ b \times b = a \times c $$ $$ b^2 = ac $$

Since we assumed $a, b,$ and $c$ are positive terms, $b^2$ is positive. Taking the positive square root of both sides:

$$ \sqrt{b^2} = \sqrt{ac} $$ $$ b = \sqrt{ac} $$

This result shows that the middle term ($b$) of any three consecutive positive terms in a GP is the Geometric Mean of the first ($a$) and the third ($c$) terms.

If $a, b, c$ are positive terms in GP, then $b = \sqrt{ac} $

(Geometric Mean Property of GP)

Example: Consider the GP $3, 6, 12$. Here $a=3, b=6, c=12$. All terms are positive. The middle term is 6. Let's calculate the GM of the other two terms, 3 and 12:

$$ \text{GM of 3 and 12} = \sqrt{3 \times 12} = \sqrt{36} = 6 $$

The GM of 3 and 12 is 6, which is indeed the middle term of the GP.

Note: If the terms of the GP are not restricted to be positive (e.g., $-2, -4, -8$), the relationship $b^2 = ac$ ($(-4)^2 = (-2)(-8) \implies 16=16$) still holds, but $b$ might not be equal to $\sqrt{ac}$ if we take the positive square root convention for $\sqrt{}$. However, $b = \pm \sqrt{ac}$. For positive terms, $b = \sqrt{ac}$ holds.


Inserting Geometric Means Between Two Numbers

Similar to inserting arithmetic means, we can insert a specific number of terms between two given positive numbers such that the resulting sequence forms a Geometric Progression. The numbers inserted are called geometric means between the two given numbers.

Suppose we want to insert $n$ geometric means between two positive numbers $A$ and $B$. Let these $n$ means be $m_1, m_2, \ldots, m_n$. The sequence will be:

$$ A, m_1, m_2, \ldots, m_n, B $$

For this sequence to be a GP, there must be a constant common ratio, say $r$. In this sequence, $A$ is the first term and $B$ is the last term. The total number of terms in this GP is the initial term $A$, the final term $B$, plus the $n$ inserted terms, giving a total of $n+2$ terms.

Let the first term of this GP be $a_{1} = A$. The last term is $a_{n+2} = B$. The total number of terms is $N = n+2$.

Using the formula for the $N$-th term of a GP, $a_N = a_1 r^{N-1}$:

$$ a_{n+2} = A r^{(n+2) - 1} $$ $$ B = A r^{n+1} $$

Now, we solve this equation for the common ratio $r$. Divide both sides by $A$ (since $A$ is positive, $A \neq 0$):

$$ \frac{B}{A} = r^{n+1} $$

To find $r$, take the $(n+1)$-th root of both sides:

$$ r = \left(\frac{B}{A}\right)^{\frac{1}{n+1}} $$

Or using radical notation:

$$ r = \sqrt[n+1]{\frac{B}{A}} $$

Since $A$ and $B$ are positive, $\frac{B}{A}$ is positive, and the real $(n+1)$-th root exists and is unique (assuming we are looking for a real common ratio to get real geometric means). If $n+1$ is even and $B/A$ is positive, there are two real roots ($\pm r$), but typically we consider the positive root to get a straightforward sequence of positive geometric means between positive numbers.

Once the common ratio $r$ is calculated, we can find the inserted geometric means using the definition of a GP, starting from the first term $A$:

$$ m_1 = A \cdot r $$ $$ m_2 = m_1 \cdot r = A \cdot r^2 $$ $$ m_3 = m_2 \cdot r = A \cdot r^3 $$ $$ \ldots $$ $$ m_n = A \cdot r^n $$

Example

Example 1. Insert 2 geometric means between $5$ and $135$.

Answer:

We want to insert $n=2$ geometric means between $A=5$ and $B=135$. Both $A$ and $B$ are positive numbers.

Let the two geometric means be $m_1$ and $m_2$. The resulting sequence is $5, m_1, m_2, 135$. This sequence is a GP with a total of $n+2 = 2+2 = 4$ terms.

The first term of this GP is $a_1 = 5$. The last term is $a_4 = 135$.

We use the formula for the common ratio $r$ when inserting $n$ means between $A$ and $B$:

$$ r = \left(\frac{B}{A}\right)^{\frac{1}{n+1}} $$

Substitute $A=5$, $B=135$, and $n=2$:

$$ r = \left(\frac{135}{5}\right)^{\frac{1}{2+1}} = \left(\frac{135}{5}\right)^{\frac{1}{3}} $$

Calculate the fraction inside the parenthesis:

$$ \frac{135}{5} = 27 $$

So, the common ratio is:

$$ r = (27)^{\frac{1}{3}} = \sqrt[3]{27} $$

The cube root of 27 is 3.

$$ r = 3 $$

The common ratio of the GP is $r=3$.

Now, we find the geometric means using the first term $A=5$ and the common ratio $r=3$:

$$ m_1 = A \cdot r = 5 \times 3 = 15 $$ $$ m_2 = A \cdot r^2 = 5 \times 3^2 = 5 \times 9 = 45 $$

The two geometric means between 5 and 135 are 15 and 45. The complete GP is $5, 15, 45, 135$. Let's check the ratios: $15/5=3$, $45/15=3$, $135/45=3$. It is indeed a GP with common ratio 3.

Answer: The two geometric means between $5$ and $135$ are $15$ and $45$.

The geometric mean is a distinct type of average used when multiplicative relationships are important. It is essential for understanding Geometric Progressions and other processes involving exponential growth or decay.



Relationship Between AM and GM

Comparing Different Types of Averages

We have discussed two types of averages: the Arithmetic Mean (AM) and the Geometric Mean (GM). The AM is the standard average calculated by summing and dividing, while the GM is calculated as the $n$-th root of the product for $n$ positive numbers. For a set of positive numbers, there exists a fundamental and highly important relationship between their AM and GM. This relationship is expressed as an inequality known as the AM-GM inequality.


The AM-GM Inequality

The Arithmetic Mean-Geometric Mean (AM-GM) inequality states that for any set of $n$ non-negative real numbers $x_1, x_2, \ldots, x_n$, the arithmetic mean is greater than or equal to the geometric mean.

Mathematically, for $x_i \ge 0$ for all $i=1, 2, \ldots, n$:

AM $\ge$ GM

(AM-GM Inequality)

In terms of the formulas for AM and GM:

$\frac{x_1 + x_2 + \ldots + x_n}{n} \ge \sqrt[n]{x_1 x_2 \ldots x_n} $

The inequality becomes a strict equality (AM = GM) if and only if all the numbers in the set are equal to each other ($x_1 = x_2 = \ldots = x_n$). If the numbers are not all equal, the AM is strictly greater than the GM (AM > GM).

While the inequality holds for non-negative numbers, the geometric mean is most commonly applied and defined for positive numbers, as taking roots of negative numbers (especially even roots) can lead to complex numbers or undefined results within the real number system.


Proof for Two Positive Numbers

Let's demonstrate the AM-GM inequality for the simplest case, involving just two positive real numbers, $a$ and $b$. We aim to prove that $\frac{a+b}{2} \ge \sqrt{ab}$.

We can start by considering a fundamental property of real numbers: the square of any real number is always non-negative (greater than or equal to zero). Since $a$ and $b$ are positive, their square roots $\sqrt{a}$ and $\sqrt{b}$ are real numbers.

Consider the difference between $\sqrt{a}$ and $\sqrt{b}$, and square it:

$$ (\sqrt{a} - \sqrt{b})^2 \ge 0 $$

Now, expand the left side using the algebraic identity $(x-y)^2 = x^2 - 2xy + y^2$. Here, $x=\sqrt{a}$ and $y=\sqrt{b}$:

$$ (\sqrt{a})^2 - 2(\sqrt{a})(\sqrt{b}) + (\sqrt{b})^2 \ge 0 $$

Simplify the terms ($\left(\sqrt{a}\right)^2 = a$, $\left(\sqrt{b}\right)^2 = b$, and $\sqrt{a}\sqrt{b} = \sqrt{ab}$ since $a,b \ge 0$):

$$ a - 2\sqrt{ab} + b \ge 0 $$

Rearrange the terms by adding $2\sqrt{ab}$ to both sides of the inequality:

$$ a + b \ge 2\sqrt{ab} $$

Finally, divide both sides by $2$. Since $2$ is a positive number, the direction of the inequality sign does not change:

$$ \frac{a+b}{2} \ge \sqrt{ab} $$

This completes the proof of the AM-GM inequality for two positive numbers.

Condition for Equality:

The equality in the inequality $\frac{a+b}{2} \ge \sqrt{ab}$ holds precisely when the original squared term $(\sqrt{a} - \sqrt{b})^2$ is equal to zero.

$$ (\sqrt{a} - \sqrt{b})^2 = 0 $$

Taking the square root of both sides:

$$ \sqrt{a} - \sqrt{b} = 0 $$ $$ \sqrt{a} = \sqrt{b} $$

Since $a$ and $b$ are positive numbers, squaring both sides gives:

$$ a = b $$

Therefore, the equality $\frac{a+b}{2} = \sqrt{ab}$ holds if and only if $a=b$. If $a \neq b$, then $(\sqrt{a} - \sqrt{b})^2$ is strictly greater than 0, leading to $\frac{a+b}{2} > \sqrt{ab}$.

The proof for the general case of $n$ numbers is more involved and often uses mathematical induction or Jensen's inequality.


Significance and Applications of the AM-GM Inequality

The AM-GM inequality is a powerful tool with wide applications in various branches of mathematics, including algebra, calculus, and optimization. It is frequently used to:

Example Application: Find the minimum value of the expression $x + \frac{1}{x}$ for positive real numbers $x > 0$.

We can apply the AM-GM inequality to the two positive numbers $x$ and $\frac{1}{x}$. According to the AM-GM inequality:

$$ \frac{x + \frac{1}{x}}{2} \ge \sqrt{x \times \frac{1}{x}} $$

Simplify the expression under the square root:

$$ x \times \frac{1}{x} = 1 $$

So the inequality becomes:

$$ \frac{x + \frac{1}{x}}{2} \ge \sqrt{1} $$ $$ \frac{x + \frac{1}{x}}{2} \ge 1 $$

Multiply both sides by 2:

$$ x + \frac{1}{x} \ge 2 $$

This inequality tells us that the value of $x + \frac{1}{x}$ is always greater than or equal to 2 for any positive $x$. Therefore, the minimum value of the expression $x + \frac{1}{x}$ is 2.

When is this minimum value achieved? The equality in the AM-GM inequality holds if and only if the two numbers are equal. In this case, the two numbers are $x$ and $\frac{1}{x}$.

$$ x = \frac{1}{x} $$

Multiply both sides by $x$ (since $x > 0$, $x \neq 0$):

$$ x^2 = 1 $$

Taking the square root, $x = \pm 1$. Since we are given $x > 0$, the minimum value occurs when $x = 1$.

Check: When $x=1$, $1 + \frac{1}{1} = 1 + 1 = 2$. This confirms the minimum value.

The AM-GM inequality is a fundamental result that highlights the difference between arithmetic and geometric averages and is a versatile tool for solving a variety of mathematical problems.



Some Special Series (Summation techniques)

While Arithmetic Progressions (APs) and Geometric Progressions (GPs) are the most common types of sequences and series encountered in introductory algebra, there are many other sequences and series that follow different patterns. Finding the sum of the first $n$ terms of these "special" series often requires different summation techniques or relies on specific formulas derived for the sums of powers of natural numbers.


Sum of the First n Terms of Some Special Series

There are standard formulas for the sum of the first $n$ terms of several important series involving the positive integers (natural numbers):

1. Sum of the First n Positive Integers

This is the series formed by adding the first $n$ natural numbers: $1 + 2 + 3 + \ldots + n$. As we saw in the section on the sum of an AP, this specific series is actually an Arithmetic Progression with the first term $a=1$ and the common difference $d=1$. The sum of its first $n$ terms, $S_n$, can be calculated using the AP sum formula $S_n = \frac{n}{2}(a+l)$ where $l=n$, or $S_n = \frac{n}{2}[2a+(n-1)d]$.

Using $a=1$ and $l=n$ in $S_n = \frac{n}{2}(a+l)$ gives:

$$ S_n = \frac{n}{2}(1 + n) $$ $$ S_n = \frac{n(n+1)}{2} $$

$1 + 2 + \ldots + n = \sum_{i=1}^{n} i = \frac{n(n+1)}{2} $

(Sum of First n Integers)

Derivation (using Pairing Method):

Let $S_n = 1 + 2 + \ldots + (n-1) + n$. Write the sum again in reverse order: $S_n = n + (n-1) + \ldots + 2 + 1$.

Add the two sums vertically:

$$ S_n = 1 \quad + \quad 2 \quad + \quad \ldots \quad + \quad (n-1) \quad + \quad n $$ $$ S_n = n \quad + \quad (n-1) \quad + \quad \ldots \quad + \quad 2 \quad + \quad 1 $$ $$ \rule{5cm}{0.4pt} $$ $$ 2S_n = (1+n) + (2+(n-1)) + \ldots + ((n-1)+2) + (n+1) $$ $$ 2S_n = (n+1) + (n+1) + \ldots + (n+1) + (n+1) $$

There are $n$ terms in the sum, so there are $n$ pairs, each summing to $(n+1)$.

$$ 2S_n = n(n+1) $$

Divide by 2:

$$ S_n = \frac{n(n+1)}{2} $$

Example: Find the sum of the first 5 positive integers.

Using direct summation: $1 + 2 + 3 + 4 + 5 = 15$.

Using the formula with $n=5$: $S_5 = \frac{5(5+1)}{2} = \frac{5 \times 6}{2} = \frac{30}{2} = 15$. The formula works.

2. Sum of the Squares of the First n Positive Integers

This series consists of the sum of the squares of the first $n$ natural numbers: $1^2 + 2^2 + 3^2 + \ldots + n^2$. This sequence of terms ($1, 4, 9, \ldots$) is neither an AP nor a GP. There is a specific formula for its sum, $\sum_{i=1}^{n} i^2$:

$S_n = 1^2 + 2^2 + \ldots + n^2 = \sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6} $

(Sum of First n Squares)

Derivation (Outline using a Telescoping Sum):

Consider the identity $(k+1)^3 - k^3 = 3k^2 + 3k + 1$. Write this identity for $k=1, 2, \ldots, n$:

Summing all these equations vertically, notice the left side is a telescoping sum where intermediate terms cancel out:

$$ (2^3 - 1^3) + (3^3 - 2^3) + (4^3 - 3^3) + \ldots + ((n+1)^3 - n^3) = (n+1)^3 - 1^3 $$

The sum of the right side is:

$$ \sum_{k=1}^{n} (3k^2 + 3k + 1) = 3 \sum_{k=1}^{n} k^2 + 3 \sum_{k=1}^{n} k + \sum_{k=1}^{n} 1 $$

Let $S_n^{(2)} = \sum_{k=1}^{n} k^2$. We know $\sum_{k=1}^{n} k = \frac{n(n+1)}{2}$ and $\sum_{k=1}^{n} 1 = n$.

So, $(n+1)^3 - 1 = 3 S_n^{(2)} + 3 \frac{n(n+1)}{2} + n$.

Expand $(n+1)^3 = n^3 + 3n^2 + 3n + 1$.

$n^3 + 3n^2 + 3n + 1 - 1 = 3 S_n^{(2)} + \frac{3n(n+1)}{2} + n$

$n^3 + 3n^2 + 3n = 3 S_n^{(2)} + \frac{3n^2 + 3n}{2} + n$

$3 S_n^{(2)} = n^3 + 3n^2 + 3n - \frac{3n^2 + 3n}{2} - n$

$3 S_n^{(2)} = n^3 + 3n^2 + 2n - \frac{3n^2 + 3n}{2}$

$3 S_n^{(2)} = \frac{2n^3 + 6n^2 + 4n - (3n^2 + 3n)}{2}$

$3 S_n^{(2)} = \frac{2n^3 + 3n^2 + n}{2}$

$3 S_n^{(2)} = \frac{n(2n^2 + 3n + 1)}{2}$

Factor the quadratic $2n^2 + 3n + 1 = (2n+1)(n+1)$.

$3 S_n^{(2)} = \frac{n(n+1)(2n+1)}{2}$

Divide by 3:

$$ S_n^{(2)} = \frac{n(n+1)(2n+1)}{6} $$

Example: Find the sum of the squares of the first 3 positive integers.

Using direct summation: $1^2 + 2^2 + 3^2 = 1 + 4 + 9 = 14$.

Using the formula with $n=3$: $S_3 = \frac{3(3+1)(2 \times 3 + 1)}{6} = \frac{3 \times 4 \times (6+1)}{6} = \frac{3 \times 4 \times 7}{6} = \frac{84}{6} = 14$. The formula matches.

3. Sum of the Cubes of the First n Positive Integers

This series is the sum of the cubes of the first $n$ natural numbers: $1^3 + 2^3 + 3^3 + \ldots + n^3$. This is also not an AP or a GP. The formula for this sum, $\sum_{i=1}^{n} i^3$, has a remarkable relationship with the sum of the first $n$ integers:

$S_n = 1^3 + 2^3 + \ldots + n^3 = \sum_{i=1}^{n} i^3 = \left(\frac{n(n+1)}{2}\right)^2 $

(Sum of First n Cubes)

This formula states that the sum of the first $n$ cubes is equal to the square of the sum of the first $n$ natural numbers.

Derivation (Outline using a Telescoping Sum):

Consider the identity $(k+1)^4 - k^4 = 4k^3 + 6k^2 + 4k + 1$. Summing this identity for $k=1, 2, \ldots, n$ gives a telescoping sum on the left side: $(n+1)^4 - 1^4$.

Summing the right side: $\sum_{k=1}^{n} (4k^3 + 6k^2 + 4k + 1) = 4 \sum k^3 + 6 \sum k^2 + 4 \sum k + \sum 1$.

Substitute the known formulas for $\sum k^2$, $\sum k$, and $\sum 1$, and solve for $\sum k^3$. This leads to the formula $\left(\frac{n(n+1)}{2}\right)^2$. (This derivation is algebraically more intensive than the one for squares).

Example: Find the sum of the cubes of the first 3 positive integers.

Using direct summation: $1^3 + 2^3 + 3^3 = 1 + 8 + 27 = 36$.

Using the formula with $n=3$: $S_3 = \left(\frac{3(3+1)}{2}\right)^2 = \left(\frac{3 \times 4}{2}\right)^2 = \left(\frac{12}{2}\right)^2 = (6)^2 = 36$. The formula holds.


Other Summation Techniques

For sequences and series that do not fit the patterns of AP, GP, or simple sums of powers, various other techniques are employed to find the sum of a finite number of terms or to determine the behavior (convergence or divergence) of an infinite series. Some common methods include:

The study of series extends significantly in higher mathematics, including topics like convergence and divergence of infinite series, power series expansions of functions, and Fourier series.



Applications of AP and GP

Arithmetic Progressions (APs) and Geometric Progressions (GPs) are not just abstract mathematical concepts confined to textbooks. They are powerful tools that can be used to model and solve problems involving sequences where quantities change in a regular, predictable manner. These patterns appear in various real-world situations, from finance and economics to physics and biology.


Applications of Arithmetic Progressions (AP)

An Arithmetic Progression is characterized by a constant difference between successive terms. This makes APs suitable for modeling situations where a quantity increases or decreases by a fixed *additive* amount over equal intervals.

Key Applications of APs:

  1. Linear Growth or Decay: Any scenario where a quantity changes by a fixed amount in each step or period can be modeled by an AP.

    Example: If a taxi charges a base fare and a fixed amount per kilometre, the total fare increases arithmetically with the distance traveled. The costs for 1 km, 2 km, 3 km, etc., form an AP.

    Example: The depreciation of an asset by a fixed amount each year (straight-line depreciation). The value of the asset at the end of each year forms an AP.

  2. Sequences of Events or Values at Regular Intervals: Problems involving items or events spaced out by a constant difference.

    Example: The numbers on the seats in a row in a theatre if they are numbered consecutively (e.g., Row A: 101, 102, 103, ...).

    Example: The distances of equally spaced trees planted along a straight road from a starting point.

  3. Physical Structures: Designs involving dimensions that change uniformly.

    Example: The lengths of ladder rungs that decrease uniformly from the bottom to the top form an AP. To find the total length of wood required, we find the sum of this AP.

  4. Salaries and Wages with Fixed Increments: If an employee receives an annual salary increment of a fixed amount, their salaries over the years form an AP.

    Example: Starting salary $\textsf{₹} 20,000$ with an annual increment of $\textsf{₹} 1000$. Salaries are $\textsf{₹} 20,000, \textsf{₹} 21,000, \textsf{₹} 22,000, \ldots$

  5. Simple Interest: While the total amount (Principal + Simple Interest) grows arithmetically, the amount of simple interest earned each period remains constant. The sequence of total amounts after each period under simple interest forms an AP. If principal is $P$, rate is $R\%$ per annum, the total amount after $n$ years is $P + \frac{PRn}{100} = P + (\frac{PR}{100})n$. This is a linear function of $n$. The amounts at the end of year 0, 1, 2, ... are $P, P + \frac{PR}{100}, P + \frac{2PR}{100}, \ldots$. This is an AP with first term $P$ and common difference $\frac{PR}{100}$.

Example Application of AP

Example 1. A man saves $\textsf{₹} 200$ in the first month, $\textsf{₹} 250$ in the second month, $\textsf{₹} 300$ in the third month, and so on. How much will he save in $10$ years?

Answer:

The monthly savings form a sequence where the difference between consecutive months' savings is constant:

Savings in month 1: $\textsf{₹} 200$ ($a_1 = 200$)

Savings in month 2: $\textsf{₹} 250$ ($a_2 = 250$)

Savings in month 3: $\textsf{₹} 300$ ($a_3 = 300$)

The common difference $d = a_2 - a_1 = 250 - 200 = 50$. Check: $a_3 - a_2 = 300 - 250 = 50$.

This sequence of monthly savings is an Arithmetic Progression with first term $a = 200$ and common difference $d = 50$.

We need to find the total savings in 10 years. Since savings are recorded monthly, we need to find the number of months in 10 years.

Number of years = 10 years

Number of months $n = 10 \text{ years} \times 12 \text{ months/year} = 120$ months.

We need to find the sum of the savings over 120 months, which is the sum of the first 120 terms of this AP, $S_{120}$.

Using the formula for the sum of the first $n$ terms of an AP, $S_n = \frac{n}{2}[2a + (n-1)d]$:

Substitute $n=120$, $a=200$, and $d=50$:

$$ S_{120} = \frac{120}{2}[2(200) + (120 - 1) \times 50] $$ $$ S_{120} = 60[400 + (119) \times 50] $$ $$ S_{120} = 60[400 + 5950] $$ $$ S_{120} = 60[6350] $$

Now, calculate the product $60 \times 6350$:

$$ 60 \times 6350 = 381000 $$

The total amount saved in 10 years is $\textsf{₹} 3,81,000$.

Answer: The man will save $\textsf{₹} 3,81,000$ in 10 years.


Applications of Geometric Progressions (GP)

A Geometric Progression is characterized by a constant ratio between successive terms. This makes GPs suitable for modeling situations where a quantity changes by a fixed *multiplicative* factor (or a constant percentage rate) over equal intervals. This type of change is often referred to as exponential growth or decay.

Key Applications of GPs:

  1. Exponential Growth and Decay: Many natural and financial phenomena exhibit growth or decay that is proportional to the current amount.

    Example: Compound Interest. If a principal amount $P$ is invested at an interest rate $R$ per period compounded periodically, the amount at the end of each period increases by a factor of $(1+R)$. The amounts at the end of periods 1, 2, 3, ..., form a GP: $P(1+R), P(1+R)^2, P(1+R)^3, \ldots$. This is a GP with first term $a = P(1+R)$ and common ratio $r = (1+R)$. Alternatively, the sequence of amounts at the *start* of each period $0, 1, 2, 3, \ldots$ years forms a GP: $P, P(1+R), P(1+R)^2, P(1+R)^3, \ldots$ with first term $a=P$ and common ratio $r=(1+R)$. The amount after $n$ periods is the $(n+1)$-th term of this sequence, which is $a_{n+1} = P(1+R)^{(n+1)-1} = P(1+R)^n$.

    Example: Population Growth. If a population increases by a fixed percentage each year, the population figures for consecutive years may approximate a GP.

    Example: Radioactive Decay. The amount of a radioactive substance remaining after successive equal time intervals decreases by a constant ratio.

    Example: Depreciation at a fixed percentage rate each year (e.g., value of a car or machinery). The value at the end of each year forms a GP.

  2. Chain Reactions: Processes where each event triggers a fixed number of subsequent events (e.g., nuclear fission chain reactions, certain biological reproduction processes where one organism produces a fixed number of offspring).
  3. Successive Bounces: The maximum height reached by a bouncing ball after each bounce often forms a GP, assuming a consistent loss of energy (by a fixed ratio) with each impact.
  4. Spread of Information or Disease: In simple models, the number of people newly informed or infected in successive time periods might follow a geometric pattern if each existing case generates a fixed number of new cases.

Example Application of GP

Example 2. A sum of $\textsf{₹} 10,000$ is deposited in a bank paying $5\%$ compound interest per annum. What will be the amount after $4$ years?

Answer:

The initial principal amount is $P = \textsf{₹} 10,000$.

The annual interest rate is $R = 5\% = \frac{5}{100} = 0.05$.

Compounding is done annually, so the multiplier for each year is $(1 + R) = (1 + 0.05) = 1.05$.

Let $A_n$ be the amount after $n$ years. The amount at the beginning (year 0) is $A_0 = \textsf{₹} 10,000$.

Amount after 1 year: $A_1 = A_0 \times (1.05) = 10000 \times 1.05$

Amount after 2 years: $A_2 = A_1 \times (1.05) = (10000 \times 1.05) \times 1.05 = 10000 \times (1.05)^2$

Amount after 3 years: $A_3 = A_2 \times (1.05) = 10000 \times (1.05)^3$

Amount after 4 years: $A_4 = A_3 \times (1.05) = 10000 \times (1.05)^4$

The amounts at the end of each year form a sequence $A_1, A_2, A_3, A_4, \ldots$ where $A_n = P(1+R)^n$. This sequence itself (starting from $n=1$) is a GP with first term $P(1+R)$ and common ratio $(1+R)$. More simply, the sequence of amounts at the beginning of year $0, 1, 2, 3, \ldots$ forms a GP $P, P(1+R), P(1+R)^2, P(1+R)^3, \ldots$. The amount after 4 years is the term corresponding to year 4, which is $P(1.05)^4$.

We need to calculate $10000 \times (1.05)^4$.

First, calculate $(1.05)^4$:

$$ (1.05)^4 = (1.05 \times 1.05) \times (1.05 \times 1.05) $$ $$ 1.05 \times 1.05 = 1.1025 $$ $$ (1.05)^4 = 1.1025 \times 1.1025 $$ $$ 1.1025 \times 1.1025 = 1.22550625 $$

Now, multiply by the principal amount:

$$ A_4 = 10000 \times 1.22550625 $$ $$ A_4 = 12255.0625 $$

Since this is an amount of money, we typically round to two decimal places (paise).

$$ A_4 \approx \textsf{₹} 12255.06 $$

Answer: The amount after 4 years will be approximately $\textsf{₹} 12255.06$.

In summary, APs and GPs are powerful mathematical models for situations involving linear and exponential patterns of change, respectively. They provide efficient ways to calculate future values, sums, or other properties of sequences that follow these predictable patterns, making them valuable tools in various quantitative disciplines.