Results 1 to 5 of 5

Thread: infinite series problem .:Resolved:.

  1. #1

    Thread Starter
    Hyperactive Member voidflux's Avatar
    Join Date
    Jun 2003
    Location
    Brockway, PA
    Posts
    290

    Question infinite series problem .:Resolved:.

    Hello everyone, I posted this question before, but i said i resolved it becuase I figured it out. But I discovered i'm not allowed to use the integral test to prove
    Code:
    Infinity
    E         1/n
    n = 1
    diverges.

    Note: E stands for sumnation
    Anyone know how ur suppose to prove this diverges without the integral test?
    Thanks.
    Last edited by voidflux; Mar 16th, 2004 at 04:46 PM.
    C¤ry Sanchez
    Computer Science/Engineering
    @ Penn State
    IBM.zSeries Intern
    Mandriva 2007

  2. #2

    Thread Starter
    Hyperactive Member voidflux's Avatar
    Join Date
    Jun 2003
    Location
    Brockway, PA
    Posts
    290
    that does make sense! thanks alot!
    C¤ry Sanchez
    Computer Science/Engineering
    @ Penn State
    IBM.zSeries Intern
    Mandriva 2007

  3. #3
    Lively Member
    Join Date
    Oct 2003
    Location
    Guildford, UK
    Posts
    91
    I might be able to help you with the expressing that as a proof thing:

    Consider S = 1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + ...

    Now 1/2 + 1/3 < 1, so

    S > 1 + 1 + 1/4 + 1/5 + 1/6 + 1/7 + ...

    Also, 1/4 + 1/5 + 1/6 + 1/7 < 1:

    S > 1 + 1 + 1 + ...

    You can keep doing that forever and a day, i.e. the sum of the next 8 terms will be less than 1, then the sum of the 16 terms after that will be less than 1. That can be proved quite easily (so I can't be arsed to reproduce it). But the end result is you're gonna be adding an infinite amount of 1's together and still not get S, hence the series diverges and S is undefined.

  4. #4
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151
    TheManWhoCan: You remembered the proof incorrectly. Your proof only proves that the sum is less than an infinite sum of ones. None of your groups is greater than one

    The grouping you need is the following.
    • 1
    • 1/2
    • 1/3 + 1/4, which is > 2/4
    • 1/5 + 1/6 + 1/7 + 1/8, which is > 4/8
    • 1/9 + 1/10 . . . + 1/16, which is > 8/16
    Each group ends with 1/2n. Each group is greater than 1/2 (except the second which is = 1/2)

    Hence the sum is greater than 1/2 + 1/2 + 1/2 . . . + 1/2 . . .
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  5. #5
    Lively Member
    Join Date
    Oct 2003
    Location
    Guildford, UK
    Posts
    91
    Yeh well it's a while since I've seen it

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