Linear biochemical pathway
In-game article clicks load inline without leaving the challenge.
A linear biochemical pathway is a chain of enzyme-catalyzed reaction steps where the product of one reaction becomes the substrate for the next reaction. The molecules progress through the pathway sequentially from the starting substrate to the final product. Each step in the pathway is usually facilitated by a different specific enzyme that catalyzes the chemical transformation. An example includes DNA replication, which connects the starting substrate and the end product in a straightforward sequence.
Biological cells consume nutrients to sustain life. These nutrients are broken down to smaller molecules. Some of the molecules are used in the cells for various biological functions, and others are reassembled into more complex structures required for life. The breakdown and reassembly of nutrients is called metabolism. An individual cell contains thousands of different kinds of small molecules, such as sugars, lipids, and amino acids. The interconversion of these molecules is carried out by catalysts called enzymes. For example, the most widely studied bacterium, E. coli strain K-12, is able to produce about 2,338 metabolic enzymes. These enzymes collectively form a complex web of reactions comprising pathways by which substrates (including nutrients and intermediates) are converted to products (other intermediates and end-products).
The figure below shows a four step pathway, with intermediates, S 1 , S 2 , {\displaystyle S_{1},S_{2},} and S 3 {\displaystyle S_{3}}. To sustain a steady-state, the boundary species X o {\displaystyle X_{o}} and X 1 {\displaystyle X_{1}} are fixed. Each step is catalyzed by an enzyme, e i {\displaystyle e_{i}}.
Linear pathways follow a step-by-step sequence, where each enzymatic reaction results in the transformation of a substrate into an intermediate product. This intermediate is processed by subsequent enzymes until the final product is synthesized.

A linear pathway can be studied in various ways. Multiple computer simulations can be run to try to understand the pathway's behavior. Another way to understand the properties of a linear pathway is to take a more analytical approach. Analytical solutions can be derived for the steady-state if simple mass-action kinetics are assumed. Analytical solutions for the steady-state when assuming Michaelis-Menten kinetics can be obtained but are quite often avoided. Instead, such models are linearized. The three approaches that are usually used are therefore:
- Computer simulation
- Analytical solutions using a linear mathematical model
- Linearization of a non-linear model
Computer simulation
It is possible to build a computer simulation of a linear biochemical pathway. This can be done by building a simple model that describes each intermediate through a differential equation. The differential equations can be written by invoking mass conservation. For example, for the linear pathway:
X o ⟶ v 1 S 1 ⟶ v 2 S 2 ⟶ v 3 S 3 ⟶ v 4 X 1 {\displaystyle X_{o}{\stackrel {v_{1}}{\longrightarrow }}S_{1}{\stackrel {v_{2}}{\longrightarrow }}S_{2}{\stackrel {v_{3}}{\longrightarrow }}S_{3}{\stackrel {v_{4}}{\longrightarrow }}X_{1}}
where X o {\displaystyle X_{o}} and X 1 {\displaystyle X_{1}} are fixed boundary species, the non-fixed intermediate S 1 {\displaystyle S_{1}} can be described using the differential equation:
d S 1 d t = v 1 − v 2 {\displaystyle {\frac {dS_{1}}{dt}}=v_{1}-v_{2}}
The rate of change of the non-fixed intermediates S 2 {\displaystyle S_{2}} and S 3 {\displaystyle S_{3}} can be written in the same way:
d S 2 d t = v 2 − v 3 {\displaystyle {\frac {dS_{2}}{dt}}=v_{2}-v_{3}}
d S 3 d t = v 3 − v 4 {\displaystyle {\frac {dS_{3}}{dt}}=v_{3}-v_{4}}
To run a simulation the rates, v i {\displaystyle v_{i}} need to be defined. If mass-action kinetics are assumed for the reaction rates, then the differential equation can be written as:
d S 1 d t = k 1 X o − k 2 S 1 d S 2 d t = k 2 S 1 − k 3 S 2 d S 3 d t = k 3 S 2 − k 4 S 3 {\displaystyle {\begin{array}{lcl}{\dfrac {dS_{1}}{dt}}&=&k_{1}X_{o}-k_{2}S_{1}\\[4pt]{\dfrac {dS_{2}}{dt}}&=&k_{2}S_{1}-k_{3}S_{2}\\[4pt]{\dfrac {dS_{3}}{dt}}&=&k_{3}S_{2}-k_{4}S_{3}\end{array}}}
If values are assigned to the rate constants, k i {\displaystyle k_{i}}, and the fixed species X o {\displaystyle X_{o}} and X 1 {\displaystyle X_{1}}the differential equations can be solved.

