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
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top