ODE Assistance please
So, I have \[x'=\left[\begin{matrix}3 & 6 \\ -1 & -2\end{matrix}\right]x\]. I don't usually ask for a full walkthrough, but I need someone to take my hand here. (I missed class) I need to find the general solution of the system. I know it has something to do with eigenvalues and vectors
So, what is my game plan?
find eigenvalues and vectors first, may be we can see what to do later
thats what you do in linear algebra the moment you see a matrix :)
Yea, I hated Linear... Didn't learn a thing for all of the proofs...
So, for eigenvaluses I do : \(det(A-\lambda)\) right?
if you prefer you can solve this by converting the system into a single second order equation
solve below for eigenvalues : \[\large \left|A - \lambda I\right| = 0\]
yep... don' know how to convert into a single second order eq. Give me a sec to try the det thing though
\[\left|\begin{matrix}3-\lambda & 6 \\ -1 & -2-\lambda\end{matrix}\right| = 0\]
I got lambda = 2 or 1?... that doesn't seem right
http://www.wolframalpha.com/input/?i=eigen+values+%7B%7B3%2C6%7D%2C%7B-1%2C-2%7D%7D
...dang, how'd they get that?
must've multiplied wrong
familiar with finding eigen vectors ?
so I have lambda squared minus lambda
yes
h/o I have to get this part first
kk
so \[\lambda^2-\lambda=0\] I need to solve
that's where I'm at
1 and zero obviously work, but I can't get the math to
are you kidding
\[\lambda^2 - \lambda = \lambda (\lambda -1) = 0 \implies \lambda = 0 \lor \lambda = 1\]
no.... I wish I was
Omy god....
Yea, ok factor it
yes next find the corresponding eigenvectors and we will be done with solving the system
so now, I have to set up eigenvectors with psi times x or something?
\[\left[\begin{matrix}3-\lambda & 6 \\ -1 & -2-\lambda\end{matrix}\right] \begin{pmatrix}a\\b\end{pmatrix} = 0\]
plugin each \(\lambda \) value and find a corresponding solution (a, b) the solution (a, b) will be the eigenvector
ok thanks. I'm sorry I seem like such an idiot at the moment. can you check for me in a minute?
for finding an eigenvector corresponding to \(\lambda = 0\), we solve : \[\left[\begin{matrix}3-0 & 6 \\ -1 & -2-0\end{matrix}\right] \begin{pmatrix}a\\b\end{pmatrix} = 0\]
wait, don't tell me
kk :)
ok so I got \[\left(\begin{matrix}3a+6b \\ -a-2b\end{matrix}\right)=0\] SO I tried to solve for a and b but the answer is [0;0]?
that can't be right
did I multiply wrong?
0,0 is a trivial answer which we don't want
we will always get this 0,0 when solving the matrix for eigen vectors
the rows in matrix are actually dependent, notice that the determinant is 0
... but then... how? how do we get the two eigenvectors? is there only one?
\[\left(\begin{matrix}3a+6b \\ -a-2b\end{matrix}\right)=0 \] a+2b = 0 a/b = -2/1 so an eigen vector is (-2, 1)
Notice that (-2, 1) satisfies the earlier matrix equation : \[\left[\begin{matrix}3-0 & 6 \\ -1 & -2-0\end{matrix}\right] \begin{pmatrix}a\\b\end{pmatrix} = 0 \]
how did you get the a/b=-2/1?
a + 2b = 0 a = -2b a/b = -2/1
it could be : a/b = -4/2 or -10/5 or any other scalar multiple
ok... well I am now a walking study for the cognitive failures and detriment from chronic lack of sleep
lol you're funny
so basically we just need to find eigen values and eigenvectors to write out the solution of given DE system
You would never believe I am in my second to last math class for a bachelor's in math atm.... I'm an idiot right now, but anyways, how do you correlate a/b=-2/1 into an eigenvector? how does that work?
see you forget things if u don't review, it is ok. im here because i need to review these stuff, so in a way you're helping me
meh, well that's good at least, but I didn't understand Linear first time around like 3 years ago, so add that and memory loss and taadaaa one incompetent idiot.
an eigen vector is any solution that satisfies this equation : \[\left[\begin{matrix}3-0 & 6 \\ -1 & -2-0\end{matrix}\right] \begin{pmatrix}a\\b\end{pmatrix} = 0\]
ohhhh ok, just substitute into the original ok
since a=-2, b=1 satisfies above matrix equation, (-2, 1) is an eigen vector
let me find the other
notice that ANY scalar multiple of (-2, 1) satisfy the above equation
ok or simply use wolfram..
no, cause I need to be able to do it for my tests
ohkk
I got (-3;1)
thats right, lets cookup the solution
ok cool
so we have below : 1) \(\lambda = 0\), \( (a, b) = (-2, 1)\) 2) \(\lambda = 1\), \( (a, b) = (-3, 1)\)
a solution to given system is : \[\large x = \begin{pmatrix}a\\b\end{pmatrix}e^{\lambda t}\]
since you have two independent solutions, take the linear combination for the general solution
wait wait don't tell me
I'm getting \[y=\left(\begin{matrix}-2 \\ 1\end{matrix}\right)+e^t \left(\begin{matrix}-3 \\ 1\end{matrix}\right)\]
oh wait +C!
that looks good !
general solution : \[\large x = c_1\begin{pmatrix}-2\\1\end{pmatrix}e^{0t} + c_2\begin{pmatrix}-3\\1\end{pmatrix}e^{1t}\]
awesome! Thank you so sososososossoossosososososososososososososososososososososos much
np :D
I am so unbelievably grateful for you putting up with my stupidity
And now, I can do my homework!
lol no it was nice to review these with u :) btw if u have time i can try explaining why that general solution works... but im sure you need to finish other problems and rest a bit
actually this setup works only for "homogeneous linear systems with constant coefficients"
That, I know. It is because every set of eigenvectors is LI and therefore the addition of two LI solutions gives you the general solution to the homogeneous eq
same idea as having a complex gradient when doing second orders
sort of
exactly! but how on earth we have concluded that below is one solution to the given system ? \[x = \begin{pmatrix}a\\b\end{pmatrix}e^{\lambda t}\]
(a, b) is eigen vector corresponding to the eigen value lambda
you may review ur textbook later when you're free, its really a nice proof :)
because it seemed reasonable since we used it in variation of parameters
luckily, we don't have to know proofs for this class
Oh yeah its more or less same as variation of parameters
**the intuition
But anyways, thank you again. So much. I can replicate this without help now I hope you have fun reviewing!!
:)
:)
are u in my class by any chance :O
1-first assume solution as \(x=CVe^\lambda \) 2-find eigen value and vectors :)
hehe since rsadhavica already find it i'll graph it for u :) http://prntscr.com/53vbbw
V is eigen vector ?
\[x'=\left[\begin{matrix}3 & 6 \\ -1 & -2\end{matrix}\right]x\] becomes : \[(CVe^{\lambda})'=\left[\begin{matrix}3 & 6 \\ -1 & -2\end{matrix}\right]CVe^{\lambda}\]
CV is a constant multiplied by a vector
Join our real-time social learning platform and learn together with your friends!