Systems of Differential Eq (Undetermined Coefficients)

champ2029
Messages
2
Reaction score
0
Hello guys,

I need help solving this problem.

Find the particular solution using method of undetermined coefficients:

X'=AX + F(t)

A= [4 ,1/3] <-- 1st row
[9 , 6] <-- 2nd row

F(t) = [-e^t,e^t]

The complementary function is Xc=c1[1,3]e^(3t) + c2[1,9]e^(7t)

Any help would be greatly appreciated!
 
Physics news on Phys.org
Repost. Sorry if things aren't clear. Here are the given using latex

A=\begin{pmatrix}4 & 1/3\\ 9 & 6\end{pmatrix}

F(t)=\begin{pmatrix}-e^t\\ e^t\end{pmatrix}

##Xc=c1\begin{pmatrix}1\\ 3\end{pmatrix}e^3t + c2\begin{pmatrix} 1\\ 9\end{pmatrix}e^7t##

I'm having trouble finding the particular solution for the problem because F(t) is in exponential form. Please teach me how to approach this problem
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top