How Do You Calculate the Sum of a Geometric Sequence with Alternating Terms?

AI Thread Summary
The discussion focuses on calculating the sum of a geometric sequence with alternating terms defined by t(n) = 3(-1)^n(0.5)^n for n >= 1. The initial sum requested is t(1) + t(2) + ... + t(99), but the main challenge is finding the sum of t(1) + t(3) + t(5) + ... + t(99). It is clarified that this can be expressed as 3 times the sum of a geometric series with first term -0.5 and common ratio 0.25. The final calculation shows that the sum equals -2, demonstrating the effective use of geometric series formulas. The discussion concludes with a confirmation of the result, emphasizing the importance of recognizing the sequence's geometric nature.
bold
Messages
4
Reaction score
0
I'm given the sequence t(n) = 3 (-1)^n (0.5)^n ; n >= 1

It first asks for the sum of the terms t(1) + t(2) + ... + t(99) which is fine, but it follows up by asking the sum of t(1) + t(3) + t(5) + ... + t(99).

Would i be using partial sums to solve this? If so, i don't know how to find the sum of (-0.5)^2n-1 for n = 1 to 99.

Any help would be appreciated, thanks in advance.
 
Physics news on Phys.org
never mind...

you know, sometimes i wonder about myself...
 
Give you a hint...this is a geometric sequence
where 3(-1)^n(0.5)^n = 3(-.5)^n
 
as quentinchin said, this is a geometric sequence
t(n) = 3(-1)^n(0.5)^n = 3(-0.5)^n

now,
t(1) + t(3) + t(5) + ... + t(99)
= 3 [(-0.5)^1 + (-0.5)^3 + (-0.5)^5 + ... + (-0.5)^99 ]

now the series inside the brackets [] has first term, a = (-0.5)^1 = -0.5 and common ratio r = (-0.5)^2 = 0.25

therefore,
3 [(-0.5)^1 + (-0.5)^3 + (-0.5)^5 + ... + (-0.5)^99 ]
= 3 [a/(1-r)]
= 3 [-0.5/(1-0.25)]
= 3 [-0.5/0.75]
= -2
 
i made a little mistake in my last reply.

t(1) + t(3) + t(5) + ... + t(99)
= 3 [(-0.5)^1 + (-0.5)^3 + (-0.5)^5 + ... + (-0.5)^99 ]

now the series inside the brackets [] has first term, a = (-0.5)^1 = -0.5, common ratio r = (-0.5)^2 = 0.25 and number of terms, n = 50

therefore,
3 [(-0.5)^1 + (-0.5)^3 + (-0.5)^5 + ... + (-0.5)^99 ]
= 3 [a(1 - r^n)/(1-r)]
= 3 [-0.5(1-(-0.5)^50)/(1-0.25)]

but (-0.5)^50 is so close to zero that we can ignore that. therefore,

3 [-0.5{1-(-0.5)^50}/(1-0.25)]
= 3[-0.5(1-0)/(1-0.25)]
= 3 [-0.5/0.75]
= -2
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top