Toronto Math Forum

MAT244-2013S => MAT244 Math--Tests => MidTerm => Topic started by: Victor Ivrii on March 06, 2013, 09:10:42 PM

Title: MT Problem 5
Post by: Victor Ivrii on March 06, 2013, 09:10:42 PM
Solve the system of ordinary differential equations
\begin{equation*}
\left\{
\begin{aligned}
&x'_t=5x-3y,\\
&y'_t=6x-4y.
\end{aligned}
\right.\end{equation*}
Title: Re: MT Problem 5
Post by: Matthew Cristoferi-Paolucci on March 06, 2013, 09:57:57 PM
Heres my solution
Title: Re: MT Problem 5
Post by: Jeong Yeon Yook on March 06, 2013, 09:58:23 PM
solution
Title: Re: MT Problem 5
Post by: Rudolf-Harri Oberg on March 06, 2013, 10:03:41 PM
We begin by finding eigenvalues for the systems matrix. We solve $(5-\lambda)(-4-\lambda)+18=\lambda^2-\lambda-2=0$. This yields $\lambda_1=2, \lambda_2=-1$. We now search for eigenvectors.

For $\lambda_1=2$, the eigenvector is $\xi_1=(1,1)$


For $\lambda_2=-1$, the eigenvector is $\xi_2=(1,2)$.

General solution for the system is $Y_G=c_1e^{2t}\xi_1+c_2e^{-t}\xi_2$
Title: Re: MT Problem 5
Post by: Devangi Vaghela on March 06, 2013, 10:21:34 PM
This is my solution