MHB Solving Transport Eq. for Level Curves: x=X(t)

  • Thread starter Thread starter simo1
  • Start date Start date
  • Tags Tags
    Transport
simo1
Messages
21
Reaction score
0
I have this equation
ux(x,t) + c(x)ux(x,t) = 0 x>0

I want to obtain information on how the initial input uo(x)=u(x,o) would deform when the sound speed is not constant. c(x) is the sound speedi wanted to start this by finding a DE for the level curves x=X(t) so that i can solve in terms the initial point x0=X(0)(greater than or equal to) 0

but how can i solve for these level curves
 
Physics news on Phys.org
simo said:
I have this equation...

$\displaystyle u_{t}\ (x,t) + c(x)\ u_{x}\ (x,t) = 0,\ x>0$

I want to obtain information on how the initial input uo(x)=u(x,o) would deform when the sound speed is not constant. c(x) is the sound speedi wanted to start this by finding a DE for the level curves x=X(t) so that i can solve in terms the initial point x0=X(0)(greater than or equal to) 0

but how can i solve for these level curves

The standard approach for a PDE like...

$\displaystyle u_{t} + c(x,t)\ u_{x} = 0\ (1)$

... is to find curves along which u is constant. If we introduce a new variable r for which is $t=t(r)$ and $x=x(r)$ , then for chaining rule is...

$\displaystyle \frac{d u}{d r} = u_{t}\ \frac {d t}{d r} + u_{x}\ \frac{d x}{d r}\ (2)$

... and combining (1) and (2) we arrive to the ODE pair...

$\displaystyle \frac{d t}{d r} = 1,\ \frac{d x}{d r}= c(x,r)\ (3)$

In Your case c(*) is function of the x alone so that is...

$\displaystyle \int \frac{d x}{c(x)} = r + \gamma\ (4)$

... where $\gamma$ is an arbitrary constant...

Kind regards

$\chi$ $\sigma$
 
chisigma said:
The standard approach for a PDE like...

$\displaystyle u_{t} + c(x,t)\ u_{x} = 0\ (1)$

... is to find curves along which u is constant. If we introduce a new variable r for which is $t=t(r)$ and $x=x(r)$ , then for chaining rule is...

$\displaystyle \frac{d u}{d r} = u_{t}\ \frac {d t}{d r} + u_{x}\ \frac{d x}{d r}\ (2)$

... and combining (1) and (2) we arrive to the ODE pair...

$\displaystyle \frac{d t}{d r} = 1,\ \frac{d x}{d r}= c(x,r)\ (3)$

In Your case c(*) is function of the x alone so that is...

$\displaystyle \int \frac{d x}{c(x)} = r + \gamma\ (4)$

... where $\gamma$ is an arbitrary constant...Kind regards

$\chi$ $\sigma$
I solved the equation and I had x(t) = sinh-1(sinhx0ec(0)t) is it possible to draw the characteristic curve of this function
 
simo said:
I solved the equation and I had x(t) = sinh-1(sinhx0ec(0)t)...

Ehm!... what's the reason why You don't write simply $\displaystyle x= x_{0}\ e^{\ c(0)\ t}$?...

Kind regards

$\chi$ $\sigma$
 
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