$$\dfrac{\partial u}{\partial t} +c\dfrac{\partial u}{\partial x} = 0$$
where $c$ is a constant, subject to $u(x,0) =\cosh(x)$
With the normal method I wrote down ($s$ is the parameter I'm using):
$\dfrac{du}{ds} = 0$ which gives me $u(s) = constant$
$\dfrac{dt}{ds} = 1$ which gives $t = s + d$ but at $s = 0$ this gives me $t = s$
$\dfrac{dx}{ds} = e^x$ which results in $x(s) = -\ln(-s-f)$, where $f$ is a constant. But then I don't really get anything when I set my initial condition $s = 0$
Any help would be appreciated :)