How to express this series as a geometric series

886 Views Asked by At

How do I express $\frac{1}{3^n}$, or $3^{-n}$ as a typical geometric series of the form: $ar^{n-1}$ ?

This is a small part of a larger question, in which I'm trying to find the convergence of $\sum_{n=0}^\infty \frac{1+2^n}{3^n}$.

I broke the series into two separate series', $\sum_{n=0}^\infty \frac{1}{3^n} + \sum_{n=0}^\infty (\frac23)^n $.

However I am stuck trying to represent the first term as a geometric series. I know that it is a geometric series only because Wolfram Alpha told me so here.

2

There are 2 best solutions below

1
On BEST ANSWER

HINT: Notice, $$\frac 1{3^{n}}=\frac{1}{3\cdot 3^{n-1}}=\frac{1}{3}\cdot \frac{1}{3^{n-1}}=\frac{1}{3}\cdot \left(\frac{1}{3}\right)^{n-1}$$ comparing with typical form of G.P. $ar^{n-1}$, one should have $a=\frac 13$ & $r=\frac 13$

0
On

In the expression $a r^{n-1}$, we think of $a$ as representing the first term of the sequence, and $r$ as the ratio between common terms.

Examining the sequence given, we note that:

  • the first term is $\frac{1}{3^1}$
  • the ratio of terms is $\frac{\frac{1}{3^{n+1}}}{\frac{1}{3^n}}=1/3$

So, $a=r=\frac{1}{3}$.