Consider,
$$ \displaystyle x\frac{\partial u}{\partial x}+\frac{\partial u}{\partial t} = 0 $$
with initial values $ t = 0 : \ u(x, 0) = f(x) $ and calculate the solution $ u(x,t) $ of the above Cauchy problem using the method of characteristics.
And here is the solution, I will point out where i am stuck:
- We parametrise the initial conditions by $\mathbb n:x_0(\mathbb n)=\mathbb n$, $t_0(\mathbb n)=0, u_0(\mathbb n)=f(\mathbb n)$
Solve the characteristic equations
$$ \matrix{ \frac{\partial x(\sigma,\mathbb n)}{\partial \sigma} = x, && x(0,\mathbb n)=n \\ \frac{\partial t(\sigma,\mathbb n)}{\partial \sigma} = 1, && x(0,\mathbb n)=n \\ t(0,\mathbb n)=0: && x(\sigma,\mathbb n)=e^{\sigma}\mathbb n \\ t(\sigma,\mathbb n)=\sigma } $$ This is where i am stuck and confused
How did they get $x(\sigma,\mathbb n)=e^{\sigma}\mathbb n$? I just cannot see where the $e$ came from, please forgive my stupidity but can someone please tell me how they got this solution? When i integrate i do not get this!
I will put the rest of the solution so the reader can follow, I am only stuck with the part mentioned though
Calculate $\sigma$ and $\mathbb n$ in terms of $x$ and $t$ (coordinate change)
$$ \sigma = t, \mathbb n = xe^-{t} $$
Solve the compatibility condition $ \frac{\partial u}{\partial \sigma} = 0, u(0,\mathbb n) = f(\mathbb n) $.
Hence, $u(\sigma)=f(\mathbb n)$
- Hence we have $u(x,t)=f(xe^{-t})$
You're solving the initial value problem: $$ \dfrac{\partial}{\partial \sigma} x(\sigma,n) = x(\sigma,n),\ x(0,n) = n $$ The variable $n$ is not important here: this is just the ordinary differential equation $$ \dfrac{d}{d\sigma} x = x, \ x(0) = n$$
You do remember how to solve constant-coefficient first-order linear equations, don't you?