Find the nth term of a geometric series

algebra-precalculussequences-and-series

I realized I forgot most of my high school maths. Earlier today I asked a question and I thought I understood it until I looked at it again.

I'm trying to find the 100th term of the following sequence:

$$\bbox[5px,border:2px solid #C0A000]{\small a_0 = 1}$$
$$\bbox[5px,border:2px solid #C0A000]{\small a_n = a_{n-1} + 2^{-n}}$$

  1. How can you quickly arrive to the fact that this is a geometric series? If I'm looking at the first few terms $1, \frac{3}{2}, \frac{7}{4}$, normally to find the common ratio you divide a term by its predecessor right? So $r = \frac{\frac{7}{4}}{\frac{3}{2}} = \frac{7}{6}$ which does not hold.

  2. The answer for getting the 100th term is supposed to be $\frac{2^{101} – 1}{2^{100}}$ but I'm not quite sure how to arrive to this conclusion.

I would really appreciate some help, thanks in advance!

Best Answer

$a_n=1+\frac12+\frac14+\cdots+\frac1{2^n}$,

so each term in the sequence $(a_n)$ is the sum of the first $n+1$ terms of a geometric series.

Using the formula for the sum of the first $n+1$ terms of a geometric series,

$a_n=\dfrac{1-\dfrac1{2^{n+1}}}{1-\dfrac12}=\dfrac{2^{n+1}-1}{2^n}$.