Eigenvalue Method: Solving 2nd Order ODEs

In summary, the conversation discusses finding the general solution for a second order ODE using the eigenvalue method. Part a involves rewriting the equation as a first order ODE, while part b involves solving it as a matrix equation using the vector u.
  • #1
kahless2005
46
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
  • #2
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.
 
  • #3
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:

1. What is the Eigenvalue method used for in solving 2nd order ODEs?

The Eigenvalue method is a mathematical technique used to solve second order ordinary differential equations (ODEs). It involves finding the eigenvalues and eigenvectors of a matrix to obtain the solution to the ODE.

2. How does the Eigenvalue method work?

The Eigenvalue method involves converting a second order ODE into a system of first order ODEs by introducing new variables. The resulting system can then be written in matrix form, and the eigenvalues and eigenvectors of this matrix are used to find the solution to the original ODE.

3. Can the Eigenvalue method be used for any type of second order ODE?

Yes, the Eigenvalue method can be used to solve any type of second order ODE, including linear and non-linear equations. However, the method is most commonly used for linear equations.

4. Are there any limitations to using the Eigenvalue method?

The Eigenvalue method can only be used for ODEs with constant coefficients. If the coefficients of the ODE are not constant, the method cannot be applied. In addition, the method can be challenging and time-consuming for more complex ODEs.

5. What are the advantages of using the Eigenvalue method?

The Eigenvalue method provides an analytical solution to second order ODEs, which can be more accurate and precise compared to numerical methods. It also allows for the identification of eigenvalues and eigenvectors, which can provide insight into the behavior of the system described by the ODE.

Similar threads

Replies
4
Views
495
  • Calculus and Beyond Homework Help
Replies
3
Views
568
  • Calculus and Beyond Homework Help
Replies
7
Views
496
  • Calculus and Beyond Homework Help
Replies
3
Views
327
  • Calculus and Beyond Homework Help
Replies
33
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
532
  • Calculus and Beyond Homework Help
Replies
2
Views
521
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top