Eigenvalue Method: Solving 2nd Order ODEs

Click For Summary
SUMMARY

The discussion focuses on solving a second-order ordinary differential equation (ODE) using the eigenvalue method. The equation presented is x'' + 2x' + 3x = 0. The correct approach involves rewriting the second-order ODE as a first-order system by defining a vector u = (x', x) and expressing the system in matrix form as u' = Au, where A is a 2x2 matrix. The eigenvalue method is then applied to this matrix to find the general solution.

PREREQUISITES
  • Understanding of second-order ordinary differential equations (ODEs)
  • Familiarity with matrix representation of systems of equations
  • Knowledge of eigenvalues and eigenvectors
  • Basic calculus, specifically differentiation
NEXT STEPS
  • Study the process of converting second-order ODEs to first-order systems
  • Learn about eigenvalue methods in the context of linear algebra
  • Explore the application of matrix exponentiation in solving ODEs
  • Investigate the stability of solutions for linear systems of ODEs
USEFUL FOR

Mathematicians, engineering students, and anyone involved in solving differential equations or studying linear algebra techniques.

kahless2005
Messages
44
Reaction score
0
Given:Second order ODE: x" + 2x' + 3x = 0
Find:
a) Write equation as first order ODE
b) Apply eigenvalue method to find general soln

Solution:

Part a, is easy
a) y' = -2y - 3x

now, how do I do part b? Do I solve it as a [1x2] matrix?
 
Physics news on Phys.org
I don't think you have part a quite correct. It believe should be a matrix equation, something like z' = Az, where z is vector and A is a 2x2 matrix. You would then use the eigenvalue method on the 2x2 matrix.
 
Your solution of part a is wrong. I think you should define the vector
[tex]u=\left(\begin{array}{cc}x'\\x\end{array}\right)[/tex]
so the derivative of u:
[tex]u'=\left(\begin{array}{cc}x''\\x'\end{array}\right)[/tex]
By substituting x''=- 2x' - 3x into u'=(x'';x'), you get:
[tex]u'=\left(\begin{array}{cc}- 2x' - 3x\\x'\end{array}\right)[/tex]
and will easily find the solution, something like u' = Au + B as eigenglue said.
 
Last edited:

Similar threads

Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
3
Views
2K