Eigenvalue Method: Solving 2nd Order ODEs

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
u=\left(\begin{array}{cc}x'\\x\end{array}\right)
so the derivative of u:
u'=\left(\begin{array}{cc}x''\\x'\end{array}\right)
By substituting x''=- 2x' - 3x into u'=(x'';x'), you get:
u'=\left(\begin{array}{cc}- 2x' - 3x\\x'\end{array}\right)
and will easily find the solution, something like u' = Au + B as eigenglue said.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top