Find three linearly independent solutions of ........ see below.
\[x'=\left[\begin{matrix}0 & 1 & 0 \\ 0 & 0 & 1 \\ 4 & 4 & -1\end{matrix}\right]\]
\[\left(\begin{matrix}1 \\ 1\\1\end{matrix}\right)\]
Hmm, I'm not sure what the question is asking. The only one variable and a solution..... Do you mean to say this: \[ x'=\left[\begin{matrix}0 & 1 & 0 \\ 0 & 0 & 1 \\ 4 & 4 & -1\end{matrix}\right]x \]
@zonazoo This diffeq?
yes and yes. sorry i left out the x
Then can you find the eigen vectors and eigen values?
yes. umm, give me a sec. let me see what i remember.
The answer is going to be \[ x = e^{\lambda_1 t}v_1+e^{\lambda_2 t}v_2+e^{\lambda_3 t}v_3 \]Where \(\lambda_i\) is some eigen value, and \(v_1\) is its corresponding eigen vector.
where does e^t come from?
The reason for this is that: \[ x'=Ax=\lambda x \implies x=e^{\lambda t} \]So we have general solutions for each eigen value, and when you have multiple solutions to a diffeq, you add them to get the full solution.
\[ x'=kx \implies x=e^{kt} \]Is a simple diffeq learned in Calc 1
There are some things I'm glossing over here, like constants of integration and such, but I frankly don't know enough to explain it rigorously.
oh, yeah calc was 15 years ago, so alot of this im trying to get back. so my e.v. are -2, -1, 2 and then after i solve for each eigenvector i plug that into v1, v2, and v3 and i will get my solutions?
Yep.
and the fundamental set of solutions would be just e^-2t, e^-t, e^2t and fundamental meaning that all solutions are scalar multiplies of that set?
Well, each one needs an eigen vector next to it, because \(x\) is a vector and it certainly isn't going to be equal to a scalar.
and to get the eigenvector i just plug my eigenvalue back into the matrix and row reduce?
For each eigenvector, subtract the eigen value from the diagonal, then solve for the null space.
for lambda = -2 \[\left[\begin{matrix}2 & 1 & 0 \\ 0 & 2 & 1 \\ 4 & 4 &1\end{matrix}\right]\] and solving for the null space.. which is just row reduction right. Ax=0
v1=(1/4, -1/2, 0)^T?
Okay for finding the null spae there are two ways to do it: eye it, or let \(Ax=b\) and keep track of the \(b\) entries as you row reduce.
In this case, the easiest thing to do is eye it. You can show that to make the top row 0, you want \(v_1 = [-1,2,\_]\)
Looking at the second row, you can tell that if the middle variable is \(2\) you want the last one to be \(-4\)
So you get \(v_1=[-1,2,-4]\)
ohhh okay, v1 = (1/4, -1/2, 1) and multiply by 4, to get (1, -2, 4). so then the first solution would be x1(t)= (e^-2t, -2e^2t, 4e^2t) ???
wait, why are our signs different?
The eigen values do NOT correspond to different components of \(x\)
If you multiplied by \(-4\) the signs would be the same.
right... okay, i meant the solution was (e^-2t, -2e^-2t, 4e^-2t) what do you mean? values do not correspond to components of x?
To get the full solution, you need to find every eigen vector.
Getting just one eigen vector/value pair does not give you a full solution for every component. If gives you a partial solution for every component.
right, i would to the same process, for lambda = -1, and =2, and i would replace the -2t with the lambda i used to find the eigenvector, and get 3 total solutions.
Yeah.
Remember you originally had the following system: \[ \begin{array}{rcl} x'_1 &=&&&x_2&& \\ x'_2 &=& &&&&x_3 \\ x'_3 &=& 4x_1&+&4x_2&+&x_3 \end{array} \]
i am curious though, when i solved for det(A-lambdaI) i got \[\lambda ^{3}+\lambda ^{2}-4\lambda-4\] and the book says that is actually my third order equation for this problem y'''+y''-4y'-4y = 0 is that always the case that the determinant will for the equation?
Because you are multiply \((c_1-\lambda)(c_2-\lambda)(c_3-\lambda)...(c_n-\lambda)\) you will get an \(n\) degree polynomial for an \(n\times n\) matrix. This means you will have \(n\) roots. This comes from the fundamental theorem of algebra.
It does get hairy when you have repeated roots or imaginary roots though.
well i thank you for all your help, the book doesnt even mention to use eigenvalues or vectors in this chapter, i guess it is implied that we should of known that. but i understand now. you are awesome.
Join our real-time social learning platform and learn together with your friends!