Outrageous said:
Find (2+6i)^(1/3). Then we need to let z=a+bi, then z^3... Then we will get a=? And b=?
Why we can do z=a+bi assumption? Any prove show what we assume is correct and how do we know the answer come out is correct?
I'm not sure what you mean by "z= a+ bi assumption". Typically that is NOT an "assumption", it is one way of
defining complex numbers.
A more formal definition, from which you can then derive "z= a+ bi" is this:
The complex numbers is the set of all
pairs of real numbers, (a, b), with addition defined by (a, b)+ (c, d)= (a+ c, b+ d), and with multipication defined by (a, b)(c, d)= (ac- bd, bc+ ad). One can then show that the usual "properties" of arithmetic (commutativity, associativity, etc.) hold. One can also show that the subset of all pairs in which the second member is 0 is "isomophic" to (identical to) the set of real numbers: (a, 0)+ (b, 0)= (a+ b, 0+ 0)= (a+ b, 0) and (a, 0)(b, 0)= (ab- 0(0), a(0)+ 0(b))= (ab, 0). We can "identify" complex numbers of the form (a, 0) with the real number, a.
One can also show that (0, 1)^2= -1: (0, 1)(0, 1)= (0(0)- 1(1), 0(1)+1(0))= (-1, 0) which, as above, we identify with the real number -1. We
define "i= (0, 1)" so that i^2= -1. And, then, we can write (a, b)= (a, 0)+ (0, b)= (a, 0)+ (b, 0)(0, 1)= a+ bi.