Second-Order Equations and Eigenvectors

  • Thread starter Thread starter tatianaiistb
  • Start date Start date
  • Tags Tags
    Eigenvectors
tatianaiistb
Messages
47
Reaction score
0

Homework Statement



Convert y"=0 to a first-order system du/dt=Au

d/dt [y y']T = [y' 0]T = [0 1; 0 0] [y y']T

This 2x2 matrix A has only one eigenvector and cannot be diagonalized. Compute eAt from the series I+At+... and write the solution eAtu(0) starting from y(0)=3, y'(0)=4. Check that your (y, y') satisfies y"=0.

Homework Equations





The Attempt at a Solution



So I found eAt to be equal to the matrix
[1 t
0 1].
I found this eAt=I+At where A is the matrix [0 1; 0 0].

I also know that matrix A has eigenvalue 0 with multiplicity 2, and eigenvector [1 0]T.

But from there I'm stuck... Not sure how to get eAtu(0)...

Can anyone help? Thanks in advance!
 
Physics news on Phys.org
Hi again!

How is u defined in your problem?

And do you have a relevant equation for solving a linear system of first order differential equations?
 
That's why I'm so confused... The only information given is the one I stated above exactly as it is worded. And I don't know of any relevant equations for solving this system. :-(
 
In your problem statement you write du/dt.
And then you write d/dt [y y']^T.

Are they related?
 
Nevermind. I think I figured it out. Thanks for the help!
 
Ok.
(Did you find your relevant equation?)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top