How Do You Solve This Sigma Notation Problem?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
21 replies · 8K views
sammieh
Messages
12
Reaction score
0
Help!

We need to solve the following problem:

∞ r-1
find x if ∑ (3x/2) = 4
r=1


We know the answer is 1/2, but we have no idea how they got that answer. Can anyone help?

Thanks,
Sammie
 
Physics news on Phys.org
it looks like things shifted when we wrote our problem. It should be the summation of (3x/2) raised to the r-1 power = 4 where r is going from 1 to infinity.

I hope this makes sense to someone!
 
Is it something like

Sn = u1(r^n – 1)
---------- where Sn is really S sub n and u1 is really u sub 1?
r-1
 
o.k

r is the constant common ratio and u1 is the first term of the series and I think n is a term in the series??
 
Well, first step is to find out what n is. You have to know what your formulas mean before you'll be able to use them.

You might also have another formula that is more directly useful, but you should still understand that one.
 
Last edited:
o.k. n is the number of terms we are adding up. In our case infinity?

Right?
 
Right--though it's not "really" infinity, you take the limit as n goes to infinity. What you have is really the formula for a finite sum, which you could tell from the n. So--if you don't have it already, what do you think the formula for an infinite sum is? In an infinite sum, r will be less than 1, so what is the limit of r^n as n goes to infinity?

Then it's just a matter of applying the formula to the series you gave and solving for x.
 
i'm still confused. Is the formula for an infinite sum:

u1/r-1 ?

and is the limit 1 as r goes to infinity?
 
n goes to infinity, not r--typo on my part. You're close, but not quite. As n goes to infinity, what does r^n go to? Then what does r^n - 1 go to?
 
wouldn't r^n go to 1, but never reach 1 since it is always <1?

and if r^n goes to 1 then wouldn't r^n-1 go to 0?
 
o.k for example if we take r=.5 then as you increase the exponent r gets closer & closer to 1. right?
 
yes it does. as we increased the exponent the answer kept getting closer and closer to 1.
 
O.K. I think I finally got it.

Sn = 4, u1=1 and r=3x/2, so

4 = 1/(1-3x/2)

solve for x and x = 1/2!

FINALLY!
 
thanks for your help!