Examples of system of linear differential equations with periodic coefficients

princy
Messages
14
Reaction score
0
hi ,
can anybody give me some examples of 'systems of linear differential equations with periodic coefficients'? i don't know how to solve it.. where can i get problems and solutions on this?
 
Physics news on Phys.org
You mean something like
sin(t)\frac{dx}{dt}+ (1- t^2)\frac{dy}{dt}= e^t
cos(t)\frac{dx}{dt}+ t\frac{dy}{dt}= t?

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:
\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}
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)".
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top