Results 1 to 5 of 5

Thread: Disagreement on square root sign

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    Villiers, South Africa
    Posts
    301

    Disagreement on square root sign

    I recently posted a VB question which later developed into a hot argument about mathematic issues. Please go to

    http://www.vbforums.com/showthread.p...00#post1352200

    and tell me what you think.

  2. #2
    Lively Member
    Join Date
    Apr 2003
    Location
    Georgetown, Texas
    Posts
    114
    The square root of a number a is defined as that value that, when multiplied by itself, produces the number. Since, generally, (+x)*(+x) = (-x)*(-x), it is generally understood that a number has two square roots, the positive and the negative values.

    Beyond the above, we're just playing around with mathematics or with semantics, or both.
    Last edited by RAEsquivelC; Jul 22nd, 2003 at 09:55 PM.

  3. #3
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397
    Originally posted by RAEsquivelC
    The square root of a number a is defined as that value that, when multiplied by itself, produces the number. Since, generally, (+x)*(+x) = (-x)*(-x), it is generally understood that a number has two square roots, the positive and the negative values.

    Beyond the above, we're just playing around with mathematics or with semantics, or both.
    The function that produces the square root of a number is defined to return the positive value, and the definition of "Square Root", supposidly, also, is a positive number.

    BTW

    What is i?


  4. #4

  5. #5
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    BTW

    What is i?

    Code:
    i = sqr(-1)
    i^2 = i * i  = sqr(-1)*sqr(-1) = -1
    i^3 = i^2 * i = -1 * i = -i
    i^4 = i^3 * i = -i * i = -i^2 = +1
    i^5 = i4 * i = 1 * i = i and so on.......

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