Exercise 12.6.10 from the book Applied Partial Differential equations (Haberman) seems to be distinctly different from the other exercises. It is formulated thusly:
Solve $\frac{\partial \rho}{\partial t} + t^2 \frac{\partial \rho}{\partial x} = 4 \rho$ for $x>0$ and $t>0$ with $\rho(0,t) = h(t)$ and $\rho(x,0) = 0$. The latter is the condition usually defined as an arbitrary function.
Normally, we would write out the characteristic equations, i.e. $\frac{\partial t}{\partial s} = 1$, $\frac{\partial x}{\partial s} = t^2$ and $\frac{\partial \rho}{\partial s} = 4 \rho$.
We would then parametrise the initial conditions; this is normally $t=0 \to s=0, x=\tau$. And thus $\rho(0, \tau) = 0$. I'm not sure what to do with the second condition that involves h(t). I surmise this is the problem.
Using the parametrised IC, I find $t = s$, $x = \frac{1}{3} s^3 + \tau$.
$\rho$ would be $\rho(s, \tau) = C(\tau) e^{4 s}$.
I thought that applying the value $h(s)$ for $\rho$ on the line $x=\frac{1}{3} s ^3 + \tau = 0$ would be the correct way to go. However, the first initial condition requires that $C(\tau)=0$. So $\rho$ can't have the value $h(s)$ on the mentioned line.
How to proceed? [Preferably a hint, not a solution].