IBDP. AI. HL. DEs. Coupled Linear DEs

Let’s consider the following specific form of coupled DEs, which are called coupled linear differential equations.

\frac{dx}{dt} = ax + by

\frac{dy}{dt} = cx + dy

We can rewrite these in matrix form as \begin{pmatrix} \frac{dx}{dt} \\ \frac{dy}{dt} \end{pmatrix} = \begin{pmatrix} a & b \\ c & d \end{pmatrix}

In matrix notation we can write this as \bold { \dot{x} } = \bold{A} \bold{x} . We will assume that \bold{A} is invertible.

Investigation

This investigation looks at the properties of a system of coupled linear differential equations \bold{ \dot{x} } = \bold{Ax}

1.) State the equilibrium point for any system of coupled linear differential equations \bold{ \dot{x} = \bold {Ax} }

2.) Below is the phase portrait for the system of differential equations \frac{dx}{dt} = 3x - 2y and \frac{dy}{dt} = 2x - 2y

  • a.) Rewrite the system in the form \bold{ \dot{x} } = \bold{Ax} .
  • b.) Describe the equilibrium point of the system.
  • c.) Show that the matrix A has eigenvalues -1, 2 with corresponding eigenvectors \begin{pmatrix} 1 \\ 2 \end{pmatrix}  , \begin{pmatrix} 2 \\ 1 \end{pmatrix} .
  • d.) Are there any trajectories which are straight lines? How do these relate to the eigenvectors of A?

3.) The system \frac{dx}{dt} = y , \frac{dy}{dt} = - x - y has the phase portrait below:

  • a.) Write the system in the matrix form \bold { \dot{x} } = \bold {Ax} .
  • b.) Describe the equilibrium point of the system.
  • c.) Show that the matrix A has complex eigenvalues.
  • d.) Are there any trajectories that are straight lines?

General Solution to Coupled Linear Differential Equations

We know that x(t) = x0ekt is a solution of the one variable exponential growth equation \dot{x} = kx . For \bold{ \dot{x} } = \bold{Ax} we try a solution of the form \bold{x} = \bold{v} e^{kt}

So \bold{x} = \begin{pmatrix} v_1 e ^{kt} \\ v_2 e^{kt} \end{pmatrix} and therefore \bold{ \dot{x} } = \begin{pmatrix} kv_1 e ^{kt} \\ kv_2 e^{kt} \end{pmatrix} , hence \bold{ \dot{x} } = k \bold{x}  .

We can summarise the above by stating that \bold{x} = \bold{v} e^{kt} satisfies \bold{ \dot{x} } = \bold{Ax} provided that k \bold{x} = \bold{Ax} , which is the same as saying that k is an eigenvalue of A and v is a corresponding eigenvector.

The general solution for \bold{ \dot{x} } = \bold{Ax} is \bold{x} = Ae^{ \lambda_1} t \bold{v_1} + Be^{ \lambda_2} t \bold{v_2} , where \lambda_1 and \lambda_2 are eigenvalues with corresponding eigenvectors v1 and v2. This is a linear combination of v1 and v2.

For the system of coupled linear differential equations \bold{ \dot{x} } = \bold {Ax} , the behaviour of the system around the equilibrium point (0,0) is determined by the eigenvalue of \bold{A} . Below are illustrated the various behaviours.

Screenshot

In this course we only consider cases with distinct eigenvalues. For both real and complex eigenvalues you should be able to sketch a phase portrait and trajectories and describe the behaviour of the system. If the eigenvalues are real you should be able to calculate the corresponding eigenvectors, write down the general solution to the system and find the particular solution for a given starting point.

Worked Example 1

The following system:

\frac{dx}{dt} = -8x-5y

\frac{dy}{dt} = 10x+7y

can be written in the form \bold { \dot{x} } = \bold {Ax} where \bold{A} = \begin{pmatrix} -8 & -5 \\ 10 & 7 \end{pmatrix} has eigenvalues 2, -3 with corresponding \begin{pmatrix} 1 \\ -2 \end{pmatrix} , \begin{pmatrix} -1 \\ 1 \end{pmatrix} respectively.

a.) Given the initial point (1,2), find: (i) \bold{ \dot{x} } when t = 0 , (ii) the particular solution to the system.

b.) Sketch the phase portrait, including the particular solution.

c.) Discuss the behaviour of the system in the long term.

Worked Example 2

For each system \bold{ \dot{x}} = \bold{Ax} , use the given information to sketch the phase portrait and the trajectory from the initial point (1,2).

a.) \dot{x}  = \begin{pmatrix} 2 & -1 \\ -2 & 3 \end{pmatrix} \bold{x} , where \begin{pmatrix} 2 & -1 \\ -2 & 3 \end{pmatrix} has eigenvalues 1, 4 and corresponding eigenvectors \begin{pmatrix} 1 \\ 1 \end{pmatrix} , \begin{pmatrix} -1 \\ 2 \end{pmatrix} .

