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$.
 
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...

Similar threads

Back
Top