In vector form the coupled ODEs are
dA/dt = A×B
dB/dt = B×e3
where A = (Ax, Ay, Az), B = (Bx, By, Bz) are 3D real vectors and e3 = (0, 0, 1).
6 coupled non-linear ODEs In rectangular components of A and B are
dAx/dt = Ay*Bz - Az*By
dAy/dt = Az*Bx - Ax*Bz
dAz/dt = Ax*By - Ay*Bx
dBx/dt = By
dBy/dt = -Bx
dBz/dt = 0
I want to find bounded real-valued functions Ax(t), Ay(t), Az(t), Bx(t), By(t), Bz(t) of real variable t.