fluidistic
Gold Member
- 3,928
- 272
Homework Statement
Solve the following PDE's:
\frac{\partial u }{\partial t }+c \frac{\partial u }{\partial x} with u(x,0)=h(x). (1)
\frac{\partial u }{\partial t }+u \frac{\partial u }{\partial x} with u(x,0)=h(x). (2)
Hints:
Specify the characteristic field of directions associated to each equation.
Consider the curve \gamma (s) =(s,0,h(s)) in \mathbb{R}^3. Get the characteristic curve \gamma (s,t) that passes through in each \gamma (s) in t=0, solving the DE that determines the field of characteristic directions.
Homework Equations
No idea, self studying. Tried separation of variables method, assuming that u(x,t)=f(x)g(t).
The Attempt at a Solution
Using separation of variables I reach \int _{g(t_0)}^{g(t_1)} \frac{dg}{g}=K(t_1-t_0) and \int _{f(x_0)}^{f(x_1)} \frac{df}{f}=K(x_1-x_0). So that \ln g (t_1)- \ln g(t_0)=K(t_1-t_0) and \ln f (x_1)- \ln f(x_0)=K(x_1-x_0).
I'm not confident in myself nor do I know how to proceed further if this is right.