use the method of diagonalization to obtain the general solution of the given system of differential equation d^2x1/dt^2 =5x1+4x2 and d^2x2/dt^2=x1+2x2
Solution
Let vector X = (x1, x2)T , and matrix .
Then system d2X/dt2 =AX.
det(A-λI) = (5-λ)(2-λ)-4 = λ2-7λ+6 = 0 => λ1=1, λ2=6
Matrix A may be reduced to diagonal matrix by matrix S with columns, which are eigenvectors of systems (A - I)v1=0 and (A - 6I)v2=0.
Solving these systems we’ll get and S-1AS=D
The system d2X/dt2 =AX is simplified by substitution Y=S-1X to the system d2Y/dt2 =DY with diagonal matrix D.
So , , where a,b,c,d – arbitrary constants.
X=SY => ,
Comments