$$xu_{x} - uu_{t} = t$$
with intial data: $u(1,t) = t, −\infty < t < \infty$
So I want to sketch the base characteristics and I'm not too sure what I'm doing.
characteristic equations: $\frac{\partial{x}}{\partial{\tau}}=x$, $\frac{\partial{t}}{\partial{\tau}}=-u$, $\frac{\partial{u}}{\partial{\tau}}=t$
initial conditions:
$x(0)=1$, $t(0)=\xi$, $u(0)=\xi$
$x=e^\tau$ so $\tau=lnx$
Notice that:
$\frac{\partial^2{u}}{\partial{\tau^2}}=\frac{\partial{t}}{\partial{\tau}}=-u$,
This gives me the second order ODE
$\frac{\partial^2{u}}{\partial{\tau^2}}+u=0$
Solving I get:
\begin{align} u&=c_{1}\cos(\tau) + c_{2}\sin(\tau)\\ t&=c_{1}\sin(\tau) - c_{2}\cos(\tau) \end{align}
From here I don't know what I'm doing?
You correctly got
$$ u_{\tau\tau} = -u $$
The initial conditions are
$$ u(0) = \xi, \quad u_\tau(0) =t(0)= \xi $$
which gives
$$ u = \xi(\cos(\tau) + \sin(\tau)) $$
and
$$ t = \xi(\cos(\tau) - \sin(\tau)) $$
Cancel out $\xi$ to get
$$ u = \frac{\cos(\tau)+\sin(\tau)}{\cos(\tau)-\sin(\tau)}t = \frac{\cos(\ln x)+\sin(\ln x)}{\cos(\ln x)-\sin(\ln x)}t $$