<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nemenmanlab.org/~ilya/index.php?action=history&amp;feed=atom&amp;title=Physics_434%2C_2012%3A_Homework_8</id>
	<title>Physics 434, 2012: Homework 8 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nemenmanlab.org/~ilya/index.php?action=history&amp;feed=atom&amp;title=Physics_434%2C_2012%3A_Homework_8"/>
	<link rel="alternate" type="text/html" href="https://nemenmanlab.org/~ilya/index.php?title=Physics_434,_2012:_Homework_8&amp;action=history"/>
	<updated>2026-04-05T22:55:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://nemenmanlab.org/~ilya/index.php?title=Physics_434,_2012:_Homework_8&amp;diff=461&amp;oldid=prev</id>
		<title>Ilya: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://nemenmanlab.org/~ilya/index.php?title=Physics_434,_2012:_Homework_8&amp;diff=461&amp;oldid=prev"/>
		<updated>2018-07-04T16:28:42Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 16:28, 4 July 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ilya</name></author>
		
	</entry>
	<entry>
		<id>https://nemenmanlab.org/~ilya/index.php?title=Physics_434,_2012:_Homework_8&amp;diff=460&amp;oldid=prev</id>
		<title>nemenman&gt;Ilya at 13:34, 17 November 2012</title>
		<link rel="alternate" type="text/html" href="https://nemenmanlab.org/~ilya/index.php?title=Physics_434,_2012:_Homework_8&amp;diff=460&amp;oldid=prev"/>
		<updated>2012-11-17T13:34:27Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PHYS434-2012}}&lt;br /&gt;
&lt;br /&gt;
#Consider the following Langevin differential equation that we discussed in class: &amp;lt;math&amp;gt;\frac{dx}{dt}=-kx+c\eta&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\eta&amp;lt;/math&amp;gt; is a Wiener process, that is, it is a Gaussian variable with &amp;lt;math&amp;gt;\langle\eta\rangle=0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\langle\eta(t)\eta(t')\rangle=\delta(t-t')&amp;lt;/math&amp;gt;. &lt;br /&gt;
#*Write simple program that would solve this equation using Euler stepping. That is, following our discussion in one of the previous homeworks, for a given &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; and the temporal step size &amp;lt;math&amp;gt;\Delta t&amp;lt;/math&amp;gt;, we can define &amp;lt;math&amp;gt;x_n\equiv x(n\Delta t)&amp;lt;/math&amp;gt;, and then &amp;lt;math&amp;gt;\frac{x_{n+1}-x_{n}}{\Delta t}= -kx_n+\frac{c}{\sqrt{\Delta t}}\nu&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\nu&amp;lt;/math&amp;gt; is a Gaussian random variable with zero mean and unit variance. This then gives &amp;lt;math&amp;gt;x_{n+1}=x_{n} -kx_n\Delta t+c\sqrt{\Delta t}\nu&amp;lt;/math&amp;gt;, which can be turned into a simple for-loop code for simulating a sequence of x's. &lt;br /&gt;
#*Simulate &amp;lt;math&amp;gt;N=1e5&amp;lt;/math&amp;gt; steps of this dynamics of &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. Plot &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. Describe what you see.&lt;br /&gt;
#*Take a Fourier transform of this &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; using the Matlab build-in &amp;lt;math&amp;gt;fft&amp;lt;/math&amp;gt; function.&lt;br /&gt;
#*Plot (in log-log scale) the power spectrum (that is &amp;lt;math&amp;gt;\left|x_\omega\right|^2\equiv x_\omega x_{-\omega}&amp;lt;/math&amp;gt;. &lt;br /&gt;
#*Using the expressions we derived in class, show that the power spectrum for this &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; should look like &amp;lt;math&amp;gt;\langle x_\omega x_{-\omega}\rangle=\frac{c^2}{k^2+\omega^2}&amp;lt;/math&amp;gt;. Compare this to your plot. Do they look similar? Think about why or why not.  (Hint -- they will be similar for about half of your plot).&lt;br /&gt;
#Write down an expression for the mutual information through an enzymatic amplifier, derived in class. Suppose the input signal is band limited, so that its spectrum is &amp;lt;math&amp;gt;\langle \Delta E_{a,\omega}\Delta E_{a,-\omega}\rangle= \frac{\epsilon^2}{1+\omega^2\tau_E^2}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\epsilon&amp;lt;/math&amp;gt; is some constant depending on the system kinetic rates. We suppose that there's no input noise, and only intrinsic noise in the amplifier. Remembering that &amp;lt;math&amp;gt;g_0\frac{1}{\tau}\le {\rm const}&amp;lt;/math&amp;gt; (recall what this constant is), can you find the best setting for an amplifier (that is, the choice of &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;), which would improve the mutual information between the input or the output of the amplifier? That is, can filtering improve the information? Now suppose there is input noise &amp;lt;math&amp;gt;\delta E_{a,\omega}&amp;lt;/math&amp;gt;. Does it change the result? Explain your results.&lt;/div&gt;</summary>
		<author><name>nemenman&gt;Ilya</name></author>
		
	</entry>
</feed>