Robokapp said:
What I really am asking is...can you tell if 4 is greater or less than -2+7.5i? How do you compare real with complex numbers?
You can't. There is no way to define "< " to make the complex numbers an ordered field.
Ordered field: A field (usual properties for addition, multiplication) with a transitive relation "<" (transitive: if a< b and b< c, then a< c) satisfying
a) If a< b then a+ c< b+ c
b) If a< b and 0< c then ac< bc
c) For any a, b, one and only one of these must hold
i) a< b
ii) b< a
iii) a= b
Suppose we have some definition of "<" on the complex numbers
Obviously 0 is not equal to i (0 is the additive identity and i is not).
Is 0< i? If so then by (b), 0*i< i*i or 0< -1. That's possible since this doesn't have to be our usual idea of "<" on the real numbers. But then, again by (b), 0*i< -1*i so 0< -i also. But then by (a), 0+ i< -i+ i or i< 0. We can't have both 0< i and i< 0 by (c).
The only possibility left is i< 0. In that case, by (a) i+ (-i)> 0+ (-i) so 0< -i. By (b) then, 0*(-i)< (-i)(-i) or 0< -1 again. By (b) again, 0*(-i)< (-1)(-i) so 0< i. That also is impossible by (c).
Robokapp said:
however, -2+7.5i, -2-7.5i and 4 are not the same answer...Shouldn't they be?
No, of course not. Just as a quadratic equation may have two different solutions, a cubic equation may have 3 different solutions. In fact, counting "multiplicity" any n
th degree equation has exactly n solutions over the complex numbers. More correctly, any n
th degree polynomial, with complex coefficients, can be factored into n linear factors, some of which may be the same.