Please help and explain. Show clear work.
[20 points: (a) 5, (b) 15] For a 3x3 system of ODEs, x' = Ax where A is a 3x3 matrix, the general solution is given by
x(t) = c1x1(t) + c2x2(t) + c3x3(t)
where x1, x2, x3 form a fundamental set of solutions (are solutions to ODE and linearly independent).
a) Suppose A has 3 simple eigenvalues, λ1, λ2, λ3 with associated eigenvectors v1, v2, v3 respectively. Show that
x = e^(λ1t)v1, x2 = e^(λ2t)v2, x3 = e^(λ3t)v3,
form a fundamental set of solutions.
b) Using part (a), solve the following system of IVPs:
2x'1 + x2 = 0
x1 + 2x'2 + x3 = 0
x2 + 2x'3 = 7
x1(0) = 0, x2(0) = 1, x3(0) = 2
Hint: Eigenvalues of the matrix will be distinct, real, and integers.