MHB PDE Solving Continuity Equation

shen07
Messages
54
Reaction score
0
Hi, I am trying to find the exact solution of the Continuity Equation. Any Idea how can i start solving it, i need it for some calculation in Image Processing.

$$\pd{C}{t}+\pd{UC}{x}+\pd{VC}{y}=0$$

Where $U$ and $V$ is velocity in $X$ and $Y$ direction. The initial condition is as follows.$$C(x,y,0)=\left\{ \begin{array}{cc}
1\enspace \text{if}\;\sqrt{(x-0.5)^2+(y-0.5)^2}\le0.2\\

0\enspace\enspace \text{otherwise} \end{array} \right.
$$
 
Physics news on Phys.org
shen07 said:
Hi, I am trying to find the exact solution of the Continuity Equation. Any Idea how can i start solving it, i need it for some calculation in Image Processing.

$$\pd{C}{t}+\pd{UC}{x}+\pd{VC}{y}=0$$

Where $U$ and $V$ is velocity in $X$ and $Y$ direction. The initial condition is as follows.$$C(x,y,0)=\left\{ \begin{array}{cc}
1\enspace \text{if}\;\sqrt{(x-0.5)^2+(y-0.5)^2}\le0.2\\

0\enspace\enspace \text{otherwise} \end{array} \right.
$$
If You assume that u and v are constants, then the PDE becomes...

$\displaystyle c_{t} + u\ c_{x} + v\ c_{y} = 0\ (1)$

... which is linear... in this case the solution is of the type...

$\displaystyle c(x,y,t) = c(x - u\ t, y - v\ t)\ (2)$

... and in this particular case You have a circular spot of radious .04 centered at t=0 in (.5,.5) and traveling with speed u in the x direction and with speed v in the y direction...

Kind regards

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