Results 1 to 10 of 10

Thread: test for convergence

  1. #1

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787

    test for convergence

    i need to test for convergence for x^x^x^..., that converges to 2 when x=sqrt(2)

    where at it, does anyone know how to solve for x exactly when x^x^x=2?
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    if x^y = x^x^x^... then y=x^x^x... and thus you can write x^2=2, x being sqrt(2)

    i don't think you can solve x^x^x=2
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    if x^y = x^x^x^... then y=x^x^x... and thus you can write x^2=2, x being sqrt(2)
    that only works if x^x^x... indeed converges to 2. try this:

    x^x^x^...=4

    you will get x=sqrt(2) also.
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    yeah true, and there's isn't much else I can say, but it looks like it converges to 2, not 4
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    Ok, this is strange...

    If x^x^x...=k,
    Then k^k is still x^x^x...
    Then k^k=k???
    Merry Math Making!

  6. #6

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    according to the order of operations,

    3^4^5^3^4^5=3^(4^(5^(3^(4^5))))

    and not (3^4^5)^(3^4^5)
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  7. #7
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    i have solved x^x^x=2
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  8. #8
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    Sprite will be the next Fermat.
    Merry Math Making!

  9. #9

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    did i mention that according to the rule i mentioned above,

    if x^x^x...=k,

    k^k then is not x^x^x...
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  10. #10
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    Yes, I assumed that from what you said.
    Merry Math Making!

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