b.) \bold{ \dot{x} } = \begin{pmatrix} -1 & 2 \\ 4 & -5 \end{pmatrix} \bold{x} , where \begin{pmatrix} -1 & 2 \\ 4 & -5 \end{pmatrix} has eigenvalues -3 \pm 2i

Exercise

1.) The system \frac{dx}{dt} = -2y , \frac{dy}{dt} = -x + y can be written in the matrix form \bold{ \dot{x} } = \bold{Ax} where \bold{A} =  \begin{pmatrix} 0 & -2 \\ -1 & 1 \end{pmatrix} has eigenvalues -1, 2 with corresponding eigenvectors \begin{pmatrix} 2 \\ 1 \end{pmatrix} , \begin{pmatrix} -1 \\ 1 \end{pmatrix} respectively.

  • a.) Find the general solution to the system.
  • b.) Given the initial point (3,3), find: (i) \bold{ \dot{x}} when t=0 , (ii) The particular solution to the system.
  • c.) Describe the equilibrium point at (0,0).
  • d.) Sketch the phase portrait, including the particular solution.
  • e.) Discuss the behaviour of the system in the long term.

2.) The system:

\bold{ \dot{x} } = -x - 5y

\bold{ \dot{y} } = 2x + y

can be written in the matrix form \bold{ \dot{x} } = \bold{Ax} where \bold{A} =  \begin{pmatrix} -1 & -5 \\ 2 & 1 \end{pmatrix} has eigenvalues \pm 3i

a.) Explain why the equilibrium point of the system is a centre.

b.) (i) Find the trajectory at the point (1,0)

(ii) Hence determine whether the trajectories rotate clockwise or anticlockwise

c.) Sketch the phase portrait for the system.

3.) For each system \bold{ \dot{x} } = \bold{Ax} use the given information to sketch the phase portrait and the trajectory from the initial point (2,1)

  • a.) \bold{ \dot{x} } = \begin{pmatrix} -3 & 0 \\ -1 & -2 \end{pmatrix} \bold{x} , where \begin{pmatrix} -3 & 0 \\ -1 & -2 \end{pmatrix} has eigenvalues -3, -2 with corresponding eigenvectors \begin{pmatrix} 1 \\ 1 \end{pmatrix} , \begin{pmatrix} 0 \\ 1 \end{pmatrix}
  • b.) \bold{ \dot{x} } = \begin{pmatrix} 2 & -6 \\ 1 & 0 \end{pmatrix} \bold{x} where \bold{ \dot{x} } = \begin{pmatrix} 2 & -6 \\ 1 & 0 \end{pmatrix} has eigenvalue 1 \pm i \sqrt{5}

4.) Consider the following system with initial point (0,3):

\frac{dx}{dt} = -5x + 7y

\frac{dy}{dt} = -2x + y

  • a.) Find the eigenvalues of \begin{pmatrix} -5 & 7 \\ -2 & 1 \end{pmatrix}
  • b.) Hence describe the equilibrium point of the system.
  • c.) Find the trajectory when t=0, and explain what this tells you about the phase portrait.
  • d.) Sketch the phase portrait including the trajectory from the initial point (0,3)

5.) Consider the system \dot{x} = -3x + 4y , \dot{y} = x - 3y .

  • a.) Find the eigenvalues and corresponding eigenvectors of \begin{pmatrix} -3 & 4 \\ 1 & -3 \end{pmatrix} .
  • b.) Describe the equilibrium point of the system.
  • c.) Given the initial point (-2,3), find:
    • (i) \bold{ \dot{x} } when t-0.
    • (ii) The particular solution to the system.
  • d.) Find the position of the particular solution when t=1. Round your answer to 3 decimal places.
  • e.) Sketch the phase portraits, including the particular solution.
  • f.) Discuss the behaviour of the system in the long term.

6.) An inductance-capacitance (LC) circuit is a simple electrical circuit used for producing radio signals.

Screenshot

A simple LC circuit may be described as a combination of two interacting elements:

  • A time-varying current I flows through a coil, inducing a voltage V against the flow and proportional to the rate of change of current.
  • The current is produced by discharge from a capacitor, and is proportional to the rate of change of voltage across the capacitor.

a.) Explain why:

  • (i) V = -L \frac{dI}{dt} for some “inductance” L.
  • (ii) I = C \frac{dV}{dt} for some “capacitance” C.

b.) A particular LC circuit has inductance L = 4 x 10-2 H and capacitance C = 10-5F.

  • (i) Write a system of coupled linear differential equations for the circuit in the form ( \begin{pmatrix} \frac{dI}{dt} \\ \frac{dV}{dt} \end{pmatrix} ) = \bold{A} \begin{pmatrix} I \\ V \end{pmatrix}
  • (ii) Find the eigenvalues of A.

c.) At time zero, the capacitor is fully “charged” with voltage 10-4 V across it. The switch is turned on so current will be able to flow.

  • (i) Sketch a phase portraits for the system, including the trajectory from the initial conditions.
  • (ii) Describe what happens over time.

Answers

Screenshot
Screenshot