<?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>Engineer Sphere &#187; Basic Electrical Engineering Concepts</title>
	<atom:link href="http://engineersphere.com/category/basic-electrical-concepts/feed" rel="self" type="application/rss+xml" />
	<link>http://engineersphere.com</link>
	<description>All the cool kids are doing it.</description>
	<lastBuildDate>Thu, 08 Jul 2010 03:23:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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[The 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[<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" src="http://engineersphere.com/wp-content/uploads/2009/09/MOSFET.bmp" alt="MOSFET" width="320" height="271" /></p>
<p><img class="alignright size-full wp-image-942" title="BJT" src="http://engineersphere.com/wp-content/uploads/2009/09/BJT.bmp" alt="BJT" 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 PSPICE" src="http://engineersphere.com/wp-content/uploads/2009/09/MOSFET-small-signal-model-PSPICE.png" alt="" 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="" 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>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/basic-electrical-concepts/amplifiers-part-i.html" rel="bookmark" class="crp_title">Amplifiers &#8211; Part I</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/amplifiers-part-ii.html" rel="bookmark" class="crp_title">Amplifiers &#8211; Part II</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/internal-resistance-and-the-effects-of-loading.html" rel="bookmark" class="crp_title">Internal Resistance and the Effects of Loading</a></li><li><a href="http://engineersphere.com/basic-computer-concepts/finite-state-machines.html" rel="bookmark" class="crp_title">Finite State Machines</a></li><li><a href="http://engineersphere.com/linear-systems/zero-input-response/zero-input-response.html" rel="bookmark" class="crp_title">Zero Input Response</a></li></ul></div>]]></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>BJT Circuit and Symbol Conventions</title>
		<link>http://engineersphere.com/basic-electrical-concepts/bjt-circuit-and-symbol-conventions.html</link>
		<comments>http://engineersphere.com/basic-electrical-concepts/bjt-circuit-and-symbol-conventions.html#comments</comments>
		<pubDate>Mon, 19 Apr 2010 18:13:39 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Electronic Materials / Chemistry]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[BJT]]></category>
		<category><![CDATA[collector]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[emitter]]></category>
		<category><![CDATA[npn]]></category>
		<category><![CDATA[pnp]]></category>
		<category><![CDATA[transistor]]></category>
		<category><![CDATA[voltage]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1484</guid>
		<description><![CDATA[The following is an explanation of symbol conventions , voltage polarities and current directions for npn and pnp BJTs. The goal is to help understand these characteristics but not on the physical level of electrons and holes. The following figure shows practical operation of each BJT in the active mode. npn or pnp? When looking [...]]]></description>
			<content:encoded><![CDATA[<p>The following is an explanation of symbol conventions , voltage polarities and current directions for<em> npn</em> and <em>pnp</em> BJTs. The goal is to help understand these characteristics but not on the physical level of electrons and holes. The following figure shows practical operation of each BJT in the active mode.</p>
<p><a href="../wp-content/uploads/2010/04/pnpANDnpn.bmp"></a><a href="http://engineersphere.com/wp-content/uploads/2010/04/pnpANDnpn.jpg"><img class="aligncenter size-full wp-image-1498" title="pnpANDnpn" src="http://engineersphere.com/wp-content/uploads/2010/04/pnpANDnpn.jpg" alt="" width="513" height="517" /></a></p>
<p><span style="text-decoration: underline;"><strong><em>npn or pnp?</em></strong></span></p>
<p>When looking at a BJT, the easiest way to decide whether it is <em>npn</em> or<em> pnp</em> is to look at the emitter, which is always modeled as the arrow. If you remember that the arrow tail is always at a &#8216;p&#8217; node and the tip is at an &#8216;n&#8217; node, you can easily decide whether the BJT is <em>npn </em>or <em>pnp. </em>Remember that the collector and emitter are always either both &#8216;n&#8217; or both &#8216;p&#8217;.</p>
<p><span style="text-decoration: underline;"><strong>Voltage Polarities</strong></span></p>
<p>It is important to know which direction the voltage&#8217;s will appear positive when we begin using nodal analysis to solve BJT circuits. Typically, there will be a voltage drop of .7 V over the <img src='http://s.wordpress.com/latex.php?latex=%7CV_%7BBE%7D%7C%20%3D%20%7CV_%7BEB%7D%7C%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='|V_{BE}| = |V_{EB}| ' title='|V_{BE}| = |V_{EB}| ' class='latex' /> nodes that will be used in these calculations. Whether <img src='http://s.wordpress.com/latex.php?latex=%7CV_%7BBE%7D%7C%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='|V_{BE}| ' title='|V_{BE}| ' class='latex' /> or <img src='http://s.wordpress.com/latex.php?latex=%7CV_%7BEB%7D%7C%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='|V_{EB}| ' title='|V_{EB}| ' class='latex' /> is positive is decided by the type of BJT. The voltage polarities are flipped between <em>pnp </em>and <em>npn </em>BJTs. Obviously, the only difference in the symbols between the two types of BJTS is the arrow, which is the emitter. If we remember the tip of the arrow is the lower voltage, we are able to deduce that <img src='http://s.wordpress.com/latex.php?latex=V_%7BBE%7D%20%3D%20.7V%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{BE} = .7V ' title='V_{BE} = .7V ' class='latex' /> for an <em>npn</em> BJT and <img src='http://s.wordpress.com/latex.php?latex=V_%7BEB%7D%20%3D%20.7%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{EB} = .7 ' title='V_{EB} = .7 ' class='latex' /> for <em>pnp</em>.</p>
<p>To be in the active mode, a BJT&#8217;s collector-emitter voltage must be above approximately .3 V. As above, this voltage polarity is reversed between <em>npn </em>and <em>pnp </em>BJTs. To determine, whether <img src='http://s.wordpress.com/latex.php?latex=V_%7BCE%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{CE} ' title='V_{CE} ' class='latex' /> or <img src='http://s.wordpress.com/latex.php?latex=V_%7BEC%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{EC} ' title='V_{EC} ' class='latex' /> should be positive, we can use our deduction of the base-emitter voltage polarity. The voltages, in active mode, drop from collector to base to emitter in<em> npn</em> BJTs and from emitter to base to collector in <em>pnp </em>BJTs. So, if we have figured out that we are using an <em>npn </em>BJT because <img src='http://s.wordpress.com/latex.php?latex=V_%7BBE%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{BE} ' title='V_{BE} ' class='latex' /> was a positive .7V, we know that the base voltage is higher than the emitter voltage. From here we know the collector must be higher than the base, and therefore, higher than the emitter. We have just figured out that <img src='http://s.wordpress.com/latex.php?latex=V_%7BCE%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{CE} ' title='V_{CE} ' class='latex' /> must be greater than the .3V to be working in active mode. Using the same logic, <img src='http://s.wordpress.com/latex.php?latex=V_%7BEC%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{EC} ' title='V_{EC} ' class='latex' /> must be greater than .3V for a <em>pnp </em>BJT to remain in active mode.</p>
<p><span style="text-decoration: underline;"><strong>Current Directions</strong></span></p>
<p>Current directions are very simple to figure out. Just use the arrow. The collector and emitter currents always go in the direction of the arrow in active mode. The base current is a little more tricky to figure out, but is also fairly obvious when using the arrow as a reference. As you can see in the above <em>npn </em>circuit, where the arrow is &#8216;pointing&#8217; away from the base, the base current flows towards the BJT, in the direction the arrow is pointing. Oppositely in the <em>pnp </em>circuit, the base current flows away from the BJT, in the direction the arrow is pointing. There is a table of basic equations listed in my post titled &#8220;BJT Transistor Nodal Analysis&#8221; which would allow us to calculate each current using a different current, but using Kirchhoff&#8217;s Current Law, knowing two currents, we could calculate the third. For a <em>npn </em>BJT, <img src='http://s.wordpress.com/latex.php?latex=I_E%20-%20I_B%20-%20I_C%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_E - I_B - I_C = 0 ' title='I_E - I_B - I_C = 0 ' class='latex' /> and for a <em>pnp </em>BJT <img src='http://s.wordpress.com/latex.php?latex=I_C%20%2B%20I_B%20-I_E%20%3D%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_C + I_B -I_E = 0 ' title='I_C + I_B -I_E = 0 ' class='latex' />. Note that both of these equations evaluate to <img src='http://s.wordpress.com/latex.php?latex=I_E%20%3D%20I_C%20%2B%20I_B%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_E = I_C + I_B ' title='I_E = I_C + I_B ' class='latex' />.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/basic-electrical-concepts/bjt-transistor-nodal-analysis.html" rel="bookmark" class="crp_title">BJT Transistor Nodal Analysis</a></li><li><a href="http://engineersphere.com/circuit-theory/mesh-current.html" rel="bookmark" class="crp_title">Mesh Current</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/acceptorsdonors-and-holeselectrons.html" rel="bookmark" class="crp_title">Calculating Electron and Hole Concentrations in a p-n Junction</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/amplifiers-part-i.html" rel="bookmark" class="crp_title">Amplifiers &#8211; Part I</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/inductors-and-capacitors-important-concepts.html" rel="bookmark" class="crp_title">Inductors and Capacitors &#8211; Important Concepts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/basic-electrical-concepts/bjt-circuit-and-symbol-conventions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BJT Transistor Nodal Analysis</title>
		<link>http://engineersphere.com/basic-electrical-concepts/bjt-transistor-nodal-analysis.html</link>
		<comments>http://engineersphere.com/basic-electrical-concepts/bjt-transistor-nodal-analysis.html#comments</comments>
		<pubDate>Fri, 16 Apr 2010 20:53:33 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[bipolar]]></category>
		<category><![CDATA[BJT]]></category>
		<category><![CDATA[collector]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[emitter]]></category>
		<category><![CDATA[junction]]></category>
		<category><![CDATA[npn]]></category>
		<category><![CDATA[pnp]]></category>
		<category><![CDATA[transistor]]></category>
		<category><![CDATA[voltage]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1361</guid>
		<description><![CDATA[Basic BJT Equations: It is also important to know that can be modeled as . These equations are not very informative by themselves so a few examples are demonstrated below. In both examples we will assume is very large. What this means for our calculations is . Since we also assume that . Finding missing [...]]]></description>
			<content:encoded><![CDATA[<h2><strong>Basic BJT Equations:</strong></h2>
<p><img src='http://s.wordpress.com/latex.php?latex=i_C%20%3D%20%5Calpha%20i_E%20%5Chspace%7B20%20mm%7D%20i_B%20%3D%20%281-%20%5Calpha%20%29%20i_E%20%3D%20%5Cfrac%7Bi_E%7D%7B%5Cbeta%20%2B%201%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='i_C = \alpha i_E \hspace{20 mm} i_B = (1- \alpha ) i_E = \frac{i_E}{\beta + 1} ' title='i_C = \alpha i_E \hspace{20 mm} i_B = (1- \alpha ) i_E = \frac{i_E}{\beta + 1} ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=i_C%20%3D%20%5Cbeta%20i_B%20%5Chspace%7B20%20mm%7D%20i_E%20%3D%20%28%20%5Cbeta%20%2B%201%29%20i_B%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='i_C = \beta i_B \hspace{20 mm} i_E = ( \beta + 1) i_B ' title='i_C = \beta i_B \hspace{20 mm} i_E = ( \beta + 1) i_B ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cbeta%20%3D%20%5Cfrac%7B%20%5Calpha%20%7D%7B%201%20-%20%5Calpha%20%7D%20%5Chspace%7B21mm%7D%20%5Calpha%20%3D%20%5Cfrac%7B%20%5Cbeta%20%7D%7B%20%5Cbeta%20%2B%201%20%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\beta = \frac{ \alpha }{ 1 - \alpha } \hspace{21mm} \alpha = \frac{ \beta }{ \beta + 1 } ' title='\beta = \frac{ \alpha }{ 1 - \alpha } \hspace{21mm} \alpha = \frac{ \beta }{ \beta + 1 } ' class='latex' /></p>
<p>It is also important to know that <img src='http://s.wordpress.com/latex.php?latex=%7CV_%7BEB%7D%7C%20%3D%20%7CV_%7BBE%7D%7C%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='|V_{EB}| = |V_{BE}| ' title='|V_{EB}| = |V_{BE}| ' class='latex' /> can be modeled as <img src='http://s.wordpress.com/latex.php?latex=.7V%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='.7V ' title='.7V ' class='latex' />.</p>
<p>These equations are not very informative by themselves so a few examples are demonstrated below. In both examples we will assume <img src='http://s.wordpress.com/latex.php?latex=%5Cbeta%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\beta ' title='\beta ' class='latex' /> is very large. What this means for our calculations is <img src='http://s.wordpress.com/latex.php?latex=i_B%20%5Capprox%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='i_B \approx 0 ' title='i_B \approx 0 ' class='latex' />. Since <img src='http://s.wordpress.com/latex.php?latex=i_B%20%5Capprox%200%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='i_B \approx 0 ' title='i_B \approx 0 ' class='latex' /> we also assume that <img src='http://s.wordpress.com/latex.php?latex=i_C%20%5Capprox%20i_E%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='i_C \approx i_E ' title='i_C \approx i_E ' class='latex' />.</p>
<h2><strong>Finding missing voltages in a BJT circuit</strong></h2>
<p><strong>Example 1. Solve for V3:<br />
</strong></p>
<p><a href="http://engineersphere.com/wp-content/uploads/2010/04/Ex1.bmp"><img class="size-full wp-image-1387 alignleft" title="Ex1" src="http://engineersphere.com/wp-content/uploads/2010/04/Ex1.bmp" alt="" /></a>There are several ways to find <img src='http://s.wordpress.com/latex.php?latex=V_3%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_3 ' title='V_3 ' class='latex' />. The more &#8220;difficult&#8221; way is to first find the emitter current, <img src='http://s.wordpress.com/latex.php?latex=i_E%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='i_E ' title='i_E ' class='latex' />, and then use Ohm&#8217;s Law. Since we know <img src='http://s.wordpress.com/latex.php?latex=i_C%20%5Capprox%20i_E%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='i_C \approx i_E ' title='i_C \approx i_E ' class='latex' />, we can find the collector current, <img src='http://s.wordpress.com/latex.php?latex=i_C%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='i_C ' title='i_C ' class='latex' />, and then solve for <img src='http://s.wordpress.com/latex.php?latex=V_3%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_3 ' title='V_3 ' class='latex' />.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7B-4-%28-10%29%7D%7B2.4k%20%7D%20%3D%20i_C%20%3D%202.5mA%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\frac{-4-(-10)}{2.4k } = i_C = 2.5mA ' title='\frac{-4-(-10)}{2.4k } = i_C = 2.5mA ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=12%20-%20%28i_E%29%285.6k%29%20%3D%2012%20-%20%28i_C%29%285.6k%29%20%3D%20V_3%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='12 - (i_E)(5.6k) = 12 - (i_C)(5.6k) = V_3 ' title='12 - (i_E)(5.6k) = 12 - (i_C)(5.6k) = V_3 ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_3%20%3D%2012%20-%20%282.5mA%29%285.6k%29%20%3D%20-2%20V%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_3 = 12 - (2.5mA)(5.6k) = -2 V ' title='V_3 = 12 - (2.5mA)(5.6k) = -2 V ' class='latex' /></p>
<p>The easier way to find <img src='http://s.wordpress.com/latex.php?latex=V_3%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_3 ' title='V_3 ' class='latex' /> is to recall that <img src='http://s.wordpress.com/latex.php?latex=%7CV_%7BEB%7D%7C%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='|V_{EB}| ' title='|V_{EB}| ' class='latex' /> behaves like a diode. For this <em>pnp</em> BJT: <img src='http://s.wordpress.com/latex.php?latex=V_%7BEB%7D%20%3D%20V_E%20-%20V_B%20%3D%20.7%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{EB} = V_E - V_B = .7 ' title='V_{EB} = V_E - V_B = .7 ' class='latex' />.</p>
<p>We know that <img src='http://s.wordpress.com/latex.php?latex=V_B%20%3D%20-2.7V%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_B = -2.7V ' title='V_B = -2.7V ' class='latex' /> so <img src='http://s.wordpress.com/latex.php?latex=V_E%20%3D%20V_3%20%3D%20-2%20V%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_E = V_3 = -2 V ' title='V_E = V_3 = -2 V ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Cbeta%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\beta ' title='\beta ' class='latex' /> may not always be a very large number. Had that been the case here, we would have started by finding the collector current (since it&#8217;s voltage drop and resistance are given) and since <img src='http://s.wordpress.com/latex.php?latex=i_B%20%5Cneq%200&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='i_B \neq 0' title='i_B \neq 0' class='latex' /> anymore, we would use the formulas above to the find the base and collector current.</p>
<h2><strong> </strong></h2>
<h2><strong></strong><strong> Finding BJT Bias Voltages and Currents</strong></h2>
<p><strong>Example 2 Solve for V2 and I1:</strong></p>
<p><img class="size-full wp-image-1387 alignleft" title="Ex2" src="http://engineersphere.com/wp-content/uploads/2010/04/Ex2.bmp" alt="" width="209" height="329" /></p>
<p>Here we will want to start by finding <img src='http://s.wordpress.com/latex.php?latex=I_1%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_1 ' title='I_1 ' class='latex' />. <img src='http://s.wordpress.com/latex.php?latex=I_1%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_1 ' title='I_1 ' class='latex' /> also equals <img src='http://s.wordpress.com/latex.php?latex=I_E%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_E ' title='I_E ' class='latex' /> which approximately equals <img src='http://s.wordpress.com/latex.php?latex=I_C%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_C ' title='I_C ' class='latex' /> and this collector current will allow us to find <img src='http://s.wordpress.com/latex.php?latex=V_2%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_2 ' title='V_2 ' class='latex' /> .</p>
<p><img src='http://s.wordpress.com/latex.php?latex=I_1%20%3D%20%5Cfrac%7B10.7-.7%7D%7B10k%7D%20%3D%201mA%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='I_1 = \frac{10.7-.7}{10k} = 1mA ' title='I_1 = \frac{10.7-.7}{10k} = 1mA ' class='latex' /></p>
<p><img src='http://s.wordpress.com/latex.php?latex=V_2%20%3D%20%281mA%29%2810k%29%20-%2010.7%20%3D%20-.7%20V%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_2 = (1mA)(10k) - 10.7 = -.7 V ' title='V_2 = (1mA)(10k) - 10.7 = -.7 V ' class='latex' /></p>
<p>Notice that <img src='http://s.wordpress.com/latex.php?latex=V_E%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_E ' title='V_E ' class='latex' /> was given as <img src='http://s.wordpress.com/latex.php?latex=.7%20V%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='.7 V ' title='.7 V ' class='latex' />.  If this had not been given, we would have been able to find it because <img src='http://s.wordpress.com/latex.php?latex=V_%7BEB%7D%20%3D%20V_E%20-%20V_B%20%3D%20.7%20V%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{EB} = V_E - V_B = .7 V ' title='V_{EB} = V_E - V_B = .7 V ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=V_B%20%3D%200%20V%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_B = 0 V ' title='V_B = 0 V ' class='latex' />.</p>
<p>Similar to the previous example, if <img src='http://s.wordpress.com/latex.php?latex=%5Cbeta%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\beta ' title='\beta ' class='latex' /> was not a very large number. We would first find the emitter current and then use the equations in the table to find the other branch currents.</p>
<p>Note that both of these examples used <em>pnp</em> BJTs. The difference in an <em>npn</em> BJT is the base-emitter voltage is reveresed. You would use <img src='http://s.wordpress.com/latex.php?latex=V_%7BBE%7D%20%3D%20V_B%20-%20V_E%20%3D%20.7%20V&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='V_{BE} = V_B - V_E = .7 V' title='V_{BE} = V_B - V_E = .7 V' class='latex' />.</p>
<h2><strong></strong><strong> In General:<br />
</strong></h2>
<p>Most of these problems are very simple to solve. Typically <img src='http://s.wordpress.com/latex.php?latex=%5Cbeta%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\beta ' title='\beta ' class='latex' /> is given and you will need to use Ohm&#8217;s Law to identify one of the currents. After one of the currents is found you will be able to solve for the other currents using the basic equations listed above. If one of the currents is not immediately obvious, the base-emitter voltage is likely needed. Most problems have you deduce the emitter voltage from the base, but it is easily possible to find the base voltage from the emitter voltage and then use that to find the base current.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/basic-electrical-concepts/bjt-circuit-and-symbol-conventions.html" rel="bookmark" class="crp_title">BJT Circuit and Symbol Conventions</a></li><li><a href="http://engineersphere.com/math/differential-equations/solving-a-system-equation.html" rel="bookmark" class="crp_title">Solving a System Equation</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/kirchoff-current-law.html" rel="bookmark" class="crp_title">Kirchoff Current Law</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/node-voltage.html" rel="bookmark" class="crp_title">Node Voltage</a></li><li><a href="http://engineersphere.com/circuit-theory/mesh-current.html" rel="bookmark" class="crp_title">Mesh Current</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/basic-electrical-concepts/bjt-transistor-nodal-analysis.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[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. 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[<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><img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/ft.bmp" alt="" 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><img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/ft-2.bmp" alt="" 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><img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/f2t.bmp" alt="" width="446" height="351" /><br />
<img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/f.5t.bmp" alt="" 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><img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/2ft.bmp" alt="" width="446" height="351" /><br />
<img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/5ft.bmp" alt="" 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><img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/f-t.bmp" alt="" 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><img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/exampleft.bmp" alt="" 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><img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/example2ft.bmp" alt="" 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><img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/example2fhalft.bmp" alt="" 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><img class="size-full wp-image-1321 aligncenter" title="f(t)" src="http://engineersphere.com/wp-content/uploads/2010/04/example2fhalftplus3.bmp" alt="" width="446" height="351" /></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/math/sine-functions.html" rel="bookmark" class="crp_title">Sine Functions</a></li><li><a href="http://engineersphere.com/math/calculus/indefinite-integrals.html" rel="bookmark" class="crp_title">Indefinite Integrals</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/inductors-and-capacitors-important-concepts.html" rel="bookmark" class="crp_title">Inductors and Capacitors &#8211; Important Concepts</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/thevenin-equivalent.html" rel="bookmark" class="crp_title">Thevenin Equivalent</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/bjt-circuit-and-symbol-conventions.html" rel="bookmark" class="crp_title">BJT Circuit and Symbol Conventions</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/time-shifting-and-scaling-of-functions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculating Electron and Hole Concentrations in a p-n Junction</title>
		<link>http://engineersphere.com/basic-electrical-concepts/acceptorsdonors-and-holeselectrons.html</link>
		<comments>http://engineersphere.com/basic-electrical-concepts/acceptorsdonors-and-holeselectrons.html#comments</comments>
		<pubDate>Wed, 24 Mar 2010 21:47:30 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Electronic Materials / Chemistry]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[acceptor]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[calculate]]></category>
		<category><![CDATA[concentration]]></category>
		<category><![CDATA[donor]]></category>
		<category><![CDATA[electron]]></category>
		<category><![CDATA[hole]]></category>
		<category><![CDATA[junction]]></category>
		<category><![CDATA[n]]></category>
		<category><![CDATA[n-p]]></category>
		<category><![CDATA[n-type]]></category>
		<category><![CDATA[p]]></category>
		<category><![CDATA[p-n]]></category>
		<category><![CDATA[p-type]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1249</guid>
		<description><![CDATA[Sometimes it can be complicated understanding and calculating hole and electron concentrations. My intent in this article is to briefly, but thoroughly describe what the variables used in these calculations mean and how to use them. To begin I will introduce our variables: concentration of free electrons (donors) concentration of holes (acceptors) = number of [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it can be complicated understanding and calculating hole and electron concentrations. My intent in this article is to briefly, but thoroughly describe what the variables used in these calculations mean and how to use them.</p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>To begin I will introduce our variables:</strong></span></p>
<p><img src='http://s.wordpress.com/latex.php?latex=n%20%3D%20%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n =  ' title='n =  ' class='latex' /> concentration of free electrons (donors)<br />
<img src='http://s.wordpress.com/latex.php?latex=p%20%3D%20%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='p =  ' title='p =  ' class='latex' /> concentration of holes (acceptors)<br />
<img src='http://s.wordpress.com/latex.php?latex=n_i%20%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_i  ' title='n_i  ' class='latex' /> = number of free electrons and holes in a unit volume</p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>In thermal equilibrium(or no doping):</strong></span></p>
<p><img src='http://s.wordpress.com/latex.php?latex=n%3Dp%3Dn_i%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n=p=n_i ' title='n=p=n_i ' class='latex' /> and, therefore <img src='http://s.wordpress.com/latex.php?latex=n%20%5Ccdot%20p%3Dn_i%5E2%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n \cdot p=n_i^2 ' title='n \cdot p=n_i^2 ' class='latex' /></p>
<p>However, doping is common in most examples. To increase the concentration of free electrons, an element with 5 valence electrons is used (i.e. Phosphorous). The resultant material is said to be n-type. To increase the number of holes, an element with 3 valence electrons is used (i.e. Boron). The resultant material is said to be p-type.</p>
<p>This introduces subscript n&#8217;s and p&#8217;s along with our concentration of free electron and hole variables.</p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>In n-type silicon:</strong></span></p>
<p><img src='http://s.wordpress.com/latex.php?latex=n_n%20%3D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_n = ' title='n_n = ' class='latex' /> concentration of free electrons (in n-type silicon)<br />
<img src='http://s.wordpress.com/latex.php?latex=p_n%20%3D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='p_n = ' title='p_n = ' class='latex' /> concentration of holes (in n-type silicon)</p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>In p-type silicon:</strong></span></p>
<p><img src='http://s.wordpress.com/latex.php?latex=n_p%20%3D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_p = ' title='n_p = ' class='latex' /> concentration of free electrons (in p-type silicon)<br />
<img src='http://s.wordpress.com/latex.php?latex=p_p%20%3D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='p_p = ' title='p_p = ' class='latex' /> concentration of holes (in p-type silicon)</p>
<p>Note: The subscript indicates whether the material is n-type or p-type.</p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Calculations</strong></span></p>
<p>Typically you first want to identify whether the material you are working with is p-type or n-type. This introduces two new variables. <img src='http://s.wordpress.com/latex.php?latex=N_D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='N_D' title='N_D' class='latex' /> which refers to the concentration of donor atoms and <img src='http://s.wordpress.com/latex.php?latex=N_A&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='N_A' title='N_A' class='latex' /> which refers to the concentration of acceptor atoms.</p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>In n-type silicon:</strong></span></p>
<p>Here you will use the variables <img src='http://s.wordpress.com/latex.php?latex=n_n&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_n' title='n_n' class='latex' />, <img src='http://s.wordpress.com/latex.php?latex=p_n&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='p_n' title='p_n' class='latex' />, <img src='http://s.wordpress.com/latex.php?latex=n_i%5E2&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_i^2' title='n_i^2' class='latex' />, and <img src='http://s.wordpress.com/latex.php?latex=N_D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='N_D' title='N_D' class='latex' />.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=n_n%20%5Capprox%20N_D%20%5Cquad%20%5Cquad%20n_n%20%5Ccdot%20p_n%20%3D%20n_i%5E2%20%5Cquad%20%5Cquad%20p_n%20%3D%20%5Cfrac%7Bn_%7Bi%7D%5E%7B2%7D%7D%7BN_%7BD%7D%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_n \approx N_D \quad \quad n_n \cdot p_n = n_i^2 \quad \quad p_n = \frac{n_{i}^{2}}{N_{D}} ' title='n_n \approx N_D \quad \quad n_n \cdot p_n = n_i^2 \quad \quad p_n = \frac{n_{i}^{2}}{N_{D}} ' class='latex' /></p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>In p-type silicon:</strong></span></p>
<p>Here you will use the variables <img src='http://s.wordpress.com/latex.php?latex=n_p&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_p' title='n_p' class='latex' />, <img src='http://s.wordpress.com/latex.php?latex=p_p&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='p_p' title='p_p' class='latex' />, <img src='http://s.wordpress.com/latex.php?latex=n_i%5E2&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_i^2' title='n_i^2' class='latex' />, and <img src='http://s.wordpress.com/latex.php?latex=N_A&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='N_A' title='N_A' class='latex' />.</p>
<p><img src='http://s.wordpress.com/latex.php?latex=p_p%20%5Capprox%20N_A%20%5Cquad%20%5Cquad%20p_p%20%5Ccdot%20n_p%20%3D%20n_i%5E2%20%5Cquad%20%5Cquad%20n_p%20%3D%20%5Cfrac%7Bn_%7Bi%7D%5E%7B2%7D%7D%7BN_%7BA%7D%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='p_p \approx N_A \quad \quad p_p \cdot n_p = n_i^2 \quad \quad n_p = \frac{n_{i}^{2}}{N_{A}} ' title='p_p \approx N_A \quad \quad p_p \cdot n_p = n_i^2 \quad \quad n_p = \frac{n_{i}^{2}}{N_{A}} ' class='latex' /></p>
<p>In most cases <img src='http://s.wordpress.com/latex.php?latex=n_i%5E2&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_i^2' title='n_i^2' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=N_D&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='N_D' title='N_D' class='latex' /> or <img src='http://s.wordpress.com/latex.php?latex=N_A&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='N_A' title='N_A' class='latex' /> will be given and you will be able to find <img src='http://s.wordpress.com/latex.php?latex=n_n%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_n ' title='n_n ' class='latex' /> or <img src='http://s.wordpress.com/latex.php?latex=p_p&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='p_p' title='p_p' class='latex' />. Then you will find <img src='http://s.wordpress.com/latex.php?latex=p_n&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='p_n' title='p_n' class='latex' /> or <img src='http://s.wordpress.com/latex.php?latex=n_p&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='n_p' title='n_p' class='latex' /> from the equations above.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/basic-electrical-concepts/complex-numbers.html" rel="bookmark" class="crp_title">Complex Numbers</a></li><li><a href="http://engineersphere.com/basic-computer-concepts/karnaugh-maps.html" rel="bookmark" class="crp_title">Karnaugh Maps</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-ii.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; II</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/bjt-circuit-and-symbol-conventions.html" rel="bookmark" class="crp_title">BJT Circuit and Symbol Conventions</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/what-is-current.html" rel="bookmark" class="crp_title">What Is Current?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/basic-electrical-concepts/acceptorsdonors-and-holeselectrons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amplifiers &#8211; Part II</title>
		<link>http://engineersphere.com/basic-electrical-concepts/amplifiers-part-ii.html</link>
		<comments>http://engineersphere.com/basic-electrical-concepts/amplifiers-part-ii.html#comments</comments>
		<pubDate>Mon, 22 Mar 2010 17:59:54 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Biomedical Engineering]]></category>
		<category><![CDATA[AICHo]]></category>
		<category><![CDATA[Amplifier Saturation]]></category>
		<category><![CDATA[Amplifiers]]></category>
		<category><![CDATA[Bandwidth]]></category>
		<category><![CDATA[Biosignal]]></category>
		<category><![CDATA[DAQ]]></category>
		<category><![CDATA[DAQ Card]]></category>
		<category><![CDATA[Differential Amplifier]]></category>
		<category><![CDATA[Isolation]]></category>
		<category><![CDATA[Pre-Amplifier]]></category>
		<category><![CDATA[Single-Ended]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1188</guid>
		<description><![CDATA[Important Amplifier Properties Isolation For the biological subject, against electric shock from the amplifier’s power source(s)–or, how to not kill your patient while taking measurements! For the signal-to-noise ratio (SNR): isolation keeps the (60-Hz mains and other) noise out of the sensor pickup–and out of the amplifier input. One simple way to isolate the input [...]]]></description>
			<content:encoded><![CDATA[<h1>Important Amplifier Properties</h1>
<h2>Isolation</h2>
<ul>
<li>For the biological subject, against electric shock from the amplifier’s power source(s)–or, how to not kill your patient while taking measurements!</li>
</ul>
<ul>
<li>For the signal-to-noise ratio (SNR): isolation keeps the (60-Hz mains and other) noise out of the sensor pickup–and out of the amplifier input.</li>
</ul>
<p>One simple way to isolate the input is to use an <span style="text-decoration: underline;"><strong>LED/phototransistor pair</strong></span>:</p>
<p><a href="http://engineersphere.com/wp-content/uploads/2010/03/LEDpair.png"><img class="alignleft size-full wp-image-1189" title="LEDpair" src="http://engineersphere.com/wp-content/uploads/2010/03/LEDpair.png" alt="" width="446" height="305" /></a>The sensor is connected to an LED, which outputs light of intensity proportional to signal voltage.</p>
<p>The light from the LED falls on a photodiode or phototransistor, which is biased in such a way that current only flows when light hits the device, and the current (and thus measured voltage) is proportional to light intensity.</p>
<p>Phototransistor output is to the amplifier.</p>
<p>The power circuitry for the amplifier is completely isolated from the sensor (electrodes etc.) Power supplies for the sensor use a transformer or battery, and the “ground” for the sensor side floats relative to the amplifier side (which should have ground connected to earth eventually.)</p>
<p>These devices are manufactured in one piece, so the frequency of light output from the LED is matched to the ideal absorption frequency of the phototransistor. However, there must be no electrical connection between the two sides of the circuit. More exactly, the impedance between the two circuits should be near a Teraohm (<img src='http://s.wordpress.com/latex.php?latex=10%5E%7B12%7D%20%5COmega%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='10^{12} \Omega ' title='10^{12} \Omega ' class='latex' />).</p>
<h2>Single-Ended vs. Differential Input</h2>
<ul>
<li><span style="text-decoration: underline;"><strong>Referenced Single-Ended</strong></span>: two leads of sensor are + signal and earth (computer) ground. Note: to avoid ground loops, it is best to avoid connecting sensor earth to computer earth.</li>
</ul>
<ul>
<li><strong><span style="text-decoration: underline;">Non-Referenced Single-Ended</span></strong>: two leads of sensor are + signal and &#8211; signal, which is connected through a bias resistor to earth ground.</li>
</ul>
<ul>
<li><strong><span style="text-decoration: underline;">Differential</span></strong>: three sensor leads are available: + and &#8211; signal and (earth) ground.</li>
</ul>
<p>The 4-BNC -to- DAQ-card lead you’ve probably used in a lab before is referenced single-ended: each of 4 sensors has available a signal wire, and the 4 sensors share a common ground wire. If the DAQ card is configured in Differential mode using this input lead, the signal gradually rises to a saturated level, as the DAQ card assumes a signal on the &#8211; <strong><span style="text-decoration: underline;">differential input</span></strong>, which is in reality floating.</p>
<p><strong><span style="text-decoration: underline;">Problems with Single-Ended Input</span></strong>:</p>
<ul>
<li><strong><span style="text-decoration: underline;">Cross-talk</span></strong>: Because multiple signals share a ground wire, they also share some portion of the signal, so if only one input is connected that signal shows up, somewhat weakened, on the second input trace.</li>
</ul>
<ul>
<li><strong><span style="text-decoration: underline;">Lack of isolation</span></strong>: using the ground wire as the negative signal lead means the subject and the amplifier are strongly coupled–and strong electric signals from the amplifier may travel to the subject. Also, stray noise (such as from the power mains) easily couples into the input.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Differential Input</span></strong>:</p>
<p>I&#8217;m talking a lot about DAQ cards, these are very important when working with A/D systems and analog and digital filters.  If you are not familiar with these, go do a little light reading.  Hopefully this is making enough sense to get the concepts across.  The DAQ card comes with a finite number (16, in our case) of analog input ports (channels), each with paired input pins: a signal (ACH#) and a ground (AIGND). All the analog input ground pins are tied together on the DAQ card. In differential mode, the analog input ports are paired, so channel 1 uses AICH0 as +, AICH8 as -, and the ground wires for the pair are tied together as the reference ground. Thus a 16-channel DAQ card has only 8 channels in differential mode.</p>
<ul>
<li>Because no channels share leads, cross-talk is reduced. The DAQ card has high common-mode rejection, so if the &#8211; input leads are tied to ground (simplest configuration), channels will not interfere because the cross-talk is common to both + and &#8211; inputs.</li>
</ul>
<ul>
<li>The ground lead cannot be isolated from the <span style="text-decoration: underline;"><strong>input electrodes</strong></span> without causing the DAQ circuitry to saturate, so the DAQ card itself does not provide isolation.</li>
</ul>
<h2>Wiring a DAQ card in Differential Mode:</h2>
<p><a href="http://engineersphere.com/wp-content/uploads/2010/03/DAQwiring.png"><img class="aligncenter size-full wp-image-1193" title="DAQwiring" src="http://engineersphere.com/wp-content/uploads/2010/03/DAQwiring.png" alt="" width="631" height="358" /></a>The figure is adapted from Fig. 4.6, p. 4-15, of the NI 6024E (DAQ card) User Manual, and illustrates the appropriate connections for differential input to the card. Recommended values of R+ and R- depend on the impedance Rs (in series with Vs) and coupling of the source signal Vs:</p>
<p><a href="http://engineersphere.com/wp-content/uploads/2010/03/sourcevoltages.png"><img class="alignleft size-full wp-image-1195" title="sourcevoltages" src="http://engineersphere.com/wp-content/uploads/2010/03/sourcevoltages.png" alt="" width="773" height="230" /></a></p>
<p>R+ and R- provide bias current return paths. Bias currents result from not-quite infinite input impedance to the DAQ, and if not balanced the noise they represent will not be common to both + and &#8211; inputs, and thus won’t be rejected. However, R+ and R- load down the source with an equivalent 2R+, which will decrease gain if R+, R- are too low. If R+, R- are too large, they will produce a DC offset at the DAQ input.</p>
<h2>Bandwidth</h2>
<p>Bandwidth is a critical parameter in determining the type of amplifier needed. Often a <strong><span style="text-decoration: underline;">bioamp </span></strong>has adjustable <strong><span style="text-decoration: underline;">bandwidth</span></strong>; typical applications have both low-pass and high-pass adjustable filters.</p>
<p>Typical Bandwidths of Biological Signals: (Table from Webster Fig 6.16, p. 259.)</p>
<p><a href="http://engineersphere.com/wp-content/uploads/2010/03/biosignalbandwidth.png"><img class="aligncenter size-full wp-image-1197" title="biosignalbandwidth" src="http://engineersphere.com/wp-content/uploads/2010/03/biosignalbandwidth.png" alt="" width="782" height="290" /></a></p>
<p>(<strong><span style="text-decoration: underline;">Electro-oculogram</span></strong>: signal from electrodes placed either side or above and below the eye. Linearly proportional to angle of gaze; DC signal)</p>
<h2>Noise Reduction</h2>
<p>Can be either or both analog and/or digital. If digital, it is done by post-processing collected data. If analog, wiring of the printed-circuit board, handling of wires on the bench, and internal circuitry are all details to consider carefully.</p>
<h2>Protective Shielding</h2>
<p>For equipment, against transient large signal sources–includes grounding the outer case of the equipment and surge protection, as well as isolation.</p>
<h2>Power Supplies</h2>
<p>AC (mains) with rectification and usually transformer isolation. Subject to power failures, risk of electrocution.<br />
Battery: provides its own isolation. Limited lifetime and undesirable behavior just before failure.</p>
<h2>Specialized Amplifiers</h2>
<h3 style="text-align: center;"><a href="http://engineersphere.com/wp-content/uploads/2010/03/lockinamplifier.png"><img class="aligncenter size-full wp-image-1198" title="lockinamplifier" src="http://engineersphere.com/wp-content/uploads/2010/03/lockinamplifier.png" alt="" width="767" height="313" /></a>Lock-In Amplifier Block Diagram</h3>
<p><strong><span style="text-decoration: underline;">Lock-in Amplifier</span></strong>: (<a href="http://www.lockin.de">www.lockin.de</a>) If the signal source is mostly at a single frequency but is very weak and/or subject to a great deal of noise, a lock-in amplifier can be used to extract the signal. In biological cases the single-frequency property of the signal is most-often externally generated, by applying a single-frequency excitation in one way or another.</p>
<p>Theory:</p>
<p>Signal source S(t) = A cos(ω1t + θ1) + B cos(ω2t + θ2)</p>
<p>Reference signal R(t) = C cos(ω1t)</p>
<p>Product S(t)R(t) = AC cos(ω1t) cos(ω1t + θ1) + other terms in cos(ω1t) and cos(ω2t)</p>
<p>= AC/2 (cos(2ω1t + θ1) + cos(-θ1) ) + other terms in cos(ω1t) and cos(ω2t)</p>
<p>Integrating over an even number of cycles of the reference signal reduces all terms in ω1 to zero, so <strong>the displayed signal is proportional only to the amplitude of the component of the signal source at the reference frequency</strong>.</p>
<p>To get the reference frequency into the signal source various means are employed: one may have to excite the subject (nerve, membrane&#8230;) at the reference frequency, or one may already know the source has a dominant resonance; alternatively one may look at each of several spectral components in the source signal piecemeal, by tuning the reference frequency.</p>
<p><strong><span style="text-decoration: underline;">Pre-Amplifier</span></strong>:  high input impedance, moderate gain, high <a href="http://engineersphere.com/basic-electrical-concepts/amplifiers-part-i.html">CMRR</a>. Often <a href="http://engineersphere.com/basic-electrical-concepts/amplifiers-part-i.html">differential input</a> and isolation. May include DC offset control, gain control switches, and/or calibration signal.</p>
<p><span style="text-decoration: underline;"><strong>Chopper-stabilized Amplifier</strong></span>:  removes thermal DC drift from a (very-low-frequency or DC) signal by using negative feedback and chopping the low-frequency signal at a frequency above the amplifier’s high-pass limit (effectively, this is frequency modulation). The signal can be reconstructed by demodulation after amplification; noise signals at both high frequencies and those below the chopper frequency are rejected.</p>
<p>This post was made using some old class notes, a DAQ card user manual and just some good old knowledge.  I know this is not a traditional <a href="engineersphere.com">engineersphere.com</a> lesson, it is more of an &#8216;informative read&#8217; for the avid electrical engineer interested in <a href="http://engineersphere.com">biomedical applications</a>.  Enjoy <img src='http://engineersphere.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/basic-electrical-concepts/amplifiers-part-i.html" rel="bookmark" class="crp_title">Amplifiers &#8211; Part I</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/frequency-response-for-mosfetbjt.html" rel="bookmark" class="crp_title">Frequency Response for MOSFET/BJT</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-iv.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; IV</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/complex-numbers.html" rel="bookmark" class="crp_title">Complex Numbers</a></li><li><a href="http://engineersphere.com/biomedical-engineering/biomedical-image-processing-ii.html" rel="bookmark" class="crp_title">Biomedical Image Processing &#8211; II</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/basic-electrical-concepts/amplifiers-part-ii.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amplifiers &#8211; Part I</title>
		<link>http://engineersphere.com/basic-electrical-concepts/amplifiers-part-i.html</link>
		<comments>http://engineersphere.com/basic-electrical-concepts/amplifiers-part-i.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 19:54:47 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Biomedical Engineering]]></category>
		<category><![CDATA[Circuit Theory]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Amplifier Saturation]]></category>
		<category><![CDATA[Amplifier Schematic]]></category>
		<category><![CDATA[Amplifiers]]></category>
		<category><![CDATA[Bias Current]]></category>
		<category><![CDATA[CMRR]]></category>
		<category><![CDATA[Common-Mode]]></category>
		<category><![CDATA[DC offset]]></category>
		<category><![CDATA[Diff Amp]]></category>
		<category><![CDATA[Difference Amp]]></category>
		<category><![CDATA[Differential Amp]]></category>
		<category><![CDATA[Frequency Dependance]]></category>
		<category><![CDATA[Gain]]></category>
		<category><![CDATA[Input Impedance]]></category>
		<category><![CDATA[Instrumentation Amp]]></category>
		<category><![CDATA[Operational Amplifier]]></category>
		<category><![CDATA[Output Impedance]]></category>
		<category><![CDATA[Saturation]]></category>
		<category><![CDATA[Wheatstone Bridge]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=1165</guid>
		<description><![CDATA[This post is about amplifiers, how they work, and common applications. I will cover several operational amplifier configurations, and situations where each might be useful. This is part I of II for general discussion about amplifiers. Enjoy! Amplifiers Definition (for Bioinstrumentation): Circuit that makes a small signal, usually voltage but occasionally current or power, big [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">This post is about <strong>amplifiers</strong>, how they work, and common applications.  I will cover several operational amplifier configurations, and situations where each might be useful.  This is part I of II for general discussion about amplifiers.  Enjoy!</p>
<h1 style="text-align: left;">Amplifiers</h1>
<p><strong>Definition</strong> (for Bioinstrumentation): Circuit that makes a small signal, usually voltage but occasionally current or power, big enough to do something useful–including excite an output mechanism.</p>
<h3>Common uses:</h3>
<p style="padding-left: 30px;">• Biological measurements of small signals<br />
• Audio engineering: a large current is needed to drive speakers<br />
• Wireless communications: far from originating antenna, signal is very weak and must be<br />
amplified to be useful.</p>
<h3>Secondary applications:</h3>
<p style="padding-left: 30px;">Many amplifiers are also filters, preferentially amplifying some frequencies over others</p>
<p style="padding-left: 30px;">• Don’t want to amplify noise along with signal<br />
• Only interested in low- or high-frequency portion of signal<br />
• Active filter provides amplification as added bonus</p>
<h2>General Amplifier Characteristics</h2>
<p><strong><span style="text-decoration: underline;">Common Mode Rejection Ratio (CMRR)</span></strong>–ratio (usually in dB) of the amplifier’s common-mode gain to its differential-mode gain. <strong><span style="text-decoration: underline;">Common-mode signals</span></strong> are input signals common to both + and &#8211; inputs and are usually unwanted noise–60-Hz, thermal, etc; <strong><span style="text-decoration: underline;">differential signals</span></strong> are applied to only one input.</p>
<p><span style="text-decoration: underline;"><strong>Gain</strong></span>–voltage out over voltage in, or current out over current in. May be given in dB.  <em>Bioamp requirement</em>: often adjustable; should be 1000 or greater, should be calibrated.</p>
<p><span style="text-decoration: underline;"><strong>Input Impedance</strong></span>–what the input source sees as its load working into the amplifier: if the entire amplifier circuit were modelled as a resistor, what would be the value of the resistor? <em>Typical bioamp</em>: Rin = 10MΩ–signal source need not provide much current.</p>
<p><span style="text-decoration: underline;"><strong>Output Impedance</strong></span>–same as input impedance but from the output end: model the entire amplifier as a source, and this is its internal impedance. <em>Bioamp requirement:</em> Ro &lt;&lt; Rload.</p>
<p><span style="text-decoration: underline;"><strong>Frequency Response</strong></span>–over what range of frequencies is the gain constant? Graphically illustrated with a Bode plot of gain vs. frequency.</p>
<p><span style="text-decoration: underline;"><strong>DC offset</strong></span>–usually an amplifier has an operator-adjustable DC offset knob, to null out any offset associated with non-ideal amplifier or sensor behavior. A DC offset signal results in an incorrect reading unless removed or filtered out (high-pass filter).</p>
<h3>Operational Amplifier:</h3>
<p>basis for most instrumentation-related amplifiers, cheap, readily available, easy to work with. “Operational” = good for mathematical operations (+, -, log, &#8230;)</p>
<h2><a href="http://engineersphere.com/wp-content/uploads/2010/03/opamp.png"><img class="aligncenter size-full wp-image-1167" title="opamp" src="http://engineersphere.com/wp-content/uploads/2010/03/opamp.png" alt="" width="540" height="168" /></a>Meanings and advantages:</h2>
<p>• equal input voltages –&gt; within the limits of external power supplies, an op amp outputs whatever current is needed to drive the two input voltages equal. Result is that the output voltage follows the input, scaled by a large gain.<br />
• infinite input resistance means the op amp never loads down the source, even if the source cannot supply much power.<br />
• zero output resistance means the op amp is an ideal voltage source, with output voltage independent of whatever load impedance it must work into.<br />
• infinite open-loop gain means the amplification properties of a circuit containing an op amp are independent of the op amp internal properties.</p>
<p>Carr and Brown go through several common op-amp configurations and show how to derive their voltage gains. Suffice it for now to know that if you want to build an amplifier, an op amp is a good place to start.</p>
<h2>Common op-amp circuit configurations:</h2>
<p>• Inverting and non-inverting amplifiers<br />
• Summing and difference amplifiers<br />
• Integrating and differentiating amplifiers<br />
• Log and anti-log amplifiers<br />
• Instrumentation amplifier<br />
• Low-pass filter<br />
• High-pass filter<br />
• Band-pass and notch filters<br />
• Buffer (voltage follower, or unity-gain buffer)</p>
<h2>Op Amp Equivalent Circuit</h2>
<p>This schematic illustrates the important properties of the op amp, and of any amplifier. It can also make it easier to understand circuit operation.</p>
<p><a href="http://engineersphere.com/wp-content/uploads/2010/03/opampequivalent1.png"><img class="alignleft size-full wp-image-1169" title="opampequivalent" src="http://engineersphere.com/wp-content/uploads/2010/03/opampequivalent1.png" alt="" width="259" height="228" /></a></p>
<p>Note the open-circuit inputs– Rin = infinity. The<br />
output voltage supply is a dependent voltage<br />
source. Also, since the gain A is infinite, v2 &#8211; v1<br />
must be zero to get a finite output.</p>
<h2>Difference (Differential) Amplifier</h2>
<p><em>Example</em>: derive the gain relationship for the basic differential amplifier shown, assuming U1 is ideal and Vin = V2 &#8211; V1.</p>
<p><a href="http://engineersphere.com/wp-content/uploads/2010/03/diffamp.png"><img class="alignleft size-full wp-image-1170" title="diffamp" src="http://engineersphere.com/wp-content/uploads/2010/03/diffamp.png" alt="" width="348" height="249" /></a></p>
<p>To get equal gain of both V1 and V2, set R2/R1 = R4/R3. Then Vo = R2/R1(V2-V1).</p>
<p>To get a high gain, R2 &gt;&gt; R1, but to get high input impedance R1 (and/or R3) should be large, making R2 and R4 even larger&#8230;Result: high gain and high input impedance are difficult to achieve together.</p>
<h2>Instrumentation Amplifier</h2>
<p>A difference amp with input buffer/gain stages to increase input impedance and gain. To analyze, realize that the same current must flow in R5, R6 and R5 (since no current flows into the op amps). Set R1=R3, R2 = R4; then Vo = G1* (v3(U1) -v2(U1)), where G1 = R2/R1 = gain of second (differential) stage.</p>
<p><a href="http://engineersphere.com/wp-content/uploads/2010/03/instrumentationamp.png"><img class="aligncenter size-full wp-image-1171" title="instrumentationamp" src="http://engineersphere.com/wp-content/uploads/2010/03/instrumentationamp.png" alt="" width="595" height="368" /></a>Gain of input stage is 1 + 2*R5/R6 = G2. Overall gain is G1*G2. Making R6 a potentiometer allows compensation for inequalities in the two R5s, as well as for variable gain of the entire circuit.</p>
<p><strong><span style="text-decoration: underline;">Overall Gain</span></strong>: A practical difference amp can have a gain of 100, so it is not hard to get an overall gain of 10,000 from an instrumentation amp.<br />
<strong><span style="text-decoration: underline;">Input Impedance</span></strong>: equal to that of the op amps U1 and U2–very large. Use FET-based amps for extremely high input impedance<br />
<strong><span style="text-decoration: underline;">Output Impedance:</span></strong> close to that of the op amp U1–very small: the amp will provide whatever current is needed to maintain the output voltage regardless of load impedance.</p>
<p><strong><span style="text-decoration: underline;">Equal resistors:</span></strong> in practice one cannot buy matched discrete resistors; however it is fairly easy to manufacture them within an integrated circuit. Monolithic diff-amps are available.</p>
<h2>Non-idealities of amplifiers</h2>
<p><strong><span style="text-decoration: underline;">Gain</span></strong>:  TANSTAAFL&#8211;you cannot have gain without a power supply to provide it. Real gain is limited by the external power  supplies (+/- 12 or 15 V, for op amp circuits) Exceeding the limits of the power supply results in <strong><span style="text-decoration: underline;">Saturation</span></strong>, or “hitting the rail”.</p>
<p><strong><span style="text-decoration: underline;">Output impedance</span></strong>: a zero output impedance means the circuit will provide whatever current is needed to maintain the requested output voltage. Practically, however, an op amp can only provide some 20mA, meaning RO is negligible only for RL&gt;&gt;15V/20mA = 750 Ω.</p>
<p><span style="text-decoration: underline;"><strong>Frequency dependence</strong></span>: to avoid oscillation or saturation, circuitry must often be added that limits the bandwidth of an amplifier.<br />
• To keep DC offset signals (from polarizing electrodes, for example) out of the amplifier, a high-pass filter is used to cut off DC (and lower-frequency ac) signals.<br />
• If the load to be driven contains substantial capacitance, the current output limit again becomes a problem, limiting gain at high frequencies, where capacitors look like shorts.</p>
<p><strong><span style="text-decoration: underline;">Input bias current:</span></strong> real op amps do have non-zero input currents, which produce voltage drops at the input–another source of DC offset. This source can be minimized by using FET op amps.</p>
<h2>Impedance Bridge</h2>
<p>Often the measurand is the relation between voltage and current (one applied, the other a response) rather than a biologically generated source. An example in Carr and Brown uses a wire heated by an applied current as an airflow sensor:  air flow from a breathing patient cools the wire, changing its resistance. Similarly, a voltage applied to a membrane induces a current flow; the ratio of voltage to current is a resistance. Such relations are best measured using a <strong><span style="text-decoration: underline;">Bridge</span></strong>, and if the bridge is made solely of resistors it is called a <strong><span style="text-decoration: underline;">Wheatstone Bridge</span></strong>.</p>
<p><a href="http://engineersphere.com/wp-content/uploads/2010/03/wheatstonebridge.png"><img class="alignleft size-full wp-image-1172" title="wheatstonebridge" src="http://engineersphere.com/wp-content/uploads/2010/03/wheatstonebridge.png" alt="" width="270" height="220" /></a>Usually drawn as a diamond, this configuration of resistors is “balanced” when V+ &#8211; V- = 0. If Rtest then varies a little, a differential amplifier across V+ and V- will register a potential difference proportional to<br />
the change in Rtest.</p>
<p>The impedances can have capacitance and/or inductance associated with them, in which case the bridge can measure both energy storage and  resistive loss in an element.</p>
<p>A return path to ground for (DC) bias currents is automatically provided by this circuit to prevent saturation.</p>
<p>Well there you have it, a few common amplifier configurations and some useful terms pertaining to them.  Remember important concepts such as <strong><span style="text-decoration: underline;">amplifier saturation</span></strong>, <strong><span style="text-decoration: underline;">Input Impedance</span></strong>, <strong><span style="text-decoration: underline;">Output Impedance</span></strong>, and <span style="text-decoration: underline;"><strong>Gain</strong></span>.  A solid understanding of these concepts is sure to impress somebody!  Amplifiers  part II will continue to elaborate on more fun amplifier concepts.</p>
<p>References: References: Carr and Brown ch. 7; Webster chs. 3, 6; Neamen, Electronic Circuit Analysis and<br />
Design (McGraw Hill, 2001) ch. 9</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/basic-electrical-concepts/amplifiers-part-ii.html" rel="bookmark" class="crp_title">Amplifiers &#8211; Part II</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/complex-numbers.html" rel="bookmark" class="crp_title">Complex Numbers</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/acceptorsdonors-and-holeselectrons.html" rel="bookmark" class="crp_title">Calculating Electron and Hole Concentrations in a p-n Junction</a></li><li><a href="http://engineersphere.com/basic-computer-concepts/karnaugh-maps.html" rel="bookmark" class="crp_title">Karnaugh Maps</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/frequency-response-for-mosfetbjt.html" rel="bookmark" class="crp_title">Frequency Response for MOSFET/BJT</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/basic-electrical-concepts/amplifiers-part-i.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Conversions Between Cartesian, Cylindrical and Spherical Coordinates</title>
		<link>http://engineersphere.com/math/conversions-between-cartesian-cylindrical-and-spherical-coordinates.html</link>
		<comments>http://engineersphere.com/math/conversions-between-cartesian-cylindrical-and-spherical-coordinates.html#comments</comments>
		<pubDate>Sun, 20 Sep 2009 20:58:40 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Electromagnetic Theory]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Statics]]></category>
		<category><![CDATA[cartesian coordinates]]></category>
		<category><![CDATA[cartesian to cylindrical conversion]]></category>
		<category><![CDATA[cartesian to spherical conversion]]></category>
		<category><![CDATA[cylindrical coordinates]]></category>
		<category><![CDATA[spherical coordinates]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=877</guid>
		<description><![CDATA[The 3 common methods of describing a point in a three dimensional coordinate system are Cartesian, Cylindrical and Spherical. The most simple is Cartesian but certain teachers find it necessary to use the others. There are a few simple conversions between them but first it is necessary to know their notation. Cartesian: Cylindrical: Spherical: In [...]]]></description>
			<content:encoded><![CDATA[<p>The 3 common methods of describing a point in a three dimensional coordinate system are Cartesian, Cylindrical and Spherical. The most simple is Cartesian but certain teachers find it necessary to use the others. There are a few simple conversions between them but first it is necessary to know their notation.</p>
<p><strong>Cartesian:</strong> <img src='http://s.wordpress.com/latex.php?latex=%28x%2Cy%2Cz%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='(x,y,z) ' title='(x,y,z) ' class='latex' /></p>
<p><strong>Cylindrical:</strong> <img src='http://s.wordpress.com/latex.php?latex=%28%5Crho%2C%5Cphi%2Cz%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='(\rho,\phi,z) ' title='(\rho,\phi,z) ' class='latex' /></p>
<p><strong>Spherical:</strong> <img src='http://s.wordpress.com/latex.php?latex=%28r%2C%5Ctheta%2C%5Cphi%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='(r,\theta,\phi) ' title='(r,\theta,\phi) ' class='latex' /></p>
<p>In most cases you will only need to work from Cartesian to Cylindrical or Spherical OR back, so I will only supply those equations. If you need to work between Cylindrical and Spherical, it would be one more simple step working from one of those, to Cartesian, then on to the other.</p>
<p><strong>Cartesian <img src='http://s.wordpress.com/latex.php?latex=%5Crightarrow%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\rightarrow ' title='\rightarrow ' class='latex' /> Cylindrical:</strong></p>
<p><img src='http://s.wordpress.com/latex.php?latex=x%20%3D%20%5Crho%20%5Ccdot%20cos%20%28%5Cphi%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x = \rho \cdot cos (\phi) ' title='x = \rho \cdot cos (\phi) ' class='latex' /><br />
<img src='http://s.wordpress.com/latex.php?latex=y%20%3D%20%5Crho%20%5Ccdot%20sin%20%28%5Cphi%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y = \rho \cdot sin (\phi) ' title='y = \rho \cdot sin (\phi) ' class='latex' /><br />
<img src='http://s.wordpress.com/latex.php?latex=z%20%3D%20z%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='z = z ' title='z = z ' class='latex' /></p>
<p><strong>Cartesian <img src='http://s.wordpress.com/latex.php?latex=%5Cleftarrow%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\leftarrow ' title='\leftarrow ' class='latex' /> Cylindrical:</strong></p>
<p><img src='http://s.wordpress.com/latex.php?latex=%5Crho%20%3D%20%5Csqrt%7Bx%5E2%20%2B%20y%5E2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\rho = \sqrt{x^2 + y^2} ' title='\rho = \sqrt{x^2 + y^2} ' class='latex' /><br />
<img src='http://s.wordpress.com/latex.php?latex=%5Cphi%20%3D%20tan%5E%7B-1%7D%20%28%5Cfrac%7By%7D%7Bx%7D%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\phi = tan^{-1} (\frac{y}{x}) ' title='\phi = tan^{-1} (\frac{y}{x}) ' class='latex' /><br />
<img src='http://s.wordpress.com/latex.php?latex=z%20%3D%20z%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='z = z ' title='z = z ' class='latex' /></p>
<p><strong>Cartesian <img src='http://s.wordpress.com/latex.php?latex=%5Crightarrow%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\rightarrow ' title='\rightarrow ' class='latex' /> Spherical:</strong></p>
<p><img src='http://s.wordpress.com/latex.php?latex=x%20%3D%20r%20%5Ccdot%20sin%28%5Ctheta%29%20%5Ccdot%20cos%28%5Cphi%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='x = r \cdot sin(\theta) \cdot cos(\phi) ' title='x = r \cdot sin(\theta) \cdot cos(\phi) ' class='latex' /><br />
<img src='http://s.wordpress.com/latex.php?latex=y%20%3D%20r%20%5Ccdot%20sin%28%5Ctheta%29%20%5Ccdot%20sin%28%5Cphi%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='y = r \cdot sin(\theta) \cdot sin(\phi) ' title='y = r \cdot sin(\theta) \cdot sin(\phi) ' class='latex' /><br />
<img src='http://s.wordpress.com/latex.php?latex=z%20%3D%20r%20%5Ccdot%20cos%28%5Ctheta%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='z = r \cdot cos(\theta) ' title='z = r \cdot cos(\theta) ' class='latex' /></p>
<p><strong>Cartesian <img src='http://s.wordpress.com/latex.php?latex=%5Cleftarrow%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\leftarrow ' title='\leftarrow ' class='latex' /> Spherical:</strong></p>
<p><img src='http://s.wordpress.com/latex.php?latex=r%20%3D%20%5Csqrt%7Bx%5E2%20%2B%20y%5E2%20%2B%20z%5E2%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='r = \sqrt{x^2 + y^2 + z^2} ' title='r = \sqrt{x^2 + y^2 + z^2} ' class='latex' /><br />
<img src='http://s.wordpress.com/latex.php?latex=%5Ctheta%20%3D%20tan%5E%7B-1%7D%28%5Cfrac%7B%5Csqrt%7Bx%5E2%20%2B%20y%5E2%7D%7D%7Bz%7D%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\theta = tan^{-1}(\frac{\sqrt{x^2 + y^2}}{z}) ' title='\theta = tan^{-1}(\frac{\sqrt{x^2 + y^2}}{z}) ' class='latex' /><br />
<img src='http://s.wordpress.com/latex.php?latex=%5Cphi%20%3D%20tan%5E%7B-1%7D%28%5Cfrac%7By%7D%7Bx%7D%29%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\phi = tan^{-1}(\frac{y}{x}) ' title='\phi = tan^{-1}(\frac{y}{x}) ' class='latex' /></p>
<p>Plug the values from any given points into the correct equation to convert to a different type of coordinate system.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/math/calculus/vector-dot-product.html" rel="bookmark" class="crp_title">Vector Dot Product</a></li><li><a href="http://engineersphere.com/math/unit-vector-between-two-points.html" rel="bookmark" class="crp_title">Unit Vector Between Two Points</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/inductors.html" rel="bookmark" class="crp_title">Inductors</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/complex-numbers.html" rel="bookmark" class="crp_title">Complex Numbers</a></li><li><a href="http://engineersphere.com/basic-electrical-concepts/acceptorsdonors-and-holeselectrons.html" rel="bookmark" class="crp_title">Calculating Electron and Hole Concentrations in a p-n Junction</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/conversions-between-cartesian-cylindrical-and-spherical-coordinates.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Vector Between Two Points</title>
		<link>http://engineersphere.com/math/unit-vector-between-two-points.html</link>
		<comments>http://engineersphere.com/math/unit-vector-between-two-points.html#comments</comments>
		<pubDate>Sun, 20 Sep 2009 20:17:52 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Basic Electrical Engineering Concepts]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Electromagnetic Theory]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Statics]]></category>
		<category><![CDATA[find unit vector]]></category>
		<category><![CDATA[unit vector]]></category>
		<category><![CDATA[unit vector between two points]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://engineersphere.com/?p=858</guid>
		<description><![CDATA[Suppose you are interested in finding the unit vector between two points, and , which are described in cartesian coordinates as and , respectively. You would begin by finding the vector between these two points. The direction of this vector may be important so look for key words such as . Once we have established [...]]]></description>
			<content:encoded><![CDATA[<p>Suppose you are interested in finding the unit vector between two points, <img src='http://s.wordpress.com/latex.php?latex=P%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='P ' title='P ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=Q%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q ' title='Q ' class='latex' />, which are described in cartesian coordinates as <img src='http://s.wordpress.com/latex.php?latex=%282%2C-1%2C3%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='(2,-1,3)' title='(2,-1,3)' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=%28-1%2C1%2C0%29&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='(-1,1,0)' title='(-1,1,0)' class='latex' />, respectively.</p>
<p>You would begin by finding the vector between these two points. The direction of this vector may be important so look for key words such as <img src='http://s.wordpress.com/latex.php?latex=%60%60from%27%27%20P%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='``from&#039;&#039; P ' title='``from&#039;&#039; P ' class='latex' /> <img src='http://s.wordpress.com/latex.php?latex=to%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='to ' title='to ' class='latex' /> <img src='http://s.wordpress.com/latex.php?latex=Q%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q ' title='Q ' class='latex' />. Once we have established the direction we&#8217;re going in, <img src='http://s.wordpress.com/latex.php?latex=P%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='P ' title='P ' class='latex' /> to <img src='http://s.wordpress.com/latex.php?latex=Q%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q ' title='Q ' class='latex' /> in this case, we subtract the beginning point from the end point. <img src='http://s.wordpress.com/latex.php?latex=Q%20-%20P%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q - P ' title='Q - P ' class='latex' />. This will give us the vector we are looking for. The next step would be to convert this vector into a unit vector, by dividing it by it&#8217;s magnitude.</p>
<p>These are the two formulas we are looking at:<br />
<img src='http://s.wordpress.com/latex.php?latex=%5Cvec%20%7BPQ%7D%20%3D%20%3C%20%28Q_x%20-%20P_x%29%20%2C%20%28Q_y%20-%20P_y%29%20%2C%20%28Q_z%20-%20P_z%29%20%3E&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\vec {PQ} = &lt; (Q_x - P_x) , (Q_y - P_y) , (Q_z - P_z) &gt;' title='\vec {PQ} = &lt; (Q_x - P_x) , (Q_y - P_y) , (Q_z - P_z) &gt;' class='latex' /><br />
<img src='http://s.wordpress.com/latex.php?latex=%5Cvec%20U_%7BPQ%7D%20%3D%20%5Cfrac%7B%5Cvec%20%7BPQ%7D%7D%7B%7C%5Cvec%20%7BPQ%7D%7C%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\vec U_{PQ} = \frac{\vec {PQ}}{|\vec {PQ}|} ' title='\vec U_{PQ} = \frac{\vec {PQ}}{|\vec {PQ}|} ' class='latex' /></p>
<p>Note:<br />
Here I use <img src='http://s.wordpress.com/latex.php?latex=%5Cvec%20%7BPQ%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\vec {PQ} ' title='\vec {PQ} ' class='latex' /> as my vector from <img src='http://s.wordpress.com/latex.php?latex=P%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='P ' title='P ' class='latex' /> to <img src='http://s.wordpress.com/latex.php?latex=Q%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q ' title='Q ' class='latex' /> and <img src='http://s.wordpress.com/latex.php?latex=%5Cvec%20U_%7BPQ%7D%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\vec U_{PQ} ' title='\vec U_{PQ} ' class='latex' /> denotes the unit vector from <img src='http://s.wordpress.com/latex.php?latex=P%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='P ' title='P ' class='latex' /> to <img src='http://s.wordpress.com/latex.php?latex=Q%20&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='Q ' title='Q ' class='latex' />.</p>
<p>Implementing these formulas:<br />
<img src='http://s.wordpress.com/latex.php?latex=%5Cvec%20%7BPQ%7D%20%3D%20%3C%20%28-1%20-%202%29%20%2C%20%281%20-%20-1%29%20%2C%20%280%20-%203%29%20%3E%20%3D%20%3C%20-3%2C%202%2C%20-3%20%3E&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\vec {PQ} = &lt; (-1 - 2) , (1 - -1) , (0 - 3) &gt; = &lt; -3, 2, -3 &gt;' title='\vec {PQ} = &lt; (-1 - 2) , (1 - -1) , (0 - 3) &gt; = &lt; -3, 2, -3 &gt;' class='latex' /><br />
<img src='http://s.wordpress.com/latex.php?latex=%5Cvec%20U_%7BPQ%7D%20%3D%20%5Cfrac%7B%3C%20-3%2C%202%2C%20-3%20%3E%7D%7B%7C%3C%20-3%2C%202%2C%20-3%20%3E%7C%7D%20%3D%20%5Cfrac%7B%3C%20-3%2C%202%2C%20-3%20%3E%7D%7B%5Csqrt%20%7B%28-3%29%5E2%20%2B%202%5E2%20%2B%20%28-3%29%5E2%7D%7D%20%3D%20%3C%20%5Cfrac%7B-3%7D%7B%5Csqrt%2022%7D%2C%5Cfrac%7B2%7D%7B%5Csqrt%2022%7D%2C%5Cfrac%7B-3%7D%7B%5Csqrt%2022%7D%3E&#038;bg=efe5d9&#038;fg=000000&#038;s=0' alt='\vec U_{PQ} = \frac{&lt; -3, 2, -3 &gt;}{|&lt; -3, 2, -3 &gt;|} = \frac{&lt; -3, 2, -3 &gt;}{\sqrt {(-3)^2 + 2^2 + (-3)^2}} = &lt; \frac{-3}{\sqrt 22},\frac{2}{\sqrt 22},\frac{-3}{\sqrt 22}&gt;' title='\vec U_{PQ} = \frac{&lt; -3, 2, -3 &gt;}{|&lt; -3, 2, -3 &gt;|} = \frac{&lt; -3, 2, -3 &gt;}{\sqrt {(-3)^2 + 2^2 + (-3)^2}} = &lt; \frac{-3}{\sqrt 22},\frac{2}{\sqrt 22},\frac{-3}{\sqrt 22}&gt;' class='latex' /></p>
<p>Hmm.. The End</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/math/calculus/vector-dot-product.html" rel="bookmark" class="crp_title">Vector Dot Product</a></li><li><a href="http://engineersphere.com/math/calculus/adding-and-subtracting-vectors.html" rel="bookmark" class="crp_title">Adding and Subtracting Vectors</a></li><li><a href="http://engineersphere.com/math/conversions-between-cartesian-cylindrical-and-spherical-coordinates.html" rel="bookmark" class="crp_title">Conversions Between Cartesian, Cylindrical and Spherical Coordinates</a></li><li><a href="http://engineersphere.com/linear-systems/zero-input-response/zero-input-response.html" rel="bookmark" class="crp_title">Zero Input Response</a></li><li><a href="http://engineersphere.com/math/calculus/finding-the-equation-of-a-line.html" rel="bookmark" class="crp_title">Finding The Equation of a Line</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/unit-vector-between-two-points.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[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 denotes Laplace and denotes Inverse Laplace: [...]]]></description>
			<content:encoded><![CDATA[<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>
<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>
<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>
<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>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://engineersphere.com/math/separable-differential-equations.html" rel="bookmark" class="crp_title">Separable Differential Equations</a></li><li><a href="http://engineersphere.com/math/calculus/indefinite-integrals.html" rel="bookmark" class="crp_title">Indefinite Integrals</a></li><li><a href="http://engineersphere.com/linear-systems/zero-input-response/zero-input-response.html" rel="bookmark" class="crp_title">Zero Input Response</a></li><li><a href="http://engineersphere.com/math/differential-equations/solving-a-system-equation.html" rel="bookmark" class="crp_title">Solving a System Equation</a></li><li><a href="http://engineersphere.com/matlab/root-locus-method-in-matlab.html" rel="bookmark" class="crp_title">Root Locus Method in MATLAB</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://engineersphere.com/math/laplace-transforms.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
