Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
3/4/2008 4:07:08 PM EDT
How do I add:

1+(4/5)+(16/25)+ . . . +(4/5)^11

Using that E looking symbol...?
3/4/2008 4:08:27 PM EDT
[#1]
remember the order of operations: parentheses, exponents, multiplication, division, addition, subtraction. dont see where youd need the e anywhere

eta: but then again, i dont knw wtf the e thing does anyway
3/4/2008 4:19:47 PM EDT
[#2]
No it's not a simple math problem.

It's a series.  So you aren't just simply adding the 4 given numbers.

I completely forgot how to do this shit.
3/4/2008 4:21:36 PM EDT
[#3]
Damn.  That class was WAY too many years ago.

I was awesome at it then.  But haven't used it since.
3/4/2008 4:25:57 PM EDT
[#4]

Quoted:
Damn.  That class was WAY too many years ago.

I was awesome at it then.  But haven't used it since.


I used to be..

Stuck with me for all of 3 weeks apparently...
3/4/2008 4:28:28 PM EDT
[#5]
Well, that's a basic geometric progression of the form a+ar+ar^2+ar^3...+ar^n.

That "E looking thing" is sigma, a greek letter that means "sum".

The formula for the sum of a geometric progression is

Sum[n] = [a*(1-r^n)]/[1-r]

where "Sum[n]" means "The sum of the terms from the first to the nth".

So, in your case, a=1 and r=4/5.  

Sum[12] = [ 1 * ( 1 - ( 4/5 )^12 ) ] / [ 1 - (4/5) ]

= 4.65640261632



ETA:  I forgot to mention, there's twelve terms because the first term is really 1*(4/5)^0, the second is 1*(4/5)^1, and so on up to 1*(4/5)^11, which is the twelfth term.
3/4/2008 4:30:12 PM EDT
[#6]
put 1 + (the sigma (E thing)).
Make sure it is in the parethesis and the one is outside

Put 4/5 (this is K) on the bottom of the Sigma.
Put (4/5)^11 on top of the Sigma.
To the right of the sigma (by the pointy part) put (K)^(2+1)

I think this is right, but I'm not quite sure.
I haven't done sequences in a while, and we didn't go over problems like this a whole hell of a lot.

If I remember right, this should mean that you start at 4/5, and then add 4/5^2, and then add 1 to the exponent in every step, ending at 4/5^11


Edit: if the post above me is right (it probably is) my professor was a retard. Not that I didn't have my suspicions.
3/4/2008 4:43:40 PM EDT
[#7]
Now try to graph that series