How Do You Solve the Differential Equation x'=x(M-x) for x(t)?

  • Thread starter Thread starter AronH
  • Start date Start date
  • Tags Tags
    Differential
AronH
Messages
22
Reaction score
0
I was making a problem about population grow, and I wasn't able to solve this:
x'=x*(M-x), for x(t).
Can anyone help me?
Thanks.
 
Physics news on Phys.org
I have the impresion that there is no analytical solution to that one. IIRC, its solution has a chaotic behavior depending on M (though there may be another parameter).
 
I think it's seperable.
 
Integrate directly to find
\frac{x}{x_0} \times \frac{M-x}{M-x_0} = e^{M t}
from which you can find x(t) by solving the quadratic equation.
 
scribbly scribbly...

\frac{dx}{dt}=xM-x^2
\int \frac{dx}{xM-x^2}=\int dt

... doesn't work, never mind...

edit: wait,wait,wait... partial fractions:

\frac{1}{xM-x^2}=\frac{1}{Mx}+\frac{1}{M(M-x)}

\int \frac{dx}{Mx}+\int \frac{dx}{M(M-x)}=\frac{1}{M}(\ln(\frac{x}{x_0})-\ln(\frac{M-x}{M-x_0}))=\frac{1}{M}\ln\left(\frac{x(M-x_0)}{x_0(M-x)}\right)
So:
\frac{x}{x_0}\frac{M-x_0}{M-x}=e^{Mt}
Look solvable now...
 
Last edited:
Thanks - I flipped a sign!
 
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