Studying the maxwell equations I came across the following system of coupled pdes
$$u_t=\frac{v_x-2(1+t)u}{(1+t)^2}\\ v_t=u_x$$
with initial conditions $$u(x,0)=\sin(x)\\ v(x,0)=-\cos(x)/2$$ where $u=u(x,t)$ and $v=v(x,t)$.
I don't expect you to tell me the solution right away..In fact I know the solution. I'm more interested in how to approach such a problem in principle. Which method could work here? I guess it may involve some fourier transformation to get rid of the spatial derivatives followed by a back transformation... BTW:Mathematica and Maple can't do the job.
EDIT:the exact solution is
$$u(t,x)=\frac{1}{\sqrt{(1+t)^3}}\cos(\frac{\sqrt{3}\ln(1+t)}{2})\sin(x)$$ $$v(t,x)=\frac{1}{2\sqrt{1+t}}\left(-\cos(\frac{\sqrt{3}\ln(1+t)}{2})+\sqrt{3}\sin(\frac{\sqrt{3}\ln(1+t)}{2})\right)\cos(x)$$