Convergence of a geometric series; rewriting a series in the form ar^(n-1)

lilypetals
Messages
12
Reaction score
0

Homework Statement


Determine whether the geometric series is convergent or divergent. If it is convergent, find its sum.
\sumn=1infinity (-3)n-1/4n

Homework Equations


A geometric series, \sumn=1infinity arn-1=a + ar + ar2 + ... is convergent if |r|< 1 and its sum is \sumn=1infinity arn-1 = a/(1-r), |r| < 1. If |r| \geq to 1, the geometric series is divergent.

The Attempt at a Solution


I know that I need to rearrange the series to reflect arn-1, but I'm not sure how to go about doing that. Any suggestions?
 
Physics news on Phys.org
Actually, I just found a (surprisingly) helpful hint in the small-print margin of my textbook: we write out the first few terms to determine a and r of the series.

a1=1/4
a2=-3/16
a3=9/64

So the series becomes 1/4(-3/4)n-1, which is convergent, because r=-3/4, which is less than 1.

And its sum is equal to a/(1-r) = (1/4)/(1--3/4) = (1/4) * (4/7) = 1/7.

Is this correct?
 
Sure, that's right.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top