Find square root of complex number
So for some stupid formula like this:
Zo=G+jωCR+jωL
or this
γ=(R+jωL)(G+jωC)
How do you calculate the square root of complex number? Here's how:
- Reduce stuff down to a+ib
- Convert to angle form using calculator: intermediate=r∠θ
- intermediate can be written as r(cos(2θ)+isin(2θ))
- Reduce that ugly equation back into a′+ib′.
- ???
- Profit?