Finding the fundamental matrix where psi(0) = the identity matrix

capertiller
Messages
2
Reaction score
0

Homework Statement



If I have a solution to a system of first order linear equations: <x,y> = c_1 e^{-3t} <1,-1> + c_2 e^{-t} <1,1> , how do I find the fundamental matrix psi(t) so that psi(0) = I ?

Homework Equations





The Attempt at a Solution



psi(t) = <<e^{3t}, e^{-t}>, <-e^{-3t}, e^{-t}>>
psi(0) = <<1, 1>, <-1, 1>>

This is clearly not the identity matrix.
Now what?
 
Physics news on Phys.org
just an idea but you have two linearly independent basis vectors call them u1, u2

could you take a linear comibination of your vectors such that
v1=au1+bu2 gives v1(0) = <1,0>
and
v2=cu1+du2 gives v2(0) = <0,1>?

then could you use those basis vectors to write the reuired fundamental matrix?
 
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