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.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top