MHB Calculating Null Clines: Tips & Tricks

  • Thread starter Thread starter mt91
  • Start date Start date
  • Tags Tags
    Tips
mt91
Messages
13
Reaction score
0
1596386221646.png

I need to calculate the null clines of these two equations.

I know that in order to find the null cline you set the equations to 0.

I tried to calculate the du/dt equation and got up to
\[ a+u-au-u^2 -v=0 \]
Not entirely sure where I'm supposed to go from there.

For the dv/dt equation I factorised out v to get:
\[ v(bu-c)=0 \]

giving me v=0 and bu-c = 0.

I'm not entirely sure if I'm going about this the correct way so any help would be appreciated, cheers
 
Physics news on Phys.org
$u(1-u)(a+u) - uv = 0$

$u[(1-u)(a+u) - v] = 0$

$-u[u^2+(a-1)u - (a - v)] = 0$

$u = 0$, $u = \dfrac{(1-a) \pm \sqrt{(a-1)^2 + 4(a-v)}}{2}$

I'll leave what happens from here to you.
 
skeeter said:
$u(1-u)(a+u) - uv = 0$

$u[(1-u)(a+u) - v] = 0$

$-u[u^2+(a-1)u - (a - v)] = 0$

$u = 0$, $u = \dfrac{(1-a) \pm \sqrt{(a-1)^2 + 4(a-v)}}{2}$

I'll leave what happens from here to you.

Nice, so that's the u null clines?

are the v null clines then when:

\[ dv/dt =buv-cv \]
\[ 0=buv-cv \]
\[ 0=v(bu-c) \]
\[ v=0, bu=c \]
 
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