Solving Systems of Differential Equations

asked 2 years ago

Jack Zuffante gravatar image

Is it possible for SageMath to find a general solution for p in terms of x (or p in terms of t) given this system of differential equations?

https://quicklatex.com/cache3/02/ql_8...

https://quicklatex.com/cache3/35/ql_d...

https://quicklatex.com/cache3/02/ql_b...

Preview: (hide)

Comments

WARNING : Corrected a typo from a previous version ...

FWIW, the ODE system is :

[diff(p(x), x, x) == 5*p(x)/(5*p(x)^2 + 4*t(x)^2),
 diff(t(x), x, x) == -4*t(x)/(5*p(x)^2 + 4*t(x)^2),
 diff(t(x), x) == 1/(5*p(x)^2 + 4*t(x)^2) + diff(p(x), x)]

[2(x)2p(x)=5p(x)5p(x)2+4t(x)2,2(x)2t(x)=4t(x)5p(x)2+4t(x)2,xt(x)=15p(x)2+4t(x)2+xp(x)]

Emmanuel Charpentier gravatar imageEmmanuel Charpentier ( 2 years ago )

Is there anything more than that I would have to enter to specify that I want it to be solved?

Jack Zuffante gravatar imageJack Zuffante ( 2 years ago )