Consider the following dynamically coupled two state hamiltonian, $$H=-B\sigma_z-V(t)\sigma_x.$$Taking the eigenfunctions of $\sigma_z$ ($|+>$ and $|- >$) as basis vectors, we have the wave function to be $$\Phi=c_ 1|+>+ c_2|->$$ and we get coupled differential equations for the time evolution of these two coefficients.
$$\left[ \begin{array}{c} \frac{dc_1}{dt} \\ \frac{dc_2}{dt} \end{array} \right] = \begin{bmatrix} -B & -V(t) \\ -V(t) & B \end{bmatrix} \times \left[ \begin{array}{c} c_1 \\ c_2 \end{array} \right]$$
To decouple the equations I tried diagonalyzing the Hamiltonian involved. But, then the eigenvectors themselves involve time dependence due to $V(t)$ and thus, i'm not able to decouple the differential equations. So, is there any other method do it? Any hints are welcome.