Tom K. answered 08/07/20
Knowledgeable and Friendly Math and Statistics Tutor
Let C1 = 0, C2 = 1, and t = 0, and check. You will get that [x y] = [-1 1]
According to the homogeneous system, then, [x' y'] = [-(-1) + 2 -2(-1) +3(1)] = [3 5]
Yet, as x(t) = -et + 2tet, x'(t) = -et + 2tet+ + 2 et = 2tet+ et , which means x'(0) = 1. As 1 does not equal 3, this is not a solution.
If, in place of [-1 1], you put a b, you will find, again letting c1 = 0 and c2 = 1 so that you don't have to deal with so much, that
x(t) = aet + 2tet
y(t) = bet + 2tet
x'(t) = aet + 2tet + 2et
y'(t) = bet + 2tet + 2et
Let's call these two equations the A equations (for actual)
Yet, from the original equations,
x'(t) = - x(t) + 2y(t)
y'(t) = - 2x(t) + 3y(t)
Substituting,
x'(t) = - (aet + 2tet) + 2(bet + 2tet) = 2bet - aet + 2tet
y'(t) = -2(aet + 2tet) + 3(bet + 2tet) = 3bet - 2aet + 2tet
Let's call these equations the L equations.
The A equations must equal the L equations.
From the 2 x' equations
aet + 2tet + 2et = 2bet - aet + 2tet
2aet + 2et = 2bet
2a + 2 = b
a + 1 = b
From the 2 y' equations
bet + 2tet + 2et = 3bet - 2aet + 2tet
2aet + 2et = 2bet
2a + 2 = b
a + 1 = b
they in
The x and y solutions are the same. Note that we get b in terms of a. Also, note that they change together as a multiple of [1 1], which not so coincidentally is the left side. Thus,, we have the same general solution.
Arbitrarily, let a = 0 and b = 1
[0 1] replaces the [-1 1] in your solution.
If we check this as we did the original (t = 0 c1 = 0, c2 = 1) as [x y] = [0 1], from the initial equations, [x' y'] = [-1*0 + 2* 1 -2*0 + 3*1] = [2 3]
As x(t) = 0et + 2tet, x'(t) = 2tet+ 2et, so x' (0) = 2
As y(t) = 1et + 2tet, y'(t) = et +2tet+ 2et= 3et +2tet, so y' (0) = 3
This is [2 3], so our results match.