I need to solve this using substitution i.e. treat as a Bernouli equation
![]() |
I need to solve this using substitution i.e. treat as a Bernouli equation
Your differential equation is
which can be rewritten as
If we now do a change of variables
we have
,
which we can then substitute back into the original DE:
Now we simply solve the resulting first-order differential equation.
If we multiply everything by, we get
Now notice that the left side of the equation is equal to the derivative of. Thus, we can integrate both sides to get:
Finally, substituting back in for P, we get
Thank You very much this stuff is still pretty new to me, I appreciate yopur help.
Do you know the proper syntax to solve this using Maple software? I would like to try solving this using Maple as well.
I think the Maple syntax would be as follows:
DE1 := diff(P(x), x) = P(x)*(a - b*P(x));
dsolve(DE1, P(x));
I haven't used Maple in years, and I don't have it installed, so unfortunately I can't check if I got it right or not. Let me know if it gives you the right answer!
You got it... Thanks Again.
You're welcome!
All times are GMT -7. The time now is 02:46 PM. |