<?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:m="http://www.w3.org/1998/Math/MathML" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="m10060">

  <name>The Complex Exponential</name>
  
  <metadata>
  <md:version>2.20</md:version>
  <md:created>2001/06/08</md:created>
  <md:revised>2007/07/23 13:22:31.119 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="richb">
      <md:firstname>Richard</md:firstname>
      <md:othername>G.</md:othername>
      <md:surname>Baraniuk</md:surname>
      <md:email>richb@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="richb">
      <md:firstname>Richard</md:firstname>
      <md:othername>G.</md:othername>
      <md:surname>Baraniuk</md:surname>
      <md:email>richb@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="jrom">
      <md:firstname>Justin</md:firstname>
      
      <md:surname>Romberg</md:surname>
      <md:email>jrom@ece.gatech.edu</md:email>
    </md:maintainer>
    <md:maintainer id="mselik">
      <md:firstname>Melissa</md:firstname>
      
      <md:surname>Selik</md:surname>
      <md:email>mselik@alumni.rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="rars">
      <md:firstname>Ricardo</md:firstname>
      <md:othername>Anthony</md:othername>
      <md:surname>Radaelli-Sanchez</md:surname>
      <md:email>ricky@alumni.rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="mariyah">
      <md:firstname>Mariyah</md:firstname>
      
      <md:surname>Poonawala</md:surname>
      <md:email>mariyah@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="prash">
      <md:firstname>Prashant</md:firstname>
      
      <md:surname>Singh</md:surname>
      <md:email>prash@ece.rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="mhutch">
      <md:firstname>Matthew</md:firstname>
      
      <md:surname>Hutchinson</md:surname>
      <md:email>mhutch@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>complex exponential</md:keyword>
    <md:keyword>complex plane</md:keyword>
    <md:keyword>signals</md:keyword>
  </md:keywordlist>

  <md:abstract>Describes the complex exponential function.
