System of second order linear homogenous differential coupled equations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 8K views
qetuol
Messages
8
Reaction score
0
my question is: what is the general solution of this system of coupled diff. equations:

f ''i = Cijfj

C is a matrix, fj(z) are functions dependent of z.
 
Physics news on Phys.org
f ''i = Cijfj
f ''i = Cikfk

===> Cijfj = Cikfk

Which means all the functions are just linear multiples of each other, and each is just a trigonometric function.

Are you using the Einstein summation convention? If so, you should specify that you are! The summation convention is not something that is commonly used in non-physics-related mathematics.
 
oh my bad.
yes, i am using Einsteins's summarizing convention. By the way this is a physics related problem, i am analyzing waves propagating a periodic media with RCWA method.
 
It will be almost the same as a first-order equation.
Guess

[tex]\vec{f}(t)=\vec{f}_{s}e^{st}[/tex]

Plug in and get:

[tex]s^{2}\vec{f}_{s}e^{st}=C \vec{f}_{s}e^{st}[/tex]

[tex](C-s^{2}I)\vec{f}=0[/tex]

So here s^2 are the eigenvalues of C. And each eigenvalue has two corresponding solutions with s and -s. I haven't seen treatment of different cases (complex s, multiplicity and such) but I guess it'll be the same as with the first-order analysis.
 
elibj123 said:
It will be almost the same as a first-order equation.
Guess

[tex]\vec{f}(t)=\vec{f}_{s}e^{st}[/tex]

Plug in and get:

[tex]s^{2}\vec{f}_{s}e^{st}=C \vec{f}_{s}e^{st}[/tex]

[tex](C-s^{2}I)\vec{f}=0[/tex]

So here s^2 are the eigenvalues of C. And each eigenvalue has two corresponding solutions with s and -s. I haven't seen treatment of different cases (complex s, multiplicity and such) but I guess it'll be the same as with the first-order analysis.

thank you for your answer, so is this correct?:

[tex]f_j=G_je^{i\sqrt{c_j}z}+H_je^{-i\sqrt{c_j}z}[/tex] where [tex]G_j and H_j[/tex] are integrating constants.. cj are eigenvalues of C and are complex..
if so, one question remains... how are the indexes assigned to eigenvalues? i mean which eigenvalue will be c1...?
 
Last edited:
anyone can answer me? please?
 
I am now providing a method to reduce the equation into system of 1st-order differential equations, so that you can use matrix exponential to solve it easily.

[tex]\mathbf{x}'= C \mathbf{y}[/tex]
[tex]\mathbf{y}'=\mathbf{x}[/tex]
[tex]\frac{d}{\text{dt}}\left(<br /> \begin{array}{c}<br /> \mathbf{x} \\<br /> \mathbf{y}<br /> \end{array}<br /> \right)=\left(<br /> \begin{array}{cc}<br /> 0 & C \\<br /> I & 0<br /> \end{array}<br /> \right)\left(<br /> \begin{array}{c}<br /> \mathbf{x} \\<br /> \mathbf{y}<br /> \end{array}<br /> \right)[/tex]

After writing it into system of 1st-order differential equations, you can use matrix exponential to solve it. If you are not sure how to do it, please refer to the tutorial I have written here.

http://www.voofie.com/content/18/solving-system-of-first-order-linear-differential-equations-with-matrix-exponential-method/"
 
Last edited by a moderator:
ross, thank you very much, i will look into it
 
Welcome. Hope it can help you. Please inform us if you can solve your problem, or you have more question. I am willing to help.