ICSE Class 10 Mathematics — Chapter 11 Master Notes
Sequence: An arrangement of numbers written in a definite order according to a fixed mathematical rule.
Geometric Progression (G.P.): A sequence of non-zero numbers in which each term after the first is obtained by multiplying or dividing the preceding term by a fixed non-zero constant quantity.
Common Ratio ($r$): The fixed ratio between any term and its immediately preceding term.
$$r = \frac{t_2}{t_1} = \frac{t_3}{t_2} = \frac{t_4}{t_3} = \dots = \frac{t_n}{t_{n-1}}$$
Derivation of the $n^{\text{th}}$ Term Formula:
Let the first term of a G.P. be $a$ and its common ratio be $r$. Then:
Continuing this pattern for $n$ terms:
General Term ($n^{\text{th}}$ Term from Beginning):
$$t_n = a \cdot r^{n-1}$$
Where $a = \text{first term}$, $r = \text{common ratio}$, and $n = \text{number of terms}$.
If a G.P. contains $n$ terms, the $n^{\text{th}}$ term is also the last term ($l$):
$$l = a \cdot r^{n-1}$$
$n^{\text{th}}$ Term from the End of a Finite G.P.:
If a finite G.P. has last term $l$ and common ratio $r$, the $n^{\text{th}}$ term from the end is:
$$t_n^{\text{end}} = \frac{l}{r^{n-1}} = l \cdot \left(\frac{1}{r}\right)^{n-1}$$
When the product of consecutive terms of a G.P. is given, select terms in the following symmetric forms to simplify algebra:
| Number of Terms | Assumed Terms | Common Ratio |
|---|---|---|
| 3 Terms | $\frac{a}{r}, \quad a, \quad ar$ | $r$ |
| 4 Terms | $\frac{a}{r^3}, \quad \frac{a}{r}, \quad ar, \quad ar^3$ | $r^2$ |
| 5 Terms | $\frac{a}{r^2}, \quad \frac{a}{r}, \quad a, \quad ar, \quad ar^2$ | $r$ |
Key Algebraic Properties:
Derivation of Sum Formula ($S_n$):
Let $S_n = a + ar + ar^2 + ar^3 + \dots + ar^{n-1}$ --- (i)
Multiply (i) by $r$: $r \cdot S_n = ar + ar^2 + ar^3 + \dots + ar^n$ --- (ii)
Subtracting (ii) from (i):
$$S_n - r \cdot S_n = a - ar^n \implies S_n(1 - r) = a(1 - r^n)$$ $$\therefore S_n = \frac{a(1 - r^n)}{1 - r} \quad (r \neq 1)$$Sum Formulas for $S_n$:
Standard Board Summation Series ($5 + 55 + 555 + \dots$):
To evaluate $S_n = 5 + 55 + 555 + \dots$ up to $n$ terms:
$$S_n = 5(1 + 11 + 111 + \dots) = \frac{5}{9}(9 + 99 + 999 + \dots) = \frac{5}{9} \left[ (10 - 1) + (10^2 - 1) + (10^3 - 1) + \dots \right]$$ $$S_n = \frac{5}{9} \left[ \frac{10(10^n - 1)}{10 - 1} - n \right] = \frac{50}{81}(10^n - 1) - \frac{5n}{9}$$Sum of Infinite Terms ($S_\infty$):
For an infinite G.P., if the numerical value of common ratio $|r| < 1$ (i.e. $-1 < r < 1$), then as $n \to \infty$, $r^n \to 0$.
$$S_\infty = \frac{a}{1 - r} \quad (|r| < 1)$$
Application to Recurring Decimals: Convert $0.\overline{437} = 0.4373737\dots$ into rational fraction form $\frac{p}{q}$.
Solution:
$$0.4373737\dots = 0.4 + 0.037 + 0.00037 + 0.0000037 + \dots$$ $$= \frac{4}{10} + \frac{37}{1000} \left[ 1 + \frac{1}{100} + \frac{1}{10000} + \dots \right]$$The terms inside the bracket form an infinite G.P. with $a = 1, r = \frac{1}{100}$:
$$S_\infty = \frac{1}{1 - \frac{1}{100}} = \frac{100}{99}$$ $$\therefore \text{Fraction} = \frac{4}{10} + \frac{37}{1000} \times \frac{100}{99} = \frac{4}{10} + \frac{37}{990} = \frac{396 + 37}{990} = \frac{433}{990}$$Single Geometric Mean between $a$ and $b$:
If $a, G, b$ are in G.P., then $G$ is called the Geometric Mean between $a$ and $b$.
$$\frac{G}{a} = \frac{b}{G} \implies G^2 = ab \implies G = \sqrt{ab}$$Inserting $n$ Geometric Means ($G_1, G_2, \dots, G_n$) between $a$ and $b$:
Let $a, G_1, G_2, G_3, \dots, G_n, b$ form a G.P. containing total $(n + 2)$ terms.
Comparing G.P. ($a=2, r=2 \implies 2, 4, 8, 16, 32, 64$) vs A.P. ($a=2, d=2 \implies 2, 4, 6, 8, 10, 12$).
Example 1 (Finding Term Number): Which term of the G.P. $3, -6, 12, -24, \dots$ is $-384$?
Solution:
First term $a = 3$, common ratio $r = \frac{-6}{3} = -2$.
Let $t_n = -384 \implies a \cdot r^{n-1} = -384$:
$$3 \cdot (-2)^{n-1} = -384 \implies (-2)^{n-1} = -128$$ $$(-2)^{n-1} = (-2)^7 \implies n - 1 = 7 \implies n = 8$$Answer: $-384$ is the $8^{\text{th}}$ term.
Example 2 (Finding G.P. from Two Given Terms): The $5^{\text{th}}$ term of a G.P. is $48$ and its $8^{\text{th}}$ term is $384$. Find the G.P.
Solution:
$t_5 = a r^4 = 48$ --- (i)
$t_8 = a r^7 = 384$ --- (ii)
Dividing (ii) by (i):
$$\frac{a r^7}{a r^4} = \frac{384}{48} \implies r^3 = 8 \implies r = 2$$Substituting $r = 2$ in (i): $a(2^4) = 48 \implies 16a = 48 \implies a = 3$.
Answer: The G.P. is $3, 6, 12, 24, 48, \dots$
Example 3 (Term from the End): Find the $4^{\text{th}}$ term from the end of the G.P. $8, 4, 2, \dots, \frac{1}{128}$.
Solution:
Here common ratio $r = \frac{4}{8} = \frac{1}{2}$, last term $l = \frac{1}{128}$.
Using formula for $n^{\text{th}}$ term from end: $t_n^{\text{end}} = \frac{l}{r^{n-1}}$:
$$t_4^{\text{end}} = \frac{1/128}{(1/2)^{4-1}} = \frac{1/128}{(1/2)^3} = \frac{1/128}{1/8} = \frac{8}{128} = \frac{1}{16}$$Example 4 (Infinite Sum Calculation): Find the sum to infinity of the G.P. $(\sqrt{2} + 1) + 1 + (\sqrt{2} - 1) + \dots$
Solution:
First term $a = \sqrt{2} + 1$. Common ratio $r = \frac{1}{\sqrt{2} + 1} = \sqrt{2} - 1 < 1$.
Using $S_\infty = \frac{a}{1 - r}$:
$$S_\infty = \frac{\sqrt{2} + 1}{1 - (\sqrt{2} - 1)} = \frac{\sqrt{2} + 1}{2 - \sqrt{2}} = \frac{\sqrt{2} + 1}{\sqrt{2}(\sqrt{2} - 1)} = \frac{(\sqrt{2} + 1)^2}{\sqrt{2}(2 - 1)} = \frac{2 + 1 + 2\sqrt{2}}{\sqrt{2}} = \frac{4 + 3\sqrt{2}}{2}$$| Concept | Given Input | Direct Formula |
|---|---|---|
| Common Ratio ($r$) | Terms $t_n, t_{n-1}$ | $r = \frac{t_n}{t_{n-1}}$ |
| $n^{\text{th}}$ Term ($t_n$) | $a, r, n$ | $t_n = a \cdot r^{n-1}$ |
| $n^{\text{th}}$ Term from End | $l, r, n$ | $t_n^{\text{end}} = \frac{l}{r^{n-1}}$ |
| Sum of $n$ Terms ($r > 1$) | $a, r, n$ | $S_n = \frac{a(r^n - 1)}{r - 1} = \frac{lr - a}{r - 1}$ |
| Sum of $n$ Terms ($r < 1$) | $a, r, n$ | $S_n = \frac{a(1 - r^n)}{1 - r} = \frac{a - lr}{1 - r}$ |
| Sum to Infinity ($S_\infty$) | $a, |r| < 1$ | $S_\infty = \frac{a}{1 - r}$ |
| Single Geometric Mean | Two numbers $a, b$ | $G = \sqrt{ab}$ |
BOARD The $4^{\text{th}}, 7^{\text{th}}$, and $10^{\text{th}}$ terms of a G.P. are $a, b, c$ respectively. Prove that $b^2 = ac$.
BOARD The $4^{\text{th}}$ term of a G.P. is $16$ and the $7^{\text{th}}$ term is $128$. Find the first term, common ratio, and the sum of its first 10 terms.
BOARD Find three numbers in G.P. whose sum is $21$ and the sum of their squares is $189$.
BOARD The sum of the first 3 terms of a G.P. is $\frac{13}{12}$ and their product is $-1$. Find the terms.
BOARD Insert three geometric means between $1$ and $256$.
BOARD The second term of a G.P. is $9$ and the sum of its infinite terms is $48$. Find its first term and common ratio.