Finding the third vector diff equation

  • Thread starter Thread starter khdani
  • Start date Start date
  • Tags Tags
    Vector
khdani
Messages
53
Reaction score
0
solve y'=Ay+b system of equation where
<br /> \vec{A}=\begin{pmatrix}<br /> 3 &amp; 1 &amp; 0\\<br /> -1 &amp; 1 &amp; 0\\<br /> 1&amp; 1 &amp;2<br /> \end{pmatrix},\vec{B}=\begin{pmatrix}<br /> e^{2x}\\0<br /> \\ e^{2x}<br /> <br /> \end{pmatrix}<br />

i can't see where is my mistake in my method
1st page
http://i26.tinypic.com/24ou8u8.gif
2nd page
http://i29.tinypic.com/1j40ue.gif
 
Physics news on Phys.org
Your problem is that you have three repeated eigenvalues (lambda = 2), but only two eigenvectors. To be able to diagonalize your matrix (which is what the technique you are using requires), you need to find a basis for the three-dimensional eigenspace, but you have found only two of these basis vectors. Taking a linear combination your two vectors doesn't get you anywhere. No matter what vector you end up with by doing this, your three vectors are linearly dependent, and hence don't form a basis for your eigenspace.

I don't recall what, if anything, you can do in this case, as I'm not anywhere close to my reference books.
 
I haven't looked at your attachment but since Mark44 says you have 2 as a triple eigenvalue, the characteristic equation must be (\lambda- 2)^3= 0. Now, it is true that a matrix always satisfies its own characteristic equation so, writing "A" for the matrix, we must have (A- 2I)^3 v= 0 for all vectors v. Mark44 says you have two independent eigenvectors, say, v_1 and v_2 so you have (A- 2I)v_1= 0 and (A- 2I)v_2= 0. From that it follows that (A- 2I)^2v_1= 0 and (A- 2I)^2v_2= 0. You want to find a third, independent, vector, w, such that neither (A- 2I)w= 0 nor (A- 2I)^2w= 0 but (A- 2I)^2w= 0. Finding a vector, w, such that (A- 2I)w= v_1 or (A- 2I)w= v_2 will do that.
 
i can't understand how and why you transformed
<br /> (A- 2I)v_1= 0<br />
into
<br /> (A- 2I)^2v_1= 0<br />

and i can't practically understand how to find the third vector from this:"
such that neither (A- 2I)w= 0 nor (A- 2I)^2w= 0<br /> but (A- 2I)^2w= 0 . Finding a vector, w, such that
(A- 2I)w= v_1 or (A- 2I)w= v_2 will do<br /> that."

there is a conflicting conditions in the first sentence.
and i need to do 3 matrix multiplications some with power 2
which is another multiplication.
and i need to see that it differs 0.

?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...

Similar threads

Back
Top