This is kind of a real-world question, in that it comes from the work I do, but I'm just pursuing it for my own edification.
When a radiation detector detects an event, it is insensitive to further events for a certain amount of time until it has recovered, the deadtime. The two standard models are paralyzable and non-paralyzable. If it is paralyzable, a new event that happens within the deadtime period resets the clock, so to speak, extending the time of insensitivity. That is modeled as $$m=n e^{-n \tau}$$ where m is the measured count rate, n the theoretical true count rate, and $\tau$ is the deadtime. For a Geiger-Müller counter $\tau$ is around $100 \mu s$, a scintillator around $10 \mu s$. So, given a true count rate, it predicts a measured count rate. The non-paralyzable model assumes that new events during the deadtime period are simply lost, and is modeled as $$n = \frac{m}{1-m \tau}$$ That, at least, is easy to express in terms of either $m$ or $n$. No detector is really one or the other, and a better model is semi-paralyzable, with a $\tau_P$ for the non-paralyzable and $\tau_N$ for the paralyzable deadtimes, or $f$ for the fraction of paralysis (for a GM-counter $f$ is around 5%). So, $$m = \frac{n e^{-n \tau f}}{1 + n \tau (1-f)}$$ So it's both the above models put together. Again, the true (but unknown) count rate is the input. Meanwhile, Ludlum Measurements, having sensible engineers, has a deadtime correction in some of their instruments that estimates true count rate, $n$, from the measured count rate, $m$, by including a quadratic term in the denominator of the non-paralyzable model and fitting to two deadtimes, $\tau_1$ and $\tau_2$, $$n = \frac{m}{1 - m \tau_1 + m^2\tau_2}$$ What I would like to do is to use the improved deadtime model to find an estimate of the true count rate, so $n$ on the left-hand side and $m$ is the input, and I would like to compare the paralysis time, $\tau f$ to Ludlum's deadtime 2, $\tau_2$ which, since it multiplies $m^2$, has to actually be a time-squared.
I thought at first, it's just some algebra and a few terms of Taylor expansion, how hard can it be? But all I seem to get is a mess, and I don't know how to compare the semi-paralyzable model with Ludlum's.
Edit: I brute-forced it with a spreadsheet. This time m, measured, is on the horizontal, and n, estimated true count rate, the vertical. I didn't make it look very pretty, I'm not very good with that software. But blue squares are a linear response for comparison, green triangles the hybrid model, which I assume to be essentially correct, orange diamonds the standard non-paralyzable model, and yellow triangles are Ludlum's correction in the Model 3000. I used 80 microsecond deadtime, 5% paralysis fraction (thinking of a 44-9 probe), and chose a deadtime 2 that illustrates the trend, although at 2e-9 it's pretty small. The takeaway is that it pulls you down below the true count rate, even below the imperfect non-paralyzable model.






I presume that the question is
How should $(\tau,f)$ and $(\tau_1,\tau_2)$ be related so that the relation agree for small $m$ to the highest possible power of $m$, which is assumed to be reasonably small (so you don't drop your counter into the nuclear reactor or on the Sun).
Then it is, indeed, Taylor but the difficulty is that the first equation readily expands in $n$ while the second one in $m$.
So, from the second one we have $$n=m(1+\tau_1 m+(\tau_1^2-\tau_2) m^2+\dots)=m(1+\tau_1 m+Tm^2+\dots)$$
Meanwhile, the first one reads $$ m=n(1-n\tau f+\tfrac 12 n^2\tau^2f^2+\dots)(1-n\tau(1-f)+n^2\tau^2(1-f) ^2+\dots) \\ =n(1-\tau n+\tau^2[\tfrac 12 f^2+f(1-f)+(1-f)^2] n^2+\dots) \\ =n(1-\tau n+\tau^2 Fn^2) $$ Hence we must have $$ (1+\tau_1 m+Tm^2)(1-\tau n+\tau^2 F n^2+\dots)=1\,. $$ Thus (since in the first order $m=n$) $\tau=\tau_1$ (which is not a big surprise since both give the linear correction). The second order is, indeed, messier: $$ Tm^2+\tau^2 Fn^2-\tau^2 mn+\tau(m-n)=0\,. $$ Since $m^2\approx mn\approx n^2$ and $m-n\approx -\tau n^2$, this yields the relation $$ T+\tau^2(F-2)=0\, $$ i.e., $$ -\tau_2+\tau^2(\tfrac 12f^2-f)=0 $$ so in order to agree the formulae to the second order, you have to use negative $\tau_2$ and, since $0\le f\le 1$, you can do a backward agreement only if $\tau_2\in[-\tau^2/2,0]$.
I hope I haven't made a stupid algebraic mistake anywhere.