I have a simple, two object thermodynamic model with radiation and advection. This model consists of

Joel French

Joel French

Answered question

2022-07-01

I have a simple, two object thermodynamic model with radiation and advection. This model consists of two first order quadratic differential equations, what I would like to solve analytically. The equations can be simplified to
d d t x = a 0 x 4 + a 1 y 4 + a 2 x + a 3 y + a 4
d d t y = a 5 x 4 + a 6 y 4 + a 7 x + a 8 y + a 9
I'm trying to find the analytic solution because I would like to use the model in an embedded system with limited resources, where solving it numerically is not feasible. So far I have tried to solve this with Maxima without any success. I have also consulted with my college textbooks, but they cover only linear differential equation systems.

Answer & Explanation

Jordin Church

Jordin Church

Beginner2022-07-02Added 11 answers

I am afraid you are out of luck. Even finding the equilibrium is a very complicated endeavor. With general coefficients what you have for the equilibrium is a fourth order polynomial.
My suggestion is you try numerically, there is no general simple analytic solution. You don't actually need all that much resources to solve the problem numerically, since you can always try Euler:
Take h > 0 a time step. The approximations for x i = x ( i h ) , y i = y ( i h ) are
x i = x ( i h ) , y i = y ( i h )
The computational cost should be minimal and the approximation for small h is fairly accurate. If you find this method insufficiently accurate you can always try better numerical methods.

Do you have a similar question?

Recalculate according to your conditions!

New Questions in Differential Equations

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?