Sunday, September 2, 2018

complex numbers - How to solve the equation z2=i1?



 z2=i1  Hey guys, I couldn't find a way to solve this problem. The question suggests I replace  z  with  x+iy  and then go from there, but I always end up having to complete the square and end up with a completely different answer to the back o the book. Can you please help? Thanks



Answer



let z=x+iy then we get x2y2+2xyi=i1 so we get x2y2+1=0 and 2xy1=0 Can you solve this?


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...