where i am wrong? http://i.imgur.com/j2v9F.jpg
im sorry old link
I know, I was looking at that too. I can't see any errors in your work, so it must be a notation thing :/
i have a new challenge appeared
you can try me, but I'm not the master of ODE's or anything...
do you have an idea?
I am getting only one value for lambda: 3 is that what you got?
no
i got -4 and -2
rather I get lambda=-3\[(A-\lambda I)=\left[\begin{matrix}-2-\lambda & 1 \\ -1 & -4-\lambda\end{matrix}\right]\]so\[\det(A-\lambda I)=(-2-\lambda)(-4-\lambda)+1=8+6\lambda+\lambda^2+1\]\[\lambda^2+6\lambda+9=(\lambda+3)^2=0\to\lambda=-3\]where did I/you make a mistake?
haha,yes you are right.i forgot adding 1 to the equation
I love it when it's something simple :)
Though this is where the problem get's hard for me, having to find rho...
i will try it now with the new lambda
You have a root of multiplicity two, and only one eigenvector. As you said, it's getting more difficult.
i think i don't know how to solve this kind of problem, i checked for the solved examples in my textbook but there isn't any...
what changes when there is only one eigenvector?
Have you worked on the D operator methods?
you have to find another vector to go along with\[\overrightarrow\eta=\overrightarrow\rho(A-\lambda I)\]I got\[\overrightarrow{\eta}=\left(\begin{matrix}1 \\ -1\end{matrix}\right)\]which is giving me problems getting rho. Plus you have to add a \[te^{\lambda t}\]to one of the solutions to keep them linearly independent. This is a good page on the subject: http://tutorial.math.lamar.edu/Classes/DE/RepeatedEigenvalues.aspx
I'm not familiar with the D operator, and that's the second time I've heard that term today. So I must ask: what is it? can you send me a link?
This means that the solution would be: [x,y] = [1,-1](C1+tC2)e^3t Do a differentiation to check that there is no errors in the solution.
i am checking
The D operator is basically a replacement of d/dt by the operator D, so d2/dt2 would be come D^2, etc. This allows us to solve systems of differential equations like we solve algebraic systems. Try the link: http://en.wikipedia.org/wiki/Differential_operator
I was not suggesting that eta=[1,-1] was the only vector we need, so that can't be right, can it? we need vector rho as I defined it above, but with eta=[1,-1] I can't solve the system :/
[x,y] = [1,-1](C1+tC2)e^3t , is it 3t or -3t?
Unfortunately that's the only one we have! So we can safely go along with your suggestion.
Sorry, you're right. The eigenvalue is -3, so it's e^-3t.
well\[(A-\lambda I)=(A+3I)=\left[\begin{matrix}1 & 1 \\ -1 & -1\end{matrix}\right]\]so\[\overrightarrow{\eta}=\left(\begin{matrix}1 \\ -1\end{matrix}\right)\]right?
yes
Right, when we do the echelon form, we usually put the linearly dependent rows as zero, so it would look like:\[\left[\begin{matrix}1 & 1 \\ 0 & 0\end{matrix}\right]\] But the other form is perfectly understandable, because the second line is clearly linearly dependent on the first.
btw, i understand your solution but i am having difficulties at placing them into system because it is divided by A and B
i wrote e^(-3t) to the first rows and t*e^(-3t) to the second
so then how do I solve\[\left[\begin{matrix}1 & 1 \\ -1 & -1\end{matrix}\right]\overrightarrow{\rho}=\left(\begin{matrix}1 \\ -1\end{matrix}\right)\]???
With the second row as zero, we then know that we need one "free variable", one which we can assign any value. The first row reduces to x1+x2=0 So if we put x2=-1, then x1=1, hence [1,-1]. We could equally well put x2=1, then x1=-1, and [-1,1] is an equally valid eigenvector, since they are linearly dependent of each other.
For ruhmeshalle, that's what you do. I lumped C1 and C2 together, instead of separately like A and B.
so then we just need\[\overrightarrow{x}=Ae^{\lambda t}\overrightarrow{\eta}+B(te^{\lambda t}\overrightarrow{\eta}+e^{\lambda t}\overrightarrow{\rho})\]where A and B are the constants mathmate was referring to, and all those vector have now been found.
Since we don't have a second eigenvector, you can substitute 0 for rho and end up with something like [x,y] = e^(-3t)(A+Bt) [1,-1] (or C1 and C2 as I called them)
ruhmeshalle, do you have the initial conditions?
But don't we need the other eigenvector? no I think no initial conditions, it says "most general solution"
it is going to kill me
yes, because you only used the eta vector and we never found rho
still haven't dealt with the problem I posted above with rho...
If there are no initial conditions, you can then substitution the solution into the original equations to see if it works.
Are eta and rho supposed to be different eigenvectors (in a normal case)?
mathmate,system says i am half correct. where i am wrong? i did exactly what you said
@mathmate that was my understanding. look at the beginning of this http://tutorial.math.lamar.edu/Classes/DE/RepeatedEigenvalues.aspx
It is due to the double root.
You're right, we ARE missing rho. We need to get a second vector out of the first AND A, let me get back to you.
so where have I gone wrong? It seems certain that eta is [1,-1] which and that \[(A-\lambda I)=\left[\begin{matrix}1 & 1 \\ -1 & -1\end{matrix}\right]\]which is making this unsolvable for me.
why do we need A ? or which A are you referring to, the constant you originally called C1 ?
Oh wait, I think I got the idea...
I am working on it, I think rho would be [1,1], but I have to work out the details. How many lives do you have?
infinite
Good, one thing less to worry about. I'll be back.
The formula I posted above leads to \[\rho_1+\rho_2=1\]\[-\rho_1-\rho_2=-1\]so we can write\[\rho_2=1-\rho_1\]and let\[\rho_1=0\]so\[\overrightarrow{\rho}=\left(\begin{matrix}1 \\ 0\end{matrix}\right)\]will work I think...
sorry, other way around\[\overrightarrow{\rho}=\left(\begin{matrix}0 \\ 1\end{matrix}\right)\]
sorry, don't know why I made lambda negative on accident... I meant, so try that with\[\overrightarrow{\eta}=\left(\begin{matrix}1 \\ -1\end{matrix}\right)\]in\[\overrightarrow{x}=Ae^{\lambda t}\overrightarrow{\eta}+B(te^{\lambda t}\overrightarrow{\eta}+e^{\lambda t}\overrightarrow{\rho})\]
still didn't work
nuts...
t*e^(-3t)+e^(-3t) t*e^(-3t)-e^(-3t)
i hope i wrote it truly...
no, you are missing a term I think
It turns out that the solution should be: x=e^(-3t)(C1+C2(1+t)), and y=e^((-3)t)(-C1-C2 t) I have checked them against the original equations, and both are satisfied.
yes, but in terms of the way he has to formulate his answers it's hard to see how to enter that.
it says it is wrong again
oh, the bottom should be -te^(-3t)+e^(-3t) I think
on the B part only I mean
We need to formulate the result into the format requiring two vectors, one of which is [1,-1] and the other one [1,0].
that's what I got :) well, I made the other [0,1] but that should work as well, right?
te^(3t) -te^(3t)+e^(-3t) should be what goes into B I think...
It is possible, because C1 and C2 are undetermined. You can differentiate and substitute into the original equations and see if they work as well.
yes!
now it is true
Hooray! The first time you multiplied the one with the t by rho, it is the other way around.
Look again at what I got above for rho and eta and the form I posted above for the general solution and you will see that is the solution I had earlier.
i will
thank you very much for dealing with this problem for very long time
It's ok, this was fun, I let the boring ones go by.
L style
recognize...
;)
ruhmeshalle, could you post the screen shot?
ok, just a second
here it is
i like this green color..
Thank you!
thank you too!
Join our real-time social learning platform and learn together with your friends!