Thread Closed

Systems of Linear Homogenous Differential equations with Constant Coefficients

 
Share Thread
Mar6-10, 06:20 AM   #1
 

Systems of Linear Homogenous Differential equations with Constant Coefficients


Hello,
I am looking at different ways to solve Systems of Linear Homogenous Differential equations with Constant Coefficients that is [tex]\acute{x}=Ax[/tex] (x and x' are vectors A is a matix) then the solutions are [tex]x= \xi e^{\lambda t}[/tex] where [tex]\xi[/tex] are the eigenvectors and [tex]\lambda[/tex] the eigenvalues of A and the general solution is the sum of all the eigenvectors with constants inserted.
i.e [tex] x= c_{1}\xi^{(1)} e^{\lambda t}+c_{2}\xi^{(2)} e^{\lambda t}[/tex]

The problem I have with this is that I can't figure out how to get mixing since surely if n=2, say, then x=(x1,x2) but to get x1 you are just adding weighted amounts of x1 doesn't ever couple to x2 i.e [tex]x_{1} = c_{1}\xi^{(1)}_1 e^{\lambda t}+c_{2}\xi^{(2)}_{1} e^{\lambda t}[/tex]I assume I am being idiot but if someone could point out where I am going wrong that would be brilliant.

Thanks very much,

P.S I normally solve it like this http://physics.ucsc.edu/~peter/114A/coupled_fol.pdf if you know any links to other ways to solve them I would be grateful.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Mar7-10, 03:50 PM   #2
 
If you have :
d X/dt = AX where A is a diagonalisable matrix and X a column vector.
U^-1AU=D where D is the diagonal matrix : diag(lambda_1...lambda_n)

d X/dt = AX <=>
d X/dt = UDU^-1X <=>
U^-1dX/dt = DU^-1X <=>
dY/dt = D Y with Y =U^-1X provided that A is time independant. The mixing comes from the fact the eigendirections are Y and not X : you need the transfer matrix.
Thread Closed

Similar discussions for: Systems of Linear Homogenous Differential equations with Constant Coefficients
Thread Forum Replies
Abstract algebra: systems of differential linear equations Calculus & Beyond Homework 2
Consisity of non-homogenous systems of linear equations Linear & Abstract Algebra 5
Solving a linear homogenous 2nd order DE with a constant term Differential Equations 1
Homogenous Linear Systems Calculus & Beyond Homework 0
differential equations - 2nd order homogenous eq'n w/ unknown Calculus & Beyond Homework 3