In my previous post, I developed a GPC post-processing program that uses the continuous wavelet transform (CWT) to detect and correct baselines, and the MH equation to convert GPC data into a molecular weight distribution. In this follow-up work, I determine the molecular weight distributions in a two-step synthesis process. In the first step, polymers are pre-polymerized with a distribution denoted as $P_1(M)$. In the second step, these polymers continue to grow, ultimately yielding a final chain-length distribution $Q(M)$. The goal here is to extract the molecular weight distribution for the second step, denoted as $P_2(M)$.
I present a straightforward method to calculate the molecular weight distribution of the second block using the GPC data from the preceding block and the final diblock copolymer. Assuming that we already know the distribution of the preceding block, $P_1(n)$, it is generally expected that the growth of the second block depends on the preceding chain length $n$. Consequently, the joint probability density function (pdf) for the two blocks is given by
$$ Q(n, m) = P_1(n)P_2(m, n)$$
and the pdf of the final diblock copolymer is obtained as
$$ Q(x) = \int Q(n, x-n) \mathrm{d}n $$
It is reasonable to assume that $P_2(m, n)$ can be factorized into the product of two functions, say $f(m)g(n)$, by neglecting higher-order correlations between $m$ and $n$. In this factorization, $g(n)$ acts as a scaling factor on the distribution $P_1(n)$, and the calculation of $P(x)$ becomes a convolution. The simplest case is when $g(n)=1$, meaning that the growth of the second block is independent of the length of the preceding block. Alternatively, one might assume $g(n) \sim n^{-1}$ to account for diffusion effects, implying that shorter preceding chains tend to grow a longer second block.
The evaluation of the pdf for the second block proceeds in three steps:
- Determine the range of molecular weights as $(x_{min} – n_{max},\, x_{max} – n_{min})$, where $x$ is the chain length of the final diblock copolymer and $n$ is the length of the preceding block.
- Interpolate the GPC-derived distributions onto an evenly spaced molecular weight grid, setting any negative values to zero.
- Deconvolute $Q(x)$ with $P_1(n)$.
This method provides a straightforward pathway to isolate the molecular weight distribution of the second synthetic block from the overall diblock copolymer distribution.