Solving a Series Convergence Problem: Can You Help?

In summary, the conversation is about finding the sum of a series that is convergent. The series is an alternating series with the general form of s_n = (-1)^n(something + ve)/7^n . The speaker attempts to find a solution by using a recurrence relation, but then realizes that the series can be simplified using the formula for a geometric series. The final answer is -33/28.
  • #1
Benny
584
0
Hi, I'm having trouble getting the sum of the following series. I'm pretty sure that it is convergent.

[tex]
\sum\limits_{n = 1}^\infty {\frac{{\left( { - 3} \right)^n }}{{7^n }}}
[/tex]

Here is what I have done.

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

[tex]
s_1 = - \frac{3}{7},s_2 = - \frac{{12}}{{49}},s_3 = - \frac{{111}}{{343}}
[/tex]

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:

[tex]
s_n = \frac{{\left( { - 1} \right)\left( {something + ve} \right)}}{{7^n }}
[/tex]

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

[tex]
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
[/tex]

[tex]
s_n = s_{n - 2} - \left( {\frac{3}{7}} \right)^{n - 1} - \left( {\frac{3}{7}} \right)^n
[/tex]

[tex]
s_n = s_0 - \sum\limits_{k = 1}^n {\left( {\frac{3}{7}} \right)} ^k
[/tex]

[tex]
\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}}
[/tex]

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
  • #2
geometric series
if |x|<1
[tex]\sum_{k=n}^\infty x^k=\frac{x^n}{1-x}[/tex]
 
  • #3
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:
  • #4
[tex]\sum_{k=n}^\infty x^k=\frac{1}{1-x}[/tex] for |x| < 1.
 

FAQ: Solving a Series Convergence Problem: Can You Help?

What is a series convergence problem?

A series convergence problem refers to a mathematical problem that involves determining whether an infinite series (a sum of an infinite number of terms) converges or diverges.

How do you solve a series convergence problem?

To solve a series convergence problem, you typically use a series convergence test, such as the ratio test or the integral test. These tests help determine whether the series converges or diverges.

What is the difference between a convergent and divergent series?

A convergent series is one in which the sum of an infinite number of terms approaches a finite value. In contrast, a divergent series is one in which the sum of an infinite number of terms approaches infinity or does not approach any finite value.

Can you give an example of a convergent series?

One example of a convergent series is the geometric series, where each term is multiplied by a common ratio. For instance, the series 1 + 1/2 + 1/4 + 1/8 + ... converges to a sum of 2.

What are some common mistakes to avoid when solving a series convergence problem?

Some common mistakes to avoid include using the wrong convergence test, incorrectly applying the convergence test, and not checking for special cases, such as when the terms of the series alternate in sign. It is also important to remember that a series may not converge or diverge using a specific test, and further analysis may be needed.

Similar threads

Back
Top