Recall the our formula is $`\dfrac{a(r^n-1)}{r-1}`$, and is $`n`$ approaches $`\infty`$, if $`r`$ is less than $`1`$, then $`r^n`$ approaches $`0`$. So this
series converges. Otherwise, $`r^n`$ goes to $`\infty`$, so the series diverges.
If the series diverges, then the sum can be calculated by the following formula:
If $`r = \dfrac{1}{2}`$, then $`\large \lim_{x \to \infty} (\frac{1}{2})^x = 0`$ Therefore, $`S_n = \dfrac{a(1 - 0)}{1 - r}`$. This works for any $`|r| \lt 1`$
## Binomial Expansion
A binomial is a polynomial expression with 2 terms.
A binomial expansion takes the form of $`(x + y)^n`$, where $`n`$ is an integer and $`x, y`$ can be any number we want.
- $`P`$ is the principal money (start amount of $)
- $`r`$ is the annual interest rate expressed as a decimal (the percent is $`1 - r`$)
- $`t`$ is the time in years.
- This interest is calculated from the original amount each time. (eg. if you had $$`100`$, and your interest is $`1\%`$, your interest will be a constant $$`1`$ each time.)
The total amount would be $`P + I`$.
## Compound Interest
Compound interest is interest paidon the interest previously earned and the original investment.
```math
\large A = P(1 + \frac{r}{n})^{nt}
```
- $`P`$ is the original amount
- $`\frac{r}{n} = i`$: this is the rate of interest **per period**.
- $`r`$ is interest rate
- $`n`$ is the number of periods (described below)
- $`nt`$ is the number of **total** periods (described below) Specifically, $`t`$ is the number of years.
- $`A`$ is the total value of the investment after $`nt`$ investemnt periods.
|Compounding Period|$`n`$|$`nt`$|
|:-----------------|:----|:-----|
|Annual|$`n = 1`$|$`nt = t`$|
|Semi-annual|$`n = 2`$|$`nt = 2t`$|
|Quarterly|$`n = 4`$|$`nt = 4t`$|
|Monthly|$`n = 12`$|$`nt = 12t`$|
|Daily|$`n = 365`$|$`nt = 365t`$|
## Future Value Annuities
**Definition:** An annuity is a series of equal deposits made at equal time intervales. Each depositis made at the end of each time interval.
A `Future Value` usually refers to how much money you will earn in the **future**. (eg. I have $100 dollars, I make desposits of $50 dollars each year with interest, how much will I have after $`5`$ years?)
Since it is basically the summation of a geometric sequence, we can apply the geometric series formula to get the following formula for future annuities: