How Do You Solve a System of Linear ODEs with Equal Second Derivatives?

In summary, the conversation is about solving a system of linear ODEs, with the participants discussing different approaches and methods to find the solution. The main focus is on finding the eigenvalues and eigenvectors, and ultimately obtaining a general solution with 4 arbitrary constants. The possibility of writing the system as a vector equation is also mentioned.
  • #1
s_j_sawyer
21
0

Homework Statement



Solve this system of linear ODEs:

1) x''(t) = x + y
2) y''(t) = x + y


Just fyi, this is part of a much larger problem but I need to solve this system!

Homework Equations



See above.

The Attempt at a Solution



Okay so I think the most logical way to solve this would be to set x''(t) = y''(t).

Then
x''(t) = y''(t)
x' = y' + c1
x = y + c1t + c2

which implies

3) x'' = 2x - c1t - c2
4) y'' = 2y + c1t + c2

But I am not sure what to do from here. Apparently there should be 4 arbitrary constants in the final answer. But wouldn't solving x'' for x give you 2 and then solving y'' for y give you two more?

Thanks for any help.
 
Physics news on Phys.org
  • #2
Did you find the eigenvalues and eigenvectors? What is the general solution to this linear system of ODEs? Yes you will end up with 4 constants but that's the minor step
 
  • #3
You could also write it as a vector equation
[tex]
\vec x''(t) = \left(\begin{array}{cc} 1&1\\1&1\end{array}\right)\vec x(t)
[/tex]
and go on from there.
 

FAQ: How Do You Solve a System of Linear ODEs with Equal Second Derivatives?

What is a system of linear ODEs?

A system of linear ODEs (ordinary differential equations) is a set of differential equations that involve multiple variables and their derivatives. These equations can be solved simultaneously to find the values of the variables over a given time period.

How do I solve a system of linear ODEs?

To solve a system of linear ODEs, you can use methods such as substitution, elimination, or matrix operations. The specific method used will depend on the structure and complexity of the equations.

What are the applications of solving systems of linear ODEs?

Solving systems of linear ODEs is essential in various fields of science and engineering, including physics, chemistry, biology, and economics. It can be used to model and predict the behavior of complex systems, such as population growth, chemical reactions, and electrical circuits.

Is there a specific order in which the equations should be solved?

Yes, the equations should be solved in the order of increasing complexity, i.e., start with simpler equations and gradually move on to more complex ones. This helps in avoiding errors and obtaining accurate solutions.

Can computer software be used to solve systems of linear ODEs?

Yes, there are various computer software and programming languages, such as MATLAB, Python, and Mathematica, that can be used to solve systems of linear ODEs. These tools use numerical methods to solve the equations and provide accurate solutions.

Back
Top