Derivation of equation for Phase-modulation fluorescence

  • Context: Graduate 
  • Thread starter Thread starter McKendrigo
  • Start date Start date
  • Tags Tags
    Derivation Fluorescence
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 6K views
McKendrigo
Messages
25
Reaction score
0
Hello there,

I'm going through the derivation for the equations relating to frequency-domain lifetime measurements for fluorescent samples. This is a technique whereby a sinusoidally-modulated light source excites a fluorescent sample, and the fluorescence lifetime of the sample, [tex]\tau[/tex] is found by relating [tex]\tau[/tex] to the phase shift and/or amplitude de-modulation of the fluorescence relative to the excitation source.

I'll go through the derivation up to the point I'm a little stuck!

Firstly, the excitation is given by:

[tex]L(t)= a + b sin \omega t[/tex],

where b/a = Ml is the modulation of the excitation light.

The fluorescence emission will respond to this excitation with the same frequency, but with a different phase shift and modulation. We assume that the excited state population of the fluorescent sample is:

[tex]N(t)= A + B sin(\omega t - \phi)[/tex],

The intensity, I(t), at any time is proportional to the number of molecules in the excited state N(t).

We suppose that the intensity decay following a delta-function excitation is a single exponential:

[tex]I(t) = I_{o}*exp(-t/\tau)[/tex]

Now - here comes where I come unstuck! - For a single exponential decay, the differential equation describing the time-dependent excited state population is:

[tex]{dI(t)}/{dt} = -{1/\tau}*I(t) + L(t)[/tex]

...
The textbook then goes on to substitute N(t) for I(t) in that equation, and find relationships between [tex]\tau[/tex] and the phase shift / de-modulation. The subsequent steps I'm fine with, I'm just not sure where this last equation comes from. I'm particularly unsure as to why you add L(t), rather than adding its derivative. If anyone could shed some light on how this equation must have been derived, I would be very grateful!
 
Physics news on Phys.org
I'm way out of my area as far as your particular application is but here is my take, FWIW.

With your delta impulse the intensity I decreases exponentially according to your equation

[tex] \frac {dI(t)}{dt} +\frac 1 \tau I(t) =0[/tex]

giving the solution

[tex] I(t) = I_{o}*e^{-\frac t \tau}[/tex]

Now under the excitation L(t) you have a forcing function on the right side, much like the equation of a damped spring with a forcing function:

[tex] \frac {dI(t)}{dt} +\frac 1 \tau I(t) =L(t)[/tex]

Just my best guess. Probably I'd have to know the derivation of the DE in the first place to be sure.
 
That sounds entirely sensible to me. Thanks for your help!