Thursday, August 10, 2017

complex numbers - Find all roots of z2=34i.




Find all roots of z2=34i.



z2=34i



z2+4i3=0



But how do I go on from here?


Answer



The way people will really solve it.




If we have a root z0, then z0 is also a root. Since this is a quadratic, there can't be more than 2 roots, so we just need to guess one root z0. How do we do that?



Observe that |z2|=32+42=5, therefore |z|=5. Now, the only nice numbers with that absolute value are ±1±2i and ±2±i. Geometric intuition says that one of the roots must be found in the 4th quadrant. A quick check shows that indeed z0=2i fits the bill:
(2i)2=44i+i2=34i.



So the answer is 2i and 2+i.



This is how a lazy person like me solves a problem like this. It is perfectly legitimate to guess the answer (if you have a good argument why other answers are impossible, which in this case follows from the general knowledge that a quadratic has at most two roots). Only when guessing doesn't work right away do people start testing more powerful general approaches.



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...