Form 4 Additional Mathematics Bab 5: Progressions
An Arithmetic Progression (AP) is a sequence of numbers in which the difference between any two consecutive terms is a constant, called the common difference ($d$).
$$d = T_n - T_{n-1}$$where $T_n$ represents the $n$-th term.
The general formula for the $n$-th term ($T_n$) of an AP is:
$$T_n = a + (n - 1)d$$where:
The sum of the first $n$ terms of an AP can be calculated using either of two formulas:
$$S_n = \frac{n}{2} [2a + (n - 1)d]$$ $$S_n = \frac{n}{2} [a + l]$$where $l = T_n$ is the last term of the sequence.
The $n$-th term can be expressed in terms of sum of terms as:
$$T_n = S_n - S_{n-1} \quad (n \ge 2)$$Note that $T_1 = S_1$.
A Geometric Progression (GP) is a sequence of numbers where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio ($r$).
$$r = \frac{T_n}{T_{n-1}}$$The general formula for the $n$-th term ($T_n$) of a GP is:
$$T_n = a r^{n-1}$$where $a$ is the first term and $r$ is the common ratio ($r \neq 0$).
The sum of the first $n$ terms of a GP is given by:
$$S_n = \frac{a(1 - r^n)}{1 - r} \quad (|r| < 1 \text{ or } r < 1)$$ $$S_n = \frac{a(r^n - 1)}{r - 1} \quad (|r| > 1 \text{ or } r > 1)$$where $r \neq 1$.
A geometric progression converges to a finite sum as $n \to \infty$ if and only if the common ratio satisfies:
$$-1 < r < 1 \quad (|r| < 1)$$The sum to infinity ($S_\infty$) is calculated using:
$$S_\infty = \frac{a}{1 - r}$$Logically, if $|r| \ge 1$, the series diverges and $S_\infty$ does not exist.