Results 1 to 5 of 5

Thread: Problem with series

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    11

    Problem with series

    Hi

    I'm having trouble finding the sum of:

    1 x 2 + 2 x 3 + 3 x 4 + 4 x 5...........1994 x 1995

    Any help would be excellent

    Thanks

  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Problem with series

    Each term is some integer x multiplied by the next one up, i.e. x+1.

    Write this in terms of a summation, expand out of the brackets and then separate the two series, and you'll find that they are standard.

    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    11

    Re: Problem with series

    Zaza,

    I still can't find a solution

    I expanded as follows:

    x(x + 1) + (x + 1)(x +2) + (x +2)(x + 3)...............

    i still get constants which are still 2 + 6 + 12 + 20 .........

  4. #4
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Problem with series

    Write it in terms of a summation.


    i.e. use the Σ notation.
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  5. #5
    Hyperactive Member
    Join Date
    Sep 2006
    Posts
    352

    Re: Problem with series

    Something like ∑ (x² + x) ? Can be continued from there.

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