Results 1 to 11 of 11

Thread: [resolved] 4,6,8... root of a negative [/resolved]

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    Re: 4,6,8... root of a negative

    well ive figured it out for 4th root just treat it like (-4)^(1/4) as ((-4)^(1/2))^(1/2) then you get

    2i^(1/2)

    so you must find the number A + Bi such that it ^2 = 2i so just say

    (A +Bi)^2 = 2i
    (A + Bi)(A + Bi) = 2i
    A^2 + ABi - B^2 = 2i

    A^2 - B^2 must = 0 as there is no constant
    so A^2 - B^2 = 0 and solve
    A^2 = B^2 and so
    A = B

    so A^2 + A^2 i - A^2 = 2i
    A^2 i = 2i
    A^2 = 2
    A = 2^(1/2)

    and you get your answer but i cant seem to get it to work out for 6,8,10 ect.

    any ideas??

  2. #2
    Hyperactive Member Disiance's Avatar
    Join Date
    Sep 2004
    Location
    Denver, CO
    Posts
    439

    Re: 4,6,8... root of a negative

    First of all you can't have negative numbers from an even power...
    Second to get a root just do number^(1/power).
    "I don't want to live alone until I'm married" - M.M.R.P

  3. #3

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    Re: 4,6,8... root of a negative

    well you can if you use the imaginary number system. which it what im asking about

  4. #4
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397

    Re: 4,6,8... root of a negative

    {r*(cos x + i sin x)}(1/N) = r(1/N) [cos(x/N+2PIk/N) + i sin(x/N+2PIk/N)] for k = 0,1,2,...,N

    From:
    http://oakroadsystems.com/twt/twtnotes.htm#eq82


    So, the trick is to determine, from some number A+iB which you want to take the root of, the values r and x.

    Well, lets see.
    If we say r = (A2 + B2)^(1/2)
    Then
    A+iB = r*(A/r + i(B/r))
    So cos(x) = A/r, and sin(x) = B/r.


  5. #5
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: 4,6,8... root of a negative

    Quote Originally Posted by NotLKH
    {r*(cos x + i sin x)}(1/N) = r(1/N) [cos(x/N+2PIk/N) + i sin(x/N+2PIk/N)] for k = 0,1,2,...,N

    It's suddenly SOOOO obvious!
    I don't live here any more.

  6. #6
    PowerPoster Halsafar's Avatar
    Join Date
    Jun 2004
    Location
    Saskatoon, SK
    Posts
    2,339

    Re: 4,6,8... root of a negative

    Quote Originally Posted by wossname
    It's suddenly SOOOO obvious!
    Is that suppose to be sarcastic.
    That equation went right over me head.
    "From what was there, and was meant to be, but not of that was faded away." - - Steve Damm

    "The polar opposite of nothingness is existance. When existance calls apon nothingness it shall return to nothingness." - - Steve Damm

    "When you do things right, people won't be sure if you did anything at all." - - God from Futurama

  7. #7

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    Re: 4,6,8... root of a negative

    thanks for that formula LHK. ill try it out.

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