Case 1

Problem: Find the steady-state isotopic signature of (bulk) soil \(\delta_S\).

Nitrogen is added to (bulk) soil with an isotopic signature of \(\delta_I\). \[ \delta = \Bigg( \frac{R}{ R_{\text{Std}} } - 1 \Bigg) \cdot 1000 \] \[ R = \Big( \frac{^{15}N}{^{14}N} \Big) \] \(R_{\text{Std}}\) is the molar ratio of a given standard (here, atmospheric N\(_2\)).

N is lost through a single process (1st-order decay) with an isotopic discrimination factor of \(\varepsilon\). \[ \varepsilon = \Bigg( \frac{^{14}k}{^{14}k} -1 \Bigg) \cdot 1000 \] \(^ik\) is the rate constant of the decay process for isotopes \(^iN\), \(i=14, 15\).


Case 2

Problem: Find the steady-state isotopic signature of (bulk) soil \(\delta_S\).

All as above, but now N is lost through two different processes, gaseous and leaching pathways, which fractionate with \(\varepsilon_G\) and \(\varepsilon_L\), respectively. The fraction of N lost through gaseous pathways is \(f\), the fraction through leaching pathways is \((1-f)\). \(k\) is the decay rate of combined losses of \(^{14}N\).


The question is: Why is above equation identical to, or an approximation, to the following equation: \[ \delta_S = \delta_I + f\varepsilon_G + (1-f)\varepsilon_L \] ???

I don’t understand the steps in between. I guess I have to use again \(\log(1 + \varepsilon) = \varepsilon\), valid for small \(\varepsilon\), but what else?

I can see how this is true by solving the steady-state numerically, and analytically using the exact and approximative solutions. Here, using \(\delta_I=0\), \(\varepsilon_L=0\), \(\varepsilon_G=10\), and \(f=0.6\)

source("n15soil.R")
## [1] "delta of input:  0"
## [1] "Soil delta: 5.97609561752988"