Complex number: Difference between revisions

Content deleted Content added
MathMan64 (talk | contribs)
revert, this is good stuff but not that important to include here. Should be explained in the square root article if anywhere
Line 115:
 
:::<math> = \left({ac + bd \over c^2 + d^2}\right) + i\left( {bc - ad \over c^2 + d^2} \right). </math>
 
=== Square roots ===
Each complex number has two square roots.
 
Consider
:<math>z=a+bi \ </math>
where
:<math>r=\sqrt{a^2+b^2}</math>
and
:<math> \phi = \arctan \left ( \frac b a \right )</math>.
The quadrant of <math>\phi \ </math> is determined by the signs of ''a'' and ''b''.
 
The square roots are
:<math>\pm\sqrt{\frac{r+a} 2 } \ \pm\ i \ \sqrt{\frac{r-a} 2}</math>
 
where the signs match if
:<math>0< \phi<\pi \ </math>,
but are different, if not.
 
===Matrix representation of complex numbers===