Finding Solutions for a Quadratic Equation with 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 · 5K views
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:

[tex]z^2-2z+i=0[/tex]

Check of your solution:

[tex]z_{1,2}=\frac{2 \pm \sqrt{4-4i}}{2}[/tex]

[tex]z_{1,2}=\frac{2 \pm 2\sqrt{1-i}}{2}[/tex]

[tex]z_{1,2}=1 \pm \sqrt{1-i}[/tex]

Another approach:

[tex](z-1)^2-1+i=0[/tex]

[tex](z-1)^2=1-i[/tex]

[tex]z-1=\pm \sqrt{1-i}[/tex]

[tex]z = 1 \pm \sqrt{1-i}[/tex]
 
So I have it right then. I guess the site is being picky with the answer format or something. Thank you!