Problem Set 2

3.1

(a)

Derive equation (3.16) (i.e. the Poisson probability density function) from the binomial distribution and Stirling’s approximation.

Fix any (positive, real) . For any , the binomial probability mass function for trials with probability of success is

As approaches infinity, the second term goes to zero because the dominates (and the last factor is always between 0 and 1). The first term approaches which is the Poisson distribution.

(b)

Use it to derive equation (3.18) () when k follows the Poisson distribution with average number of events .

First, let’s verify that . This will serve as the base case for an inductive argument.

Now assume that .

(c)

Use (b) to derive equation (3.19): .

To compute , we need to know what is. It can be found using the same trick we relied on for the last problem.

Thus , and .

(3.2)

Assume that photons are generated by a light source independently and randomly with an average rate N per second. How many must be counted by a photodetector per second to be able to determine the rate to within 1%? To within 1 part per million? How many watts do these cases correspond to for visible light?

Note: in the previous problem I used as the expected number of events of a Poisson process. Here I’ll use to avoid confusion with wavelength.

Since the photons are generated independently and with a constant average rate, it’s reasonable to model their creation as a Poisson process. We have already found that . For large , the Poisson distribution is very close to the normal distribution. So about two thirds of the probability mass lies between and . Thus if , in any given second it’s more likely than not that the number of photons emitted is within one percent of the true mean. Thus we’d need , i.e. . To have the same probability that the number of observed photons is within of the true value, we need .

The wavelength of visible light is about , so the energy of each photon will be

Thus photons per second is , and photons per second is .

Some caveats about this answer: the Poisson distribution is strictly greater than zero on its whole domain, so one can never be certain that they have found the correct value within any error bounds. That is, even if the real value of is one, there’s still a (vanishingly) slight chance you’ll see a million. The best we can do is find an answer that’s probably approximately correct.

Second, I only found limits on the probability that the number of emitted photons is near the true (known) average. It’s a more subtle question to ask for the probability that a given estimate is within one percent of the true (latent) average. That could be tackled with confidence intervals, p-values, Bayes factors, or direct posterior estimation, though none would be quite so simple. And as an unapologetic Bayesian I’m required to point out that my confidence I’ve determined with some precision depends on my prior for . This would be very real if we were, for instance, counting photons in a lab module for this course. I would be more confident in my answer if I measured something close to photons, than if I measured something like , since I think it’s more likely that the instructor would choose a nice round number with lots of zeros.

(3.3)

Consider an audio amplifier with a 20 kHz bandwidth.

(a)

If it is driven by a voltage source at room temperature with a source impedance of 10kΩ how large must the input voltage be for the SNR with respect to the source Johnson noise to be 20 dB?

So for the input signal to be 20dB louder, we need

Note that I use a factor of 10 since is proportional to power. This signal strength would be achieved, for instance, by a sinusoid that ranges between and volts.

(b)

What size capacitor has voltage fluctuations that match the magnitude of this Johnson noise?

Since a farad is equal to a second per ohm, purely dimensional considerations imply that the noise energy of the capacitor is approximately . Indeed this turns out to be exactly correct. The energy in a capacitor is , so by the equipartition theorem, . This implies that . Thus the capacitor that matches the voltage fluctuations found in part (b) at room temperature has capacitance

(c)

If it is driven by a current source, how large must it be for the RMS shot noise to be equal to 1% of that current?

RMS shot noise is the square root of . So we want , which is solved by

3.4

This problem is much harder than the others. Consider a stochastic process that randomly switches between x = 0 and x = 1. Let be the probability that it makes a transition from 0 to 1 during the interval if it starts in x = 0, and let be the probability that it makes a transition from 1 to 0 during if it starts in x = 1.

(a)

Write a matrix differential equation for the change in time of the probability to be in the 0 state and the probability to be in the 1 state.

(b)

Solve this by diagonalizing the 2 × 2 matrix.

Solving a system of ODEs isn’t necessary here, since . So we just need to solve

Since the derivative is proportional to the function, it’s solved generally by an exponential

Then

which implies that . is determined by :

So putting everything together we have

(c)

Use this solution to find the autocorrelation function .

For positive ,

By symmetry this is an even function. That is, .

(d)

Use the autocorrelation function to show that the power spectrum is a Lorentzian.

By Wiener-Khinchin,

The first integral evaluates to a delta function . The second can be broken into a sum of two integrals over the positive and negative halves of :

Putting everything together,

Ignoring the delta function, up to a constant factor this is a Lorentzian distribution with .

(e)

At what frequency is the magnitude of the Lorentzian reduced by half relative to its low-frequency value?

Looking only at the Lorentzian portion,

So we must plug this in and solve for :

(f)

For a thermally activated process, show that a flat distribution of barrier energies leads to a distribution of switching times , and in turn to .

We are assuming the distribution of barrier energies is constant. According to (3.37), for a thermally activated process the characteristic switching time is a function of the energy: . So to get the distribution , we just need to transform accordingly. In particular,

Let’s prove that this is the case. Given any random variable , and monotonic function , let . Then the cumulative distribution functions are related by

By the fundamental theorem of calculus, the probability density function is the derivative of the cumulative distribution function. So by employing the chain rule we find that

So our result above for follows because , so .

Now we must show that .