Mission
home

1.2 Sequences and Series

Tags
Sequences
Series
Arithmetic
Geometric
Sigma
Compound interest
Finance
Arithmetic sequences and series (1.2)
Use of the formulae for the nthn^{th} term and the sum of the first nn terms of the sequence.
Use of sigma notations of sums of arithmetic sequences.
Applications
Analysis, interpretation and prediction where a model is not perfectly arithmetic in real life.
Geometric sequences and series. (1.3)
Use of the formulae for the nthn^{th} term and the sum of the first nn terms of the sequence.
Use of sigma notation for the sums of geometric sequences.
Applications
Financial applications of geometric sequences and series: ie) compound interest, annual depreciation. (1.4)
Δθ= Arc  Radius Δθ=Δsr and Δθr=Δs\begin{aligned} &\Delta \theta=\frac{\text { Arc }}{\text { Radius }}\\ &\Delta \boldsymbol{\theta}=\frac{\Delta \boldsymbol{s}}{r} \text { and } \boldsymbol{\Delta} \boldsymbol{\theta} \cdot \boldsymbol{r}=\boldsymbol{\Delta} \boldsymbol{s} \end{aligned}
Sequence ana_n is an enumerated collection of objects in which repetitions are allowed and order matters.
There are two sequences to be aware of: arithmetic and geometric.
Sequences
Definition
Arithmetic
Arithmetic sequence has a common difference dd. General term is an=a0+(n1)da_n=a_0+(n-1)d.  The sum is k=1nk=1nak=n(initial+final)2=n(2a0+(n1)d)2k = \frac{1}{n} \sum_{k=1}^{n} a_k = \frac{n(\text{initial} + \text{final})}{2} = \frac{n(2a_0 + (n-1)d)}{2}. Other useful formulas include:  1. k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2} 2. k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6} 3. k=1nk3=[n(n+1)2]2\sum_{k=1}^{n}k^3=[\frac{n(n+1)}{2}]^2
Geometric
Geometric sequence has a common ratio rr. General term is an=a0(r)n1a_n=a_0(r)^{n-1}. The sum is k=1nak=a0(1rn)1r=a0(rn1)r1\sum_{k=1}^{n} a_k = \frac{a_0(1-r^n)}{1-r}=\frac{a_0 (r^n-1)}{r - 1}. Also, for the sum until infinity, we have: n=1an=a01r\sum_{n=1}^∞a_n=\frac{a_0}{1-r}.
+
These are used in different financial applications.
Applications
Definition
Compound interest
Compound interest means that every time interest is paid on an amount the added interest will also receive interest thereafter.  The growth formula: an=a0[(1+rn)]Nta_n=a_0[(1+\frac{r}{n})]^{Nt} Here, rr is the interest rate, NN the number of payments per year, and tt the number of years.