Analytical solutions
Computer simulations can only yield so much insight, as one would be required to run simulations on a wide range of parameter values, which can be unwieldy. A generally more powerful way to understand the properties of a model is to solve the differential equations analytically.
Analytical solutions are possible if simple mass-action kinetics on each reaction step are assumed:
v i = k i s i − 1 − k − i s i {\displaystyle v_{i}=k_{i}s_{i-1}-k_{-i}s_{i}}
where k i {\displaystyle k_{i}} and k − 1 {\displaystyle k_{-1}} are the forward and reverse rate-constants, respectively. s i − 1 {\displaystyle s_{i-1}} is the substrate and s i {\displaystyle s_{i}} the product. If the equilibrium constant for this reaction is:
K e q = q i = k i k − i = s i s i − 1 {\displaystyle K_{eq}=q_{i}={\frac {k_{i}}{k_{-i}}}={\frac {s_{i}}{s_{i-1}}}}
The mass-action kinetic equation can be modified to be:
v i = k i ( s i − 1 − s i q i ) {\displaystyle v_{i}=k_{i}\left(s_{i-1}-{\frac {s_{i}}{q_{i}}}\right)}
Given the reaction rates, the differential equations describing the rates of change of the species can be described. For example, the rate of change of s 1 {\displaystyle s_{1}} will equal:
d s 1 d t = k 1 ( x 0 − s 1 q 1 ) − k 2 ( s 1 − s 2 q 2 ) {\displaystyle {\frac {ds_{1}}{dt}}=k_{1}\left(x_{0}-{\frac {s_{1}}{q_{1}}}\right)-k_{2}\left(s_{1}-{\frac {s_{2}}{q_{2}}}\right)}
By setting the differential equations to zero, the steady-state concentration for the species can be derived. From here, the pathway flux equation can be determined. For the three-step pathway, the steady-state concentrations of s 1 {\displaystyle s_{1}} and s 2 {\displaystyle s_{2}} are given by:
s 1 = q 1 q 3 k 2 k 3 x 1 + k 1 k 2 q 3 x o + k 1 k 3 q 2 q 3 x o k 1 k 2 + k 1 k 3 q 2 + k 2 k 3 q 1 q 2 s 2 = q 2 q 3 k 1 k 3 x 1 + k 2 k 3 q 1 x 1 + k 1 k 2 q 1 q 3 x o k 1 k 2 + k 1 k 3 q 2 + k 2 k 3 q 1 q 2 {\displaystyle {\begin{aligned}&s_{1}={\frac {q_{1}}{q_{3}}}{\frac {k_{2}k_{3}x_{1}+k_{1}k_{2}q_{3}x_{o}+k_{1}k_{3}q_{2}q_{3}x_{o}}{k_{1}k_{2}+k_{1}k_{3}q_{2}+k_{2}k_{3}q_{1}q_{2}}}\\[6pt]&s_{2}={\frac {q_{2}}{q_{3}}}{\frac {k_{1}k_{3}x_{1}+k_{2}k_{3}q_{1}x_{1}+k_{1}k_{2}q_{1}q_{3}x_{o}}{k_{1}k_{2}+k_{1}k_{3}q_{2}+k_{2}k_{3}q_{1}q_{2}}}\end{aligned}}}
Inserting either s 1 {\displaystyle s_{1}} or s 2 {\displaystyle s_{2}} into one of the rate laws will give the steady-state pathway flux, J {\displaystyle J}:
J = x o q 1 q 2 q 3 − x 1 1 k 1 q 1 q 2 q 3 + 1 k 2 q 2 q 3 + 1 k 3 q 3 {\displaystyle J={\frac {x_{o}q_{1}q_{2}q_{3}-x_{1}}{{\frac {1}{k_{1}}}q_{1}q_{2}q_{3}+{\frac {1}{k_{2}}}q_{2}q_{3}+{\frac {1}{k_{3}}}q_{3}}}}
A pattern can be seen in this equation such that, in general, for a linear pathway of n {\displaystyle n} steps, the steady-state pathway flux is given by:
J = x o ∏ i = 1 n q i − x 1 ∑ i = 1 n 1 k i ( ∏ j = i n q j ) {\displaystyle J={\frac {x_{o}\prod _{i=1}^{n}q_{i}-x_{1}}{\sum _{i=1}^{n}{\frac {1}{k_{i}}}\left(\prod _{j=i}^{n}q_{j}\right)}}}
Note that the pathway flux is a function of all the kinetic and thermodynamic parameters. This means there is no single parameter that determines the flux completely. If k i {\displaystyle k_{i}} is equated to enzyme activity, then every enzyme in the pathway has some influence over the flux.
Linearized model: deriving control coefficients
Given the flux expression, it is possible to derive the flux control coefficients by differentiation and scaling of the flux expression. This can be done for the general case of n {\displaystyle n} steps:
C i J = 1 k i ∏ j = i n q j ∑ j = 1 n 1 k j ∏ k = j n q k {\displaystyle C_{i}^{J}={\frac {{\frac {1}{k_{i}}}\prod _{j=i}^{n}q_{j}}{\sum _{j=1}^{n}{\frac {1}{k_{j}}}\prod _{k=j}^{n}q_{k}}}}
This result yields two corollaries:
- The sum of the flux control coefficients is one. This confirms the summation theorem.
- The value of an individual flux control coefficient in a linear reaction chain is greater than 0 or less than one: 0 ≤ C i J ≤ 1 {\displaystyle 0\leq C_{i}^{J}\leq 1}
For the three-step linear chain, the flux control coefficients are given by:
C 1 J = 1 k 1 q 1 q 2 q 3 d ; C 2 J = 1 k 2 q 2 q 3 d ; C 3 J = 1 k 3 q 3 d {\displaystyle C_{1}^{J}={\frac {1}{k_{1}}}{\frac {q_{1}q_{2}q_{3}}{d}};\quad C_{2}^{J}={\frac {1}{k_{2}}}{\frac {q_{2}q_{3}}{d}};\quad C_{3}^{J}={\frac {1}{k_{3}}}{\frac {q_{3}}{d}}}
where d {\displaystyle d} is given by:
d = 1 k 1 q 1 q 2 q 3 + 1 k 2 q 2 q 3 + 1 k 3 q 3 {\displaystyle d={\frac {1}{k_{1}}}q_{1}q_{2}q_{3}+{\frac {1}{k_{2}}}q_{2}q_{3}+{\frac {1}{k_{3}}}q_{3}}
Given these results, there are some patterns:
- If all three steps have large equilibrium constants, that is q i ≫ 1 {\displaystyle q_{i}\gg 1}, then C 1 J {\displaystyle C_{1}^{J}} tends to one and the remaining coefficients tend to zero.
- If the equilibrium constants are smaller, control tends to get distributed across all three steps.
With more moderate equilibrium constants, perturbations can travel upstream as well as downstream. For example, a perturbation at the last step, k 3 {\displaystyle k_{3}}, is better able to influence the reaction rates upstream, which results in an alteration in the steady-state flux.
An important result can be obtained if all k i {\displaystyle k_{i}} are set as equal to each other. Under these conditions, the flux control coefficient is proportional to the numerator. That is:
C 1 J ∝ q 1 q 2 q 3 C 2 J ∝ q 2 q 3 C 3 J ∝ q 3 {\displaystyle {\begin{aligned}C_{1}^{J}&\propto q_{1}q_{2}q_{3}\\C_{2}^{J}&\propto q_{2}q_{3}\\C_{3}^{J}&\propto q_{3}\\\end{aligned}}}
If it is assumed that the equilibrium constants are all greater than 1.0, as earlier steps have more q i {\displaystyle q_{i}} terms, it must mean that earlier steps will, in general, have high larger flux control coefficients. In a linear chain of reaction steps, flux control will tend to be biased towards the front of the pathway. From a metabolic engineering or drug-targeting perspective, preference should be given to targeting the earlier steps in a pathway since they have the greatest effect on pathway flux. Note that this rule only applies to pathways without negative feedback loops.