2nd degree equation (complex numbers)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
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)...
 
on Phys.org
This is correct -- though you might want to find the solution to [tex]a+b i = \sqrt{i}[/tex] 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
[tex]\left( \frac{1}{\sqrt{2}} + \frac{i}{\sqrt{2}}\right)^2 = i[/tex]

which can be found graphically by viewing the unit circle [tex]|z|=1[/tex] in the complex plane, and considering that if [tex]z = |z|_{\theta}[/tex], then [tex]z^n = |z|^n _{n \theta}[/tex], where [tex]\theta[/tex] is the angle between the lines corresponding to [tex]z[/tex] and [tex]1+0i[/tex].