MHB How do we handle a change in variable for the method of characteristics?

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Method
Dustinsfl
Messages
2,217
Reaction score
5
$u_t + xu_x = t$ with $u(x,t) = g(x)$. The solution is $u(x,t) = \frac{1}{2}t^2 + g(xe^{-t})$.

Using the method of characteristics (I am trying to understand).

So we would have then
$\frac{dt}{ds} = 1$, $\frac{dx}{ds} = x$, and $\frac{dz}{ds} = z$.
$$
\begin{align*}
t(s) & = & s + c_1\\
x(s) & = & xs + c_2\\
z(s) & = & zs + c_3
\end{align*}
$$
What next?
 
Physics news on Phys.org
dwsmith said:
$u_t + xu_x = t$ with $u(x,t) = g(x)$ (should be $\color{red}{u(x,0) = g(x)}$). The solution is $u(x,t) = \frac{1}{2}t^2 + g(xe^{-t})$.

Using the method of characteristics (I am trying to understand).

So we would have then
$\frac{dt}{ds} = 1$, $\frac{dx}{ds} = x$, and $\frac{dz}{ds} = z$.
$$
\begin{align*}
t(s) & = & s + c_1\\
x(s) & = & xs + c_2\\
z(s) & = & zs + c_3
\end{align*}
$$
What next?
You may find it helpful to follow the method used in the Example in the Wikipedia page on this topic.

For a start, your equations should be $\dfrac{dt}{ds} = 1$, $\dfrac{dx}{ds} = x$ and $\dfrac{du}{ds} = t$. Their solutions are:

• For $t$, $\dfrac{dt}{ds} = 1$ gives $t = s+{}$const. Take $t(0)=0$ to get $t=s$.

• For $x$, $\dfrac{dx}{ds} = x$ gives $x= {}$(const.)$e^s$. Let $x(0) = x_0$ to get $x=x_0e^s = x_0e^t$, from which $x_0 = xe^{-t}.$

• For $u$, the equation is $\dfrac{du}{ds} = t$. But we are taking $t=s$. So it becomes $\dfrac{du}{ds} = s$, giving $u = \frac12s^2 + {}$const. To evaluate the constant, notice that when $s=0$, $u$ will be equal to $u(x_0,0) = g(x_0)$. Thus $u = \frac12s^2 + g(x_0) = \frac12t^2 + g(xe^{-t}).$
 
Last edited:
How would it be handled if instead of x, we had 2u.

So
$$
\frac{dx}{ds} = 2u
$$
$t(s) = s + c_1$ and $s= t$ but $\frac{du}{ds} = 0$
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top