SOLUTION: I can do this when the numbers are whole, but fractions are really throwing me off. Thank you for any help you can provide!! Write the geometric series -9/2+3/2-1/2+1/6-...+1/

Algebra ->  Sequences-and-series -> SOLUTION: I can do this when the numbers are whole, but fractions are really throwing me off. Thank you for any help you can provide!! Write the geometric series -9/2+3/2-1/2+1/6-...+1/      Log On


   



Question 619397: I can do this when the numbers are whole, but fractions are really throwing me off. Thank you for any help you can provide!!

Write the geometric series -9/2+3/2-1/2+1/6-...+1/39366 in summation notation. Then using the formula for the sum of a geometric series, compute the sum.

Found 3 solutions by ewatrrr, Theo, KMST:
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
geometric series -9/2+3/2-1/2+1/6-...+1/39366
Note: states a%5B1%5D=+-9%2F2 and r = -1%2F3
a%5Bn%5D+=+%28-9%2F2%29%28-1%2F3%29%5E%28n-1%29+=+1%2F39366+
%28-1%2F3%29%5E%28n-1%29+=+-1%2F%289%2A19683%29+=+-1%2F%283%5E2%29%283%5E9%29
%28-1%2F3%29%5E%28n-1%29+=+-1%2F%283%5E11%29 n-1 = 11, n = 12

Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
the formulas for a geometric progression are:
L = a*r^(n-1)
L = the last term in the sequence.
a = the first term in the sequence.
r = the common ratio.
n = the number of terms in the sequence.
S = a * (1-r^n) / (1-r)
S = the sum of the terms in the sequence.
your sequence is as follows:
term       number
1            -9/2
2             3/2
3             -1/2
4             1/6
L             1/39366

The last term in your sequence is equal to 1/39366
your common ratio should be (3/2) / (-9/2)
this is equivalent to:
(3/2) * (2/-9) which is equivalent to:
(3*2) / (2*(-9)) which is equivalent to:
6 / (-18) which is equivalent to:
-(1/3)
if you multiply -9/2 by -1/3, you get 9/6 which is equal to 3/2
if you multiply 3/2 by -1/3, you get -3/6 which is equal to -1/2
if you multiply -1/2 by -1/3, you get 1/6
the common ratio is -1/3 and it is good.
the last term in your sequence is 1/39366
in order to find the sum, you need to know the value of n, unless you are talking about the sum of an infinite series which is not what i understood.
the formula for the last term in the sequence that you showed is:
L = a*r^(n-1)
if you try to solve this by logs, you'll run into difficulty because you can't take the log of a negative number.
in order to use the sum formula, you need to find the value of n and logs aren't any good.
we'll do this by iteration to see if we can come up with the value of n.
let's see how this will work.
we know that the last term in our sequence is equal to 1/39366
we work our way up in the sequence until we get that number and then we'll have the value of n.
we start with the first value of (-9/2)
the common ratio is (-1/3)
formula we'll be using is:
L = (-9/2) * (-1/3) ^ (n-1)
we work our way up as follows:
n-1       L 
0         = (-9/2)
1         = (-9/2) * (-1/3) = (-9*-1)/(2*3) = 9/6 = 3/2
...
10        = (-9/2) * (-1/3)^10 = (-9/2) * (-1/59049) = (-9*-1)/(2*59049)
          = 9/118098 = 1/13122
11        = (-9/2) * (-1/3)^11 = (-9/2) * (-1/177147) = (-9*-1) / (2*177147)
          = 9/354294 = 1/39366 *****

we found the value of n-1 and it is equal to 11.
this means that the value of n is equal to 12.
we have:
n = 12
now we can plug the values into the sum formula to get the sum of the sequence.
the sum of this geometric series is given by the formula:
S = a*(1-r^n)/(1-r)
replacing with known values, we get:
S = (-9/2) * (1 - (-1/3)^12) / (1-(-1/3)
this becomes:
S = (-9/2) * ( 1 - (1/531441) / (4/3) which becomes:
S = (-9/2) * (531440/531441) / (4/3) which becomes:
S = (-9/2) * (531440/531441) * (3/4) which becomes:
S = (-9 * 531440 * 3) / (2 * 531441 * 4) which becomes:
S = -3.374993649
Because this is so messy, I confirmed the results using Excel as shown below:
a =             -4.5
r = 	        -0.333333333
formula =	a*r^(n-1)
	
n	        results of formula for each n
1	        -4.5
2	        1.5
3	       -0.5
4	        0.166666667
5	       -0.055555556
6	        0.018518519
7	       -0.00617284
8	        0.002057613
9	       -0.000685871
10	        0.000228624
11	       -7.62079E-05
12 	        2.54026E-05
	        sum of all results
total	       -3.374993649

the results are confirmed so the answer looks good.
you caught a bear this time.
not only did they give you off the wall numbers to work with that are exceptionally difficult to do by hand, but they also hit you with a zinger in that you couldn't even use logs to find the value of n because you were dealing with logs of negative numbers which is not allowed.


Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
There are many ways to get at the answers.

I calculated the common ratio (the ratio of any two consecutive terms) as
r=%28-1%2F2%29%2F%283%2F2%29=%28-1%2F2%29%2A%282%2F3%29=-1%2A2%2F2%2F3=-1%2F3 highlight%28r=-1%2F3%29
(I chose the pair of consecutive terms so as to make my calculation so easy that that I could do in my head. It looks more complicated when I write it out, but I just asked myself what factor multiplied by 3/2 would give me -1/2, and the answer was obvious).

Computing that sum is not mental math, though.
We know that the sum of the first n terms in a geometric sequence is

So for the series in the problem, substituting the values found for a%5B1%5D%7D%7D%2C+%7B%7B%7Br and number of terms
-9/2+3/2-1/2+1/6-...+1/39366=
That looks ugly, let's see if we can use common denominators and simplify some powers of 3
SUM = =-3%5E2%2A%283%5E12-1%29%2A3%2F%282%2A3%5E12%2A4%29=