Finding Solutions for a Quadratic Equation with Complex Numbers

ihumayun
Messages
12
Reaction score
0

Homework Statement



Solve the following equation for Z, find all solutions.

z2 -2z + i = 0

Homework Equations



[-b(+/-) sqrt(b2-4ac)]/2a


The Attempt at a Solution



Using the equation above,

z = [2 (+/-) sqrt( (-2)2 - 4 (1) (i)) ]/ 2(1)

=[2 (+/-) sqrt ( 4 - 4i)]/2

= [2 (+/-) sqrt ( (4) (1-i)]/2

= [2 (+/-) sqrt(4) sqrt(1-i)]/2

= [2 (+/-) 2 sqrt(1-i)]/2

= 1 (+/-) sqrt (1-i)

which means the roots are 1+ sqrt(1-i) and 1- sqrt(1-i). This is the answer that I have entered into my online assignment, but it is being marked as incorrect. Do I have an error in my calculations, or can the answer can be simplified further?
 
Physics news on Phys.org
Original problem:

z^2-2z+i=0

Check of your solution:

z_{1,2}=\frac{2 \pm \sqrt{4-4i}}{2}

z_{1,2}=\frac{2 \pm 2\sqrt{1-i}}{2}

z_{1,2}=1 \pm \sqrt{1-i}

Another approach:

(z-1)^2-1+i=0

(z-1)^2=1-i

z-1=\pm \sqrt{1-i}

z = 1 \pm \sqrt{1-i}
 
So I have it right then. I guess the site is being picky with the answer format or something. Thank you!
 
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