Physics 380, 2011: Homework 9

From Ilya Nemenman: Theoretical Biophysics @ Emory
Jump to: navigation, search
Emory Logo

Back to the main Teaching page.

Back to Physics 380, 2011: Information Processing in Biology.

  1. We have discussed in class that functions can be represented by their Fourier transforms . Transformation from a function to its transform and back is as easy as taking one integral. For functions that are periodic, so that for any , the result is even simpler, and the functions can be represented often by their Fourier series , where , and are called the Fourier coefficients of . Let's explore how good such representations are. Let's study the partial sums of the Fourier series for , denoted by . Calculate (analytically) the Fourier coefficients for the following three functions defined for . (a) ; (b) ; (c). Plot the first ten partial sums of the Fourier series for all of these functions to observe how the sums converge. Use one figure per function (that is, plot the ten sums on the same figure). Note that the Fourier coefficients decrease the slowest for the function that is discontinuous, (a), and the fastest for the function that is smooth, (c).
  2. Consider the following Langevin differential equation that we discussed in class: , where is a Wiener process, that is, it is a Gaussian variable with , .
    • 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 , and the temporal step size , we can define , and then , where is a Gaussian random variable with zero mean and unit variance. This then gives , which can be turned into a simple for-loop code for simulating a sequence of x's.
    • Simulate steps of this dynamics of . Plot . Describe what you see.
    • Take a Fourier transform of this using the Matlab build-in function.
    • Plot (in log-log scale) the power spectrum (that is .
    • Using the expressions we derived in class, show that the power spectrum for this should look like . 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).
  3. Another common signaling element in cells is the so called Incoherent Feedforward Loop: is a signal, which activates the response and the intermediate memory node . The intermediate node then suppressed the output: . Repeat the procedures we've done in class to calculate the frequency dependent gain for this system. Plot the curve for and . Explain the differences. Graduate students: Incorporate Langevin noise into the system and calculate the SNR for it.