asked 67.3k views
1 vote
Does the series converge or diverge? if it converges, what is the sum? SHOW YOUR WORK!!!!!!

equation is in picture.

Does the series converge or diverge? if it converges, what is the sum? SHOW YOUR WORK-example-1

2 Answers

3 votes
Yes the partial sums should get closer to -3.
answered
User Kamal Alseisy
by
8.6k points
3 votes

Answer: It converges to -3

=============================================

Reason:

This is a geometric series with

  • a = -4 = first term
  • r = -1/3 = common ratio

The template is
a(r)^(n-1)

If -1 < r < 1, then the infinite geometric series converges to a finite number. This is because we add on smaller and smaller pieces, which prevents the sum going off to infinity.

In the case of r = -1/3, it fits the interval -1 < r < 1. In other words -1 < -1/3 < 1 is true.

We'll plug those values into the formula below to wrap things up.


S = (a)/(1-r)\\\\S = (-4)/(1-(-1/3))\\\\S = (-4)/(1+1/3)\\\\S = (-4)/(3/3+1/3)\\\\


S = (-4)/(4/3)\\\\S = -4 / (4)/(3)\\\\S = (-4)/(1) * (3)/(4)\\\\S = (-4*3)/(1*4)\\\\S = -3\\\\

Therefore,


\displaystyle \sum_(n=1)^(\infty) -4\left(-(1)/(3)\right)^(n-1) = -3

The final answer is -3.

You can verify the answer by generating partial sums with a spreadsheet. The partial sums should steadily get closer to -3.

Here's a few partial sums.


\begin{array}c \cline{1-3}\text{n} &amp; \text{a}_{\text{n}} &amp; \text{S}_{\text{n}}\\\cline{1-3}1 &amp; -4 &amp; -4\\\cline{1-3}2 &amp; 1.333333 &amp; -2.666667\\\cline{1-3}3 &amp; -0.444444 &amp; -3.111111\\\cline{1-3}4 &amp; 0.148148 &amp; -2.962963\\\cline{1-3}5 &amp; -0.049383 &amp; -3.012346\\\cline{1-3}6 &amp; 0.016461 &amp; -2.995885\\\cline{1-3}7 &amp; -0.005487 &amp; -3.001372\\\cline{1-3}8 &amp; 0.001829 &amp; -2.999543\\\cline{1-3}9 &amp; -0.00061 &amp; -3.000153\\\cline{1-3}10 &amp; 0.000203 &amp; -2.99995\\\cline{1-3}\end{array}

The interesting thing is that the partial sums
S_n bounce around -3 while also getting closer to it.

answered
User Georgi Karadzhov
by
8.1k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.