What Is the Correct Sum of the Series \( \sum_{n=1}^\infty \frac{8^n}{9^n} \)?

  • Thread starter Thread starter ILoveBaseball
  • Start date Start date
  • Tags Tags
    Series Sum
AI Thread Summary
The series \( \sum_{n=1}^\infty \frac{2^n + 6^n}{9^n} \) can be separated into two geometric series: \( \sum_{n=1}^\infty \left(\frac{2}{9}\right)^n \) and \( \sum_{n=1}^\infty \left(\frac{6}{9}\right)^n \). The correct application of the geometric series formula yields individual sums of \( \frac{2/9}{1 - 2/9} \) and \( \frac{6/9}{1 - 6/9} \). After calculating these, the total sum is found to be approximately 2.2857. The discussion highlights the importance of correctly manipulating exponents and understanding series convergence.
ILoveBaseball
Messages
30
Reaction score
0
Determine the sum of the following series

\sum_{n=1}^\infty \frac{2^n+6^n}{9^n} or can be written as...
\sum_{n=1}^\infty \frac{8^n}{9^n}

A_1 = 8/9, A_2 = 64/81, A_3 = 512/729

common ration (r)= 8/9
first term (a)= 8/9

so plugging everything i know into the geometric series formula:
\frac {a}{1-r}

i get... 8
but it's wrong, and i don't see why
 
Physics news on Phys.org
\frac{a+b}{c}=\frac{a}{c}+\frac{b}{c}

And you know what:

\frac{k^n}{m^n}

is with k and m constants right?
 
Last edited:
Are you sure 2^n + 6^n = 8^n?
 
saltydog said:
\frac{a+b}{c}=\frac{a}{c}+\frac{b}{c}

And you know what:

\frac{k^n}{m^n}

is with k and m constants right?



\frac{2}{9}\sum_{n=1}^\infty \frac{1^n}{1^n} +

\frac{6}{9}\sum_{n=1}^\infty \frac{1^n}{1^n}


right?
 
I strongly suggest you go back and review the section on exponents in your earlier textbooks -- your problem lies with the fact you don't know how to manipulate them, and it would be much easier to refresh your memory without having to worry about calculus stuff at the same time!
 
Testing "2" in for x yields the following statements.

2^2 + 6^2 = 40
8^2 = 64

Hurkyl is right. Rework that step and see what else you can come up with.
 
i got 4. final answer regis :-p
(saltydog did 80% of the work)
 
the answer is 2.2857, it was actually an easy question. thanks for the help
 
Really? I find it strange that it happened to be a terminating decimal.
 
  • #10
ILoveBaseball said:
the answer is 2.2857, it was actually an easy question. thanks for the help

how did you get that? i did \frac{1}{1- 2/9} + \frac{1}{1-2/3} which adds up to 4
 
  • #11
Check the starting index of the sum.
 
  • #12
\sum_{n=1}^\infty \frac{2^n+6^n}{9^n}

So, that's what we're dealing with, right? I'm not too sharp on series, but I don't thing this is hard.

Follow saltydog's advice, and the series will become two series,

\sum_{n=1}^\infty \frac{2^n}{9^n} + \sum_{n=1}^\infty \frac{6^n}{9^n}

\sum_{n=1}^\infty (\frac{2}{9})^n + \sum_{n=1}^\infty (\frac{6}{9})^n

Use the geometric series formula on each of those.

fourier jr said:
i did \frac{1}{1- 2/9} + \frac{1}{1-2/3} which adds up to 4

It does?
 
Last edited by a moderator:
  • #13
sorry 30/7, not 4
 
Back
Top