Jump to content

Science:Math Exam Resources/Courses/MATH215/December 2013/Question 05 (b)/Solution 1

From UBC Wiki

We need a particular solution. To obtain it, we will use the method of undetermined coefficients.

If xp=[ate3t+be3tcte3t+de3t] then xp=[(a+3b)e3t+3ate3t(c+3d)e3t+3cte3t] and

Axp+[25e3t0]=[3cte3t+(3d+25)e3t(2a+c)te3t+(2b+d)e3t]

Therefore if xp=Axp+[25e3t0] we get

[(a+3b)e3t+3ate3t(c+3d)e3t+3cte3t]=[3cte3t+(3d+25)e3t(2a+c)te3t+(2b+d)e3t].

In comparing the coefficients of e3t from row 1, the coefficients of te3t from row 1, the coefficients of e3t from row 2, and the coefficients of te3t from row 2, the following equations must hold:

a+3b=3d+253a=3cc+3d=2b+d3c=2a+c

We can turn this into a matrix equation and row-reduce:

[1303101002121010][abcd]=[25000]

Subtracting row 2 from row 4 and row 1 from row 2 yields:

[1111031302120000][abcd]=[252500]

We next multiply the third row by 3 and then add the second row twice:

[1111031300500000][abcd]=[2525500]

Next, divide the third row by -5 and then add the result to the second row, and subtract it from the first row:

[1101030300100000][abcd]=[1515100]

In our last step we divide the second row by -3 and then subtract the result from the first row:

[1000010100100000][abcd]=[105100]

We see that d is a free parameter, and since we only need one particular we choose d=0 for simplicity. Then we read off a = 10, b - d = 5, c = 10. Putting this together we find a particular solution

xp=[10te3t+5e3t10te3t].

The general solution is the homogeneous solution (which we found in part (a)) plus a particular solution:

x(t)=C1[11]e3t+C2[32]e2t+[10te3t+5e3t10te3t].