Recent content by Donghyun Kim

  1. Donghyun Kim

    Graduate Is it possible to solve this differential equation?

    Hello. I'm solving the second order nonlinear ODE, and I'm not sure that it's possible or not. Please help. A_0, B_0, C_0, a, b, c, e, p is all known constant. dA/dt = -(a+b*C)*B dB/dt = -p*c*A dC/dt = -(1-p)*e*A then I want to get a solution like A(t) = function of (A_0, B_0, C_0, a, b, c...