|
-
Mar 6th, 2004, 04:34 PM
#1
Thread Starter
Fanatic Member
Confirm serie formula?
We just started geometric series ("suite" in french) in math. Anyways, I figured out a formula for calculating the sum of N elements and I came up with:
T(n) = ab^n
S(min, max) = a(b^(max+1)-b^min)/(b-1)
min = first element to sum
max = last element to sum
S(2,3) = ab^2 + ab^3 for example
Confirm?
*edit* fixed a few math errors and put the right equation
Last edited by alkatran; Mar 6th, 2004 at 05:13 PM.
Don't pay attention to this signature, it's contradictory.
-
Mar 7th, 2004, 10:35 PM
#2
Would S(2, 4) = ab^2 + ab^3 + ab^4 or ab^2 + ab^4?
The time you enjoy wasting is not wasted time.
Bertrand Russell
<- Remember to rate posts you find helpful.
-
Mar 8th, 2004, 03:07 PM
#3
Thread Starter
Fanatic Member
Don't pay attention to this signature, it's contradictory.
-
Mar 8th, 2004, 08:17 PM
#4
With S(2, 4)
a(b^(4+1)-b^2)/(b-1) = (ab^5-ab^2)/(b-1) = ab^4-ab-ab^5+ab^2 = -ab^5+ab^4+ab^2-ab <> ab^2 + ab^3 + ab^4
So I'd assume it works with all min-max = 1. Maybe it can be tweaked?
The time you enjoy wasting is not wasted time.
Bertrand Russell
<- Remember to rate posts you find helpful.
-
Mar 8th, 2004, 09:41 PM
#5
Thread Starter
Fanatic Member
Maybe that b^min should be b^(min-1) ... *thinks*
Well, I have math class tomorrow to check it over.
Don't pay attention to this signature, it's contradictory.
-
Mar 10th, 2004, 03:02 PM
#6
Thread Starter
Fanatic Member
I can't find any situation where the equation doesn't work, it seems fine to me??
Don't pay attention to this signature, it's contradictory.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|