<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:bib="http://bibtexml.sf.net/" id="m10596">
  <name>The Complex Plane</name>
  <metadata>
  <md:version>2.1</md:version>
  <md:created>2002/05/28</md:created>
  <md:revised>2002/05/30</md:revised>
  <md:authorlist>
      <md:author id="mjhaag">
      <md:firstname>Michael</md:firstname>
      
      <md:surname>Haag</md:surname>
      <md:email>mjhaag@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="mjhaag">
      <md:firstname>Michael</md:firstname>
      
      <md:surname>Haag</md:surname>
      <md:email>mjhaag@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>complex</md:keyword>
    <md:keyword>complex plane</md:keyword>
    <md:keyword>imaginary</md:keyword>
    <md:keyword>plane</md:keyword>
    <md:keyword>z-plane</md:keyword>
  </md:keywordlist>

  <md:abstract>(Blank Abstract)</md:abstract>
</metadata>

  
  <content>
    <section id="main">
      <name>Complex Plane</name>
      
      <para id="p_main">
	The <term>complex plane</term> provides a way to express
	complex numbers graphically.  Any complex number can be
	expressed as a point on the complex plane.  Before looking
	over the rest of this module, one should be very familiar with
	complex numbers.  Please refer to the <cnxn document="m0081" strength="8">complex number</cnxn> module for an explanation
	or review of these numbers.
	
	<definition id="cplane_def">
	  <term>Complex Plane</term>
	  <meaning>
	    A two-dimensional graph where the horizontal axis maps the
	    real part and the vertical axis maps the imaginary part of
	    any complex number or function.
	  </meaning>
	</definition>
      </para>

      <figure id="cmplxplane">
	<name>Complex Plane</name>
	<media type="image/png" src="cplane2.png"/>
	<caption>
	  Plot of the complex number, <m:math><m:ci>z</m:ci></m:math>,
	  as a point on the complex plane.
	</caption>
      </figure>
      
      <section id="rect">
	<name>Rectangular Coordinates</name>

	<para id="p_main2">
	  Similar to the Cartesian plane, the complex plane allows one
	  to plot ordered pairs of the form
	  <m:math>
	    <m:apply>
	      <m:interval closure="open">
		<m:ci>a</m:ci>
		<m:ci>b</m:ci>
	      </m:interval>
	    </m:apply>
	  </m:math>, where <m:math><m:ci>a</m:ci></m:math> and
	  <m:math><m:ci>b</m:ci></m:math> are real numbers that describe
	  a unique complex number through the following general form:

	  <equation id="eq_cnum">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:ci>z</m:ci>
		<m:apply>
		  <m:plus/>
		  <m:ci>a</m:ci>
		  <m:apply>
		    <m:times/>
		    <m:imaginaryi/>
		    <m:ci>b</m:ci>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>

	  This form is referred to as the <term>rectangular
	    coordinate</term>.

	</para>
      </section>

      <section id="pform">
	<name>Polar Form</name>

	<para id="p_subsec">
	  The complex plane can also be used to plot complex numbers
	  that are in <term>polar form</term>.  Rather than using
	  <m:math><m:ci>a</m:ci></m:math> and
	  <m:math><m:ci>b</m:ci></m:math>, the polar coordinates use 
	  <m:math><m:ci>r</m:ci></m:math> and
	  <m:math><m:ci>θ</m:ci></m:math> in their ordered pairs. 
	  The <m:math><m:ci>r</m:ci></m:math> is the distance
	  from the origin to the complex number and
	  <m:math><m:ci>θ</m:ci></m:math> is the angle of the
	  complex number relative to the positive, real axis.  Look at
	  the figure above to see these variables displayed on the
	  complex plane.  The general form for polar numbers is as
	  follows:

	  <m:math>
	    <m:apply>
	      <m:times/>
		<m:cn>r</m:cn>
		<m:apply>
		  <m:exp/>
		  <m:apply>
		    <m:times/>
		      <m:imaginaryi/>
		      <m:ci>θ</m:ci>
		  </m:apply>
		</m:apply>
	    </m:apply>
	  </m:math>

	</para> 
	
	<para id="p_main3">
	  As a reminder, the following equations show the conversion
	  between polar and rectangle coordinates:

	  <equation id="eq1">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:ci>r</m:ci>
		<m:apply>
		  <m:root/>
		  <m:apply>
		    <m:plus/>
		    <m:apply>
		      <m:power/>
		      <m:ci>a</m:ci>
		      <m:cn>2</m:cn>
		    </m:apply>
		    <m:apply>
		      <m:power/>
		      <m:ci>b</m:ci>
		      <m:cn>2</m:cn>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>

	  <equation id="eq2">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:ci>θ</m:ci>
		<m:apply>
		  <m:arctan/>
		  <m:apply>
		    <m:divide/>
		    <m:ci>b</m:ci>
		    <m:ci>a</m:ci>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>
	  
	</para>
      </section>
      
    </section>
    
  </content>
</document>
