- #1
theorem
- 4
- 0
Homework Statement
Say I have a detector that detects alpha-particles of some decay process. Let N be the amount of particles detected and let N be Poisson distributed. If I now define the intensity to be the amount of detected particles per second I = N/t, what would the standard deviation of I be? Also derive the standard deviation of ln I using propagation of error (error in t can be disregarded)..
Homework Equations
Poisson distribution
The Attempt at a Solution
If I let the amount of particles detected in a time interval t be n = μ/t, the probability of detecting x particles is given by the Poisson probability function with mean (parameter) μ = nt. The expectation value is therefore just μ and the std is sqrt(μ) = sqrt(nt). This means that the std for the intensity is sqrt(nt)/t = sqrt(n/t). That's the first part done.
As for the std of ln I, I don't really know what is meant by deriving it using propagation of error or maybe I'm just too tired. Any help is appreciated.