New Reply

examples of system of linear differential equations with periodic coefficients

 
Share Thread Thread Tools
Jul16-11, 01:13 AM   #1
 

examples of system of linear differential equations with periodic coefficients


hi ,
can anybody give me some examples of 'systems of linear differential equations with periodic coefficients'? i dont know how to solve it.. where can i get problems and solutions on this?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Jul16-11, 07:22 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
You mean something like
[tex]sin(t)\frac{dx}{dt}+ (1- t^2)\frac{dy}{dt}= e^t[/tex]
[tex]cos(t)\frac{dx}{dt}+ t\frac{dy}{dt}= t[/tex]?

You will want to try to reduce this to a single equation in either x only or y only.
Essentially, use "Gaussian reduction" just as you would for an algebraic system.

Or you could try writing the system as a matrix equation:
[tex]\begin{bmatrix}sin(t) & 1- t^2 \\ cos(t) & t\end{bmatrix}\begin{bmatrix}\frac{dx}{dt} \\ \frac{dy}{dt}\end{bmatrix}= \begin{bmatrix}e^t \\ t\end{bmatrix}[/tex]
and use the same matrix methods you would for the "constant coefficient" case. Of course, you would have to remember that, since the coefficient matrix now depends on t, d(AX)/dt= X(dA/dt)+ A(dX/dt), not just "A(dX/dt)".
 
New Reply
Thread Tools


Similar Threads for: examples of system of linear differential equations with periodic coefficients
Thread Forum Replies
Definition of variable coefficients in linear differential equations Differential Equations 4
System of Linear Differential equations Calculus & Beyond Homework 5
Systems of Linear Homogenous Differential equations with Constant Coefficients Differential Equations 1
differential equations. linear system. Calculus & Beyond Homework 1
system of linear equations with complex coefficients Precalculus Mathematics Homework 3