Sequences & Series
Sequences & Series
**Sequences:**
**Arithmetic Sequences:**
**Arithmetic Series:**
**Geometric Sequences:**
* A geometric sequence is a sequence in which the ratio between consecutive terms is
constant. This constant ratio is called the common ratio (r).
* General form: a, ar, ar², ar³, ...
* 'a' is the first term.
* 'r' is the common ratio.
* The nth term (an) of a geometric sequence: an = ar^(n-1)
* Example: 3, 6, 12, 24, ... (a = 3, r = 2)
**Geometric Series:**
**Key Differences:**
**Applications:**
* **Arithmetic:**
* Simple interest calculations.
* Linear growth or decay problems.
* evenly spaced data.
* **Geometric:**
* Compound interest calculations.
* Population growth (exponential).
* Radioactive decay.
* fractals.
**Formulas Summary:**
* **Arithmetic:**
* an = a + (n - 1)d
* Sn = n/2 * (a + an)
* Sn = n/2 * [2a + (n - 1)d]
* **Geometric:**
* an = ar^(n-1)
* Sn = a(1 - r^n) / (1 - r)
* S∞ = a / (1 - r) (if |r| < 1)