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

  • Context:
  • Thread starter Thread starter Carla1985
  • Start date Start date
  • Tags Tags
    Pde Terms Writing
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
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.
 
on Phys.org
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$.