Results 1 to 6 of 6

Thread: Confirm serie formula?

  1. #1

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    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.

  2. #2
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431
    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.

  3. #3

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860
    ab^2 + ab^3 + ab^4
    Don't pay attention to this signature, it's contradictory.

  4. #4
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431
    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.

  5. #5

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860
    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.

  6. #6

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860
    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
  •  



Click Here to Expand Forum to Full Width