Here is the question I am having trouble with:
Consider the quasilinear equation $u(x,t)$,
$u_t+uu_x=-\dfrac{1}{2u}$ with the initial condition $u(x,0)=\sin x$:
This is what I have so far:
Assume $u(x,t)$ is a solution.
Consider $h(t)=u(\xi(t),t)$, $h(0)=\sin x_0$
$h'(t)=u_t(\xi(t),t)+u_x(\xi(t),t)\cdot\xi'(t)$
Let $\xi'(t)=u$, then $h'(t)=-\dfrac{1}{2u}=-\dfrac{1}{2h(t)}$ and therefore
$h(t)=e^{-\frac{t}{2}}\sin x_0$.
I'm not really sure where to go from here. Any help would be greatly appreciated!