Analytical Solution to this? - linear system of ODES

Click For Summary
SUMMARY

The discussion centers on finding an analytical solution for a linear system of ordinary differential equations (ODEs) represented by three equations with constant coefficients. The equations can be expressed in matrix form, allowing for the determination of eigenvalues, which are essential for solving the system. While a specific formula for the solution may not be readily available, the approach involves deriving the eigenvalue equation, which is cubic in nature. This indicates that while the problem is standard, it may present complexities due to the cubic equation involved.

PREREQUISITES
  • Understanding of linear systems of ordinary differential equations (ODEs)
  • Familiarity with matrix algebra and eigenvalues
  • Knowledge of differential equations with constant coefficients
  • Basic skills in analytical methods for solving ODEs
NEXT STEPS
  • Study the process of deriving eigenvalues from matrices in linear systems
  • Explore methods for solving cubic equations analytically
  • Learn about the application of Laplace transforms in solving linear ODEs
  • Investigate numerical methods for approximating solutions to complex ODE systems
USEFUL FOR

Mathematicians, engineers, and students studying differential equations, particularly those working with linear systems and seeking analytical solutions.

FrogPad
Messages
801
Reaction score
0
Analytical Solution to this? -- linear system of ODES

Hi All,

It's been awhile since I've even attempted to solve something analytically, so before jumping back into the text. Does the following already have a common solution that I can find somewhere?

Thanks,


dx1/dt = A1 + B1x1 +C1x2 + D1x3
dx2/dt = A2 + B2x1 +C2x2 + D2x3
dx3/dt = A3 + B3x1 +C3x2 + D3x3
 
Physics news on Phys.org


That certainly does have an "analytical solution" since it is a system of linear we equations with constant coefficients. If you are asking for a specific formula, so yo can just plug in the values of A1, B1, etc. I doubt you will find such a thing. I would be inclined to write it as a matrix equation:
\frac{d\left[\begin{array}{c}x1 \\ x2 \\ x3 \end{array}\right]}{dt}= \left[\begin{array}{ccc} B1 & C1 & D1 \\ B2 & C2 & D2 \\ B3 & C3 & D3\end{array}\right]\left[\begin{array}{c} x1 \\ x2 \\ x3 \end{array}\right]+ \left[\begin{array}{c}A1 \\ A2 \\ A3\end{array}\right]
and then look for the eigenvalues of the matrix. The eigenvalue equation is, of course, a cubic equation.
 


I assumed since it was linear that I could get a solution to it, but like you said there is a cubic in there. That cubic is probably going to be a pain in the ...
I was especially asking, because for whatever reason it looks like it could be a really standard problem that has been solved over and over again. Before diving in, I just wanted to test the waters.

Also, why did you quote "analytical solution"? Just curious...


Thank you
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K