Thursday, 28 February 2013

Convert complex number to polar coordinates - round 2





This is follow up problem to this. I post new question related to previous question since all of the problem were not solved. I have new questions / problems that came after i closed the previous post.



Problem



Compute when xC:
x24ix5i=0


and express output in polar coordinates



Attempt to solve




On last post i solved the equation and got answer:



x=2i±i+1



After that i tried to convert this into polar form with little success. Someone provided solution how to express i+1 in a way Re and Im parts are separated:



i+1=1+22+i212



More about on how this was accomplished is in previous post.





Not in previous post post



Now i tried to solve radius and angle of this complex number. when xC



||x||=Re(x)2+Im(x)2



Re(x1)=1+22 and Re(x2)=1+22




Im(x1)=2+212 and Im(x2)=2212



Both complex solutions should have same radius. It is only required to compute radius for one of them.



||x||=(1+22)2+(2+212)2



since (a+b)2=a2+2ab+b2



=22+22212+(212)2




=4+4212+212



||x||=212+4+4212+212



||x||=4212+2212+4



let a=212



||x||=4a+2a+4




Tried to simplify this expression but doesn't look like it is easily simplified.



Probably have to just stick with this:



||x||=4212+2212+4



now the argument of complex number



arg(x)=arctan(2+2121+22)




which again probably doesn't simplify that much.



Now i could express this in polar form which doesn't look that nice:



4212+2212+4exp(iarctan(2+2121+22))



Now problem is this is quite complicated expression and not sure if this is right. If it is possible it would like to have it in much simpler form if this is possible.


Answer



The solution you have provided is correct. The conversion to polar is wrong.




Your mistake is here:




Both complex solutions should have same radius. It is only required to compute radius for one of them.
||x||=(1+22)2+(2+212)2




This is not true. The first radius is the above one, the second is



||x||=(1+22)2+(2212)2




Also, there is a calculation mistake, when you arrive here:




||x||=4212+2212+4




Here is how you do it:



||x||=(1+22)2+(2+212)2


becomes
||x||=1+22+4+4212+212

that is
||x||=2+4+42124212+2212+4

The first solution has a magnitude given by the above which is not the same magnitude as the second solution.
The angle θ would be the one you have provided,
θ=arctan(2+2121+22)

So, in polar form, you'd have
2+4+4212exp(iarctan(2+2121+22))


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find limh0sin(ha)h without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...