<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Engineersphere.com &#187; Linear Systems</title>
	<atom:link href="http://engineersphere.com/category/linear-systems/feed" rel="self" type="application/rss+xml" />
	<link>http://engineersphere.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Apr 2012 17:52:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The Fourier Integral / Transform Explained</title>
		<link>http://engineersphere.com/linear-systems/the-fourier-integral-transform-explained.html</link>
		<comments>http://engineersphere.com/linear-systems/the-fourier-integral-transform-explained.html#comments</comments>
		<pubDate>Sat, 02 Apr 2011 03:51:33 +0000</pubDate>
		<dc:creator>Safa</dc:creator>
				<category><![CDATA[Discrete Fourier Transform]]></category>
		<category><![CDATA[Exponential Fourier Series]]></category>
		<category><![CDATA[Fast Fourier Transform, FFT]]></category>
		<category><![CDATA[Linear Systems]]></category>
		<category><![CDATA[Signal Processing]]></category>
		<category><![CDATA[fourier series]]></category>
		<category><![CDATA[Fourier Transform]]></category>
		<category><![CDATA[fourier transform examples]]></category>
		<category><![CDATA[fourier transform explained]]></category>
		<category><![CDATA[fourier transform properties]]></category>
		<category><![CDATA[math behind fourier transforms]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=2824</guid>
		<description><![CDATA[TweetTweetMagic is real, and it all comes from the Fourier Integral.  But one doesn&#8217;t become a wizard without a little reading first &#8211; so, the purpose of this article is to explain the Fourier Integral theoretically and mathematically. Before reading any further, it is important to first understand this: in mathematics, there is a rule [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/linear-systems/the-fourier-integral-transform-explained.html&via=EngineerSphere&text=The Fourier Integral / Transform Explained&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/linear-systems/the-fourier-integral-transform-explained.html&via=EngineerSphere&text=The Fourier Integral / Transform Explained&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Magic is real, and it all comes from the <strong>Fourier Integral</strong>.  But one doesn&#8217;t become a wizard without a little reading first &#8211; so, the purpose of this article is to explain the Fourier Integral theoretically and mathematically.</p>
<p>Before reading any further, it is important to first understand this:<em> in mathematics, there is a rule that states that any <a href="http://en.wikipedia.org/wiki/Periodic_function">periodic </a>function of time may be &#8220;reconstructed&#8221; exactly from the summation of an infinite series of harmonic sine-waves</em>.  The generalized theory itself is referred to as a &#8220;<strong>Fourier Series</strong>.&#8221;  For use with arbitrary electronic time-domain signals of period <img src='http://s.wordpress.com/latex.php?latex=T_o&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_o' title='T_o' class='latex' />, it may be expressed as:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=f%28t%29%20%3D%20a_0%20%2B%20%5Cdisplaystyle%5Csum_%7Bn%3D1%7D%5E%7B%5Cinfty%7Da_ncos%28nw_ot%29%20%2B%20b_nsin%28nw_ot%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t) = a_0 + \displaystyle\sum_{n=1}^{\infty}a_ncos(nw_ot) + b_nsin(nw_ot) ' title='f(t) = a_0 + \displaystyle\sum_{n=1}^{\infty}a_ncos(nw_ot) + b_nsin(nw_ot) ' class='latex' /></p>
<p>over the range:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=t_0%20%5Cle%20t%20%5Cle%20t_0%20%2B%20T_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t_0 \le t \le t_0 + T_0' title='t_0 \le t \le t_0 + T_0' class='latex' /></p>
<p>where:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=a_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='a_0' title='a_0' class='latex' /> is the magnitude of the 0th harmonic</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=a_n&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='a_n' title='a_n' class='latex' /> represents the magnitude of the nth harmonic of cosine wave components</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=b_n&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='b_n' title='b_n' class='latex' /> represents the magnitude of the nth harmonic of sine wave components</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=w_o&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='w_o' title='w_o' class='latex' /> is the <strong>fundamental frequency</strong></p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=t&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t' title='t' class='latex' /> is the variable that represents instances in time</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=n&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n' title='n' class='latex' /> is the variable that represents the specific harmonic, and is always an integer</p>
<p>This monumental discovery was first announced on December 21, 1807 by historic gentleman Baron Jean-Baptiste-Joseph Fourier.</p>
<div class="wp-caption aligncenter" style="width: 260px"><img title="fourier" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Fourier2.jpg/250px-Fourier2.jpg" alt="" width="250" height="286" /><p class="wp-caption-text">Joseph Fourier</p></div>
<p>In order to go from the Fourier Integral to the Fourier Transform, it is necessary to express the previous Fourier Series as a series of ever-lasting exponential functions.  Using an <a href="http://en.wikipedia.org/wiki/Orthogonality">orthogonal basis set</a> of signals described by <img src='http://s.wordpress.com/latex.php?latex=e%5E%7Bjnw_ot%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='e^{jnw_ot}' title='e^{jnw_ot}' class='latex' /> of magnitude <img src='http://s.wordpress.com/latex.php?latex=D_n&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='D_n' title='D_n' class='latex' />, we now write the Fourier Series as:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=f%28t%29%20%3D%20%5Cdisplaystyle%5Csum_%7Bn%3D-%20%5Cinfty%7D%5E%7B%5Cinfty%7DD_ne%5E%7Bjnw_ot%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t) = \displaystyle\sum_{n=- \infty}^{\infty}D_ne^{jnw_ot}' title='f(t) = \displaystyle\sum_{n=- \infty}^{\infty}D_ne^{jnw_ot}' class='latex' /></p>
<p>where <img src='http://s.wordpress.com/latex.php?latex=j&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='j' title='j' class='latex' /> is <img src='http://s.wordpress.com/latex.php?latex=%5Csqrt%7B-1%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\sqrt{-1}' title='\sqrt{-1}' class='latex' />.</p>
<h3>What is the Fourier Integral?<span style="text-decoration: underline;"><br />
</span></h3>
<p>The Fourier Integral, also referred to as Fourier Transform for electronic signals, is a mathematical method of turning any arbitrary function of time into a corresponding <em>function of frequency</em>.  A signal, when transformed into a &#8220;function of frequency&#8221;, essentially becomes a function that expresses the <em>relative magnitudes of each harmonic</em><em> of a Fourier Series that would be summed to recreate the original time-domain signal. </em>To see this, observe the following figures:</p>
<div class="wp-caption aligncenter" style="width: 531px"><img class=" " title="square-pulse-wave" src="http://i.imgur.com/2dsft.jpg" alt="square-pulse-wave" width="521" height="450" /><p class="wp-caption-text">Figure 1.  A Square Wave Pulse, in time</p></div>
<p>In order to rebuild a square wave with sines and cosines only, it is necessary to determine the magnitudes of each harmonic used in the Fourier Series, or rather, the Fourier Integral (for <strong>continuous </strong>time-domain signals).  The relative magnitudes of these needed harmonics can be displayed graphically as a function of frequency (widely known as a signal&#8217;s <strong>frequency spectrum</strong>):</p>
<div class="wp-caption aligncenter" style="width: 575px"><img class=" " title="sinc-wave" src="http://i.imgur.com/YR774.jpg" alt="sinc-wave" width="565" height="447" /><p class="wp-caption-text">Figure 2.  The Fourier Integral, aka Fourier Transform, of a square pulse is a Sinc function.  The Sinc function is also known as the Frequency Spectrum of a Square Pulse.</p></div>
<p>Though the recreation of a signal using an infinite series of sines and cosines is impossible to achieve in the lab, one may get very close.  Close enough that the most advanced lab equipment wouldn&#8217;t be able to calculate the error due to tolerance specifications.  This allows engineers to use Fourier Analysis to work with time-domain signals, such as radio signals, television signals, satellite signals and just about any signal you can think of.  By viewing a signal according to what frequency components are contained within it, electrical engineers may concern themselves with magnitude changes in frequency only, and may no longer worry about the signal&#8217;s magnitude-changes through time.  Not only is this a very practical concept when working in the lab, it also greatly simplifies the mathematics behind signal conditioning in general.  In fact, the entirety of the Communications industry owes its success to the Fourier Transform for not only antenna design, but a plethora of other applications.</p>
<h3>The math behind the Fourier Transform<span style="text-decoration: underline;"><br />
</span></h3>
<p>The derivations that follow have been summarized from Chapter 4 of the textbook &#8220;Signal Processing and Linear Systems&#8221; by B.P. Lathi, a fine book for students of Communication Systems.</p>
<p>We begin by considering some arbitrary, aperiodic time-domain signal.  An example of this kind of wave would be the output of a microphone after a man speaks a few words into it.  For the actual signal generated by the changes in voltage as the man spoke, we can use Fourier Analysis to describe it as a summation of exponential functions <em>if </em>we instead desire to reconstruct a <em>periodic </em>signal composed of the same voice signal <em>repeating </em>every <img src='http://s.wordpress.com/latex.php?latex=T_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_0' title='T_0' class='latex' /> seconds.  For an accurate description, it is important that <img src='http://s.wordpress.com/latex.php?latex=T_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_0' title='T_0' class='latex' /> is long enough such that the repeating arbitrary signals do not overlap.  However, if we let <img src='http://s.wordpress.com/latex.php?latex=T_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_0' title='T_0' class='latex' /> approach <img src='http://s.wordpress.com/latex.php?latex=%5Cinfty&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\infty' title='\infty' class='latex' />, then this &#8220;periodic&#8221; signal is simply just the voice signal (or, any general arbitrary function) in time we wanted to describe initially.  Mathematically, we express:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cdisplaystyle%5Clim_%7BT_0%5Cto%5Cinfty%7Df_%7BT_0%7D%28t%29%20%3D%20f%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\displaystyle\lim_{T_0\to\infty}f_{T_0}(t) = f(t)' title='\displaystyle\lim_{T_0\to\infty}f_{T_0}(t) = f(t)' class='latex' /></p>
<p>where <img src='http://s.wordpress.com/latex.php?latex=f%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t)' title='f(t)' class='latex' /> is the time-domain function we wish to apply the Fourier Transform on (here, the arbitrary &#8220;voice&#8221; signal).  For the above equation to be true, <img src='http://s.wordpress.com/latex.php?latex=f_%7BT_0%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_{T_0}' title='f_{T_0}' class='latex' /> is equal to:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=f_%7BT_0%7D%28t%29%20%3D%20%5Cdisplaystyle%5Csum_%7Bn%3D-%20%5Cinfty%7D%5E%7B%5Cinfty%7DD_ne%5E%7Bjnw_ot%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_{T_0}(t) = \displaystyle\sum_{n=- \infty}^{\infty}D_ne^{jnw_ot}' title='f_{T_0}(t) = \displaystyle\sum_{n=- \infty}^{\infty}D_ne^{jnw_ot}' class='latex' /></p>
<p style="padding-left: 30px;"><strong>where:</strong></p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=D_n%20%3D%20%5Cfrac%7B1%7D%7BT_0%7D%20%5Cint%5E%5Cfrac%7BT_0%7D%7B2%7D_%5Cfrac%7B-T_0%7D%7B2%7D%20f_%7BT_0%7D%28t%29e%5E%7B-jnw_ot%7Ddt&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='D_n = \frac{1}{T_0} \int^\frac{T_0}{2}_\frac{-T_0}{2} f_{T_0}(t)e^{-jnw_ot}dt' title='D_n = \frac{1}{T_0} \int^\frac{T_0}{2}_\frac{-T_0}{2} f_{T_0}(t)e^{-jnw_ot}dt' class='latex' /></p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=w_o%20%3D%20%5Cfrac%7B2%5Cpi%7D%7BT_o%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='w_o = \frac{2\pi}{T_o}' title='w_o = \frac{2\pi}{T_o}' class='latex' /></p>
<p>It is important to note here that in practice, the <em>shape </em>(aka &#8220;envelope&#8221;) of a signal&#8217;s frequency spectrum is what is of main interest, and the magnitude of the components within the spectrum comes secondary.  This is because amplifiers and other signal-conditioning circuits may be built to alter the magnitude in any way one wishes, and will not affect signal frequencies (so long as the circuits are LTI systems).  Analyzing the envelope of a signal&#8217;s Fourier Transform allows one to use intuitive and mathematically-simplified approaches to signal-processing in general, which we shall see later.  For this reason (and also as <img src='http://s.wordpress.com/latex.php?latex=T_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_0' title='T_0' class='latex' /> approaches <img src='http://s.wordpress.com/latex.php?latex=%5Cinfty&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\infty' title='\infty' class='latex' />) let:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=F%28w%29%20%3D%20%5Cint%5E%7B%5Cinfty%7D_%7B-%5Cinfty%7D%20f%28t%29e%5E%7B-jw_ot%7Ddt&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(w) = \int^{\infty}_{-\infty} f(t)e^{-jw_ot}dt' title='F(w) = \int^{\infty}_{-\infty} f(t)e^{-jw_ot}dt' class='latex' /></p>
<p>Notice that <img src='http://s.wordpress.com/latex.php?latex=F%28w%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(w)' title='F(w)' class='latex' /> is simply <img src='http://s.wordpress.com/latex.php?latex=D_n&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='D_n' title='D_n' class='latex' /> without the constant multiplier <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B1%7D%7BT_0%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{1}{T_0}' title='\frac{1}{T_0}' class='latex' />, such that:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=D_n%20%3D%20%5Cfrac%7B1%7D%7BT_0%7DF%28nw_o%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='D_n = \frac{1}{T_0}F(nw_o)' title='D_n = \frac{1}{T_0}F(nw_o)' class='latex' /></p>
<p>which implies that <img src='http://s.wordpress.com/latex.php?latex=f_%7BT_0%7D%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_{T_0}(t)' title='f_{T_0}(t)' class='latex' /> may be written:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=f_%7BT_0%7D%28t%29%20%3D%20%5Cdisplaystyle%5Csum_%7Bn%3D-%20%5Cinfty%7D%5E%7B%5Cinfty%7D%5Cfrac%7BF%28nw_o%29%7D%7BT_0%7De%5E%7Bjnw_ot%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_{T_0}(t) = \displaystyle\sum_{n=- \infty}^{\infty}\frac{F(nw_o)}{T_0}e^{jnw_ot}' title='f_{T_0}(t) = \displaystyle\sum_{n=- \infty}^{\infty}\frac{F(nw_o)}{T_0}e^{jnw_ot}' class='latex' /></p>
<p>Observation of this fact reveals insight: The shorter the period, <img src='http://s.wordpress.com/latex.php?latex=T_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_0' title='T_0' class='latex' />, the larger the magnitude of the coefficients.  But, on the other hand, as <img src='http://s.wordpress.com/latex.php?latex=T_0%20%5Crightarrow%20%5Cinfty&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_0 \rightarrow \infty' title='T_0 \rightarrow \infty' class='latex' />, the magnitudes of every frequency component approaches <img src='http://s.wordpress.com/latex.php?latex=0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='0' title='0' class='latex' /> &#8211; which is why engineers choose to analyze spectrum envelopes.  So, instead of visualizing absolute frequency magnitudes, instead consider that the frequency spectrum simply expresses the <em>magnitude-density per unit of bandwidth, aka Hz. </em>And since:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=T_0%20%3D%20%5Cfrac%7B2%5Cpi%7D%7Bw_o%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_0 = \frac{2\pi}{w_o}' title='T_0 = \frac{2\pi}{w_o}' class='latex' /></p>
<p>then:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=w_o%20%3D%20%5Cfrac%7B2%5Cpi%7D%7BT_0%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='w_o = \frac{2\pi}{T_0}' title='w_o = \frac{2\pi}{T_0}' class='latex' /></p>
<p>and:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5CDelta%20w_o%20%3D%20%5Cfrac%7B2%5Cpi%7D%7B%5CDelta%20T_0%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\Delta w_o = \frac{2\pi}{\Delta T_0}' title='\Delta w_o = \frac{2\pi}{\Delta T_0}' class='latex' /></p>
<p>so:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=f_%7BT_0%7D%28t%29%20%3D%20%5Cdisplaystyle%5Csum_%7Bn%3D-%20%5Cinfty%7D%5E%7B%5Cinfty%7D%5Cfrac%7BF%28n%5CDelta%20w_o%29%5CDelta%20w_o%7D%7B2%5Cpi%7De%5E%7Bjn%5CDelta%20w_ot%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_{T_0}(t) = \displaystyle\sum_{n=- \infty}^{\infty}\frac{F(n\Delta w_o)\Delta w_o}{2\pi}e^{jn\Delta w_ot}' title='f_{T_0}(t) = \displaystyle\sum_{n=- \infty}^{\infty}\frac{F(n\Delta w_o)\Delta w_o}{2\pi}e^{jn\Delta w_ot}' class='latex' /></p>
<p>In the limit as <img src='http://s.wordpress.com/latex.php?latex=T_0%20%5Crightarrow%20%5Cinfty&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_0 \rightarrow \infty' title='T_0 \rightarrow \infty' class='latex' /> we see:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=f%28t%29%20%3D%20%5Cdisplaystyle%5Clim_%7BT_0%5Cto%5Cinfty%7Df_%7BT_0%7D%28t%29%20%3D%20%5Cfrac%7B1%7D%7B2%5Cpi%7D%20%5Cint%5E%7B%5Cinfty%7D_%7B-%5Cinfty%7DF%28w%29e%5E%7Bjwt%7Ddw&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t) = \displaystyle\lim_{T_0\to\infty}f_{T_0}(t) = \frac{1}{2\pi} \int^{\infty}_{-\infty}F(w)e^{jwt}dw' title='f(t) = \displaystyle\lim_{T_0\to\infty}f_{T_0}(t) = \frac{1}{2\pi} \int^{\infty}_{-\infty}F(w)e^{jwt}dw' class='latex' /></p>
<p>which is referred to as the <strong>Fourier Integral</strong>.  <img src='http://s.wordpress.com/latex.php?latex=F%28w%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(w)' title='F(w)' class='latex' /> is referred to as the <strong>Fourier Transform</strong> of the original aperiodic function <img src='http://s.wordpress.com/latex.php?latex=f%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t)' title='f(t)' class='latex' />, and we express this concept as:</p>
<p style="text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=f%28t%29%20%5CLeftrightarrow%20F%28w%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t) \Leftrightarrow F(w)' title='f(t) \Leftrightarrow F(w)' class='latex' /></p>
<h3>A fourier transform example<span style="text-decoration: underline;"><br />
</span></h3>
<p>This example is from the same textbook as the previous derivation, and can be found on page 239.</p>
<p style="padding-left: 30px;">Find the Fourier Transform of: <img src='http://s.wordpress.com/latex.php?latex=e%5E%7B-at%7Du%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='e^{-at}u(t)' title='e^{-at}u(t)' class='latex' /> where <img src='http://s.wordpress.com/latex.php?latex=a&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='a' title='a' class='latex' /> is an arbitrary constant.</p>
<p style="padding-left: 30px;">To do this, we apply the Fourier Integral to the function <img src='http://s.wordpress.com/latex.php?latex=e%5E%7B-at%7Du%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='e^{-at}u(t)' title='e^{-at}u(t)' class='latex' /> as follows:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=F%28w%29%20%3D%20%5Cint%5E%7B%5Cinfty%7D_%7B-%5Cinfty%7De%5E%7B-at%7Du%28t%29e%5E%7B-jwt%7Ddt&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(w) = \int^{\infty}_{-\infty}e^{-at}u(t)e^{-jwt}dt' title='F(w) = \int^{\infty}_{-\infty}e^{-at}u(t)e^{-jwt}dt' class='latex' /></p>
<p style="padding-left: 30px;">Because of the <img src='http://s.wordpress.com/latex.php?latex=u%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='u(t)' title='u(t)' class='latex' /> factor, we only integrate from <img src='http://s.wordpress.com/latex.php?latex=0%20%5Crightarrow%20%5Cinfty&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='0 \rightarrow \infty' title='0 \rightarrow \infty' class='latex' />.  We simplify for:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=F%28w%29%20%3D%20%5Cint%5E%7B%5Cinfty%7D_%7B0%7D%20e%5E%7B-%28a%2Bjw%29t%7Ddt%20%3D%20%5Cfrac%7B-1%7D%7Ba%2Bjw%7De%5E%7B-%28a%2Bjw%29t%7D%5Cmid%5E%7B%5Cinfty%7D_%7B0%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(w) = \int^{\infty}_{0} e^{-(a+jw)t}dt = \frac{-1}{a+jw}e^{-(a+jw)t}\mid^{\infty}_{0}' title='F(w) = \int^{\infty}_{0} e^{-(a+jw)t}dt = \frac{-1}{a+jw}e^{-(a+jw)t}\mid^{\infty}_{0}' class='latex' /></p>
<p style="padding-left: 30px;">Also, we know that <img src='http://s.wordpress.com/latex.php?latex=%7Ce%5E%7B-jwt%7D%7C%20%3DRe%5Be%5E%7B-jwt%7D%5D%20%3D%201&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='|e^{-jwt}| =Re[e^{-jwt}] = 1' title='|e^{-jwt}| =Re[e^{-jwt}] = 1' class='latex' />.  So, for <img src='http://s.wordpress.com/latex.php?latex=a%20%3E%200&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='a &gt; 0' title='a &gt; 0' class='latex' />, as <img src='http://s.wordpress.com/latex.php?latex=t%20%5Crightarrow%20%5Cinfty&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t \rightarrow \infty' title='t \rightarrow \infty' class='latex' />:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=e%5E%7B-%28a%2Bjw%29t%7D%20%3D%20e%5E%7B-at%7De%5E%7B-jwt%7D%20%3D%200&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='e^{-(a+jw)t} = e^{-at}e^{-jwt} = 0' title='e^{-(a+jw)t} = e^{-at}e^{-jwt} = 0' class='latex' /></p>
<p style="padding-left: 30px;">So:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=F%28w%29%20%3D%20%5Cfrac%7B-1%7D%7Ba%2Bjw%7De%5E%7B-%28a%2Bjw%29t%7D%5Cmid%5E%7B%5Cinfty%7D_%7B0%7D%20%3D%200%20-%20%5Cfrac%7B-1%7D%7Ba%2Bjw%7De%5E%7B-%28a%2Bjw%290%7D%20%3D%20%5Cfrac%7B1%7D%7Ba%2Bjw%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(w) = \frac{-1}{a+jw}e^{-(a+jw)t}\mid^{\infty}_{0} = 0 - \frac{-1}{a+jw}e^{-(a+jw)0} = \frac{1}{a+jw}' title='F(w) = \frac{-1}{a+jw}e^{-(a+jw)t}\mid^{\infty}_{0} = 0 - \frac{-1}{a+jw}e^{-(a+jw)0} = \frac{1}{a+jw}' class='latex' /></p>
<p style="padding-left: 60px;">for: <img src='http://s.wordpress.com/latex.php?latex=a%3E%200&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='a&gt; 0' title='a&gt; 0' class='latex' /></p>
<h3>Useful Fourier Transform Properties<span style="text-decoration: underline;"><br />
</span></h3>
<p>The relationship between <img src='http://s.wordpress.com/latex.php?latex=f%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t)' title='f(t)' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=F%28w%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(w)' title='F(w)' class='latex' /> exhibit beautiful symmetry that help one to develop an intuitive approach to signal analysis.  Among all the concepts within electrical engineering, the properties between a time-domain function and its Fourier transform are among the most important to understand.  Observe these following properties <strong>that apply for all </strong><img src='http://s.wordpress.com/latex.php?latex=f%28t%29%20%5CLeftrightarrow%20F%28w%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t) \Leftrightarrow F(w)' title='f(t) \Leftrightarrow F(w)' class='latex' />:</p>
<p>1.) <strong>Fourier Transform: </strong>Gives an equation to solve for the time-domain function <img src='http://s.wordpress.com/latex.php?latex=f%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t)' title='f(t)' class='latex' /> from <img src='http://s.wordpress.com/latex.php?latex=F%28w%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(w)' title='F(w)' class='latex' />.</p>
<p style="padding-left: 30px; text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=f%28t%29%20%3D%20%5Cfrac%7B1%7D%7B2%5Cpi%7D%20%5Cint%5E%7B%5Cinfty%7D_%7B-%5Cinfty%7DF%28w%29e%5E%7Bjwt%7Ddw&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t) = \frac{1}{2\pi} \int^{\infty}_{-\infty}F(w)e^{jwt}dw' title='f(t) = \frac{1}{2\pi} \int^{\infty}_{-\infty}F(w)e^{jwt}dw' class='latex' /></p>
<p>2.) <strong>Inverse Fourier Transform: </strong>Gives an equation to solve for the frequency-domain function <img src='http://s.wordpress.com/latex.php?latex=F%28w%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(w)' title='F(w)' class='latex' /> from <img src='http://s.wordpress.com/latex.php?latex=f%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t)' title='f(t)' class='latex' />.</p>
<p style="padding-left: 30px; text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=F%28w%29%20%3D%20%5Cfrac%7B1%7D%7B2%5Cpi%7D%20%5Cint%5E%7B%5Cinfty%7D_%7B-%5Cinfty%7Df%28t%29e%5E%7B-jwt%7Ddw&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(w) = \frac{1}{2\pi} \int^{\infty}_{-\infty}f(t)e^{-jwt}dw' title='F(w) = \frac{1}{2\pi} \int^{\infty}_{-\infty}f(t)e^{-jwt}dw' class='latex' /></p>
<p>3.) <strong>Symmetry Property:</strong> For a given pair of a time-domain signal and its Fourier transform, we note that the time-domain envelope is different in shape when compared to the frequency-domain envelope.  However, switching the shape of the two functions with respect to domain (time or frequency), will result in the same envelopes except with different scaling coefficients.  For example, a square pulse through time has a frequency spectrum described by a sinc function, and a sinc function through time results in a frequency spectrum described by a square pulse.</p>
<p style="text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=F%28t%29%20%5CLeftrightarrow%202%5Cpi%20f%28-w%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(t) \Leftrightarrow 2\pi f(-w)' title='F(t) \Leftrightarrow 2\pi f(-w)' class='latex' /></p>
<p>4.) <strong>Scaling Property:</strong> <a href="http://engineersphere.com/math/time-shifting-and-scaling-of-functions.html">Time-scaling</a> a time-domain signal (by a constant <img src='http://s.wordpress.com/latex.php?latex=a&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='a' title='a' class='latex' />) will result in a magnitude-and-frequency-scaling of the signal&#8217;s corresponding frequency spectrum.  Also signifies that the longer a signal exists through time, the narrower the bandwidth (collection of frequency components needed to rebuild the signal) of its frequency spectrum.</p>
<p style="text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=f%28at%29%20%5CLeftrightarrow%20%5Cfrac%7B1%7D%7B%7Ca%7C%7DF%28%5Cfrac%7Bw%7D%7Ba%7D%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(at) \Leftrightarrow \frac{1}{|a|}F(\frac{w}{a})' title='f(at) \Leftrightarrow \frac{1}{|a|}F(\frac{w}{a})' class='latex' /></p>
<p style="text-align: left;">5.) <strong>Time-Shifting Property: </strong>By time-shifting, or delaying/advancing, a time-domain signal results in a <em>phase delay</em> in each of the ever-lasting frequency-components needed to rebuild it.  The frequency spectrum is otherwise unchanged &#8211; only the phase of each component is shifted.</p>
<p style="text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=f%28t-t_0%29%20%5CLeftrightarrow%20F%28w%29e%5E%7B-jwt_0%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t-t_0) \Leftrightarrow F(w)e^{-jwt_0}' title='f(t-t_0) \Leftrightarrow F(w)e^{-jwt_0}' class='latex' /></p>
<p style="text-align: left;">6.) <strong>Frequency-Shifting Property: </strong>Multiplying a time-domain signal by a sinusoidal signal of some frequency <img src='http://s.wordpress.com/latex.php?latex=w_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='w_0' title='w_0' class='latex' />, a method which begets amplitude and frequency modulation (AM/FM), results in the frequency spectrum remains unchanged <strong>except for a shift in frequency for each individual frequency component by </strong><img src='http://s.wordpress.com/latex.php?latex=w_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='w_0' title='w_0' class='latex' /><strong>.</strong></p>
<p style="text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=f%28t%29e%5E%7Bjw_0t%7D%20%5CLeftrightarrow%20F%28w-w_0%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t)e^{jw_0t} \Leftrightarrow F(w-w_0)' title='f(t)e^{jw_0t} \Leftrightarrow F(w-w_0)' class='latex' /></p>
<p>&nbsp;</p>
<p>Lastly, these tables (<a href="http://i.imgur.com/QDsT5.jpg">table 1</a>, <a href="http://i.imgur.com/TiRNu.jpg">table 2</a>) can greatly simplify Fourier analysis when used in signal processing.</p>
<p>&nbsp;</p>
<p style="padding-left: 30px;">&nbsp;</p>
<p style="padding-left: 30px;">&nbsp;</p>
<p><span style="text-decoration: underline;"><br />
</span></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/linear-systems/the-fourier-integral-transform-explained.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Convolution Integral Explained</title>
		<link>http://engineersphere.com/math/the-convolution-integral-explained.html</link>
		<comments>http://engineersphere.com/math/the-convolution-integral-explained.html#comments</comments>
		<pubDate>Thu, 10 Mar 2011 06:57:38 +0000</pubDate>
		<dc:creator>Safa</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Circuit Theory]]></category>
		<category><![CDATA[Linear Systems]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Signal Processing]]></category>
		<category><![CDATA[Unit Impulse Response]]></category>
		<category><![CDATA[convolutio integral]]></category>
		<category><![CDATA[convolution]]></category>
		<category><![CDATA[convolution integrals]]></category>
		<category><![CDATA[convolution table]]></category>
		<category><![CDATA[convolution tables]]></category>
		<category><![CDATA[impulse response]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=2179</guid>
		<description><![CDATA[TweetTweetIntroduction to the convolution Amongst the concepts that cause the most confusion to electrical engineering students, the Convolution Integral stands as a repeat offender.  As such, the point of this article is to explain what a convolution integral is, why engineers need it, and the math behind it. In essence, the &#8220;convolution&#8221; of two functions [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/math/the-convolution-integral-explained.html&via=EngineerSphere&text=The Convolution Integral Explained&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/math/the-convolution-integral-explained.html&via=EngineerSphere&text=The Convolution Integral Explained&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><h3>Introduction to the convolution<span style="text-decoration: underline;"><br />
</span></h3>
<p>Amongst the concepts that cause the most confusion to electrical engineering students, the <a href="http://engineersphere.com/math/the-convolution-integral-explained.html">Convolution Integral</a> stands as a repeat offender.  As such, the point of this article is to explain what a convolution integral is, why engineers need it, and the math behind it.</p>
<p>In essence, the &#8220;convolution&#8221; of two functions (over the same variable, e.g. <img src='http://s.wordpress.com/latex.php?latex=f_1%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_1(t)' title='f_1(t)' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=f_2%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_2(t)' title='f_2(t)' class='latex' />) is an operation that produces a separate third function that describes how the first function &#8220;modifies&#8221; the second one.  Conversely, the resulting function can be seen as how the second function &#8220;modifies&#8221; the first function.  Sometimes the result is used to describe how much the first two functions &#8220;have in common.&#8221;  In all honesty, the concept of the convolution of two functions is quite abstract, but the frequency at which it appears in nature grants its importance to scientists and engineers.  Ultimately the aim here is to identify its use to electrical engineers &#8211; so for now do not dwell solely on its mathematical significance.</p>
<p>A convolution of two functions is denoted with the operator &#8220;<img src='http://s.wordpress.com/latex.php?latex=%2A%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='* ' title='* ' class='latex' />&#8221;, and is written as:</p>
<div class="wp-caption alignnone" style="width: 291px"><img class=" " title="Convolution Integral" src="http://mathurl.com/4r2zkod.png" alt="convolution integral" width="281" height="40" /><p class="wp-caption-text">Convolution of f1(t) and f2(t)</p></div>
<p>Where <img src='http://s.wordpress.com/latex.php?latex=%5Ctau&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\tau' title='\tau' class='latex' /> is used as a &#8220;dummy variable.&#8221;  To aid in understanding this equation, observe the following graphic:</p>
<div class="wp-caption alignnone" style="width: 478px"><img class="  " title="Convolution of 2 square pulses" src="http://upload.wikimedia.org/wikipedia/commons/6/6a/Convolution_of_box_signal_with_itself2.gif" alt="Convolution of 2 square pulses" width="468" height="147" /><p class="wp-caption-text">Convolution of two square pulses, resulting in a triangular pulse</p></div>
<p>Before diving any further into the math, let us first discuss the relevance of this equation to the realm of electrical engineering.</p>
<h3>Why is the convolution integral relevant?</h3>
<p>Most electrical circuits are designed to be <em>linear, time-invariant </em>(<a href="http://en.wikipedia.org/wiki/LTI_system_theory">LTI</a>) systems.  Being &#8220;linear&#8221; implies that the magnitude of a circuit&#8217;s output signal is a <strong>scaled </strong>version of the input signal&#8217;s magnitude.  Further, an LTI system that is excited by two independent signal sources will output the <strong>sum </strong>of the <strong>scaled </strong>versions of each signal.  This is extended for an infinite number of independent signal sources, and gives rise to the concept of <em>superposition</em>.  Put in another way, if a function <img src='http://s.wordpress.com/latex.php?latex=x_1%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_1(t)' title='x_1(t)' class='latex' /> causes an LTI system to output <img src='http://s.wordpress.com/latex.php?latex=y_1%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_1(t)' title='y_1(t)' class='latex' />, then:</p>
<p style="text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=a_1%20%5Ccdot%20x_1%28t%29%20%5Cto%20a_1%20%5Ccdot%20y_1%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='a_1 \cdot x_1(t) \to a_1 \cdot y_1(t)' title='a_1 \cdot x_1(t) \to a_1 \cdot y_1(t)' class='latex' /></p>
<p>Where <img src='http://s.wordpress.com/latex.php?latex=a_1&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='a_1' title='a_1' class='latex' /> is a multiplicative constant.  In addition to this, superposition allows us to say:</p>
<p style="text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=a_1%20%5Ccdot%20x_1%28t%29%20%2B%20a_2%20%5Ccdot%20x_2%28t%29%20%2B%20%5Cldots%20%5Cto%20a_1%20%5Ccdot%20y_1%28t%29%20%2B%20a_2%20%5Ccdot%20y_2%28t%29%20%2B%20%5Cldots%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='a_1 \cdot x_1(t) + a_2 \cdot x_2(t) + \ldots \to a_1 \cdot y_1(t) + a_2 \cdot y_2(t) + \ldots ' title='a_1 \cdot x_1(t) + a_2 \cdot x_2(t) + \ldots \to a_1 \cdot y_1(t) + a_2 \cdot y_2(t) + \ldots ' class='latex' /></p>
<p>Being a &#8220;time-invariant&#8221; system means <em>it does not matter when the input signal is applied</em> &#8211; a <em>specific </em>input signal will always result in <em>the same </em>output signal for a given LTI system.  Put mathematically, time-invariance can be expressed as:</p>
<p style="text-align: center;"><img src='http://s.wordpress.com/latex.php?latex=x_1%28t%29%20%5Cto%20y_1%28t%29%20%5CLeftrightarrow%20x_1%28t%2B%5Ctau%29%20%5Cto%20y_1%28t%2B%5Ctau%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_1(t) \to y_1(t) \Leftrightarrow x_1(t+\tau) \to y_1(t+\tau) ' title='x_1(t) \to y_1(t) \Leftrightarrow x_1(t+\tau) \to y_1(t+\tau) ' class='latex' /></p>
<p>where <img src='http://s.wordpress.com/latex.php?latex=%5Ctau&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\tau' title='\tau' class='latex' /> can be viewed as a time delay when dealing with signals through time (i.e. &#8220;time-domain signals&#8221;).  Though not directly, this concept also signifies that <em>an output signal cannot contain frequency components not inherent in the input signal (</em>causality).</p>
<p>The vast majority of circuits are <a href="http://engineersphere.com/math/the-convolution-integral-explained.html">LTI systems</a>, each with a specific <em>impulse response. </em>The &#8220;impulse response&#8221; of a system is a system&#8217;s output when its input is fed with an <em>impulse signal</em> &#8211; a signal of infinitesimally short duration.  A real-world &#8220;impulse signal&#8221; would be something like a lightning bolt &#8211; or any form of ESD (electro-static dischage).   Basically, any voltage or current that spikes in magnitude for a <em>relatively</em> short period of time may be viewed as an impulse signal.  The impulse response of a circuit will always be a time-domain signal, and exists because no signal can propagate through a circuit in zero time; each individual electron involved can only move so quickly through each component.  Typically, real-world electronic LTI systems exhibit an impulse response that consists of an initial spike in magnitude, followed by an everlasting and ever-decreasing exponential relationship in signal magnitude.  The following image describes this graphically.</p>
<div class="wp-caption alignnone" style="width: 570px"><img title="Typical Unit Impulse Response" src="http://www.me.cmu.edu/ctms/modeling/tutorial/transferfunction/tutorial_tf_impulse.gif" alt="" width="560" height="420" /><p class="wp-caption-text">Typical Unit Impulse Response</p></div>
<p>So, here&#8217;s the big deal: the fact that each LTI circuit has a specific impulse response function (here, referred to as <img src='http://s.wordpress.com/latex.php?latex=h%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='h(t)' title='h(t)' class='latex' />) is very useful in predicting its behavior given a particular input signal (here, referred to as <img src='http://s.wordpress.com/latex.php?latex=x%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x(t)' title='x(t)' class='latex' />).  This is because the input signal itself may be viewed as an <em>impulse train &#8211; </em>a stream of continuous impulse functions, with infinitesimally short durations of time between each impulse.  This fact, along with superposition, allows one to find the output of an LTI system given an arbitrary input signal <em>by summing the LTI system&#8217;s impulse response to each impulse function that make up the input signal.</em> By allowing the time between each &#8220;impulse&#8221; of the input signal to go to zero, this approach can be used to determine the output time-domain signal of an LTI system for any time-domain input signal.  For example, the following graphic shows the output of an RC circuit when fed with a square pulse:</p>
<div class="wp-caption alignnone" style="width: 478px"><img title="RC square wave convolution" src="http://upload.wikimedia.org/wikipedia/commons/b/b9/Convolution_of_spiky_function_with_box2.gif" alt="" width="468" height="135" /><p class="wp-caption-text">Convolution of RC network impulse response and square wave input to find the output signal.</p></div>
<p>What is seen here is the integral of the impulse response and the input square wave <em>as the square wave is stepped through time.</em> In the above convolution equation, it is seen that the operation is done with respect to <img src='http://s.wordpress.com/latex.php?latex=%5Ctau&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\tau' title='\tau' class='latex' />, a dummy variable.  In reality, we are taking an input signal, flipping it vertically through the origin (not evident with a square wave), and determining what the integral is at each value of <img src='http://s.wordpress.com/latex.php?latex=%5Ctau&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\tau' title='\tau' class='latex' />, which here is <em>delay through time.</em> Since the output of any LTI system is non-causal (meaning it cannot exist until the signal that excites the output has been applied), we must mathematically step through time to see how each impulse signal of the input affects the LTI system&#8217;s impulse response &#8211; again, achieved by stepping through <img src='http://s.wordpress.com/latex.php?latex=%5Ctau&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\tau' title='\tau' class='latex' /> &#8211; the &#8220;time-delay&#8221; dummy variable.</p>
<h3>A Convolution Example</h3>
<p>To see how the convolution integral can be used to predict the output of an LTI circuit, observe the following example:<span style="text-decoration: underline;"> </span></p>
<p style="padding-left: 30px;">For an LTI system with an impulse response of <img src='http://s.wordpress.com/latex.php?latex=h%28t%29%20%3D%20e%5E%7B-2t%7Du%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='h(t) = e^{-2t}u(t) ' title='h(t) = e^{-2t}u(t) ' class='latex' />, calculate the output, <img src='http://s.wordpress.com/latex.php?latex=y%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t)' title='y(t)' class='latex' />, given the input of:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=f%28t%29%20%3D%20e%5E%7B-t%7Du%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t) = e^{-t}u(t)' title='f(t) = e^{-t}u(t)' class='latex' /></p>
<p style="padding-left: 30px;">The output of this system is found by solving:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=y%28t%29%20%3D%20h%28t%29%2Af%28t%29%20%3D%20%5Cint_%7B0%7D%5E%7B%5Cinfty%7D%20h%28%5Ctau%29%20%5Ccdot%20f%28t-%5Ctau%29%20d%5Ctau&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t) = h(t)*f(t) = \int_{0}^{\infty} h(\tau) \cdot f(t-\tau) d\tau' title='y(t) = h(t)*f(t) = \int_{0}^{\infty} h(\tau) \cdot f(t-\tau) d\tau' class='latex' /></p>
<p style="padding-left: 30px;">We only integrate between 0 and +<img src='http://s.wordpress.com/latex.php?latex=%5Cinfty&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\infty' title='\infty' class='latex' /> because, if we define <img src='http://s.wordpress.com/latex.php?latex=t%20%3D%200&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t = 0' title='t = 0' class='latex' /> as the time that the input signal <img src='http://s.wordpress.com/latex.php?latex=f%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t)' title='f(t)' class='latex' /> is applied, then both <img src='http://s.wordpress.com/latex.php?latex=h%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='h(t)' title='h(t)' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=f%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t)' title='f(t)' class='latex' /> have zero magnitude at any time <img src='http://s.wordpress.com/latex.php?latex=t%3C0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t&lt;0' title='t&lt;0' class='latex' />.</p>
<p style="padding-left: 30px;">From there, we calculate:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=y%28t%29%20%3D%20%5Cint_%7B0%7D%5E%7B%5Cinfty%7D%20e%5E%7B-2%5Ctau%7Du%28%5Ctau%29%20%5Ccdot%20e%5E%7B-%5Ctau%7D%20d%5Ctau%3D%20%5Cint_%7B0%7D%5E%7Bt%7De%5E%7B-%5Ctau%7D%20%5Ccdot%20e%5E%7B-2%28t-%5Ctau%29%7Dd%5Ctau%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t) = \int_{0}^{\infty} e^{-2\tau}u(\tau) \cdot e^{-\tau} d\tau= \int_{0}^{t}e^{-\tau} \cdot e^{-2(t-\tau)}d\tau ' title='y(t) = \int_{0}^{\infty} e^{-2\tau}u(\tau) \cdot e^{-\tau} d\tau= \int_{0}^{t}e^{-\tau} \cdot e^{-2(t-\tau)}d\tau ' class='latex' /></p>
<p style="padding-left: 30px;">Next, we can simplify and compute the integral:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=y%28t%29%20%3D%20%5Cint_%7B0%7D%5E%7Bt%7De%5E%7B-%5Ctau%7D%20%5Ccdot%20e%5E%7B-2%28t-%5Ctau%29%7Dd%5Ctau%20%3D%20e%5E%7B-2t%7D%20%5Cint_%7B0%7D%5E%7Bt%7De%5E%7B%5Ctau%7Dd%5Ctau%20%3D%20e%5E%7B-2t%7D%28e%5Et-1%29%20%3D%20e%5E%7B-t%7D%20-%20e%5E%7B-2t%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t) = \int_{0}^{t}e^{-\tau} \cdot e^{-2(t-\tau)}d\tau = e^{-2t} \int_{0}^{t}e^{\tau}d\tau = e^{-2t}(e^t-1) = e^{-t} - e^{-2t}' title='y(t) = \int_{0}^{t}e^{-\tau} \cdot e^{-2(t-\tau)}d\tau = e^{-2t} \int_{0}^{t}e^{\tau}d\tau = e^{-2t}(e^t-1) = e^{-t} - e^{-2t}' class='latex' /></p>
<p style="padding-left: 30px;">Since <img src='http://s.wordpress.com/latex.php?latex=y%28t%29%20%3D%200&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t) = 0' title='y(t) = 0' class='latex' /> for all <img src='http://s.wordpress.com/latex.php?latex=t%20%3C%200&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t &lt; 0' title='t &lt; 0' class='latex' />, we can write the output <img src='http://s.wordpress.com/latex.php?latex=y%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t) ' title='y(t) ' class='latex' /> as:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=y%28t%29%20%3D%20%28e%5E%7B-t%7D-e%5E%7B-2t%7D%29u%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t) = (e^{-t}-e^{-2t})u(t) ' title='y(t) = (e^{-t}-e^{-2t})u(t) ' class='latex' /></p>
<p style="padding-left: 30px;">This result <img src='http://s.wordpress.com/latex.php?latex=y%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t)' title='y(t)' class='latex' /> <em>describes the output function for an LTI system with an impulse response </em><img src='http://s.wordpress.com/latex.php?latex=h%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='h(t)' title='h(t)' class='latex' /> <em>when fed the input signal </em><img src='http://s.wordpress.com/latex.php?latex=f%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t)' title='f(t)' class='latex' />.</p>
<h3>5 Steps to perform mathematical convolution</h3>
<p>Often, one may wish to compute the convolution of two signals that can&#8217;t be described with one function of time alone.  For arbitrary signals, such as pulse trains or PCM signals, the convolution <em>at any time t</em> can be computed graphically.  For signals <em>whose individual &#8220;sections&#8221; can be described mathematically</em>, follow these steps to perform a convolution:</p>
<p style="padding-left: 30px;">1.) Choose one of the two funtions (<img src='http://s.wordpress.com/latex.php?latex=h%28%5Ctau%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='h(\tau)' title='h(\tau)' class='latex' /> or <img src='http://s.wordpress.com/latex.php?latex=f%28%5Ctau%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(\tau)' title='f(\tau)' class='latex' />), and leave it fixed in <img src='http://s.wordpress.com/latex.php?latex=%5Ctau&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\tau' title='\tau' class='latex' />-space.</p>
<p style="padding-left: 30px;">2.) Flip the <em>other </em>function vertically across the origin, so that it is <em>time-inverted</em>.</p>
<p style="padding-left: 30px;">3.) Shift the inverted signal through the <img src='http://s.wordpress.com/latex.php?latex=%5Ctau%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\tau ' title='\tau ' class='latex' /> axis by <img src='http://s.wordpress.com/latex.php?latex=t_0%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t_0 ' title='t_0 ' class='latex' /> seconds.  Choose to shift the signal to the first &#8220;section&#8221; of the fixed function that is described by the same equation.  The inverted signal (say, <img src='http://s.wordpress.com/latex.php?latex=f%28-%20%5Ctau%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(- \tau) ' title='f(- \tau) ' class='latex' />), now shifted, represents <img src='http://s.wordpress.com/latex.php?latex=f%28t_0%20-%20%5Ctau%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t_0 - \tau) ' title='f(t_0 - \tau) ' class='latex' />, which is basically a &#8220;freeze frame&#8221; of the output after the input signal has been fed to the LTI system for <img src='http://s.wordpress.com/latex.php?latex=t_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t_0' title='t_0' class='latex' /> seconds.</p>
<p style="padding-left: 30px;">4.) The integral of the two functions, after shifting the inverted function by <img src='http://s.wordpress.com/latex.php?latex=t_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t_0' title='t_0' class='latex' /> seconds, is the value of the convolution integral (i.e. output signal) at <img src='http://s.wordpress.com/latex.php?latex=t%20%3D%20t_0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t = t_0' title='t = t_0' class='latex' />.</p>
<p style="padding-left: 30px;">5.) Repeat this procedure through all &#8220;sections&#8221; of the function fixed in <img src='http://s.wordpress.com/latex.php?latex=%5Ctau&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\tau' title='\tau' class='latex' />-space.  By doing this, you can compute the value of the output at any time <img src='http://s.wordpress.com/latex.php?latex=t&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t' title='t' class='latex' />!</p>
<h3>Useful Properties</h3>
<p>&nbsp;</p>
<p>The following is a list of useful properties of the convolution integral that can help in developing an intuitive approach to solving problems:<span style="text-decoration: underline;"><br />
</span></p>
<p>1.) Commutative Property:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=f_1%28t%29%2Af_2%28t%29%20%3D%20f_2%28t%29%2Af_1%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_1(t)*f_2(t) = f_2(t)*f_1(t) ' title='f_1(t)*f_2(t) = f_2(t)*f_1(t) ' class='latex' /></p>
<p>2.) Distributive Property:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=f_1%28t%29%2A%5Bf_2%28t%29%2Bf_3%28t%29%5D%20%3D%20f_1%28t%29%2Af_2%28t%29%20%2B%20f_1%28t%29%2Af_3%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_1(t)*[f_2(t)+f_3(t)] = f_1(t)*f_2(t) + f_1(t)*f_3(t)' title='f_1(t)*[f_2(t)+f_3(t)] = f_1(t)*f_2(t) + f_1(t)*f_3(t)' class='latex' /></p>
<p>3.) Associative Property:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=f_1%28t%29%2A%5Bf_2%28t%29%2Af_3%28t%29%5D%20%3D%20%5Bf_1%28t%29%2Af_2%28t%29%5D%2Af_3%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_1(t)*[f_2(t)*f_3(t)] = [f_1(t)*f_2(t)]*f_3(t)' title='f_1(t)*[f_2(t)*f_3(t)] = [f_1(t)*f_2(t)]*f_3(t)' class='latex' /></p>
<p>4.) Shift Property:</p>
<p style="padding-left: 30px;">if <img src='http://s.wordpress.com/latex.php?latex=f_1%28t%29%2Af_2%28t%29%20%3D%20c%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_1(t)*f_2(t) = c(t)' title='f_1(t)*f_2(t) = c(t)' class='latex' /></p>
<p style="padding-left: 30px;">then <img src='http://s.wordpress.com/latex.php?latex=f_1%28t-T_1%29%2Af_2%28t-T_2%29%20%3D%20c%28t-T_1-T_2%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_1(t-T_1)*f_2(t-T_2) = c(t-T_1-T_2)' title='f_1(t-T_1)*f_2(t-T_2) = c(t-T_1-T_2)' class='latex' /></p>
<p>5.) Convolution with an Impulse results in the original function:</p>
<p style="padding-left: 30px;"><img src='http://s.wordpress.com/latex.php?latex=f%28t%29%2A%20%5Cdelta%20%28t%29%20%3D%20f%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f(t)* \delta (t) = f(t)' title='f(t)* \delta (t) = f(t)' class='latex' /> where <img src='http://s.wordpress.com/latex.php?latex=%5Cdelta%20%28t%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\delta (t)' title='\delta (t)' class='latex' /> is the unit impulse function</p>
<p>6.) Width Property:</p>
<p style="padding-left: 30px;"><em>The convolution of a signal of duration </em><img src='http://s.wordpress.com/latex.php?latex=T_1&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_1' title='T_1' class='latex' /><em> and a signal of duration </em><img src='http://s.wordpress.com/latex.php?latex=T_2&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_2' title='T_2' class='latex' /> <em>will result in a signal of duration</em> <img src='http://s.wordpress.com/latex.php?latex=T_3%20%3D%20T_1%20%2B%20T_2&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='T_3 = T_1 + T_2' title='T_3 = T_1 + T_2' class='latex' /></p>
<h3>Convolution Table</h3>
<p>Finally, here is a<a href="http://i.imgur.com/nTgs9.jpg"> Convolution Table</a> that can <em>greatly </em>reduce the difficulty in solving convolution integrals.</p>
<p>Thank you so much to <a href="http://engineersphere.com">Safa Khamis</a> @ Kansas State University for taking the time to write this tutorial for Engineersphere and the <a href="http://www.ieee.org/index.html">electrical engineering community</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/the-convolution-integral-explained.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Solving a Linear System Using the Inverse Matrix</title>
		<link>http://engineersphere.com/math/solving-a-linear-system-using-the-inverse-matrix.html</link>
		<comments>http://engineersphere.com/math/solving-a-linear-system-using-the-inverse-matrix.html#comments</comments>
		<pubDate>Thu, 03 Mar 2011 22:49:47 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Linear Systems]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[coefficient matrix]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[matrix division]]></category>
		<category><![CDATA[matrix multiplication]]></category>
		<category><![CDATA[matrix theory]]></category>
		<category><![CDATA[solving linear systems]]></category>
		<category><![CDATA[using inverse matrices]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=2009</guid>
		<description><![CDATA[TweetTweetDescribing the process of solving a linear system using the adjacent matrix is best done while performing an example. Suppose we have a system where is the coefficient matrix of our system, is the column vector containing our variables, and is the solution column vector. We are asked to solve for the column vector made [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/math/solving-a-linear-system-using-the-inverse-matrix.html&via=EngineerSphere&text=Solving a Linear System Using the Inverse Matrix&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/math/solving-a-linear-system-using-the-inverse-matrix.html&via=EngineerSphere&text=Solving a Linear System Using the Inverse Matrix&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Describing the process of solving a linear system using the adjacent matrix is best done while performing an example. Suppose we have a system <img src='http://s.wordpress.com/latex.php?latex=A%2Ax%20%3D%20B%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='A*x = B ' title='A*x = B ' class='latex' /> where <img src='http://s.wordpress.com/latex.php?latex=A%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='A ' title='A ' class='latex' /> is the <a href="http://en.wikipedia.org/wiki/Coefficient_matrix">coefficient matrix</a> of our system, <img src='http://s.wordpress.com/latex.php?latex=x%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x ' title='x ' class='latex' /> is the column vector containing our variables, and <img src='http://s.wordpress.com/latex.php?latex=B%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='B ' title='B ' class='latex' /> is the solution column vector. We are asked to solve for the column vector <img src='http://s.wordpress.com/latex.php?latex=x%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x ' title='x ' class='latex' /> made up of variables <img src='http://s.wordpress.com/latex.php?latex=x_1&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_1' title='x_1' class='latex' />, <img src='http://s.wordpress.com/latex.php?latex=x_2&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_2' title='x_2' class='latex' />, and <img src='http://s.wordpress.com/latex.php?latex=x_3&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_3' title='x_3' class='latex' />.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cbegin%7Bbmatrix%7D1%263%263%5C%5C1%264%263%5C%5C1%263%264%5Cend%7Bbmatrix%7D%20%5Cbegin%7Bbmatrix%7D%20x_1%5C%5Cx_2%5C%5Cx_3%5Cend%7Bbmatrix%7D%20%3D%20%5Cbegin%7Bbmatrix%7D%2012%5C%5C-10%5C%5C16%5Cend%7Bbmatrix%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\begin{bmatrix}1&amp;3&amp;3\\1&amp;4&amp;3\\1&amp;3&amp;4\end{bmatrix} \begin{bmatrix} x_1\\x_2\\x_3\end{bmatrix} = \begin{bmatrix} 12\\-10\\16\end{bmatrix}' title='\begin{bmatrix}1&amp;3&amp;3\\1&amp;4&amp;3\\1&amp;3&amp;4\end{bmatrix} \begin{bmatrix} x_1\\x_2\\x_3\end{bmatrix} = \begin{bmatrix} 12\\-10\\16\end{bmatrix}' class='latex' /></p>
<p>Typically, we would divide <img src='http://s.wordpress.com/latex.php?latex=B%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='B ' title='B ' class='latex' /> by <img src='http://s.wordpress.com/latex.php?latex=A%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='A ' title='A ' class='latex' /> to solve for <img src='http://s.wordpress.com/latex.php?latex=x%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x ' title='x ' class='latex' />, however there is no method for performing division between matrices. By taking advantage of the inverse matrix property <img src='http://s.wordpress.com/latex.php?latex=A%5E%7B-1%7D%2AA%20%3D%201%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='A^{-1}*A = 1 ' title='A^{-1}*A = 1 ' class='latex' />, we can simply the formula to solve for the column vector <img src='http://s.wordpress.com/latex.php?latex=x%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x ' title='x ' class='latex' />. The <a href="http://en.wikipedia.org/wiki/Commutativity">commutative property</a> does not apply in matrix multiplication so <img src='http://s.wordpress.com/latex.php?latex=A%5E%7B-1%7D%2AB%20%5Cnot%3D%20B%2AA%5E%7B-1%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='A^{-1}*B \not= B*A^{-1}' title='A^{-1}*B \not= B*A^{-1}' class='latex' />.  <em>Therefore we have have to be aware of the &#8216;order&#8217; in which we multiply</em>:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%28A%5E%7B-1%7D%29%20%2A%20A%20%2A%20x%20%3D%20%28A%5E%7B-1%7D%29%20%2A%20B%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='(A^{-1}) * A * x = (A^{-1}) * B ' title='(A^{-1}) * A * x = (A^{-1}) * B ' class='latex' />      simplifies to      <img src='http://s.wordpress.com/latex.php?latex=x%20%3D%20A%5E%7B-1%7D%2AB%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x = A^{-1}*B ' title='x = A^{-1}*B ' class='latex' /></p>
<p>Notice that since we multiplied by <img src='http://s.wordpress.com/latex.php?latex=A%5E%7B-1%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='A^{-1} ' title='A^{-1} ' class='latex' /> &#8216;first&#8217; on the left side of the equation, we also multiply &#8216;first&#8217; on the right side. Now, multiplying the inverse of matrix <img src='http://s.wordpress.com/latex.php?latex=A%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='A ' title='A ' class='latex' /> by matrix <img src='http://s.wordpress.com/latex.php?latex=B%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='B ' title='B ' class='latex' /> will yield a column vector matching our <img src='http://s.wordpress.com/latex.php?latex=x_1&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_1' title='x_1' class='latex' />, <img src='http://s.wordpress.com/latex.php?latex=x_2&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_2' title='x_2' class='latex' />, and <img src='http://s.wordpress.com/latex.php?latex=x_3&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_3' title='x_3' class='latex' />. Below, I have used the equation <img src='http://s.wordpress.com/latex.php?latex=x%20%3D%20A%5E%7B-1%7D%2AB%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x = A^{-1}*B ' title='x = A^{-1}*B ' class='latex' /> and plugged the values for <img src='http://s.wordpress.com/latex.php?latex=A%5E%7B-1%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='A^{-1} ' title='A^{-1} ' class='latex' /> into the equation. The product between <img src='http://s.wordpress.com/latex.php?latex=A%5E%7B-1%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='A^{-1} ' title='A^{-1} ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=B%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='B ' title='B ' class='latex' /> is shown on the far right. Note: This article assumes you know how to find the inverse of a matrix. This process is described in my article <a href="http://engineersphere.com/math/finding-the-inverse-of-a-matrix.html">Finding The Inverse of a Matrix</a>.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%20%5Cbegin%7Bbmatrix%7D%20x_1%5C%5Cx_2%5C%5Cx_3%5Cend%7Bbmatrix%7D%20%3D%20%5Cbegin%7Bbmatrix%7D7%26-3%26-3%5C%5C-1%261%260%5C%5C-1%260%261%5Cend%7Bbmatrix%7D%20%5Cbegin%7Bbmatrix%7D%20%2012%5C%5C-10%5C%5C16%5Cend%7Bbmatrix%7D%20%3D%20%5Cbegin%7Bbmatrix%7D%2066%5C%5C-22%5C%5C4%5Cend%7Bbmatrix%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt=' \begin{bmatrix} x_1\\x_2\\x_3\end{bmatrix} = \begin{bmatrix}7&amp;-3&amp;-3\\-1&amp;1&amp;0\\-1&amp;0&amp;1\end{bmatrix} \begin{bmatrix}  12\\-10\\16\end{bmatrix} = \begin{bmatrix} 66\\-22\\4\end{bmatrix}' title=' \begin{bmatrix} x_1\\x_2\\x_3\end{bmatrix} = \begin{bmatrix}7&amp;-3&amp;-3\\-1&amp;1&amp;0\\-1&amp;0&amp;1\end{bmatrix} \begin{bmatrix}  12\\-10\\16\end{bmatrix} = \begin{bmatrix} 66\\-22\\4\end{bmatrix}' class='latex' /></p>
<p>Therefore, <img src='http://s.wordpress.com/latex.php?latex=x_1%3D66&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_1=66' title='x_1=66' class='latex' />, <img src='http://s.wordpress.com/latex.php?latex=x_2%3D-22&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_2=-22' title='x_2=-22' class='latex' />, and <img src='http://s.wordpress.com/latex.php?latex=x_3%3D4&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x_3=4' title='x_3=4' class='latex' />. Simple systems (i.e. this 3&#215;3 system) are much easier to solve with algebra instead of finding the inverse of the coefficient matrix and performing matrix multiplication. This application is more practical for larger systems or while working on Matrix Theory homework.</p>
<p><strong>Please leave comments by <a href="http://engineersphere.com/wp-login.php">signing in</a> and then clicking on the &#8220;sticky note&#8221; located in the top right corner of this post to show your appreciation to the author!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/solving-a-linear-system-using-the-inverse-matrix.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smith Charts Explained</title>
		<link>http://engineersphere.com/linear-systems/smith-charts-explained.html</link>
		<comments>http://engineersphere.com/linear-systems/smith-charts-explained.html#comments</comments>
		<pubDate>Mon, 28 Feb 2011 21:35:56 +0000</pubDate>
		<dc:creator>Safa</dc:creator>
				<category><![CDATA[Communications]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Linear Systems]]></category>
		<category><![CDATA[smith chart]]></category>
		<category><![CDATA[smith charts]]></category>
		<category><![CDATA[using smith charts]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=2025</guid>
		<description><![CDATA[TweetTweetWhy We Need Smith Charts In the world of RF (Radio Frequency) electronics, normal &#8220;bench-top&#8221; circuit components cease to operate the way they were designed to.  This means a normal resistor can become a capacitor, a capacitor can become an inductor, and a normal wire can become a distributed network of inductors and capacitors.  This [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/linear-systems/smith-charts-explained.html&via=EngineerSphere&text=Smith Charts Explained&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/linear-systems/smith-charts-explained.html&via=EngineerSphere&text=Smith Charts Explained&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><h3>Why We Need Smith Charts</h3>
<p>In the world of RF (Radio Frequency) electronics, normal &#8220;bench-top&#8221; circuit components cease to operate the way they were designed to.  This means a normal resistor can become a capacitor, a capacitor can become an inductor, and a normal wire can become a distributed network of inductors and capacitors.  This highly non-ideal behavior occurs because, in reality, no true resistor, capacitor, inductor, or wire exists; rather they are all processed and manufactured to operate within a certain frequency range &#8211; at frequencies where the real-world effects are quantitatively insignificant.  However, as one approaches RF frequencies, these real-world effects become <em>much more </em>pronounced in cheap components.   Eventually, the frequency of operation can become so high that the transmission line itself &#8211; no longer a simple wire &#8211; will exhibit significant signal-loss.  But even with lossless transmission lines, it is important in communications to &#8220;match impedances,&#8221; i.e. attach an antenna whose impedance matches that of the signal source &#8211; this maximizes the transmitting-antenna&#8217;s power dissipation (and &#8220;reflects&#8221; back zero power).  Indeed, being able to calculate and measure the impedances of antennas, transmission lines, etc is very important within RF design, which are almost always complex numbers.  Another reason determining load impedances is important is because of the 1:1 mapping between a value of load impedance and a corresponding value of <img src='http://s.wordpress.com/latex.php?latex=%5CGamma%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\Gamma ' title='\Gamma ' class='latex' />, the reflection coefficient (a ratio of how much a signal is reflected versus how much a signal is radiated for a given load).</p>
<h3>How To Read a Smith Chart</h3>
<p>One way of simplifying the analytical problems communication engineers typically face is by using a Smith Chart.  <strong>Smith Charts provide a graphical representation of the impedance of any load &#8211; whether that load be an antenna or simply an open-circuited transmission line, such as a coax cable</strong>.  Because these impedances may very well be complex in nature, a Smith Chart is designed such that each point on it represents <em>both </em>the real and imaginary parts of the load&#8217;s impedance.   To begin, observe the basic &#8220;format&#8221; of any Smith Chart:</p>
<p style="text-align: center;">&nbsp;</p>
<div id="attachment_2032" class="wp-caption aligncenter" style="width: 265px"><a href="http://engineersphere.com/wp-content/uploads/2011/02/smitchart2.jpg"><img class="size-full wp-image-2032 " title="smith chart" src="http://engineersphere.com/wp-content/uploads/2011/02/smitchart2.jpg" alt="smith chart" width="255" height="259" /></a><p class="wp-caption-text">Generic Smith Chart</p></div>
<p style="text-align: left;">What is seen here is the generic, <em>normalized</em> Smith Chart.  Each <em>point </em>on the chart represents an impedance, and the numbers marked on the chart represent different coefficients needed to multiply by the original load value  (from which the chart was normalized from &#8211; If this is confusing, don&#8217;t worry about it &#8211; the &#8220;original load value&#8221; will almost always be known).  The chart consists of yellow circles and red arcs.  The yellow circles represent contours of where the <em>Real </em>part of the impedance magnitude is the same, e.g. for any point along the yellow circle marked &#8220;2.0,&#8221; the real part of the impedance is:</p>
<p><img class="alignnone" title="ex1" src="http://mathurl.com/469vmeu.png" alt="" width="105" height="17" /></p>
<p style="text-align: left;">where  <img class="alignnone" title="z0" src="http://mathurl.com/4btl8vc.png" alt="" width="16" height="15" /> is the impedance the chart was normalized from.</p>
<p style="text-align: left;">Similarly, the red arcs represent contours where the <em>Imaginary </em>part of the impedance magnitude is the same, e.g. for any point along the red arc marked &#8220;0.5,&#8221; the imaginary part of the impedance is:</p>
<p><img class="alignnone" title="ex2" src="http://mathurl.com/48o3shx.png" alt="" width="118" height="17" /></p>
<p style="text-align: left;">This is very handy for displaying complex impedance values.  For instance, notice the following Smith Chart:</p>
<p style="text-align: left;">&nbsp;</p>
<div id="attachment_2038" class="wp-caption aligncenter" style="width: 265px"><a href="http://engineersphere.com/wp-content/uploads/2011/02/smitchartex1.jpg"><img class="size-full wp-image-2038" title="smitchartex1" src="http://engineersphere.com/wp-content/uploads/2011/02/smitchartex1.jpg" alt="" width="255" height="259" /></a><p class="wp-caption-text">Smith Chart for Z0 = 50 Ohms</p></div>
<p style="text-align: left;">What is the impedance for the load represented on the Smith Chart by the blue dot?  This is easy to determine, because:</p>
<ol>
<li>The blue dot is along the yellow circle marked &#8220;2.0,&#8221; so the real part of the impedance must be:<br />
<img class="alignnone" title="ex4" src="http://mathurl.com/6e9wy2k.png" alt="" width="54" height="17" /> <img class="alignnone" title="ex2" src="http://mathurl.com/4sppnfs.png" alt="" width="92" height="12" /></li>
<li>The blue dot is also along the red arc marked &#8220;0.5,&#8221; so the imaginary part of the impedance must be:<br />
<img class="alignnone" title="ex5" src="http://mathurl.com/4ofzxg7.png" alt="" width="53" height="17" /><img class="alignnone" title="ex3" src="http://mathurl.com/62uozx4.png" alt="" width="96" height="12" /></li>
</ol>
<p>So, from this, we have determined that the impedance of the &#8220;load&#8221; represented by the blue dot is:</p>
<p><img class="alignnone" title="soln1" src="http://mathurl.com/49aybd4.png" alt="" width="102" height="16" /></p>
<p style="text-align: left;">By using this method, it is simple to find the impedance represented by any point on the Smith Chart!</p>
<h3 style="text-align: left;">Useful Smith Chart Relations<span style="text-decoration: underline;"><br />
</span></h3>
<p style="text-align: left;">As mentioned before, a Smith Chart is really just a 1:1 mapping between a value of load impedance and a value of <img src='http://s.wordpress.com/latex.php?latex=%5CGamma&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\Gamma' title='\Gamma' class='latex' />, the reflection coefficient of a load.  The reflection coefficient is defined as:</p>
<p style="text-align: left;"><img src='http://s.wordpress.com/latex.php?latex=%5CGamma%20%3D%5Cfrac%7BV_%7Breflected%7D%7D%7BV_%7Bincident%7D%7D%20%3D%20%5Cfrac%7BV_%7Brefl%7D%7D%7BV_%7Binc%7D%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\Gamma =\frac{V_{reflected}}{V_{incident}} = \frac{V_{refl}}{V_{inc}} ' title='\Gamma =\frac{V_{reflected}}{V_{incident}} = \frac{V_{refl}}{V_{inc}} ' class='latex' /></p>
<p style="text-align: left;">The reflection coefficient is a very important metric.  For antennas, a reflection coefficient expresses how much signal voltage is used in exciting the antenna and how much signal voltage is reflected back to the source.  For an ideal antenna, <img src='http://s.wordpress.com/latex.php?latex=%5CGamma%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\Gamma ' title='\Gamma ' class='latex' /> would be zero &#8211; corresponding to <img src='http://s.wordpress.com/latex.php?latex=Z%20%3D%20Z_0%20%5COmega%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Z = Z_0 \Omega ' title='Z = Z_0 \Omega ' class='latex' />, which is the origin of the Smith Chart!  In fact, simple relations exist between <img src='http://s.wordpress.com/latex.php?latex=Z%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Z ' title='Z ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=%5CGamma%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\Gamma ' title='\Gamma ' class='latex' />:</p>
<p style="text-align: left;"><img class="alignnone" title="ex22" src="http://mathurl.com/6gx7nr5.png" alt="" width="94" height="34" /></p>
<p style="text-align: left;">and</p>
<p style="text-align: left;"><img class="alignnone" title="ex33" src="http://mathurl.com/4ozn69x.png" alt="" width="87" height="38" /></p>
<p>Useful Notes<span style="text-decoration: underline;"> </span></p>
<p style="text-align: left;">Simple observations allow for a more &#8220;intuitive&#8221; approach when using Smith Charts.  Note the following:</p>
<ul>
<li>The straight red line in the center is an &#8220;arc&#8221; representing all points where the imaginary part of the impedance is zero</li>
<li>The furthest-left point on the straight red line represents where the impedance is zero (or, a short circuit), and the furthest-right point on the straight red line represents where the impedance is <img src='http://s.wordpress.com/latex.php?latex=%5Cinfty%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\infty ' title='\infty ' class='latex' /> (or, an open circuit)</li>
<li>The very top point of the Smith Chart is where the impedance is +<img src='http://s.wordpress.com/latex.php?latex=j%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='j ' title='j ' class='latex' />
<ul>
<li><strong>For this reason, the top half of the Smith Chart represents inductive loads</strong></li>
</ul>
</li>
<li>The very bottom point of the Smith Chart is where the impedance is -<img src='http://s.wordpress.com/latex.php?latex=j%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='j ' title='j ' class='latex' />
<ul>
<li><strong>Similarly, the bottom half of the Smith Chart represents capacitive loads</strong></li>
</ul>
</li>
</ul>
<p>____</p>
<p>Safa Khamis</p>
<p>Questions?  Comments?  safa@ksu.edu &#8211; Or please leave a comment below for the author!</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/linear-systems/smith-charts-explained.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frequency Response for MOSFET/BJT</title>
		<link>http://engineersphere.com/basic-electrical-concepts/frequency-response-for-mosfetbjt.html</link>
		<comments>http://engineersphere.com/basic-electrical-concepts/frequency-response-for-mosfetbjt.html#comments</comments>
		<pubDate>Sun, 30 May 2010 01:48:25 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Circuit Theory]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Filter Design using Poles and Zeros]]></category>
		<category><![CDATA[BJT]]></category>
		<category><![CDATA[Cadence]]></category>
		<category><![CDATA[Electrical Engineering]]></category>
		<category><![CDATA[Electrical Engineering Concepts]]></category>
		<category><![CDATA[Engineer]]></category>
		<category><![CDATA[MOSFET]]></category>
		<category><![CDATA[Parallel Resistance Formula]]></category>
		<category><![CDATA[pole]]></category>
		<category><![CDATA[PSPICE]]></category>
		<category><![CDATA[transistor]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=926</guid>
		<description><![CDATA[TweetTweetThe frequency response of a BJT or MOSFET can be found using nearly the exact same process, with the only variations being caused by a single resistor and simple naming conventions that differ between the two devices. Before we start let&#8217;s think a little bit about what we&#8217;re doing: Our goal is going to be [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/basic-electrical-concepts/frequency-response-for-mosfetbjt.html&via=EngineerSphere&text=Frequency Response for MOSFET/BJT&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/basic-electrical-concepts/frequency-response-for-mosfetbjt.html&via=EngineerSphere&text=Frequency Response for MOSFET/BJT&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>The frequency response of a <strong>BJT</strong> or <strong>MOSFET </strong>can be found using nearly the exact same process, with the only variations being caused by a single resistor and simple naming conventions that differ between the two devices.</p>
<p>Before we start let&#8217;s think a little bit about what we&#8217;re doing:<br />
<strong>Our goal is going to be to find the pole(s) of the circuit</strong>.<br />
Okay?<span style="text-decoration: underline;"> What is a pole and why do I care where it is?</span><br />
A pole is a frequency at which the gain of the device rolls off. (remember that when it rolls off , it will be at the -3dB frequency with a slope of -20dB/decade)</p>
<p>We care because if the gain of a device rolls off at a certain frequency, then we won&#8217;t be able to amplify a signal above that frequency very well because the gain will be decreasing by 20dB/decade.</p>
<p>The procedure is nearly identical whether we are using a BJT of a MOSFET, but we will work each of them side by side just in case there might be any confusion, and we&#8217;ll follow these steps as we go through.  (we will also use some values that came from the output file when running a simulation of this circuit in Cadence (or PSPICE) )<img class="size-full wp-image-941 alignright" title="mosfet-amplifier" src="http://engineersphere.com/wp-content/uploads/2009/09/MOSFET.bmp" alt="mosfet-amplifier" width="320" height="271" /></p>
<p><img class="alignright size-full wp-image-942" title="bjt-amplifier" src="http://engineersphere.com/wp-content/uploads/2009/09/BJT.bmp" alt="bjt-amplifier" width="326" height="271" /><br />
1. Take a look at one of the circuits and see what you notice, how about the MOSFET.  This step is just to help us with our knowledge understanding of the circuit.<br />
- At a glance it just looks just like another MOSFET right? Sure is, but let&#8217;s take a look at a few things just for kicks. Notice that it is using a bypass capacitor at the source so we don&#8217;t have to worry about <img src='http://s.wordpress.com/latex.php?latex=R_s&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='R_s' title='R_s' class='latex' /> (at when working with high frequency).  Since the capacitor <img src='http://s.wordpress.com/latex.php?latex=C_s&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_s' title='C_s' class='latex' /> bypasses <img src='http://s.wordpress.com/latex.php?latex=R_s&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='R_s' title='R_s' class='latex' /> to ground, you should notice that this is a common-source amplifier.  You could notice the Values for <img src='http://s.wordpress.com/latex.php?latex=R_1&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='R_1' title='R_1' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=R_2&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='R_2' title='R_2' class='latex' /> and start to think about what the Gate voltage is and how that may affect the circuit.<br />
2. We are talking about frequency response so that means we are probably going to want to draw the small signal equivalent circuit.<br />
Remember that the capacitors <img src='http://s.wordpress.com/latex.php?latex=C_1&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_1' title='C_1' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=C_2&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_2' title='C_2' class='latex' /> will act like short circuits at high frequencies so we will ignore them, but we will have to account for some of the capacitance internal to the device.</p>
<p>Both devices have internal <a href="http://engineersphere.com/basic-electrical-concepts/capacitors.html">capacitances</a> that are very similar.  As you can see from the small signal models for a MOSFET (above) and BJT (below), the only significant difference is that the BJT has an additional resistance Rpi between the Base and Emitter.</p>
<p>Most of the analysis we will do is based on the small signal model. Note that small signal models are not typically used in PSPICE so this picture may look a bit odd, especially the controlled source but for our purpose it is good to have a visual reference. To start we will point out what everything is. Cgs is an internal capacitance betwe<a href="http://engineersphere.com/wp-content/uploads/2009/09/MOSFET-small-signal-model-PSPICE.png"><img class="alignright  size-full wp-image-1145" title="mosfet-small-signal-model" src="http://engineersphere.com/wp-content/uploads/2009/09/MOSFET-small-signal-model-PSPICE.png" alt="mosfet-small-signal-model" width="660" height="146" /></a></p>
<p>en the gate and source. The</p>
<p>values for Cgs was similar to one the a PSPICE simulation may give.  CM1 and CM2 are Miller capacitances which we will find values for later<a href="http://engineersphere.com/wp-content/uploads/2009/09/BJT-small-signal-model.png"><img class="alignright size-full wp-image-1147" title="bjt-small-signal-model" src="http://engineersphere.com/wp-content/uploads/2009/09/BJT-small-signal-model.png" alt="bjt-small-signal-model" width="650" height="170" /></a>.  ro is a Norton equivalent resistance that makes the model more ideal.  And just pretend that the G2 looks more like a voltage controlled current source and that their gains are gm*Vgs and gm*Vpi. For the BJT CM1 and CM2 are both Miller capacitances, Cpi is similar to Cgs and Rpi the additional component used for BJTs but not MOSFETs. The other part should look familiar from the other figures.</p>
<p>ON TO THE ANALYSIS!!!</p>
<p>We will find the device gain, overall gain, equivalent input and output capacitances, and the input and output poles. The process for both is essentially the same.</p>
<p>Device Gain: This is the gain from the control source to the output so we are looking for Vout/Vgs (or Vout/Vpi for a BJT). We will ignore CM2 for this process. Notice the resistances ro, RD, and RL are in parallel. Vout should be given by that equivalent resistance times the current though it which is gm*Vgs from the control source. So the equation for device gain is,</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7Bout%7D%20%2F%20V_%7Bgs%7D%20%3D%20gm%2A%28r_o%2F%2FR_D%2F%2FR_L%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{out} / V_{gs} = gm*(r_o//R_D//R_L)' title='V_{out} / V_{gs} = gm*(r_o//R_D//R_L)' class='latex' />   (MOSFET)</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7Bout%7D%20%2F%20V_%7B%5Cpi%7D%20%3D%20gm%2A%28r_o%2F%2FR_C%2F%2FR_L%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{out} / V_{\pi} = gm*(r_o//R_C//R_L) ' title='V_{out} / V_{\pi} = gm*(r_o//R_C//R_L) ' class='latex' />  (BJT)</p>
<p>Overall Gain: This will be the gain from the source (Vs) to the output (Vout). We already know what Vout/Vgs is so if we find Vgs/Vs, we can multiply them to get Vout/Vs = (Vout/Vgs) * (Vgs/Vs).  Vgs/Vs is a simple voltage divider. Hopefully you can see this from the small signal model (remember that we are ignoring the capacitors for now but they will play a part later).  The equations we will get for Vgs/Vs and the overall gain are.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7Bgs%7D%20%2F%20V_s%20%3D%20%5Cfrac%7B%20%28R_1%2F%2FR_2%29%7D%7B%28R_1%2F%2FR_2%29%20%2B%20R_s%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{gs} / V_s = \frac{ (R_1//R_2)}{(R_1//R_2) + R_s}' title='V_{gs} / V_s = \frac{ (R_1//R_2)}{(R_1//R_2) + R_s}' class='latex' />  (MOSFET)</p>
<p>Overall Gain: <img src='http://s.wordpress.com/latex.php?latex=V_%7Bout%7D%20%2F%20V_s%20%3D%20%5Cfrac%7B%20%28R_1%2F%2FR_2%29%7D%7B%28R_1%2F%2FR_2%29%20%2B%20R_s%7D%20%2A%20gm%28r_o%2F%2FR_D%2F%2FR_L%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{out} / V_s = \frac{ (R_1//R_2)}{(R_1//R_2) + R_s} * gm(r_o//R_D//R_L)' title='V_{out} / V_s = \frac{ (R_1//R_2)}{(R_1//R_2) + R_s} * gm(r_o//R_D//R_L)' class='latex' />  (MOSFET)</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7Bgs%7D%20%2F%20V_s%20%3D%20%5Cfrac%7B%20%28R_1%2F%2FR_2%2F%2Fr_%5Cpi%29%7D%7B%28R_1%2F%2FR_2%2F%2Fr_%5Cpi%29%20%2B%20R_s%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{gs} / V_s = \frac{ (R_1//R_2//r_\pi)}{(R_1//R_2//r_\pi) + R_s}' title='V_{gs} / V_s = \frac{ (R_1//R_2//r_\pi)}{(R_1//R_2//r_\pi) + R_s}' class='latex' />  (BJT)</p>
<p>Overall Gain: <img src='http://s.wordpress.com/latex.php?latex=V_%7Bout%7D%20%2F%20V_s%20%3D%20%5Cfrac%7B%20%28R_1%2F%2FR_2%2F%2Fr_%5Cpi%29%7D%7B%28R_1%2F%2FR_2%2F%2Fr_%5Cpi%29%20%2B%20R_s%7D%20%2A%20gm%28r_o%2F%2FR_C%2F%2FR_L%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{out} / V_s = \frac{ (R_1//R_2//r_\pi)}{(R_1//R_2//r_\pi) + R_s} * gm(r_o//R_C//R_L)' title='V_{out} / V_s = \frac{ (R_1//R_2//r_\pi)}{(R_1//R_2//r_\pi) + R_s} * gm(r_o//R_C//R_L)' class='latex' />  (BJT)</p>
<p>Now we will find the input and output poles.  For this we will need to look at the capacitances and use a formula to find the Miller capacitances, CM1 and CM2.  Any explanation for the miller capacitance will have to wait for another post or check out your <a title="Electronics Book" href="http://www.oup.com/us/companion.websites/umbrella/sedra/" target="_blank">Electronics Book</a>, <a title="Wikipedia" href="http://en.wikipedia.org/wiki/Miller_effect" target="_blank">Wikipedia</a>, <a title="Google" href="http://www.google.com/#hl=en&amp;q=Miller+effect&amp;aq=f&amp;aqi=g9&amp;aql=&amp;oq=&amp;gs_rfai=&amp;fp=bcdf8cbbf06dc4f" target="_blank">Google</a>, etc. but we will need to use a couple of special equations.  Overall we will need to find the input resistance and input capacitance for the input pole and the output resistance and output capacitance for the output pole.</p>
<p>Each pole will be at a frequency w=1/RC where the R and C are the equivalent R and C at that point, so to find the input pole, we will need to find the input resistance and the input capacitance.  These are found by looking into the input (the left side of the small signal model).  The voltage source will  act like a short so we see Rs in parallel with R1//R2 for the MOSFET (the BJT will have Rpi in parallel also).  The input capacitance will be Cgs in parallel with CM1 (the BJT will be the same).  The output resistance and capacitance are found the same way only looking in from the output (the right side of the small signal model).</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Comega_%7BIN%7D%20%3D%20%5Cfrac%7B1%7D%7BR_%7BIN%7DC_%7BIN%7D%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\omega_{IN} = \frac{1}{R_{IN}C_{IN}}' title='\omega_{IN} = \frac{1}{R_{IN}C_{IN}}' class='latex' />  <img src='http://s.wordpress.com/latex.php?latex=%5Comega_%7BOUT%7D%20%3D%20%5Cfrac%7B1%7D%7BR_%7BOUT%7DC_%7BOUT%7D%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\omega_{OUT} = \frac{1}{R_{OUT}C_{OUT}} ' title='\omega_{OUT} = \frac{1}{R_{OUT}C_{OUT}} ' class='latex' />    (MOSFET or BJT)</p>
<p>So the input pole will be: (MOSFET)</p>
<p><img src='http://s.wordpress.com/latex.php?latex=R_%7BIN%7D%20%3D%20R_S%2F%2FR_1%2F%2FR_2&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='R_{IN} = R_S//R_1//R_2' title='R_{IN} = R_S//R_1//R_2' class='latex' />  =  950                                     <img src='http://s.wordpress.com/latex.php?latex=R_%7BOUT%7D%20%3D%20r_o%2F%2FR_D%2F%2FR_L%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='R_{OUT} = r_o//R_D//R_L ' title='R_{OUT} = r_o//R_D//R_L ' class='latex' /> =</p>
<p><img src='http://s.wordpress.com/latex.php?latex=C_%7BIN%7D%20%3D%20C_%7Bgs%7D%20%2B%20C_%7BM1%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{IN} = C_{gs} + C_{M1}' title='C_{IN} = C_{gs} + C_{M1}' class='latex' />  =                                               <img src='http://s.wordpress.com/latex.php?latex=C_%7BOUT%7D%20%3D%20C_%7BM2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{OUT} = C_{M2} ' title='C_{OUT} = C_{M2} ' class='latex' /> =</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Comega_%7BIN%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\omega_{IN}' title='\omega_{IN}' class='latex' /> =                                                                          <img src='http://s.wordpress.com/latex.php?latex=%5Comega_%7BOUT%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\omega_{OUT}' title='\omega_{OUT}' class='latex' /> =</p>
<p>(BJT)</p>
<p>and the output pole will be: (MOSFET)</p>
<p>(BJT)</p>
<p><img src='http://s.wordpress.com/latex.php?latex=R_%7BIN%7D%20%3D%20R_S%2F%2FR_1%2F%2FR_2%2F%2Fr_%5Cpi&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='R_{IN} = R_S//R_1//R_2//r_\pi' title='R_{IN} = R_S//R_1//R_2//r_\pi' class='latex' /> =                                  <img src='http://s.wordpress.com/latex.php?latex=R_%7BOUT%7D%20%3D%20r_o%2F%2FR_D%2F%2FR_L%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='R_{OUT} = r_o//R_D//R_L ' title='R_{OUT} = r_o//R_D//R_L ' class='latex' /> =</p>
<p><img src='http://s.wordpress.com/latex.php?latex=C_%7BIN%7D%20%3D%20C_%7BBE%7D%20%2B%20C_%7BM1%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{IN} = C_{BE} + C_{M1}' title='C_{IN} = C_{BE} + C_{M1}' class='latex' /> =                                                 <img src='http://s.wordpress.com/latex.php?latex=C_%7BOUT%7D%20%3D%20C_%7BM2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{OUT} = C_{M2} ' title='C_{OUT} = C_{M2} ' class='latex' /> =</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Comega_%7BIN%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\omega_{IN}' title='\omega_{IN}' class='latex' /> = <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B%7D%7B%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{}{}' title='\frac{}{}' class='latex' />                                       <img src='http://s.wordpress.com/latex.php?latex=%5Comega_%7BOUT%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\omega_{OUT}' title='\omega_{OUT}' class='latex' /> =<img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B%7D%7B%7D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{}{}' title='\frac{}{}' class='latex' /></p>
<p><strong>To Do</strong>:</p>
<p>finish input &amp; ouput R, input C, Pole (&amp; calculate answers)</p>
]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/basic-electrical-concepts/frequency-response-for-mosfetbjt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Shifting and Scaling of Functions</title>
		<link>http://engineersphere.com/math/time-shifting-and-scaling-of-functions.html</link>
		<comments>http://engineersphere.com/math/time-shifting-and-scaling-of-functions.html#comments</comments>
		<pubDate>Wed, 07 Apr 2010 21:19:17 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Linear Systems]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Signal Transmission, Filters, and Applications]]></category>
		<category><![CDATA[amplitude]]></category>
		<category><![CDATA[duration]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[shift]]></category>
		<category><![CDATA[signal]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1317</guid>
		<description><![CDATA[TweetTweetWe&#8217;ll begin with a square function, f(t), that has a an amplitude of 1, a start time of 2 seconds and an end time of 4 seconds. Next, a time shift is demonstrated. Here our function is changed from f(t) to f(t-2). Notice that subtracting 2 from t in the function results in a positive [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/math/time-shifting-and-scaling-of-functions.html&via=EngineerSphere&text=Time Shifting and Scaling of Functions&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/math/time-shifting-and-scaling-of-functions.html&via=EngineerSphere&text=Time Shifting and Scaling of Functions&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>We&#8217;ll begin with a square function, f(t), that has a an amplitude of 1, a start time of 2 seconds and an end time of 4 seconds.</p>
<p style="text-align: center;"><img class="size-full wp-image-1321 aligncenter" title="square-wave" src="http://engineersphere.com/wp-content/uploads/2010/04/ft.bmp" alt="square-wave" width="446" height="351" /></p>
<p>Next, a time shift is demonstrated. Here our function is changed from f(t) to f(t-2). Notice that subtracting 2 from t in the function results in a positive shift of the graph.</p>
<p style="text-align: center;"><img class="size-full wp-image-1321 aligncenter" title="positive-shifted-square-wave" src="http://engineersphere.com/wp-content/uploads/2010/04/ft-2.bmp" alt="positive-shifted-square-wave" width="446" height="351" /></p>
<p>In the next two graphs t will be scaled. Scaling t is not quite as intuitive as we may have expected. When we multiply t by 2, corresponding points of the function now occur at 1/2 the time they previously had. When we divide t by 2, each corresponding time on the graph occurs at a t that is now multiplied by 2. Notice that each of these factors directly affects the duration of the signal.</p>
<p style="text-align: center;"><img class="size-full wp-image-1321 aligncenter" title="time-shifted-square-wave" src="http://engineersphere.com/wp-content/uploads/2010/04/f2t.bmp" alt="time-shifted-square-wave" width="446" height="351" /><br />
<img class="size-full wp-image-1321 aligncenter" title="time-shifted-square-wave2" src="http://engineersphere.com/wp-content/uploads/2010/04/f.5t.bmp" alt="time-shifted-square-wave2" width="446" height="351" /></p>
<p>Scaling the amplitude has more intuitive results. If we multiply f(t) by 2, the amplitude of 1 is changed to 2. Multiplying f(t) by 1/2 results in an amplitude of 1/2.</p>
<p style="text-align: center;"><img class="size-full wp-image-1321 aligncenter" title="taller-square-wave" src="http://engineersphere.com/wp-content/uploads/2010/04/2ft.bmp" alt="taller-square-wave" width="446" height="351" /><br />
<img class="size-full wp-image-1321 aligncenter" title="truncated-square-wave" src="http://engineersphere.com/wp-content/uploads/2010/04/5ft.bmp" alt="truncated-square-wave" width="446" height="351" /></p>
<p>Finally, multiplying t by -1 mirrors our function over the y-axis. Each time now occurs at its negative.</p>
<p style="text-align: center;"><img class="size-full wp-image-1321 aligncenter" title="mirrored-square-wave" src="http://engineersphere.com/wp-content/uploads/2010/04/f-t.bmp" alt="mirrored-square-wave" width="446" height="351" /></p>
<p><strong><br />
Example:</strong><br />
Here we will attempt to convert f(t) into 2*f(.5t+3). The graph of f(t) is shown below.</p>
<p style="text-align: center;"><img class="size-full wp-image-1321 aligncenter" title="triangle-wave" src="http://engineersphere.com/wp-content/uploads/2010/04/exampleft.bmp" alt="triangle-wave" width="446" height="351" /></p>
<p>The easiest way to handle this type of problem without error is to manipulate the function one step at a time. First, I have converted f(t) into 2*f(t). Only the peaks are changed here (by a factor of 2).</p>
<p style="text-align: center;"><img class="size-full wp-image-1321 aligncenter" title="triangle-wave2" src="http://engineersphere.com/wp-content/uploads/2010/04/example2ft.bmp" alt="triangle-wave2" width="446" height="351" /></p>
<p>Next, I convert 2*f(t) into 2*f( <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B1%7D%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{1}{2} ' title='\frac{1}{2} ' class='latex' /> t). Notice how the <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B1%7D%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{1}{2} ' title='\frac{1}{2} ' class='latex' /> actually expands our graph duration by a factor of 2 (from a 6 sec duration to a 12 sec duration).</p>
<p style="text-align: center;"><img class="size-full wp-image-1321 aligncenter" title="shifted-triangle-wave" src="http://engineersphere.com/wp-content/uploads/2010/04/example2fhalft.bmp" alt="shifted-triangle-wave" width="446" height="351" /></p>
<p>Finally, we move from 2*f( <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B1%7D%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{1}{2} ' title='\frac{1}{2} ' class='latex' /> t) to 2*f( <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B1%7D%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{1}{2} ' title='\frac{1}{2} ' class='latex' /> t + 3). As shown in the discussion above, this is a time shift. Time shifts can be a little confusing because adding results in a negative shift of our graph. Try to think of it as our signal occurring 3 seconds earlier than before, reading from left to right on the graph. The easiest way to do this part is shift each x-intercept by 3 seconds (to the left, of course).</p>
<p style="text-align: center;"><img class="size-full wp-image-1321 aligncenter" title="shifted-triangle-wave2" src="http://engineersphere.com/wp-content/uploads/2010/04/example2fhalftplus3.bmp" alt="shifted-triangle-wave2" width="446" height="351" /></p>
]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/time-shifting-and-scaling-of-functions.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Solving a System Equation</title>
		<link>http://engineersphere.com/math/differential-equations/solving-a-system-equation.html</link>
		<comments>http://engineersphere.com/math/differential-equations/solving-a-system-equation.html#comments</comments>
		<pubDate>Wed, 30 Dec 2009 00:02:11 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Differential Equations]]></category>
		<category><![CDATA[Linear Systems]]></category>
		<category><![CDATA[complex roots]]></category>
		<category><![CDATA[linear system equation]]></category>
		<category><![CDATA[solve for complex roots]]></category>
		<category><![CDATA[system equation]]></category>
		<category><![CDATA[system equations]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1117</guid>
		<description><![CDATA[TweetTweetWhy do we need to solve system equations? Often during a course you will need to be able to solve a system equation for its roots.  These roots can be complex, distinct, or repeated.  These problems usually arise when working with linear systems or differential equations.  A system equation is formatted as follows: System Equation: [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/math/differential-equations/solving-a-system-equation.html&via=EngineerSphere&text=Solving a System Equation&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/math/differential-equations/solving-a-system-equation.html&via=EngineerSphere&text=Solving a System Equation&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><h3>Why do we need to solve system equations?</h3>
<p>Often during a course you will need to be able to solve a system equation for its roots.  These roots can be complex, distinct, or repeated.  These problems usually arise when working with linear systems or differential equations.  A system equation is formatted as follows:</p>
<h3>System Equation: <img src='http://s.wordpress.com/latex.php?latex=Q%28D%29y_%7B0%7D%28t%29%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q(D)y_{0}(t) = 0 ' title='Q(D)y_{0}(t) = 0 ' class='latex' /></h3>
<h3>How to solve a system equation</h3>
<p>For example purposes, I will solve a system equation with complex roots.  A system equation with complex roots as a function of <img src='http://s.wordpress.com/latex.php?latex=%5Clambda%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\lambda ' title='\lambda ' class='latex' /> will appear in the following format (if it does not, you need to manipulate your equation to be in the form):</p>
<p><img src='http://s.wordpress.com/latex.php?latex=Q%28%5Clambda%29%20%3D%20%28%5Clambda%20-%20%5Calpha%20-%20j%5Cbeta%29%28%5Clambda%20-%20%5Calpha%20%2B%20j%5Cbeta%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q(\lambda) = (\lambda - \alpha - j\beta)(\lambda - \alpha + j\beta) ' title='Q(\lambda) = (\lambda - \alpha - j\beta)(\lambda - \alpha + j\beta) ' class='latex' /></p>
<p><strong>Roots</strong>: <img src='http://s.wordpress.com/latex.php?latex=%5Clambda%20%3D%20%5Calpha%20%5Cpm%20j%5Cbeta%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\lambda = \alpha \pm j\beta ' title='\lambda = \alpha \pm j\beta ' class='latex' /></p>
<p>So we have <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%20C_%7B1%7De%5E%7B%28%5Calpha%20%2B%20j%5Cbeta%29t%7D%2BC_%7B2%7De%5E%7B%28%5Calpha%20-%20j%5Cbeta%29t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = C_{1}e^{(\alpha + j\beta)t}+C_{2}e^{(\alpha - j\beta)t} ' title='y_{0}(t) = C_{1}e^{(\alpha + j\beta)t}+C_{2}e^{(\alpha - j\beta)t} ' class='latex' /></p>
<p>which also equals <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%20Ce%5E%7B%5Calpha%20t%7Dcos%28%5Cbeta%20t%20%2B%20%5Ctheta%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = Ce^{\alpha t}cos(\beta t + \theta) ' title='y_{0}(t) = Ce^{\alpha t}cos(\beta t + \theta) ' class='latex' /></p>
<p>so your first step is to look at your equation and determine your roots, then write out your <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) ' title='y_{0}(t) ' class='latex' /> equation with constants.</p>
<p><strong>Example</strong> <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7Bd%5E%7B2%7Dv%7D%7Bdt%5E%7B2%7D%7D%20%2B%204%5Cfrac%7Bdv%7D%7Bdt%7D%20%2B%204v%28t%29%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{d^{2}v}{dt^{2}} + 4\frac{dv}{dt} + 4v(t) = 0 ' title='\frac{d^{2}v}{dt^{2}} + 4\frac{dv}{dt} + 4v(t) = 0 ' class='latex' /> with initial conditions <img src='http://s.wordpress.com/latex.php?latex=V%280%29%20%3D%203v%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V(0) = 3v ' title='V(0) = 3v ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=V%5E%7B1%7D%280%29%20%3D%20-4v%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V^{1}(0) = -4v ' title='V^{1}(0) = -4v ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=Q%28%5Clambda%29%20%3D%20%5Clambda%5E%7B2%7D%20%2B%204%5Clambda%20%2B%204%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q(\lambda) = \lambda^{2} + 4\lambda + 4 = 0 ' title='Q(\lambda) = \lambda^{2} + 4\lambda + 4 = 0 ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=%28%5Clambda%20%2B%202%29%28%5Clambda%20%2B%202%29%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='(\lambda + 2)(\lambda + 2) = 0 ' title='(\lambda + 2)(\lambda + 2) = 0 ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Clambda_%7B1%7D%20%3D%20%5Clambda_%7B2%7D%20%3D%20-2%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\lambda_{1} = \lambda_{2} = -2 ' title='\lambda_{1} = \lambda_{2} = -2 ' class='latex' /></p>
<p>so now we can write our <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) ' title='y_{0}(t) ' class='latex' /> equation as follows:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%20C_%7B1%7De%5E%7B-2t%7D%2BC_%7B2%7Dte%5E%7B-2t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = C_{1}e^{-2t}+C_{2}te^{-2t} ' title='y_{0}(t) = C_{1}e^{-2t}+C_{2}te^{-2t} ' class='latex' /></p>
<p>In order to solve for <img src='http://s.wordpress.com/latex.php?latex=C_%7B1%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{1} ' title='C_{1} ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=C_%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{2} ' title='C_{2} ' class='latex' /> we need to use our initial conditions.  To evaluate the first derivative initial condition, we must first take the derivative of our <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%20C_%7B1%7De%5E%7B-2t%7D%2BC_%7B2%7De%5E%7B-2t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = C_{1}e^{-2t}+C_{2}e^{-2t} ' title='y_{0}(t) = C_{1}e^{-2t}+C_{2}e^{-2t} ' class='latex' /> that we just found.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%5E%7B1%7D%28t%29%20%3D%20-2C_%7B1%7De%5E%7B-2t%7D%20-%202C_%7B2%7D%2At%2Ae%5E%7B-2t%7D%20%2B%20C_%7B2%7De%5E%7B-2t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}^{1}(t) = -2C_{1}e^{-2t} - 2C_{2}*t*e^{-2t} + C_{2}e^{-2t} ' title='y_{0}^{1}(t) = -2C_{1}e^{-2t} - 2C_{2}*t*e^{-2t} + C_{2}e^{-2t} ' class='latex' /></p>
<p>evaluating this equation with t = 0 and the response equal to -4v, we get this: <img src='http://s.wordpress.com/latex.php?latex=-4%20%3D%20-2C_%7B1%7D%20%2B%20C_%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='-4 = -2C_{1} + C_{2} ' title='-4 = -2C_{1} + C_{2} ' class='latex' /></p>
<p>evaluating our <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) ' title='y_{0}(t) ' class='latex' /> equation with t = 0 and the response equal to 3v, we calculate <img src='http://s.wordpress.com/latex.php?latex=C_%7B1%7D%20%3D%203%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{1} = 3 ' title='C_{1} = 3 ' class='latex' /></p>
<p>Using these two equations, we calculate our constants:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=C_%7B1%7D%20%3D%203%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{1} = 3 ' title='C_{1} = 3 ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=C_%7B2%7D%20%3D%202%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{2} = 2 ' title='C_{2} = 2 ' class='latex' /></p>
<p>Fill these into our <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) ' title='y_{0}(t) ' class='latex' /> equation to determine the final result.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%203e%5E%7B-2t%7D%2B2te%5E%7B-2t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = 3e^{-2t}+2te^{-2t} ' title='y_{0}(t) = 3e^{-2t}+2te^{-2t} ' class='latex' /></p>
<p>Now you know how to solve this common differential equations and linear systems problem, determine characteristic roots and modes, and write system equations. <img src='http://engineersphere.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/differential-equations/solving-a-system-equation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zero Input Response</title>
		<link>http://engineersphere.com/linear-systems/zero-input-response/zero-input-response.html</link>
		<comments>http://engineersphere.com/linear-systems/zero-input-response/zero-input-response.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 22:37:15 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Zero-Input Response]]></category>
		<category><![CDATA[Characteristic Modes]]></category>
		<category><![CDATA[Characteristic Roots]]></category>
		<category><![CDATA[Initial Conditions]]></category>
		<category><![CDATA[RLC]]></category>
		<category><![CDATA[Series RLC]]></category>
		<category><![CDATA[ZIR]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=918</guid>
		<description><![CDATA[TweetTweetCharacterizing the zero-input response The total response of a given system can be expressed as the sum of two components: the zero-input component and the zero-state component: Total response = zero-input response + zero-state response. Our system: Where represents our input and represents our output. The zero-input response, which we will be solving for here, [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/linear-systems/zero-input-response/zero-input-response.html&via=EngineerSphere&text=Zero Input Response&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/linear-systems/zero-input-response/zero-input-response.html&via=EngineerSphere&text=Zero Input Response&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><h3>Characterizing the zero-input response</h3>
<p>The total response of a given system can be expressed as the sum of two components: the zero-input component and the zero-state component:</p>
<p>Total response = zero-input response + zero-state response.</p>
<p>Our system: <img src='http://s.wordpress.com/latex.php?latex=Q%28D%29y_%7B1%7D%28t%29%20%3D%20P%28D%29f_%7B1%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q(D)y_{1}(t) = P(D)f_{1}(t) ' title='Q(D)y_{1}(t) = P(D)f_{1}(t) ' class='latex' /></p>
<p>Where <img src='http://s.wordpress.com/latex.php?latex=y_%7B1%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{1}(t) ' title='y_{1}(t) ' class='latex' /> represents our input and <img src='http://s.wordpress.com/latex.php?latex=f_%7B1%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='f_{1}(t) ' title='f_{1}(t) ' class='latex' /> represents our output.</p>
<p>The zero-input response, which we will be solving for here, is the system response when the input f(t) = 0 so that is the result of the internal system conditions.  It is independent of the external input f(t).  Therefore, in order to solve a differential equation that represents the zero-input response component of a system, we will need to have the initial conditions of the system, or solve for them.  Keep this in mind while working your problem.</p>
<h3>A zero-input response example problem</h3>
<p>Okay, let&#8217;s go ahead and solve a problem shall we?</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-919" title="zero-input-response" src="http://engineersphere.com/wp-content/uploads/2009/09/zeroinputresponse.png" alt="zero-input-response" width="926" height="189" />Our first step is to find a differential equation that will represent the system for <img src='http://s.wordpress.com/latex.php?latex=t%20%5Cge%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t \ge 0 ' title='t \ge 0 ' class='latex' />.  This is because we only care about the behavior after t = 0 for a zero-input response problem.  We can notice that when our switch opens, this is a natural response.  In other words, we do not switch into a circuit that has a current or voltage source in it, just a capacitor, inductor and two resistors.  In order to solve our ZIR problem, we also need initial conditions do we not?  We will worry about those after we get our differential equation.</p>
<p>The problem tells us that we need to find <img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c}(t) ' title='V_{c}(t) ' class='latex' />, so lets look at this circuit after the switch opens and decide what kind of equation we need to write.  Can you see that once the switch opens we have a capacitor, an inductor, and two resistors in series?  If not, you need to study up on parallel and series circuits.  After we combine these two resistors, we have three elements in series, a series RLC circuit.</p>
<p>The sum of voltages around this loop should equal zero by KVL</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%20%2B%20V_%7BL%7D%20%2B%20V_%7BR1%7D%20%2B%20V_%7BR2%7D%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c} + V_{L} + V_{R1} + V_{R2} = 0 ' title='V_{c} + V_{L} + V_{R1} + V_{R2} = 0 ' class='latex' /></p>
<p>We should know the following relationships to help us with our substitutions:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7BL%7D%20%3D%20L%5Cfrac%7Bdi%7D%7Bdt%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{L} = L\frac{di}{dt} ' title='V_{L} = L\frac{di}{dt} ' class='latex' />;   <img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%28t%29%20%3D%20%5Cfrac%7B1%7D%7BC%7D%5Cint_%7Bt_%7B0%7D%7D%5E%7Bt%7Di%28t%29dt%20%2B%20v%280%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c}(t) = \frac{1}{C}\int_{t_{0}}^{t}i(t)dt + v(0) ' title='V_{c}(t) = \frac{1}{C}\int_{t_{0}}^{t}i(t)dt + v(0) ' class='latex' />;   <img src='http://s.wordpress.com/latex.php?latex=I_%7Bc%7D%20%3D%20C%5Cfrac%7BdV%7D%7Bdt%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_{c} = C\frac{dV}{dt} ' title='I_{c} = C\frac{dV}{dt} ' class='latex' />;  <img src='http://s.wordpress.com/latex.php?latex=I_%7BL%7D%28t%29%20%3D%20%5Cfrac%7B1%7D%7BL%7D%5Cint_%7B0%7D%5E%7Bt%7DV%28t%29dt%20%2B%20i%280%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_{L}(t) = \frac{1}{L}\int_{0}^{t}V(t)dt + i(0) ' title='I_{L}(t) = \frac{1}{L}\int_{0}^{t}V(t)dt + i(0) ' class='latex' /></p>
<p>Because we are solving for <img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c} ' title='V_{c} ' class='latex' />, we will leave this term alone and replace as many of the others as we can.  Note that all four of the elements are in series and therefore share the same current (i).</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%20%2B%20L%5Cfrac%7Bdi%7D%7Bdt%7D%20%2B%20%28R_%7B1%7D%20%2B%20R_%7B2%7D%29%2Ai%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c} + L\frac{di}{dt} + (R_{1} + R_{2})*i ' title='V_{c} + L\frac{di}{dt} + (R_{1} + R_{2})*i ' class='latex' /></p>
<p>We need this equation in terms of constants and <img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c} ' title='V_{c} ' class='latex' /> so we need to perform substitutions on all terms that involve the current (i).  From the relationship <img src='http://s.wordpress.com/latex.php?latex=I_%7Bc%7D%20%3D%20C%5Cfrac%7BdV%7D%7Bdt%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_{c} = C\frac{dV}{dt} ' title='I_{c} = C\frac{dV}{dt} ' class='latex' /> we note that <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7Bdi%7D%7Bdt%7D%20%3D%20C%5Cfrac%7BdV%5E%7B2%7D%7D%7Bdt%5E%7B2%7D%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{di}{dt} = C\frac{dV^{2}}{dt^{2}} ' title='\frac{di}{dt} = C\frac{dV^{2}}{dt^{2}} ' class='latex' /> and can perform the substitutions that we need:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%28t%29%20%2B%20LC%5Cfrac%7BdV%5E%7B2%7D%7D%7Bdt%5E%7B2%7D%7D%20%2B%20%28R_%7B1%7D%20%2B%20R_%7B2%7D%29%20C%20%5Cfrac%7BdV_%7Bc%7D%7D%7Bdt%7D%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c}(t) + LC\frac{dV^{2}}{dt^{2}} + (R_{1} + R_{2}) C \frac{dV_{c}}{dt} = 0 ' title='V_{c}(t) + LC\frac{dV^{2}}{dt^{2}} + (R_{1} + R_{2}) C \frac{dV_{c}}{dt} = 0 ' class='latex' /></p>
<p>We divide all terms by the amount in front of our highest order term which in this case is LC.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7BdV%5E%7B2%7D%7D%7Bdt%5E%7B2%7D%7D%20%2B%20%5Cfrac%7B%28R_%7B1%7D%20%2B%20R_%7B2%7D%29%7D%7BL%7D%5Cfrac%7BdV_%7Bc%7D%7D%7Bdt%7D%20%2B%20%5Cfrac%7B1%7D%7BLC%7DV_%7Bc%7D%28t%29%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{dV^{2}}{dt^{2}} + \frac{(R_{1} + R_{2})}{L}\frac{dV_{c}}{dt} + \frac{1}{LC}V_{c}(t) = 0 ' title='\frac{dV^{2}}{dt^{2}} + \frac{(R_{1} + R_{2})}{L}\frac{dV_{c}}{dt} + \frac{1}{LC}V_{c}(t) = 0 ' class='latex' /></p>
<p>and our differential equation becomes: <img src='http://s.wordpress.com/latex.php?latex=D%5E%7B2%7D%20%2B%203D%20%2B%205%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='D^{2} + 3D + 5 ' title='D^{2} + 3D + 5 ' class='latex' /></p>
<p>By using the quadratic equation, we can form our characteristic equation <img src='http://s.wordpress.com/latex.php?latex=%28%5Clambda%20%2B%20%5Cfrac%7B3%7D%7B2%7D%20%2B%20j%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7D%29%28%5Clambda%20%2B%20%5Cfrac%7B3%7D%7B2%7D%20-%20j%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7D%29%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='(\lambda + \frac{3}{2} + j\frac{\sqrt{11}}{2})(\lambda + \frac{3}{2} - j\frac{\sqrt{11}}{2}) = 0 ' title='(\lambda + \frac{3}{2} + j\frac{\sqrt{11}}{2})(\lambda + \frac{3}{2} - j\frac{\sqrt{11}}{2}) = 0 ' class='latex' /></p>
<p>Roots: <img src='http://s.wordpress.com/latex.php?latex=-%5Cfrac%7B3%7D%7B2%7D%20%5Cpm%20j%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='-\frac{3}{2} \pm j\frac{\sqrt{11}}{2} ' title='-\frac{3}{2} \pm j\frac{\sqrt{11}}{2} ' class='latex' /></p>
<p>Now we have some work to do, and a little bit of thinking.  Using the roots that we just derived, we can now write a general equation for this system, remembering that our roots are complex:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%28t%29%20%3D%20C_%7B1%7D%20e%5E%7B%5Cfrac%7B3%7D%7B2%7D%20t%7D%20cos%28%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7Dt%29%20%2B%20C_%7B2%7D%20e%5E%7B%5Cfrac%7B3%7D%7B2%7D%20t%7D%20sin%28%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7Dt%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c}(t) = C_{1} e^{\frac{3}{2} t} cos(\frac{\sqrt{11}}{2}t) + C_{2} e^{\frac{3}{2} t} sin(\frac{\sqrt{11}}{2}t) ' title='V_{c}(t) = C_{1} e^{\frac{3}{2} t} cos(\frac{\sqrt{11}}{2}t) + C_{2} e^{\frac{3}{2} t} sin(\frac{\sqrt{11}}{2}t) ' class='latex' /></p>
<p>Evaluating this at t = 0</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%280%29%20%3D%20C_%7B1%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c}(0) = C_{1} ' title='V_{c}(0) = C_{1} ' class='latex' /> We know that <img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%280%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c}(0) ' title='V_{c}(0) ' class='latex' /> is 2V because after time has elapsed prior to the switch opening the capacitor has become an open and assumes all available potential across it.  When the switch opens, voltage can&#8217;t change instantaneously across a capacitor so it initially remains at the same potential as it was prior to the switch opening.</p>
<p>We should also note that the current <img src='http://s.wordpress.com/latex.php?latex=i_%7Bc%7D%280%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='i_{c}(0) ' title='i_{c}(0) ' class='latex' /> is -1 Amp.  Why is that?  The initial voltage across the inductor (which is a short prior to switch opening) is 2 V, leaving all of this potential for the 2 ohm resistor (remember that the cap is an open and no current flows in that branch).  Therefore there is a 1 Amp current flowing in the clockwise direction when the switch opens.  CURRENT CAN CHANGE INSTANTANEOUSLY IN A CAPACITOR.  Therefore, immediately after the switch opens, the 1 Amp current flows through the capacitor in the direction opposite it&#8217;s polarity, resulting in -1 Amp.</p>
<p>We will need to evaluate the derivative of this function in order to get a second equation (need 2 equations to solve for 2 unknowns <img src='http://s.wordpress.com/latex.php?latex=C_%7B1%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{1} ' title='C_{1} ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=C_%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{2} ' title='C_{2} ' class='latex' />).  We now know that <img src='http://s.wordpress.com/latex.php?latex=C_%7B1%7D%20%3D%202%20V%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{1} = 2 V ' title='C_{1} = 2 V ' class='latex' />.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7BdV_%7Bc%7D%280%29%7D%7Bdt%7D%20%3D%20%5Cfrac%7B3%7D%7B2%7DC_%7B1%7De%5E%7B%5Cfrac%7B3%7D%7B2%7D%20t%7Dcos%28%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7Dt%29%20%2B%20%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7DC_%7B2%7De%5E%7B%5Cfrac%7B3%7D%7B2%7D%20t%7Dcos%28%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7Dt%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{dV_{c}(0)}{dt} = \frac{3}{2}C_{1}e^{\frac{3}{2} t}cos(\frac{\sqrt{11}}{2}t) + \frac{\sqrt{11}}{2}C_{2}e^{\frac{3}{2} t}cos(\frac{\sqrt{11}}{2}t) ' title='\frac{dV_{c}(0)}{dt} = \frac{3}{2}C_{1}e^{\frac{3}{2} t}cos(\frac{\sqrt{11}}{2}t) + \frac{\sqrt{11}}{2}C_{2}e^{\frac{3}{2} t}cos(\frac{\sqrt{11}}{2}t) ' class='latex' /></p>
<p>(I have removed the SINE terms because at 0 they evaluate to 0, in this case.)</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7BdV_%7Bc%7D%7D%7Bdt%7D%20%3D%20%5Cfrac%7BI_%7Bc%7D%280%29%7D%7BC%7D%20%3D%20-10%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{dV_{c}}{dt} = \frac{I_{c}(0)}{C} = -10 ' title='\frac{dV_{c}}{dt} = \frac{I_{c}(0)}{C} = -10 ' class='latex' /></p>
<p>Therefore,</p>
<p><img src='http://s.wordpress.com/latex.php?latex=-10%20%3D%203%20%2B%20%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7D%20C_%7B2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='-10 = 3 + \frac{\sqrt{11}}{2} C_{2} ' title='-10 = 3 + \frac{\sqrt{11}}{2} C_{2} ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=C_%7B2%7D%20%3D%20%5Cfrac%7B-26%7D%7B%5Csqrt%7B11%7D%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='C_{2} = \frac{-26}{\sqrt{11}} ' title='C_{2} = \frac{-26}{\sqrt{11}} ' class='latex' /></p>
<p>Now that we have both of our constants, we can insert them into our equation which represents the zero-input response of our system where <img src='http://s.wordpress.com/latex.php?latex=y_%7B0%7D%28t%29%20%3D%20V_%7Bc%7D%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y_{0}(t) = V_{c}(t) ' title='y_{0}(t) = V_{c}(t) ' class='latex' />.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_%7Bc%7D%28t%29%20%3D%202%20e%5E%7B%5Cfrac%7B3%7D%7B2%7D%20t%7D%20cos%28%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7Dt%29%20%2B%20%5Cfrac%7B-26%7D%7B%5Csqrt%7B11%7D%7D%20e%5E%7B%5Cfrac%7B3%7D%7B2%7D%20t%7D%20sin%28%5Cfrac%7B%5Csqrt%7B11%7D%7D%7B2%7Dt%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{c}(t) = 2 e^{\frac{3}{2} t} cos(\frac{\sqrt{11}}{2}t) + \frac{-26}{\sqrt{11}} e^{\frac{3}{2} t} sin(\frac{\sqrt{11}}{2}t) ' title='V_{c}(t) = 2 e^{\frac{3}{2} t} cos(\frac{\sqrt{11}}{2}t) + \frac{-26}{\sqrt{11}} e^{\frac{3}{2} t} sin(\frac{\sqrt{11}}{2}t) ' class='latex' /> <img src='http://s.wordpress.com/latex.php?latex=t%5Cge%200&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t\ge 0' title='t\ge 0' class='latex' /></p>
<h3>Conclusion</h3>
<p>This example was a little complex for teaching a new concept, but I believe it covers a wide variety of important concepts and steps that you will likely see.  If you can do this whole problem, not only do you understand how to evaluate the ZIR of a system, but you also understand characterisic roots and modes for complex roots, series RLC circuit analysis, initial conditions, basic inductor and capacitor physics concepts, as well as frequency and time domain analysis for such circuits.  I hope this helped!</p>
]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/linear-systems/zero-input-response/zero-input-response.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laplace Transforms</title>
		<link>http://engineersphere.com/math/laplace-transforms.html</link>
		<comments>http://engineersphere.com/math/laplace-transforms.html#comments</comments>
		<pubDate>Sun, 06 Sep 2009 18:06:20 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Circuit Theory]]></category>
		<category><![CDATA[Control Systems]]></category>
		<category><![CDATA[Differential Equations]]></category>
		<category><![CDATA[Linear Systems]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[laplace]]></category>
		<category><![CDATA[laplace method]]></category>
		<category><![CDATA[laplace table]]></category>
		<category><![CDATA[laplace transform]]></category>
		<category><![CDATA[laplace transform examples]]></category>
		<category><![CDATA[laplace transforms]]></category>
		<category><![CDATA[table of laplace transforms]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=701</guid>
		<description><![CDATA[TweetTweetWhat is the Laplace Transform method? The Laplace Transform is a method that simplifies integral and differential equations into algebraic equations. This practice is commonly used to solve for a function out of a differential equation, which otherwise may have been unsolvable or very difficult. The following integrals can be used to transform between where [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/math/laplace-transforms.html&via=EngineerSphere&text=Laplace Transforms&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://engineersphere.com/math/laplace-transforms.html&via=EngineerSphere&text=Laplace Transforms&related=EngineerSphere:&lang=en&count=none" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><h3>What is the Laplace Transform method?</h3>
<p>The Laplace Transform is a method that simplifies integral and differential equations into algebraic equations. This practice is commonly used to solve for a function out of a differential equation, which otherwise may have been unsolvable or very difficult. The following integrals can be used to transform between <img src='http://s.wordpress.com/latex.php?latex=F%28s%29%20%5CLeftrightarrow%20f%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='F(s) \Leftrightarrow f(t) ' title='F(s) \Leftrightarrow f(t) ' class='latex' /> where <img src='http://s.wordpress.com/latex.php?latex=%5Cmathcal%7BL%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\mathcal{L} ' title='\mathcal{L} ' class='latex' /> denotes Laplace and <img src='http://s.wordpress.com/latex.php?latex=%5Cmathcal%7BL%7D%5E%7B-1%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\mathcal{L}^{-1} ' title='\mathcal{L}^{-1} ' class='latex' /> denotes Inverse Laplace:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cmathcal%7BL%7D%20%5Bf%28t%29%5D%20%3D%20F%28s%29%20%3D%20%5Cint%5Climits_0%5E%5Cinfty%20%7Bf%28t%29%2Ae%20%5E%20%7B-st%7Dd%7D%20t%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\mathcal{L} [f(t)] = F(s) = \int\limits_0^\infty {f(t)*e ^ {-st}d} t ' title='\mathcal{L} [f(t)] = F(s) = \int\limits_0^\infty {f(t)*e ^ {-st}d} t ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cmathcal%7BL%7D%5E%7B-1%7D%5BF%28s%29%5D%20%3D%20f%28t%29%20%3D%20%5Cfrac%7B1%7D%7B2%20%5Cpi%20j%7D%20%5Cint%5Climits_%7Bc%20-%20j%20%5Comega%7D%5E%7Bc%20%2B%20j%20%5Comega%7D%20%7BF%28s%29%2Ae%20%5E%20%7B-st%7Dd%7Ds&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\mathcal{L}^{-1}[F(s)] = f(t) = \frac{1}{2 \pi j} \int\limits_{c - j \omega}^{c + j \omega} {F(s)*e ^ {-st}d}s' title='\mathcal{L}^{-1}[F(s)] = f(t) = \frac{1}{2 \pi j} \int\limits_{c - j \omega}^{c + j \omega} {F(s)*e ^ {-st}d}s' class='latex' /></p>
<h3>Table of Laplace Transforms</h3>
<p>Since these integrals can be tedious and certain functions tend to reoccur, a table of Laplace Transforms has been linked:</p>
<p><a href="http://engineersphere.com/tables">Laplace Transforms Table</a></p>
<h3>A Laplace Transform example</h3>
<p>This table can be a little complex to use at first so an example is provided below to get you started. In this problem we implement the Laplace Transform and Inverse Laplace Transform to solve for <img src='http://s.wordpress.com/latex.php?latex=y%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t) ' title='y(t) ' class='latex' />.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7Bd%5E2y%7D%7Bdt%5E2%7D%20%2B%207%20%5Cfrac%7Bdy%7D%7Bdt%7D%20%2B%2012y%20%3D%2010%20%5Cquad%20y%280%29%3D3%2C%20y%27%280%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{d^2y}{dt^2} + 7 \frac{dy}{dt} + 12y = 10 \quad y(0)=3, y&#039;(0)' title='\frac{d^2y}{dt^2} + 7 \frac{dy}{dt} + 12y = 10 \quad y(0)=3, y&#039;(0)' class='latex' /></p>
<p>The first step is to take the Laplace Transform of both sides of the equation. Use element 1 of our table for the right side and element 18 for the left side. Note that the initial conditions are necessary to take the Laplace Transform of the left side.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=s%5E2%20Y%28s%29%20-%20s%20y%280%29%20-%20y%27%280%29%20%2B%207%20%28s%20Y%28s%29%20-%20y%280%29%29%20%20%2B%2012%20Y%28s%29%20%3D%20%5Cfrac%7B10%7D%7Bs%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='s^2 Y(s) - s y(0) - y&#039;(0) + 7 (s Y(s) - y(0))  + 12 Y(s) = \frac{10}{s} ' title='s^2 Y(s) - s y(0) - y&#039;(0) + 7 (s Y(s) - y(0))  + 12 Y(s) = \frac{10}{s} ' class='latex' /></p>
<p>Inputting our initial conditions:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=s%5E2%20Y%28s%29%20-%203s%20-%200%20%2B%207%20%28s%20Y%28s%29%20-%203%29%20%20%2B%2012%20Y%28s%29%20%3D%20%5Cfrac%7B10%7D%7Bs%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='s^2 Y(s) - 3s - 0 + 7 (s Y(s) - 3)  + 12 Y(s) = \frac{10}{s} ' title='s^2 Y(s) - 3s - 0 + 7 (s Y(s) - 3)  + 12 Y(s) = \frac{10}{s} ' class='latex' /></p>
<p>Assuming you are an engineering student and can do a little alegebra, our next step is to find the terms that have <img src='http://s.wordpress.com/latex.php?latex=Y%28s%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Y(s) ' title='Y(s) ' class='latex' /> in common and factor it out. Our goal is to find <img src='http://s.wordpress.com/latex.php?latex=Y%28s%29%20%3D%20F%28s%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Y(s) = F(s) ' title='Y(s) = F(s) ' class='latex' /> because, after all, <img src='http://s.wordpress.com/latex.php?latex=%5Cmathcal%7BL%7D%5E%7B-1%7D%5BY%28s%29%5D%20%3D%20y%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\mathcal{L}^{-1}[Y(s)] = y(t) ' title='\mathcal{L}^{-1}[Y(s)] = y(t) ' class='latex' />:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%28s%5E2%20%2B7s%20%2B%2012%29Y%28s%29%20-%203s%20-21%20%3D%20%5Cfrac%7B10%7D%7Bs%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='(s^2 +7s + 12)Y(s) - 3s -21 = \frac{10}{s} ' title='(s^2 +7s + 12)Y(s) - 3s -21 = \frac{10}{s} ' class='latex' /></p>
<p>After solving for <img src='http://s.wordpress.com/latex.php?latex=Y%28s%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Y(s) ' title='Y(s) ' class='latex' /> and factoring the denominator:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=Y%28s%29%20%3D%20%5Cfrac%7B3s%5E2%20%2B%2021s%20%2B%2010%7D%7Bs%28s%2B4%29%28s%2B3%29%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Y(s) = \frac{3s^2 + 21s + 10}{s(s+4)(s+3)} ' title='Y(s) = \frac{3s^2 + 21s + 10}{s(s+4)(s+3)} ' class='latex' /></p>
<h3>Taking the Inverse Laplace Transform</h3>
<p>Now we arrive at the trickier part of this procedure. We must take the Inverse Laplace of <img src='http://s.wordpress.com/latex.php?latex=Y%28s%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Y(s) ' title='Y(s) ' class='latex' /> to find <img src='http://s.wordpress.com/latex.php?latex=y%28t%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t) ' title='y(t) ' class='latex' />. If our function <img src='http://s.wordpress.com/latex.php?latex=Y%28s%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Y(s) ' title='Y(s) ' class='latex' /> does not match anything in the table, such as this case, factoring is a good place to start. This problem can easily be factored using the <img src='http://s.wordpress.com/latex.php?latex=expand%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='expand ' title='expand ' class='latex' /> function on your TI-89. Just go to <img src='http://s.wordpress.com/latex.php?latex=catalog%20%5Crightarrow%20expand%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='catalog \rightarrow expand ' title='catalog \rightarrow expand ' class='latex' /> and enter your function in parenthesis. Using this function:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=Y%28s%29%20%3D%20%5Cfrac%7B%5Cfrac%7B5%7D%7B6%7D%7D%7Bs%7D%20-%20%5Cfrac%7B%5Cfrac%7B13%7D%7B2%7D%7D%7Bs%2B4%7D%20%2B%20%5Cfrac%7B%5Cfrac%7B26%7D%7B3%7D%7D%7Bs%2B3%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Y(s) = \frac{\frac{5}{6}}{s} - \frac{\frac{13}{2}}{s+4} + \frac{\frac{26}{3}}{s+3} ' title='Y(s) = \frac{\frac{5}{6}}{s} - \frac{\frac{13}{2}}{s+4} + \frac{\frac{26}{3}}{s+3} ' class='latex' /></p>
<p>Noting <img src='http://s.wordpress.com/latex.php?latex=%5Cmathcal%7BL%7D%20%5Bf_1%28t%29%20%2B%20f_2%28t%29%5D%20%3D%20%5Cmathcal%7BL%7D%20%5Bf_1%28t%29%5D%20%2B%20%5Cmathcal%7BL%7D%20%5Bf_2%28t%29%5D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\mathcal{L} [f_1(t) + f_2(t)] = \mathcal{L} [f_1(t)] + \mathcal{L} [f_2(t)] ' title='\mathcal{L} [f_1(t) + f_2(t)] = \mathcal{L} [f_1(t)] + \mathcal{L} [f_2(t)] ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=%5Cmathcal%7BL%7D%20%5Bk%2Af%28t%29%5D%20%3D%20k%2A%5Cmathcal%7BL%7D%20%5Bf%28t%29%5D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\mathcal{L} [k*f(t)] = k*\mathcal{L} [f(t)] ' title='\mathcal{L} [k*f(t)] = k*\mathcal{L} [f(t)] ' class='latex' />, we can take the Laplace Transform of each term independently and also manipulate the constant terms if necessary or just pull them out. Using the 2nd property in our Laplace Transform table:</p>
<p><img src='http://s.wordpress.com/latex.php?latex=y%28t%29%20%3D%20%5Cfrac%7B5%7D%7B6%7D%20-%20%5Cfrac%7B13%7D%7B2%7De%5E%7B-4t%7D%20%2B%20%5Cfrac%7B26%7D%7B3%7De%5E%7B-3t%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t) = \frac{5}{6} - \frac{13}{2}e^{-4t} + \frac{26}{3}e^{-3t} ' title='y(t) = \frac{5}{6} - \frac{13}{2}e^{-4t} + \frac{26}{3}e^{-3t} ' class='latex' /></p>
<p>To check your work you can plug <img src='http://s.wordpress.com/latex.php?latex=y%28t%29%2C%20%5Cfrac%7Bdy%7D%7Bdt%7D%2C%20%5Cfrac%7Bd%5E2y%7D%7Bdt%5E2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y(t), \frac{dy}{dt}, \frac{d^2y}{dt^2} ' title='y(t), \frac{dy}{dt}, \frac{d^2y}{dt^2} ' class='latex' /> into the original, differential equation and at <img src='http://s.wordpress.com/latex.php?latex=t%3D0&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='t=0' title='t=0' class='latex' /> we find that <img src='http://s.wordpress.com/latex.php?latex=10%3D10&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='10=10' title='10=10' class='latex' />.</p>
]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/laplace-transforms.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

