Problem
Compute when x∈C:
x2−4ix−5−i=0
and express output in polar coordinates
Attempt to solve
Solving this equation with quadratic formula:
x=4i±√(−4i)2−4⋅(−5−i)2
x=4i±√4(i+1)2
x=4i±2√i+12
x=2i±√i+1
I can transform cartesian complex numbers to polar with eulers formula:
when z∈C
z=reiθ
then:
r=|z|=√(Re(z))2+(Im(z))2
arg(x)=θ=arctanIm(z)Re(z)
Plugging in values after this computation would give us our complex in number in (r,θ) polar coordinates from (Re,Im) cartesian coordinates.
Only problem is how do i convert complex number of form
z=2i+√i+1
to polar since i don't know how to separate this into imaginary and real parts. How do you compute Re(z) and Im(z)
Answer
Let a,b∈R so that √i+1=a+bi
i+1=a2−b2+2abi
Equating real and imaginary parts, we have
2ab=1
a2−b2=1
Now we solve for (a,b).
b=12a⟹a2−(12a)2=1a2=1+14a24a4=4a2+14a4−4a2−1=0
This is a quadratic in a2 (it's also a quadratic in 2a2, if you prefer!), so we use the quadratic formula:
a2=4±√16−4(4)(−1)2(4)
a2=1±√22
Here we note that a is real, so a2>0, and we discard the negative case:
a2=1+√22
a=±√1+√22
b=12a=±√√2−12
This gives what you can call the principal root:
√i+1=√1+√22+i√√2−12
As well as the negation of it:
−√i+1=−√1+√22+i(−√√2−12)
Finally, substituting either of these into your expression z=2i±√i+1 will give you Re(z) and Im(z).
At that point, as you noted in your question, conversion to polar coordinates is straightforward.
No comments:
Post a Comment