Is it possible to solve this differential equation?

Click For Summary
SUMMARY

The discussion centers on solving a second-order nonlinear ordinary differential equation (ODE) defined by the equations dA/dt = -(a+b*C)*B, dB/dt = -p*c*A, and dC/dt = -(1-p)*e*A, where A_0, B_0, C_0, a, b, c, e, and p are known constants. It is established that if pc = 0 or e(1-p) = 0, the system can be solved analytically as it becomes linear. However, in general cases, the system is nonlinear and requires numerical methods for solutions. The conservation of the quantity X = e(1-p)B - pcC allows for the reduction of the system to a second-order equation involving A and B.

PREREQUISITES
  • Understanding of ordinary differential equations (ODEs)
  • Familiarity with nonlinear dynamics
  • Knowledge of numerical methods for solving differential equations
  • Basic concepts of conservation laws in physics
NEXT STEPS
  • Study methods for solving nonlinear ordinary differential equations
  • Learn about numerical integration techniques for ODEs
  • Explore the conservation laws and their applications in dynamical systems
  • Investigate specific software tools for numerical ODE solving, such as MATLAB or Python's SciPy library
USEFUL FOR

Mathematicians, physicists, and engineers working with nonlinear systems, as well as students studying differential equations and numerical analysis.

Donghyun Kim
Messages
1
Reaction score
0
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, e, p)
Can it be possible?

please help :(.
 
Physics news on Phys.org
Find C in terms of A and B from the first equation and then put it in the third equation. This gives you an equation involving only A and B. Then you can write one of them in terms of the other and put it in the second equation. Now you have an ordinary differential equation involving only one unknown function.
 
Donghyun Kim said:
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, e, p)
Can it be possible?

please help :(.

If pc = 0 then B is constant, and the system for A and C is then linear, so in principle you can solve it analytically. Similarly if e(1 -p) = 0 then C is constant, and the system for A and B is then linear, so again in principle you can solve it analytically.

Aside from those cases, the system is non-linear, so probably cannot be solved analytically and you may have to rely on numerical methods. The quantity X = e(1-p)B - pcC is conserved so the trajectory is confined to a plane of constant X. Thus you can eliminate C and consider the second-order system <br /> \dot A = -\left(a + \frac{b}{pc}(e(1-p)B - X)\right)B \\<br /> \dot B = -pcA.

EDIT: We have \ddot B = -pc\dot A = (pca + b(e(1-p)B - X)B which is a function of B; therefore one can multiply both sides by \dot B to obtain \frac{d}{dt}\left( \tfrac12 (\dot B)^2 - \tfrac13 be(1-p)B^3 + \tfrac12 bXB^2 - pcaB \right) = 0 which you can then integrate easily to obtain an equation for \dot B in terms of B (be careful with the choice of sign when taking the root). Unfortunately you probably can't then solve analytically for B, but if you could you would then have <br /> A(t) = A_0 - \int_0^t \left(a + \frac{b}{pc}(e(1-p)B(s) - X)\right)B(s)\,dt but you probably can't do that integral analytically even if you knew B.
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 52 ·
2
Replies
52
Views
9K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K