TLDR version: is it possible to solve the following system for X, Y, Z?
$C_1=X+Y$
$C_2=C_3 X + Y Z^{C_4} $
$C_5=C_6 X + Y Z^{C_7} $
Background/Context: I have a mixture with a known isotope A (known decay constant $λ_Α$) and an unknown one B (unknown decay constant $λ_B$) in unknown proportions. When taking three activity measurements at different times $t_0$, $t_1$ and $t_2$ we get the following system of equations:
$Measurement(t_0)=A_0+B_0$
$Measurement(t_1)=A_0e^{-λ_At_1}+B_0e^{-λ_Bt_1} $
$Measurement(t_2)=A_0e^{-λ_At_2}+B_0e^{-λ_Bt_2} $
where $A_0$, $B_0$ and $λ_B$ are unknowns.
After bunching some known constants together, I reached the TLDR form of the system where X is $A_0$, Y is $B_0$ and Z is $e^{λ_B}$.
Thanks
Let's simplify a bit the notation and write $$ \left\{ \matrix{ C_{\,0} = A + B \hfill \cr C_{\,1} = Ae^{ - \alpha \,t} + Be^{ - \beta \,t} \hfill \cr C_{\,2} = Ae^{ - \alpha \,u} + Be^{ - \beta \,u} \hfill \cr} \right. $$
After that, let's continue and semplify further, by putting $$ \left\{ \matrix{ 1 = {A \over {C_{\,0} }} + {B \over {C_{\,0} }} = a + b \hfill \cr {{C_{\,1} } \over {C_{\,0} }} = c = ae^{ - \alpha \,t} + be^{ - \beta \,t} \hfill \cr {{C_{\,2} } \over {C_{\,0} }} = d = ae^{ - \alpha \,u} + be^{ - \beta \,u} \hfill \cr} \right. $$ and $$ \left\{ \matrix{ 1 = a + b \hfill \cr c = e^{ - \alpha \,t} + b\left( {e^{ - \beta \,t} - e^{ - \alpha \,t} } \right) = e^{ - \alpha \,t} \left( {1 + b\left( {e^{\left( {\alpha - \beta } \right)\,t} - 1} \right)} \right) \hfill \cr d = e^{ - \alpha \,u} + b\left( {e^{ - \beta \,u} - e^{ - \alpha \,u} } \right) = e^{ - \alpha \,u} \left( {1 + b\left( {e^{\left( {\alpha - \beta } \right)\,u} - 1} \right)} \right) \hfill \cr} \right. $$ and also $$ \left\{ \matrix{ 1 = a + b \hfill \cr \gamma = ce^{\alpha \,t} \hfill \cr \delta = de^{\alpha \,u} \hfill \cr \gamma - 1 = b\left( {e^{\left( {\alpha - \beta } \right)\,t} - 1} \right) \hfill \cr \delta - 1 = b\left( {e^{\left( {\alpha - \beta } \right)\,u} - 1} \right) \hfill \cr} \right. $$ and finally reach to $$ \left\{ \matrix{ 1 = a + b \hfill \cr \gamma = ce^{\alpha \,t} \hfill \cr \delta = de^{\alpha \,u} \hfill \cr \gamma - 1 = b\left( {e^{\left( {\alpha - \beta } \right)\,t} - 1} \right) \hfill \cr {{\delta - 1} \over {\gamma - 1}} = \left( {{{e^{\left( {\alpha - \beta } \right)\,u} - 1} \over {e^{\left( {\alpha - \beta } \right)\,t} - 1}}} \right) \hfill \cr} \right. $$ where $\gamma, \, \delta, u, t$ are known, so that:
- the 5th equation will give $\alpha -\beta$;
- the 4th will give $b$;
- the remaining will permit to go back to the original quantities $A,B$.
In the last equation , the function $$ {{e^{\,u\,x} - 1} \over {e^{\,t\,x} - 1}} $$ is steadily increasing and convex , for $t < u$, and therefore it allows to be easily solved numerically.