2nd degree equation (complex numbers)

kasse
Messages
383
Reaction score
1
I just came across the eq.

z^2 - 2z + 1 - 2i

where z is a complex number. How do I solve this sort of eq.?

I tried to solve it as a normal 2nd degree eq., setting a=2, b=-2 and c=(1-2i), with z as the variable. This finally gave me the solutions

z(1) = -1 + sqrt(2i)

and

z(2) = -1 - sqrt(2i)

Can this be the correct solution? I had hoped for an answer involving i, not sqrt(i)...
 
Physics news on Phys.org
This is correct -- though you might want to find the solution to a+b i = \sqrt{i} where a and b are real numbers. Remember that the point of the complex numbers to to be closed under things like taking square roots.
 
A relevant equation might be
\left( \frac{1}{\sqrt{2}} + \frac{i}{\sqrt{2}}\right)^2 = i

which can be found graphically by viewing the unit circle |z|=1 in the complex plane, and considering that if z = |z|_{\theta}, then z^n = |z|^n _{n \theta}, where \theta is the angle between the lines corresponding to z and 1+0i.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top