Basic Infinite Series Question: $\sum_{n=0}^\infty\frac{2^n+4^n}{6^n}=?$

200 Views Asked by At

The question:

$$\sum_{n=0}^\infty\frac{2^n+4^n}{6^n}=\;?$$

I can't figure out how to approach this question as I can't find a constant value for $r$.

4

There are 4 best solutions below

0
On

Split up the summand into $(\frac{2}{6})^n + (\frac{4}{6})^n = (\frac{1}{3})^n + (\frac{2}{3})^n$

That's the sum of two geometric series.

0
On

HINT:

Write this as the sum of two geometric series.

1
On

Hint. $$\frac{2^n+4^n}{6^n} = \frac{2^n}{6^n}+\frac{4^n}{6^n} = \left(\frac{2}{6}\right)^n+\left(\frac{4}{6}\right)^n = \left(\frac{1}{3}\right)^n+\left(\frac{2}{3}\right)^n.$$

0
On

Use this law: $$ \sum a+b = \sum a +\sum b $$

You get $$ \sum \frac{2^{n}+4^{n}}{6^{n}} = \sum \frac{2^{n}}{6^{n}} +\sum \frac{4^{n}}{6^{n}} $$ $$=\sum (\frac{2}{6})^{n} + \sum (\frac{4}{6})^{n}$$

where your two r values are 2/6 and 4/6