SOLUTION: Do the sum of the n nth roots of a complex number z always equals zero? Show this using the examples below. 1. Find the cube roots of -i 2. Find the fourth roots of {{{ -1/2-

Algebra ->  Complex Numbers Imaginary Numbers Solvers and Lesson  -> Lesson -> SOLUTION: Do the sum of the n nth roots of a complex number z always equals zero? Show this using the examples below. 1. Find the cube roots of -i 2. Find the fourth roots of {{{ -1/2-      Log On


   



Question 1078164: Do the sum of the n nth roots of a complex number z always equals zero? Show this using the examples below.
1. Find the cube roots of -i
2. Find the fourth roots of +-1%2F2-+%28sqrt+%283%29+%2F2%29i+

Found 2 solutions by ikleyn, Edwin McCravy:
Answer by ikleyn(52787) About Me  (Show Source):
You can put this solution on YOUR website!
.
highlight%28cross%28Do%29%29 Does the sum of the n-th roots of a complex number z always highlight%28cross%28equals%29%29 equal zero? Show this using the examples below.
1. Find the cube roots of -i
2. Find the fourth roots of +-1%2F2-+%28sqrt+%283%29+%2F2%29i+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0. Yes, this statement is TRUE.

    The simplest way to explain/to illustrate it is to use square roots of complex number.

    For any complex number z, if alpha = sqrt%28z%29 is a square root of z, then -alpha is also square root of z  (the second value),   

    and alpha+%2B+%28-alpha%29 = 0.


1. Find the cube roots of -i

    -i = cos%283pi%2F4%29+%2B+i%2Asin%283pi%2F4%29 = cis%283pi%2F4%29.  

    Therefore, the three values of the cube root of -i are

        a)  cis%28pi%2F4%29 = cos%28pi%2F4%29+%2B+i%2Asin%28pi%2F4%29 = i;

        b)  cis%28pi%2F4+%2B+2pi%2F3%29 = cis%28pi%2F4%29%2Acis%282pi%2F3%29 = i%2Acis%282pi%2F3%29;

        c)  cis%28pi%2F4+%2B+4pi%2F3%29 = cis%28pi%2F4%29%2Acis%284pi%2F3%29 = i%2Acis%284pi%2F3%29.

        Therefore, the sum of the three cube roots is

        i+%2B+i%2Acis%282pi%2F3%29+%2B+i%2Acis%282pi%2F3%29 = i%2A%281%2Bcis%282pi%2F3%29%2Bcis%284pi%2F3%29%29 = 0,

        since 1%2Bcis%282pi%2F3%29%2Bcis%284pi%2F3%29 = 0,  as you can easily check.


2. Same technique and the same logic works for the fourth roots of +-1%2F2-+%28sqrt+%283%29+%2F2%29i+.

    You can check it on your own as an exercise for you.


There is a bunch of lessons on complex numbers
    - Complex numbers and arithmetical operations on them
    - Complex plane
    - Addition and subtraction of complex numbers in complex plane
    - Multiplication and division of complex numbers in complex plane
    - Raising a complex number to an integer power
    - How to take a root of a complex number
    - Solution of the quadratic equation with real coefficients on complex domain
    - How to take a square root of a complex number
    - Solution of the quadratic equation with complex coefficients on complex domain

    - Solved problems on taking roots of complex numbers
    - Solved problems on arithmetic operations on complex numbers
    - Solved problem on taking square root of complex number
    - Miscellaneous problems on complex numbers
    - Advanced problem on complex numbers
    - A curious example of an equation in complex numbers which HAS NO a solution
in this site.

Also, you have this free of charge online textbook in ALGEBRA-II in this site
    - ALGEBRA-II - YOUR ONLINE TEXTBOOK.

The referred lessons are the part of this online textbook under the topic "Complex numbers".



Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
She used trigonometry, but I think you can use just algebra,
and no trig.  Think I'll try to do it that way, just for fun,,
since she's already done it the trig way.

Let 

(a + bi)³ = -i, where a, b are real.

a³ + 3a²bi + 3ab²i² + b³i³ = -i

a³ + 3a²bi - 3ab² - b³i = -i

Equating real parts:  | Equating imaginary parts:
                      |
a³ - 3ab² = 0         |  3a²b - b³ = -1
a(a²-3b²) = 0         |
a = 0; a²-3b² = 0     |
           a² = 3b² ->  3(3b²)b - b² = -1
                            9b³ - b³ = -1
                                 8b³ = -1
                                  b³ = -1/8
       a² = 3(1/2)² <-             b = -1/2
       a² = 3/4
        a = ±√3/2

So the three cube roots of -i are:

a + bi

Using a = 0, b = -1/2

a + bi = (-1/2)i

Using a = ±√3/2, 

a + bi = ±√3/2 - (1/2)i

(-1/2)i + [√3/2 - (1/2)i] + [-√3/2 - (1/2)i] =

(-1/2)i + √3/2 - (1/2)i -  √3/2 - (1/2)i = 0

----

Edwin