First-Order Linear Differential Problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Hiche
Messages
82
Reaction score
0

Homework Statement



Solve the following IVP:

[itex]X' = \begin{pmatrix}2 & -1\\3 & -2\end{pmatrix}X + \begin{pmatrix}0\\t\end{pmatrix}[/itex] with [itex]X(0) = \begin{pmatrix}1\\0\end{pmatrix}[/itex]

Homework Equations


The Attempt at a Solution



The eigenvalue corresponding to [itex]\begin{pmatrix}2 & -1\\3 & -2\end{pmatrix}[/itex] is [itex]\lambda = 0[/itex]. We find that [itex]X_c = c_1\begin{pmatrix}1\\2\end{pmatrix} e^{0t}[/itex]. Now in order to find [itex]X_p[/itex], how exactly is the right way? I took [itex]X_p = \begin{pmatrix}a_1\\b_1\end{pmatrix}t[/itex] and wanted to find [itex]a_1[/itex] and [itex]b_1[/itex]. Right or wrong?
 
Physics news on Phys.org
oh, crap! Apparently, 3 * 1 = 4 -_-

So, again, the eigenvalues are [itex]\lambda_1 = -1[/itex] and [itex]\lambda_2 = 1[/itex]. I hope this is correct. So the solution of [itex]X_c = c_1\begin{pmatrix}1\\1\end{pmatrix}e^t + c_2\begin{pmatrix}1\\3\end{pmatrix}e^{-t}[/itex].

Now about [itex]X_p[/itex]. Is my method correct (first post)?
 
Hiche said:
Now in order to find [itex]X_p[/itex], how exactly is the right way? I took [itex]X_p = \begin{pmatrix}a_1\\b_1\end{pmatrix}t[/itex] and wanted to find [itex]a_1[/itex] and [itex]b_1[/itex]. Right or wrong?

(i'm not sure, but…) i'd be inclined to go for [itex]X_p = \begin{pmatrix}a_0\\b_0\end{pmatrix} + \begin{pmatrix}a_1\\b_1\end{pmatrix}t[/itex]
 
Okay, so upon a little work, [itex]X_p = \begin{pmatrix}1\\2\end{pmatrix}t[/itex] and the general solution is [itex]X = X_c + X_p[/itex]

Thank you, tiny-tim.