Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Mathematics (https://www.askmehelpdesk.com/forumdisplay.php?f=199)
-   -   DP/dt = P(a-bP) using substitution? (https://www.askmehelpdesk.com/showthread.php?t=557333)

  • Feb 23, 2011, 06:43 PM
    savage44
    dP/dt = P(a-bP) using substitution?
    I need to solve this using substitution i.e. treat as a Bernouli equation
  • Feb 23, 2011, 10:31 PM
    jcaron2
    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

  • Feb 24, 2011, 02:57 AM
    savage44
    Comment on jcaron2's post
    Thank You very much this stuff is still pretty new to me, I appreciate yopur help.
  • Feb 24, 2011, 03:30 AM
    savage44
    Comment on jcaron2's post

    Do you know the proper syntax to solve this using Maple software? I would like to try solving this using Maple as well.
  • Feb 24, 2011, 07:36 AM
    jcaron2

    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!
  • Feb 24, 2011, 11:05 AM
    savage44
    Comment on jcaron2's post
    You got it... Thanks Again.
  • Feb 24, 2011, 11:48 AM
    jcaron2

    You're welcome!

  • All times are GMT -7. The time now is 02:46 PM.