MHB How Do You Write a PDE in Terms of x and y?

Carla1985
Messages
91
Reaction score
0
Hi all,

I am hoping someone can help me understand a PDE. I am reading a paper and am trying to follow the math. My experience with PDEs is limited though and I am not sure I am understanding it all correctly. I have 3 coupled PDEs, for $n$, $f$ and $c$, that are written in general form, and I would like to write them in 2d (in terms of x and y directions). The equations for $f$ and $c$ are fairly straightforward, but I am having some trouble with the one for $n$:

$$\frac{\partial n}{\partial t} = D^2 \nabla n - \nabla \cdot (\chi(c) n \nabla c) - \rho \nabla \cdot (n \nabla c) $$

$D$, and $\rho$ are constants. The first term on the RHS confuses me most as I thought $\nabla$ means gradient, so would return a vector of length 2? The second term I think expands to

$$\frac{\partial}{\partial x}\left(\chi(c) n \frac{\partial c}{\partial x}\right) + \frac{\partial}{\partial y}\left(\chi(c) n \frac{\partial c}{\partial y}\right)$$

is this correct? Thank you very much for your help, Carla.
 
Physics news on Phys.org
Hi Carla,

What you write is correct.
The nabla operator applied to a scalar function of (x,y) returns indeed a vector of length 2.
And the dot product of the nabla operator is indeed what you wrote.
 
I would double-check the equation for [math]\partial n / \partial t[/math]. My guess is that the first term should be [math]\nabla ^2 n[/math].

-Dan
 
topsquark said:
I would double-check the equation for [math]\partial n / \partial t[/math]. My guess is that the first term should be [math]\nabla ^2 n[/math].
Indeed. It could also have been written as $\Delta n$ with the Laplace operator, which is the same as $\nabla^2 n$.
 
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...

Similar threads

Back
Top