





<?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>Durofy &#187; euler&#8217;s formula</title>
	<atom:link href="http://www.durofy.com/tag/eulers-formula/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.durofy.com</link>
	<description>Engineering &#38; Technology Tutorials</description>
	<lastBuildDate>Sat, 05 May 2012 02:06:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Fourier Series - Introduction &amp; Example</title>
		<link>http://www.durofy.com/mathematics/the-fourier-series-an-introduction/</link>
		<comments>http://www.durofy.com/mathematics/the-fourier-series-an-introduction/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 11:06:47 +0000</pubDate>
		<dc:creator>Rishabh Dev</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[euler's formula]]></category>
		<category><![CDATA[finding fourier series]]></category>
		<category><![CDATA[fourier coefficient]]></category>
		<category><![CDATA[fourier expansion]]></category>
		<category><![CDATA[fourier series]]></category>
		<category><![CDATA[fourier series example]]></category>
		<category><![CDATA[fourier series solved example]]></category>

		<guid isPermaLink="false">http://zarrata.com/durofy/?p=31</guid>
		<description><![CDATA[One of the equations you would come across during higher studies would be the heat equation. Its another partial differential equation which we can solve using something called the Fourier series... Thanks to Joseph Fourier who introduced this series for the same purpose. Using the Fourier Series, we simply decompose a particular real-valued function into [...]]]></description>
			<content:encoded><![CDATA[<p>One of the equations you would come across during higher studies would be the heat equation. Its another partial differential equation which we can solve using something called the Fourier series... Thanks to <em>Joseph Fourier</em> who introduced this series for the same purpose.</p>
<p>Using the Fourier Series, we simply decompose a particular <em>real-valued function</em> into terms containing the sine &#038; cosine functions.</p>
<p>This function, lets say f(x) is taken to be periodic with a <strong>period 2pi</strong>. We could further extent the definition of the Fourier Series for functions with arbitrary periods.</p>
<p>The Fourier Series of a function f(x) could we written down as...</p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\large%20f(x)=\frac{a_{0}}{2}+%20\sum_{n=1}^{\infty%20}(a_{n}cosnx+b_{n}sinnx)"></p>
<p>In the above decomposition, <img src="http://latex.codecogs.com/gif.latex?\120dpi%20\inline%20\large%20a_{0},a_{n},b_{n}"> are called Fourier Coefficients or Euler's Coefficients.</p>
<p>The former because they appear in the Fourier Series &#038; the latter because we obtain their values using the Euler's Formula.</p>
<p>Now the Euler's Formula gives the the values of the Euler's coefficients &#038; for a function with period 2pi, we have...</p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\inline%20\large%20a_{0}=\frac{1}{\Pi }\int_{c}^{c+2\Pi%20}f(x)dx"></p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\inline%20\large%20a_{n}=\frac{1}{\Pi }\int_{c}^{c+2\Pi%20}f(x)cosnxdx"></p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\inline%20\large%20b_{n}=\frac{1}{\Pi }\int_{c}^{c+2\Pi%20}f(x)sinnxdx"></p>
<p>Now, once you know the values of the coefficients(which would come out to be functions of n) you could find out the complete sum &#038; hence, the complete Fourier series of the function f(x).</p>
<p>The value of 'c' here would depend on the interval specified with the function f(x).</p>
<p>For example, Lets say we have a function,</p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\inline%20\large%20f(x)=1+x"></p>
<p>on the interval...</p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\inline%20\large%20[-\pi%20,%20\pi%20]"></p>
<p>We have here a simple saw tooth function which we've made periodic with a period 2pi.</p>
<p>To start with, we have the interval correpsonding to c to c+2pi which gives c=-pi.</p>
<p>Hence, the values of the coefficients would now be given by...</p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\inline%20\large%20a_{0}=\frac{1}{\Pi }\int_{-\Pi%20}^{\Pi%20}(1+x)dx"></p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\inline%20\large%20a_{n}=\frac{1}{\Pi }\int_{-\Pi%20}^{\Pi%20}(1+x)cosnxdx"></p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\inline%20\large%20b_{n}=\frac{1}{\Pi }\int_{-\Pi%20}^{\Pi%20}(1+x)sinnxdx"></p>
<p>Hence, on integration we obtain...</p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\inline%20\large%20a_{0}=2,%20a_{n}=0,%20b_{n}=\frac{2(-1)^{n+1}}{n}"></p>
<p>This would generate the following Fourier series for our function f(x)...</p>
<p><img src="http://latex.codecogs.com/gif.latex?\150dpi%20\inline%20\large%20f(x)=1+\sum_{n=1}^{\infty%20}\frac{2(-1)^{n+1}}{n}sinnx"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.durofy.com/mathematics/the-fourier-series-an-introduction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

