Good day,
Let's take this initial-boundary value parabolic PDE
\begin{align} \partial_t u + Lu &=f \text{ in } \Omega_T=\Omega \times (0,T] \\ u&=0 \text{ on } \partial \Omega \times (0,T) \\ u(x,0)&=u_0(x) \text{ for } x \in \Omega \end{align} where $Lu:=-\text{div}(A^T(x,t) \nabla u)+\langle b(x,t),\nabla u \rangle+c(x,t)u $
and its weak form
\begin{align} \frac{d}{dt} (u(t),v)_{L^2}+a(u(t),v;t)&=\langle f(t),v \rangle_{H^{-1},H_0^1} \text{ for all } v \in H_0^1=:V \\ u(0)&=u_0\end{align} where $a(w,v;t):=\int \langle \nabla w(x), A(x,t) \nabla v(x) \rangle + \langle b(x,t),\nabla w(x)\rangle v(x) + c(t) w(x) v(x) \text{ d}x $
Proving the existence of a weak solution in $L^2(0,T;H_0^1)$ for such a system can be done via Galerkin approximation where we test this system with finite-dimensional test functions. We get an ODE that has a unique solution to Cauchy-Lipschitz and one can show that this solution has a subsequence that converges weakly to the solution of our parabolic system.
Using Galerkin we get
\begin{align}(u_n'(t),v)_{L^2} + a(u_n(t),v;t)&=\langle f(t),v \rangle \text{ for all } v \in V_n \text{, almost all } t \in (0,T] \\ u_n(0)&=u_{0n} \end{align}
and since $v \in V_n:=\text{span} \{ w_1,...,w_n \}$ and $v$ is linear in this equation we can test with $w_j$ for $j=1,...,n$. Further we look for $u_n(t)\in V_n$ i.e. $u_n(t)=\sum_{k=1}^n c_{nk}(t) w_k$ where $c_{nk}(t)$ are some 'coefficients'. Therefore most authors conclude $\color{red}{u_n'(t)=\sum_{k=1}^n c'_{nk}(t) w_k}$ and get by plugging in:
\begin{align}\sum_{k=1}^n \color{red}{c'_{nk}(t)}(w_k,w_i)_{L^2} + \sum_{k=1}^n c_{nk}(t) a(w_k,w_i;t)&=\langle f(t),v \rangle, ~ 1 \leq i \leq n \\ c_{nk}(0)&=\alpha_{nk} \end{align}
This approach can be seen in several PDE/Finite Element books that treat weak solutions for parabolic type PDEs. Take for example 'Galerkin Finite Element Methods for Parabolic Problems' by V. Thomée.
Now my question: In this last Galerkin equation we have the time derivative of these coefficients $c_{nk}(t)$ (see the red equation above). But how do we even know that these derivatives exist? It seems like we just assume that so we can solve the ODE. But this is no real explanation to me. Why do the $u_n(t)$ have such a representation with these coefficients that are differentiable? Can somebody please help me with this?
Thanks a lot, Marvin