</md:abstract>
</metadata>

  <content>

    <section id="intro">
      <name>The Exponential Basics</name>
      
      <para id="para1">
	The <term>complex exponential</term> is one of the most
	fundamental and important signal in signal and system
	analysis.  Its importance comes from its functions as a basis
	for periodic signals as well as being able to characterize
	<cnxn document="m10084" strength="7">linear,
	time-invariant</cnxn> signals.  Before proceeding, you should
	be familiar with the ideas and functions of <cnxn document="m0081" strength="8">complex numbers</cnxn>.
      </para>

      <section id="sub1_int">
	<name>Basic Exponential</name>
	<para id="p_sub1">
	  For all numbers <m:math><m:ci>x</m:ci></m:math>, we easily
	  derive and define the <term>exponential function</term> from
	  the Taylor's series below:

	  <equation id="eq1_basic_exp">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:apply>
		  <m:exp/>
		  <m:ci>x</m:ci>
		</m:apply>
		<m:apply>
		  <m:plus/>
		  <m:cn>1</m:cn>
		  <m:apply>
		    <m:divide/>
		    <m:apply>
		      <m:power/>
		      <m:ci>x</m:ci>
		      <m:cn>1</m:cn>
		    </m:apply>
		    <m:apply>
		      <m:factorial/>
		      <m:cn>1</m:cn>
		    </m:apply>
		  </m:apply>
		  <m:apply>
		    <m:divide/>
		    <m:apply>
		      <m:power/>
		      <m:ci>x</m:ci>
		      <m:cn>2</m:cn>
		    </m:apply>
		    <m:apply>
		      <m:factorial/>
		      <m:cn>2</m:cn>
		    </m:apply>
		  </m:apply>
		  <m:apply>
		    <m:divide/>
		    <m:apply>
		      <m:power/>
		      <m:ci>x</m:ci>
		      <m:cn>3</m:cn>
		    </m:apply>
		    <m:apply>
		      <m:factorial/>
		      <m:cn>3</m:cn>
		    </m:apply>
		  </m:apply> 
		  <m:ci>…</m:ci>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>

	  <equation id="eq2_basic_exp">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:apply>
		  <m:exp/>
		  <m:ci>x</m:ci>
		</m:apply>
		<m:apply>
		  <m:sum/>
		  <m:bvar>
		    <m:ci>k</m:ci>
		  </m:bvar>
		  <m:lowlimit>
		    <m:cn>0</m:cn>
		  </m:lowlimit>
		  <m:uplimit>
		    <m:infinity/>
		  </m:uplimit>
		  <m:apply>
		    <m:times/>
		    <m:apply>
		      <m:divide/>
		      <m:cn>1</m:cn>
		      <m:apply>
			<m:factorial/>
			<m:ci>k</m:ci>
		      </m:apply>
		    </m:apply>
		    <m:apply>
		      <m:power/>
		      <m:ci>x</m:ci>
		      <m:ci>k</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>

	  We can prove, using the ratio test, that this series does
	  indeed converge.  Therefore, we can state that the
	  exponential function shown above is continuous and easily
	  defined.
	</para>
	<para id="p2_sub1">
	  From this definition, we can prove the following property
	  for exponentials that will be very useful, especially for
	  the complex exponentials discussed in the next section.
	  
	  <equation id="eq3_basic_exp">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:apply>
		  <m:exp/>
		  <m:apply>
		    <m:plus/>
		    <m:ci>
		      <m:msub>
			<m:mi>x</m:mi>
			<m:mn>1</m:mn>
		      </m:msub>
		    </m:ci>
		    <m:ci>
		      <m:msub>
			<m:mi>x</m:mi>
			<m:mn>2</m:mn>
		      </m:msub>
		    </m:ci>
		  </m:apply>
		</m:apply>		
		<m:apply>
		  <m:times/>
		  <!-- Use double applys on purpose to
		  force parenthesis in the rendering-->
		  <m:apply>
		    <m:apply>
		      <m:exp/>
		      <m:ci>
			<m:msub>
			  <m:mi>x</m:mi>
			  <m:mn>1</m:mn>
			</m:msub>
		      </m:ci>
		    </m:apply>
		  </m:apply>
		  <m:apply>
		    <m:apply>
		      <m:exp/>
		      <m:ci>
			<m:msub>
			  <m:mi>x</m:mi>
			  <m:mn>2</m:mn>
			</m:msub>
		      </m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>
	</para>
      </section>


      <section id="sub2_int">
	<name>Complex Continuous-Time Exponential</name> 
	
	<para id="p1_sub2"> Now for all complex numbers
	  <m:math><m:ci>s</m:ci> </m:math>, we can define the
	  <term>complex continuous-time exponential signal</term> as
	  
	  <equation id="eq1_sub2">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:apply>
		  <m:ci type="fn">f</m:ci><m:ci>t</m:ci>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:ci>A</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:ci>s</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:ci>A</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:imaginaryi/>
		      <m:ci>ω</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>
	  
	  where <m:math><m:ci>A</m:ci></m:math> is a constant, 
	  <m:math><m:ci>t</m:ci></m:math> is our independent variable
	  for time, and for <m:math><m:ci>s</m:ci></m:math> imaginary,

	  <m:math>
	    <m:apply><m:eq/>
	      <m:ci>s</m:ci>
	      <m:apply>
		<m:times/>
		<m:imaginaryi/>
		<m:ci>ω</m:ci>
	      </m:apply>
	    </m:apply>
	  </m:math>.
	  
	  Finally, from this equation we can reveal the ever important
	  <term>Euler's Identity</term> (for more information on Euler
	  read this <link src="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Euler.html">
	  short biography</link>):
	  
	  <equation id="eq_eul">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:apply>
		  <m:times/>
		  <m:ci>A</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:imaginaryi/>
		      <m:ci>ω</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
		<m:apply>
		  <m:plus/>
		  <m:apply>
		    <m:times/>
		    <m:ci>A</m:ci>
		    <m:apply>
		      <m:cos/>
		      <m:apply>
			<m:times/>
			<m:ci>ω</m:ci>
			<m:ci>t</m:ci>
		      </m:apply>
		    </m:apply>
		  </m:apply>
		  <m:apply>
		    <m:times/>
		    <m:imaginaryi/>
		    <m:apply>
		      <m:times/>
		      <m:ci>A</m:ci>
		      <m:apply>
			<m:sin/>
			<m:apply>
			  <m:times/>
			  <m:ci>ω</m:ci>
			  <m:ci>t</m:ci>
			</m:apply>
		      </m:apply>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>
	  
	  From Euler's Identity we can easily break the signal down
	  into its real and imaginary components.  Also we can see how
	  exponentials can be combined to represent any real signal.
	  By modifying their frequency and phase, we can represent any
	  signal through a superposity of many signals - all capable
	  of being represented by an exponential.
	</para>
	
	<para id="p2_sub2"> The above expressions do not include any
	  information on phase however.  We can further generalize our
	  above expressions for the exponential to generalize
	  sinusoids with any phase by making a final substitution for
	  <m:math><m:ci>s</m:ci></m:math>,
	  <m:math>
	    <m:apply>
	      <m:eq/>
	      <m:ci>s</m:ci>
	      <m:apply>
		<m:plus/>
		<m:ci>σ</m:ci>
		<m:apply>
		  <m:times/>
		  <m:imaginaryi/>
		  <m:ci>ω</m:ci>
		</m:apply>
	      </m:apply>
	    </m:apply>
	  </m:math>, which leads us to 

	  <equation id="eqn1">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:apply>
		  <m:ci type="fn">f</m:ci>
		  <m:ci>t</m:ci>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:ci>A</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:ci>s</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:ci>A</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:apply>
			<m:plus/>
			<m:ci>σ</m:ci>
			<m:apply>
			  <m:times/>
			  <m:imaginaryi/>
			  <m:ci>ω</m:ci>
			</m:apply>
		      </m:apply>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:ci>A</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:ci>σ</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:imaginaryi/>
		      <m:ci>ω</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>

	  where we define <m:math><m:ci>S</m:ci></m:math> as the
	  <term>complex amplitude</term>, or <term>phasor</term>, from
	  the first two terms of the above equation as

	  <equation id="cmplxamp">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:ci>S</m:ci>
		<m:apply>
		  <m:times/>
		  <m:ci>A</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:ci>σ</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>
		    
	  Going back to Euler's Identity, we can rewrite the
	  exponentials as sinusoids, where the phase term becomes much
	  more apparent.

	  <equation id="eq4_sub2">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:apply>
		  <m:ci type="fn">f</m:ci>
		  <m:ci>t</m:ci>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:ci>A</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:ci>σ</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		  <m:apply>
		    <m:plus/>
		    <m:apply>
		      <m:cos/>
		      <m:apply>
			<m:times/>
			<m:ci>ω</m:ci>
			<m:ci>t</m:ci>
		      </m:apply>
		    </m:apply>
		    <m:apply>
		      <m:times/>
		      <m:imaginaryi/>
		      <m:apply>
			<m:sin/>
			<m:apply>
			  <m:times/>
			  <m:ci>ω</m:ci>
			  <m:ci>t</m:ci>
			</m:apply>
		      </m:apply>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>

	  As stated above we can easily break this formula into its
	  real and imaginary part as follows:

	  <equation id="eqn3">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:apply>
		  <m:real/>
		  <m:apply>
		    <m:ci type="function">f</m:ci>
		    <m:ci>t</m:ci>
		  </m:apply>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:ci>A</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:ci>σ</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		  <m:apply>
		    <m:cos/>
		    <m:apply>
		      <m:times/>
		      <m:ci>ω</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>

	  <equation id="eqn4">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:apply>
		  <m:imaginary/>
		  <m:apply>
		    <m:ci type="function">f</m:ci>
		    <m:ci>t</m:ci>
		  </m:apply>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:ci>A</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:ci>σ</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		  <m:apply>
		    <m:sin/>
		    <m:apply>
		      <m:times/>
		      <m:ci>ω</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>
	</para>
      </section>
      

      <section id="discrt_exp">
	<name>Complex Discrete-Time Exponential</name>
	<para id="p1_dis">
	  Finally we have reached the last form of the exponential
	  signal that we will be interested in, the
	  <term>discrete-time exponential signal</term>, which we will
	  not give as much detail about as we did for its
	  continuous-time counterpart, because they both follow the
	  same properties and logic discussed above.  Because it is
	  discrete, there is only a slightly different notation used
	  to represents its discrete nature

	   <equation id="eq1_dis">
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:apply>
		  <m:ci type="fn" class="discrete">f</m:ci><m:ci>n</m:ci>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:ci>B</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:ci>s</m:ci>
		      <m:ci>n</m:ci>
		      <m:ci>T</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:ci>B</m:ci>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:imaginaryi/>
		      <m:ci>ω</m:ci>
		      <m:ci>n</m:ci>
		      <m:ci>T</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:math>
	  </equation>

	  where 
	  <m:math>
	    <m:apply>
	      <m:times/>
	      <m:ci>n</m:ci>
	      <m:ci>T</m:ci>
	    </m:apply>
	  </m:math>
	  represents the discrete-time instants of our signal.

	</para>
      </section>
    </section>

    <section id="eul_rel">
      <name>Euler's Relation</name>
      <para id="p1_eul">
	Along with Euler's Identity, Euler also described a way to
	represent a complex exponential signal in terms of its real
	and imaginary parts through <term>Euler's Relation</term>:

	<equation id="eul1">
	  <m:math>
	    <m:apply>
	      <m:eq/>
	      <m:apply>
		<m:cos/>
		<m:apply>
		  <m:times/>
		  <m:ci>ω</m:ci>
		  <m:ci>t</m:ci>
		</m:apply>
	      </m:apply>
	      <m:apply>
		<m:divide/>
		<m:apply>
		  <m:plus/>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:imaginaryi/>
		      <m:ci>w</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:minus/>
		      <m:apply>
			<m:times/>
			<m:imaginaryi/>
			<m:ci>w</m:ci>
			<m:ci>t</m:ci>
		      </m:apply>
		    </m:apply>
		  </m:apply>
		</m:apply>
		<m:cn>2</m:cn>
	      </m:apply>
	    </m:apply>
	  </m:math>
	</equation>

	<equation id="eul2">
	  <m:math>
	    <m:apply>
	      <m:eq/>
	      <m:apply>
		<m:sin/>
		<m:apply>
		  <m:times/>
		  <m:ci>ω</m:ci>
		  <m:ci>t</m:ci>
		</m:apply>
	      </m:apply>
	      <m:apply>
		<m:divide/>
		<m:apply>
		  <m:minus/>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:times/>
		      <m:imaginaryi/>
		      <m:ci>w</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		  <m:apply>
		    <m:exp/>
		    <m:apply>
		      <m:minus/>
		      <m:apply>
			<m:times/>
			<m:imaginaryi/>
			<m:ci>w</m:ci>
			<m:ci>t</m:ci>
		      </m:apply>
		    </m:apply>
		  </m:apply>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:cn>2</m:cn>
		  <m:imaginaryi/>
		</m:apply>
	      </m:apply>
	    </m:apply>
	  </m:math>
	</equation>

	<equation id="eul3">
	  <m:math>
	    <m:apply>
	      <m:eq/>
	      <m:apply>
		<m:exp/>
		<m:apply>
		  <m:times/>
		  <m:imaginaryi/>
		  <m:ci>w</m:ci>
		  <m:ci>t</m:ci>
		</m:apply>
	      </m:apply>
	      <m:apply>
		<m:plus/>
		<m:apply>
		  <m:cos/>
		  <m:apply>
		    <m:times/>
		    <m:ci>ω</m:ci>
		    <m:ci>t</m:ci>
		  </m:apply>
		</m:apply>
		<m:apply>
		  <m:times/>
		  <m:imaginaryi/>
		  <m:apply>
		    <m:sin/>
		    <m:apply>
		      <m:times/>
		      <m:ci>ω</m:ci>
		      <m:ci>t</m:ci>
		    </m:apply>
		  </m:apply>
		</m:apply>
	      </m:apply>
	    </m:apply>
	  </m:math>
	</equation>


      </para>
    </section>


    <section id="sect1">
      <name>Drawing the Complex Exponential</name>
      <para id="para2">
	At this point, we have shown how the complex exponential can
	be broken up into its real part and its imaginary part.  It is
	now worth looking at how we can draw each of these parts.  We
	can see that both the real part and the imaginary part have a
	sinusoid times a real exponential.  We also know that
	sinusoids oscillate between one and negative one.  From this
	it becomes apparent that the real and imaginary parts of the
	complex exponential will each oscillate between a window
	defined by the real exponential part.
      </para>

      <figure id="fig1" orient="horizontal">
	<subfigure id="fig1a">
	  <media type="image/png" src="compexp1.png"/>
	  <caption>
	    If <m:math><m:ci>σ</m:ci></m:math> is negative, we
	    have the case of a decaying exponential window.
	  </caption>
	</subfigure>
	<subfigure id="fig1b">
	  <media type="image/png" src="compexp2.png"/>
	  <caption>
	    If <m:math><m:ci>σ</m:ci></m:math> is positive, we
	    have the case of a growing exponential window.</caption>
	</subfigure>
	<subfigure id="fig1c">
	  <media type="image/png" src="compexp3.png"/>
	  <caption>
	    If <m:math><m:ci>σ</m:ci></m:math> is zero, we have
	    the case of a constant window.</caption>
	</subfigure>
	<caption>
	  The shapes possible for the real part of a complex
	  exponential.  Notice that the oscillations are the result of
	  a cosine, as there is a local maximum at
	  <m:math>
	    <m:apply>
	      <m:eq/>
	      <m:ci>t</m:ci>
	      <m:cn>0</m:cn>
	    </m:apply>
	  </m:math>.
	</caption>
      </figure>

      <para id="para3">
	While the <m:math><m:ci>σ</m:ci></m:math> determines the
	rate of decay/growth, the
	<m:math><m:ci>ω</m:ci></m:math> part determines the rate
	of the oscillations.  This is apparent by noticing that the
	<m:math><m:ci>ω</m:ci></m:math> is part of the argument
	to the sinusoidal part.
      </para>

      <exercise id="exer1">
	<problem> 
	  <para id="exer1a">
	    What do the imaginary parts of the complex exponentials
	    drawn above look like?
	  </para>
	</problem> 
	<solution> 
	  <para id="exer1b"> 
	    They look the same except the oscillation is
	    that of a sinusoid as opposed to a cosinusoid (i.e. it
	    passes through the origin rather than being a local
	    maximum at
	    <m:math>
	      <m:apply>
		<m:eq/>
		<m:ci>t</m:ci>
		<m:cn>0</m:cn>
	      </m:apply>
	    </m:math>).
	  </para>
	</solution>
      </exercise>

      <example id="vi_demo"><para id="para_vi_demo_1">
          The following demonstration allows you to see how the
          argument changes the shape of the complex exponential. See
          <cnxn document="m11550">here</cnxn> for instructions on how
          to use the demo.
        </para><para id="element-317"><media type="application/x-labviewrpvi80" src="ComplexEXP.llb">
		<param name="lvfppviname" value="ComplexEXP.vi"/>
		<param name="width" value="530"/>
		<param name="height" value="560"/>
	</media></para>
</example>
    </section>

    <section id="sect2">
      <name>The Complex Plane</name>
      <para id="para4">
	It becomes extremely useful to view the complex variable
	<m:math><m:ci>s</m:ci></m:math> as a point in the <cnxn document="m10596" strength="8">complex plane</cnxn> (the
	<term>s-plane</term>).
      </para>

      <figure id="fig2">
	<media type="image/png" src="compexp4.png"/>
	<caption>
	  This is the s-plane.  Notice that any time
	  <m:math><m:ci>s</m:ci></m:math> lies in the right half
	  plane, the complex exponential will grow through time, while
	  any time it lies in the left half plane it will decay.
	</caption>
      </figure>



    </section>



  </content>
</document>
