• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

for you math geniuses out there...

Status
Not open for further replies.

GeneValgene

Diamond Member
anyone know if it's possible to convert this summation to a function?

sigma 1/2^(n+1)

for example, for i=3, it would be 1/2 + 1/4 + 1/8 + 1/16

i suck at teh maths...
 
i freaking forget math, but isn't this a geometric series or something. whatever it is, it definitely equals a number
 
Originally posted by: GeneValgene
anyone know if it's possible to convert this summation to a function?

sigma 1/2^(n+1)

for example, for i=3, it would be 1/2 + 1/4 + 1/8 + 1/16

i suck at teh maths...

Please be more specific about your question. For example, where does "i=3" come into play in your sum?

 
Originally posted by: GeneValgene
Originally posted by: Oceandevi
Originally posted by: chuckywang
The summation equates to 1- 1/2^(n+1).

actually its 1- 1/2^^QQ(n+1)(n-1)

what does Q mean?

Wait you're still looking at this thread? You know chuckywang's answer is correct right where n is the end of your summation (or i as in the post I made)
 
We are all assuming the summation is over the range n=0,1,2,...,i. If that isn't true, then please correct your orginal post.

Originally posted by: chuckywang
The summation equates to 1- 1/2^(n+1).

While chuckywang's formula does work, I perfer the engineering approach:

1) If i<=3, just do it by hand; it is really, really easy math.
2) If i>=4, then the summation is close enough to 1 that we can just call it 1 for almost all uses.
 
Status
Not open for further replies.
Back
Top