Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Homogeneous systems Constant Coefficients: Problem 4 1 pt Consider the systems o

ID: 2965443 • Letter: H

Question

Homogeneous systems Constant Coefficients: Problem 4 1 pt Consider the systems of differential equations dx/dt = 0.5x - 0.8y, dy/dt = -0.2x + 1.1y. For this system, the smaller eigenvalue is and the larger eigenvalue is . Use the phase plotter pplane7.m to determine how the solution curves behave. The solution curves race towards zero and then veer away towards infinity. Saddle All of the solution curves run away from 0. Unstable node The solution curves converge to different points. All of the solution curves converge towards 0. Stable node The solution to the above differential equation with initial values x 0 = 6, y 0 = 2 is x t = , y t = .

Explanation / Answer

1) Noting A the underlying matrix then :
det(A-XI) = (0.5-X)(1.1-X)-0.8*0.2 = X^2-1.6X+0.39=(X-0.3)(X-1.3)
So the smallest eigenvalue is L1=0.3 and the biggest is L2=1.3

2) real positive eigenvalues of same sign, so it's unstable (B)

3) We need to find the eigenvectors.

Solving AX=0.3X leads to the system :

0.5a -0.8b = 0.3a => a= 4b
-0.2a+1.1b = 0.3b => a = 4b
So we can take as first eigenvector v1=(4,1)

Solving AX=1.3X leads to the system :

0.5a -0.8b = 1.3a => a= -b
-0.2a+1.1b = 1.3b => a = -b
So we can take as second eigenvector v2=(1,-1)

So the solution has the form X = c1 e^(0.3t) ( 4,1) + c2 e^(1.3t) (1,-1)

That is :
x(t) = 4c1e^(0.3t) + c2e^(1.3t)
y(t) = c1e^(0.3t) - c2e^(1.3t)

Using initial conditions now :
x(0) = 6 = 4c1 + c2
y(0) = 2 = c1 - c2

Which leads (by addition ) to 5c1 = 8 so :
c1 = 8/5 =1.6 and c2 = -0.4

Finally :
x(t) = 6.4e^(0.3t) -0.4e^(1.3t)
y(t) = 1.6e^(0.3t) + 0.4e^(1.3t)