I Characteristic curves for ##u_t + (1-2u)u_x = -1/4, u(x,0) = f(x)##

BloonAinte
Messages
19
Reaction score
1
TL;DR Summary
Characteristic curves for ##u_t + (1-2u)u_x = -1/4, u(x,0) = f(x)## where ##f(x) = \begin{cases} \frac{1}{4} & x > 0 \\ \frac{3}{4} & x < 0 \end{cases}##
I woud like to find the characteristic curves for ##u_t + (1-2u)u_x = -1/4, u(x,0) = f(x)## where ##f(x) = \begin{cases} \frac{1}{4} & x > 0 \\ \frac{3}{4} & x < 0 \end{cases}##.

By using the method of chacteristics, I obtain the Charpit-Lagrange system of ODEs: ##dt/ds = 1##, ##dx/ds = 1 - 2u##, ##du/ds = -1/4##. I then solve to get ##t = s##, ##u = - 1/4t + \xi##, and ##x = t + t^2/4 - 2tf(\xi) + \xi##. I then rearrange and use the quadratic formula to get $$t = -2a \pm \sqrt{4a^2 - 4(\xi - x)}$$ where ##a = 1-2f(\xi) = \begin{cases} \frac{1}{2} & \xi > 0 \\ -\frac{1}{2} & \xi < 0 \end{cases}##. I think that this is correct so far. However, I am unsure on how to select the square roots appropriately. I would be grateful for any help! Thank you for your time.
 
Last edited:
Physics news on Phys.org
I'm not sure why you need to do that. The characteristics are curves in the (x,t) plane, or more properly the half-plane t &gt; 0. If you're having difficulty expressing them in the form t(x), then use x(t), which you already have.

You can see that the characteristics are x = \frac14t^2 - \frac12t + \xi for \xi &lt; 0 and x = \frac14t^2 + \frac12t + \xi for \xi &gt; 0. This gives you three regions of the half-plane:
(1) For x &lt; \frac14t^2 - \frac12t, \xi &lt; 0 so u(x,t) = (3 - t)/4.
(2) For x &gt; \frac14t^2 + \frac12t, \xi &gt; 0 so u(x,t) = (1 - t)/4.
(3) For \frac14t^2 - \frac12t &lt; x &lt; \frac14t^2 + \frac12t we are between two characteristics which both have \xi = 0; in this region we have an expansion fan.
 
  • Like
Likes BloonAinte and fresh_42
Thank you so much!
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top