Solving a Series Convergence Problem: Can You Help?

AI Thread Summary
The discussion revolves around solving the convergence of the series ∑(−3)^n / 7^n from n=1 to infinity. The user initially attempts to derive the sum but struggles with finding a general form for s_n and considers using a recurrence relation. They later realize that the series can be treated as an alternating series and confirm that the geometric series formula can be applied. Ultimately, the user finds clarity in their approach after consulting their textbook. The conversation highlights the importance of recognizing series types and applying appropriate convergence tests.
Benny
Messages
577
Reaction score
0
Hi, I'm having trouble getting the sum of the following series. I'm pretty sure that it is convergent.

<br /> \sum\limits_{n = 1}^\infty {\frac{{\left( { - 3} \right)^n }}{{7^n }}} <br />

Here is what I have done.

<br /> \sum\limits_{n = 1}^\infty {\frac{{\left( { - 3} \right)^n }}{{7^n }}} = - \frac{3}{7} + \frac{9}{{49}} - \frac{{27}}{{343}} + ...<br />

<br /> s_1 = - \frac{3}{7},s_2 = - \frac{{12}}{{49}},s_3 = - \frac{{111}}{{343}}<br />

The sum seems to be heading towards a negative number.

I think I need to deduce a general form for s_n and then take the limit as n goes to infinity. I'm having trouble with this. I've only been able to come up with:

<br /> s_n = \frac{{\left( { - 1} \right)\left( {something + ve} \right)}}{{7^n }}<br />

I've decided to take a slightly different approach to this.

<br /> s_n = \frac{{7\left( {7^{n - 1} s_{n - 1} } \right) - 3^n }}{{7^n}} = s_{n - 1} - \left( {\frac{3}{7}} \right)^n <br />

<br /> s_n = s_{n - 2} - \left( {\frac{3}{7}} \right)^{n - 1} - \left( {\frac{3}{7}} \right)^n <br />

<br /> s_n = s_0 - \sum\limits_{k = 1}^n {\left( {\frac{3}{7}} \right)} ^k <br />

<br /> \sum\limits_{n = 1}^\infty {\frac{{\left( { - 3} \right)^n }}{{7^n }}} = \mathop {\lim }\limits_{n \to \infty } s_n = - \frac{3}{7} - \sum\limits_{k = 1}^\infty {\left( {\frac{3}{7}} \right)} ^k = - \frac{3}{7} - \left( {\frac{{\frac{3}{7}}}{{1 - \frac{3}{7}}}} \right) = - \frac{{33}}{{28}}<br />

Ok well that's my clumsy attempt. Surely there must be an easier way than needing to solve a recurrence relation. Any help appreciated.(I don't have the answer)
 
Last edited:
Physics news on Phys.org
geometric series
if |x|<1
\sum_{k=n}^\infty x^k=\frac{x^n}{1-x}
 
Thanks for your response lurflurf. The series I've got looks like an alternating series so can I just use that formula? I'm probably not seeing something very obvious but any further assistance would be good thanks.

Edit: Nevermind, I checked my book and it appears that I can apply that formula. Thanks again for the help.
 
Last edited:
\sum_{k=n}^\infty x^k=\frac{1}{1-x} for |x| < 1.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top