I am considering the equation
$u_t(t,x,\eta)+V(t,x,\eta)\cdot u_x(t,x,\eta)=0$
where $V:[0,T]\times\mathbb{R}^n\times[0,1]^D\to \mathbb{R}^n$. For the parameter independent case, one would solve this equation via the method of characteristics.
Is there also literature for the parameter-dependent case? What does the relevant ODE system look like now? Like this?
$\gamma_t(s,\eta)=V(s,\gamma(s),\eta)$
$\gamma(t_0,\eta)=x_0$
And what are the characteristic curves? Maybe
$\{(s,\eta,\gamma(s,\eta) \ | \ s \in [0,T]\}$?
The pde $u_t + V u_x = 0$ is a linear advection equation, where $V(t,x; \eta)$ may be dependent on time, space and a parameter $\eta$, e.g. $$ V(t,x;\eta) = e^{-\eta t} - \eta x. $$ The method of characteristics for the initial-value problem $u(0,x; \eta)=u_0(x)$ gives
The characteristic curves aren't straight lines in general, but $u$ will be constant along these curves. With the example above, we find $x(s) = (x_0 + s) e^{-\eta s}$, so that $u(t,x; \eta)=u_0(x e^{\eta t} - t)$.